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



.partsleft{
  background-image: url(../material/recruit1.png);
  background-size:100% 100%;
  height: 150px;
}
.partsleft img{
  width: 97%;
  margin: 10px 1% 10px 2%;
}

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

.right2{
  display: none;
}
.type-page h1{
  display: none;
}
.phone-no{
  display: none;
}
/* 共通エリア開始 */
header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.contact-form-change{
  display: none;
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.infiniteslide1{
  height: 250px;
  background-color: #456;
}
.infiniteslide1 img{
  height: 250px;
}

.maintext h3{
  color: #fff;
  font-size: 16px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 10px;
}
.maintext p{
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo{
  background-color: #000;
  text-align: center;
}
.header-logo img{
  width: 50%;
  margin: 20px;
}

.fa-file-alt{
  color: #4b71af;
}
.fa-envelope-open-text{
  color: #fff;
}
.movie{
  width: 100%;
  text-align: center;
}
.movie li{
  display: inline-block;
  margin-bottom: 30px;
}
.movie video{
  height: 300px;
}
#menu {
  display: none;
}
.left-border{
  border-left: solid 1px;
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 200px;
    margin-left: -200px;

}
.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;
  }
}
.smallmenu-phone{
}
.smallmenu-phone li{
  text-align: left;
  margin-left: 20%;
  font-size: 0.8em;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 10000000;
    background: #000000;
    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: 5000;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #000000;
    transition: all 0.8s;
}
.global_nav img{
  width: 150px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.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;
    margin-right: 10%
}
/* .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%);
}
.w95{
  width: 95%;
  margin: 0 auto;
}
/* 共通エリア終了 */
.smart-in{
  width: 95%;
  margin: 0 auto;
}
.top{
  display: none;
}
.top img{
  display: none;
  position: absolute;
  width: 100%;
  left: 800px;
  margin-left: -800px;
}
.title{
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.titleimg{
  width: 100%;
}
.titleimg img{
  margin-top: 50px;
  width: 100%;
}
.title2{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.title h2{
  font-size: 40px;
  margin-bottom: 10px;
  color: #00263f;
}
.title2 h2{
  font-size: 50px;
  color: #03253d;
  font-family: "Arial";
}
.title p{
  font-size: 15px;
  margin-bottom: 20px;
  color: #e0db4d;
  font-family: "Verdana";
}
.title2 p{
  font-size: 15px;
  color: #43a638;
  font-family: "Verdana";
}
.title-selection h2{
  font-size: 90px;
}
.title3{
  margin-bottom: 80px;
  margin-top: 20px;
}
.title3 h2{
  font-size: 70px;
  color: #03253d;
  font-family: "Arial";

}
.title3 p{
  margin-top: 40px;
  text-align: left;
  font-size: 20px;
  margin-left: 10px;
}


.title4{
margin-top: 30px;
margin-bottom: 0px;
text-align: center;
font-family: "Arial";
}
.title4 h2{
font-size: 39px;
padding-bottom: 20px;
padding-top: 40px;
color: #55AAFB;
font-style: oblique;
font-family: "Arial";
}

.contact-color{
  color: #fff;
  background-color: #004800;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-color i{
  margin-right: 10px;
}
.contact-size h3{
  font-size: 22px;
  font-family: "ヒラギノ角ゴ Pro W6";
  margin-bottom: 5px;
}
.contact-size p{
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3";
}


.news{
  margin-bottom: 30px;
}
.day{
  width: 100%;
  margin-bottom: 10px;
}
.contents{
  font-family: "ヒラギノ角ゴ ProN W3";
}
.about-block{
  width: 100%;
  background-color: #3B8BFD;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-block img{
  width: 100%;
}
.about-block li{
  margin-bottom: 30px;
}


.bottom40{
  margin-bottom: 40px;
  line-height: 30px;
}
.aboutus-back{
  background-image: url(../material/back-wood.png);
  background-size: 100% 100%;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-bottom: 1px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.aboutus-back .title{
  color: #004800;
}
.top-about img{
  width: 100%;
  margin-top: 20px;
}
.contact-button{
  color: #fff;
  width:70%;
  margin: 0 auto;
  border:solid 2px #fff;
  padding: 7px 20px;
  text-align: center;
  font-size: 20px;
}
.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;
}
.button{
  text-align: center;
  padding: 10px;
  border:solid 2px #fff;
  color: #fff;
  width: 70%;
}
.button:hover{
  color: #EB6CA2;
  background-color: #fff;
  transition: 0.6s;
}
.button2{
  text-align: center;
  padding: 10px;
  border: solid 1px #fff;
  color: #fff;
  width: 90%;
  margin: 30px auto;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.button2:hover{
  color: #000000;
  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;
}

.button4{
  margin-top: 40px;
}
.button4 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  display: block;
  position: relative;
  rotate: -5deg;
  transform: skewX(-5deg); 
  box-sizing: border-box;
  max-width: 260px;
  text-align: center; 
  padding: 16px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button4 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-left: solid 1px #333;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.button4 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-right: solid 1px #333;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.button4 a:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}



.button5{
  margin-top: 40px;
}
.button5 a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: block;
  position: relative;
  rotate: -5deg;
  transform: skewX(-5deg); 
  box-sizing: border-box;
  max-width: 260px;
  text-align: center; 
  padding: 16px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button5 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-left: solid 1px #fff;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.button5 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-right: solid 1px #fff;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.button5 a:hover {
  color: #000;
  background: #fff;
  transition: all 0.3s;
}


.underleft{
  opacity : 0;
  transform: translateY(90px);
  transition: all 2s;
}


.top-catch-under img{
  width:110%;
  margin-left: -30%;
}

.top-catch{
  margin-top: 50px;
  color: #fff;
  text-align: left;
}
.recruit-sumaho {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 28px;
  top: 45%;
  right: 0;
  font-size: 40px;
  font-style: italic;
}
.top-catch-recruit{
  top: 50px;
  font-size: 20px;
  color: #262504;
  z-index: 1000;
}
.top-catch h2{
  margin-bottom: 50px;
}
.top-catch-catch{
  width: 70%;
  margin: 60px auto ;
}
.top-catch-catch img{
  width: 100%;
}
.top-catch-recruit h2{
  font-size: 28px;
  margin: 16px;
}
.top-catch-recruit-text{
  margin-top: 0px;
  font-size: 15px;
  line-height: 30px;
  margin-left: 3%;
}

.aboutus-side{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.aboutus-side img{
  width: 200px;
}
.about-in{
  width: 95%;
  margin: 0 auto 20px;
}
.about-in h2{
  color: #3589fd;
  margin-bottom: 20px;
}



.recruit-button{
  color: #fff;
  width:55%;
  margin: 0px auto;
  background: #004800;
  border:solid 2px #004800;
  padding: 7px 20px;
  text-align: center;
  font-size: 18px;
}
.three-point{
  width: 100%;
}
.three-point img{
  width: 100%;
}
.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;
}


.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-prof table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 28%;
  background-color: #3F9447;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 10px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-prof {
  width: 100%;
}
.recruit-prof img {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
} 
.recruit-button{
	margin-bottom: 50px;
}
.team{
  width: 100%;
  margin-bottom: 40px;
}
.team img{
  width: 100%;
  margin-top: 20px;
}
.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{
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 5px;
}
.top-contact{
  padding-top: 1px;
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
.top-catch{
  width: 100%;
}
.top-catch p{
  margin-bottom: 15px;
  font-size: 18px;
}
.back2img img{
  width: 100%;
}
.tate{
  text-orientation: upright;
	writing-mode: vertical-rl;
}
.text-tate{
	writing-mode: vertical-rl;
  font-size: 50px;
  height: 115%;
  margin-top: 30px;
  margin-left: 40%;
}
.text-tate-space{
  margin-top: 100px;
}
.text-tate-selection{
  text-orientation: upright;
	writing-mode: vertical-rl;
  font-size: 52px;
  height: 110%;
  margin-top: 20px;
  margin-left: 90px;
}
.text-tate-space-selection{
  margin-top: 180px;
}
.under-menu{
	display: none;
}
{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
}
.footer-text{
  displafootery: none;
}
.footer-center{
  width: 90%;
  margin: 0 auto;
}
.footer-center img{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  margin-bottom: 20px;
}
.footer-center h2{
  font-size: 30px;
}
.footer-left{
	display: none;
}
.footer-l-block{
  display: none;
}
.footer-adress{
  display: none;
}
.text-big{
  font-size: 30px;
}

.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{
  float: left;
  width: 49%;
  text-align: center;
}
.width50f p{
  padding-top: 14px;
  padding-right: 6%;
}
.ctel{
  background-color: #fabd00;
  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: #0e92b6;
  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%;
  height: 600px;
  margin-bottom: 30px;
}
.map iframe{
  width: 100%;
  height: 600px;
}
.copyright{
  background-color: #3c3a39;
  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;
}

.smart-link p{

}

/*パンクズリスト*/
.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%;
  margin-top: 10px;
}
.inner-picture img{
  width: 100%;
  height: 100%;
}
.inner-guide{
text-align: center;
position: absolute;
top: 30%;
font-size: 30px;
font-family: "osaka";
width: 60%;
margin-left: 20%;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
.inner-guide p{
font-size: 25px;
}

.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: 40px auto;
  line-height: 30px;
}
.greet-img{
  width: 80%;
  margin: 20px auto;
  border:soli
}
.greet-img img{
  width: 100%;
}
.ceo{
  width: 70%;
  margin: 0px auto 70px;
}
.ceo img{
  width: 100%;
}

.works-photo{
  width: 95%;
}
.works-photo img{
  width: 100%;
  margin-left: -2%;
  margin-bottom: 20px;
}

.greet-message{
  margin: 40px auto;
  line-height: 30px;
}
.greet-message h3{
  color: #3b0863;
}
.greet-img img{
  width: 100%;
}
.career-block h2{
  font-size: 20px;
}

.ceo-photo{
	margin-top: 30px;
}
.ceo-photo img{
  margin-bottom: 10px;
  width: 100%;
}
.ceo-text{
position : relative;
padding: 15px;
background-color: #00b1dc;
width:80%;
left : 50%;
transform: translate(-50%);
border-radius: 20px;
text-align: center;
color: #fff;
}
.ceo-text:after{
border-right: 40px solid #00b1dc;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
left: -20px;
top : 0%;
content: "";
position: absolute;
}

.ceo-text h2{
font-size: 20px;
text-align: center;
color: #fff;
}
.ceo-text img{
width: 80%;
margin-left: 10%;
}
.ceo-support{
width: 100%;
margin: 60px auto;
}
.ceo-text2 h2{
font-size: 27px;
text-align: center;
padding: 8px;
}
.ceo-point{
text-align: center;
margin-top: 60px;
font-size: 1.2em;
}
.ceo-point h3{
margin-bottom: 20px;
}

.company-message{
  margin-bottom: 70px;
}

.company{
  margin-bottom: 30px;
}
.company{
  text-align: left;
}
.company-prof table{
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-top: 40px;
}
.company-prof th{
  width: 33%;
  background-color: #000000;
  border: solid 1px #c0c0c0;
 text-align: center;
  color: #fff;
}
.company-prof td{
  border: solid 1px #c0c0c0;
  padding-left: 10px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-message{
  margin-bottom: 70px;
}

.company-message h4{
  font-size: 20px;
}
.company-message img{
  width: 100%;
}
.company-title h2{
  text-shadow: 2px 2px 2px #ff0;
}
.history-photo1{
  
}
.history-photo2{

}
.history-photo3{

}







.to-contact{
  background-color: #eef4fa;
  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: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 40px;
}
.to-contact-all li{
  width: 100%;
}
.to-contact-all h3{
  font-size: 30px;
  margin-top: 40px;
  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;
  width: 70%;
  margin: 0 auto;
}
.contact-tel{
  font-size: 40px;
}

.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;
}
.company-message .textbig{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF1717;
}
.service-me img{
  width: 100%;
  margin-bottom: 20px;
}
.service-l{
  width: 90%;
  margin: 0 auto;
}
.aboutus-center h3{
  text-align: left;
  border-left: solid 7px #177cc2;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.service-r{
  width: 90%;
  margin: 0 auto;
}
.obi{
  width: 100%;
  background-color: #3c3a39;
  height: 100px;
  text-align: center;
}
.obi h2{
  color: #fff;
  padding-top: 20px;
  font-size: 35px;
}
.w60{
  width: 90%;
  margin: 0 auto;
}
.w60 img{
  width: 100%;
}
.w50{
  width: 90%;
  margin: 0 auto;
}
.w50 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: 25px;
  margin-bottom: 20px;
  color: #1c2780;
  text-align: center;
}
.service-three{
  width: 100%;
}
.service-three img{
  width: 100%;
}
.equipment-all img{
  width: 100%;
}
.equipment-all h3{
  text-align: left;
  border-left: solid 7px #a93c59;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.equipment-text{
  margin-bottom: 35px;
}



.personal-section p{
	margin-bottom: 30px;
}
.privacy{
	margin-bottom: 50px;
}
.privacy-day{
	margin-left: 50%;
}

.section1{
  background-image: url(../material/top5.jpg);
  width: 100%;
  background-size: 100% 100%;
  height: 550px;
  position: relative;
  margin-bottom: 90px;
}
.section1-text{
  position: absolute;
  width: 100%;
  top: 60%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
  color: #162347;
  font-family: Impact;
  font-size: 1.3em;
}
.section1-text p{
  color: #ee7800;
  font-size: 1.2em;
}
.section1-link{
  position: absolute;
  right: 5%;
  bottom:20px;
}
.colorch{
color: #1c2788;
font-size: 18px;
}

.reservation {
  display: none;
}

.top-img video{
  width: 100%;
}

.title-kyujin{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  color: #fff;
}
.title-kyujin img{
  width: 40%;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}
.title-kyujin h2{
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #fff;
  font-family: "Arial";
}
.title-big{
  text-align: right;  
  font-family: "Arial";
  color: #000;
  font-size: 25px;
}
.title-big h2{
  font-size: 100px;
  letter-spacing: 10px;
  color: #000;
}

.text-big{
  font-size: 5em;
  color: #fabd00;
}

.back-ch-change{
  background-color: #141413;
  animation: gradationTest 10s infinite;
}
@keyframes gradationTest {
  0% { background-color: #141413; }
  100% { background-color: #000; }
}

.w25 {
  width: 50%;
  float: left;
}

.countblock {
  display: grid;
  place-items: center;
  border: #6fc173 1px solid;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 90px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  vertical-align: middle;
}
.countblock p{
  font-size: 14.5px;
}
.countblock h2{
  
  color: #001b7d;
}

@property --count {
  syntax: "<integer>";
  inherits: false;
  initial-value: 0;
}

.countUp {
  counter-set: countUp var(--count);
  animation: countUp 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.3rem;
}
.countUp::after {
  content: counter(countUp) "年";
}

@keyframes countUp {
  100% {
    --count: 2011;
  }
}

.countUp1 {
  counter-set: countUp1 var(--count);
  animation: countUp1 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp1::after {
  content: counter(countUp1) "人";
}

.small-p p{
  font-size: 90px;
}


@keyframes countUp1 {
  100% {
    --count: 150;
  }
}


.countUp2 {
  counter-set: countUp2 var(--count);
  animation: countUp2 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp2::after {
  content: counter(countUp2) "億円";
}

@keyframes countUp2 {
  100% {
    --count: 10;
  }
}
.countUp3 {
  counter-set: countUp3 var(--count);
  animation: countUp3 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp3::after {
  content: counter(countUp3) "歳";
}

@keyframes countUp3 {
  100% {
    --count: 25;
  }
}


.countUp4 {
  counter-set: countUp4 var(--count);
  animation: countUp4 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp4::after {
  content: counter(countUp4) "年";
}

@keyframes countUp4 {
  100% {
    --count: 8;
  }
}

.countUp5 {
  counter-set: countUp5 var(--count);
  animation: countUp5 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp5:after {
  content: counter(countUp5) "%";
}

@keyframes countUp5 {
  100% {
    --count: 90;
  }
}

.countUp6 {
  counter-set: countUp6 var(--count);
  animation: countUp6 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp6::after {
  content: counter(countUp6) "店舗";
}
@keyframes countUp6 {
  100% {
    --count: 10;
  }
}

.countUp7 {
  counter-set: countUp7 var(--count);
  animation: countUp7 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size: 2.5rem;
}
.countUp7::after {
  content: counter(countUp7) "店舗";
}
@keyframes countUp7 {
  100% {
    --count: 30;
  }
}

.countUp8 {
  counter-set: countUp8 var(--count);
  animation: countUp8 3.6s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(1, 0.4, 0.2, 1);
  font-variant-numeric: tabular-nums;
  font-size:  2.5rem;
}
.countUp8::after {
  content: counter(countUp8) "日";
}
@keyframes countUp8 {
  100% {
    --count: 120;
  }
}
.back-white {
  background-color: #fff;
}

.meet-menu {
  background-color: #000000;
  margin-top: 40px;
}

.meet-menu ul {
  background-color: #000000;
  display: flex;
  justify-content: center;
  padding: 20px;
  margin: 0;
}

.meet-menu img {
  width: 100%;
}
.w1080{
width: 100%;
margin: 0 auto;
font-family: "osaka";
}

.top-history {
  background-color: #000;
  padding: 0px;
}

.top-history img{
  width: 100%;
  margin: 40px 0;
}

.u{
  width: 100%;
  position: relative;
}
.bussines-menu img{
  width: 100%;
}
.bussines-menu-text{
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.bussines-menu-text h3{
  padding-top: 320px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.position-re{
  position: relative;
}

.section1-img {
  display: flex;
  padding: 20px;
}

.top-story{
  background-color: #252c3c;
  width: 100%;
  color: #fff;
  padding-top: 30px;
  text-align: left;
  margin-bottom: 0px;
}
.concept-block h3{
  border-bottom: solid 1px #999999;
  display: inline-block;
  letter-spacing: 0.5rem;

}
.concept-block h2{
  border: solid 1px #999999;
  width: 100%;
  margin: 30px auto;
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-story-text{
  line-height: 2em;
}


.top-story-text p{
  font-size: 14px;
  padding: 0 20px ;
}

.top-story-right{
  width: 50%;
  margin-bottom: -50px;
}
.top-story-right img{
  width: 100%;
  height: 90%;
}
.top-story-left{
  width: 50%;
  margin-bottom: -50px;
}


.top-story-left img{
  width: 100%;
  height: 90%;
}

.block-love {
  width: 85%;
  margin: 0 auto;
}



.flex {
  margin-top: 30px;
  display: flex;
}

.cuttin{
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.cuttin img{
  width: 100%;
}
.cuttin.active {
  opacity: 1;
}
.cuttin.active::before {
  animation: displayImg .7s linear forwards;
  background: #f7f7f7;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}

.top-recruit{
  padding-top: 30px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
}

.top-recruit-base{
  background-image: url(../material/green.jpg);
  background-size: 100% auto;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 0 20px;
}
.top-recruit-base h3{
  font-size: 24px;
  color: #000;
  z-index: 1000000000;
  text-align: center;
}
.top-recruit-base-shadow{
  margin-top: 50px;
  margin-bottom: 40px;
  text-shadow: 2px 3px 3px #fff;
  font-size: 18px;
}
.top-recruit-base-shadow p{
  text-shadow: 2px 3px 3px #fff;
  font-size: 16px;
  padding: 0 8px;
  z-index: 100000000;
  text-align: center;
}
.top-recruit img{
  width: 100%;
}
.top-recruit-upperleft{
  display: none;
}
.top-recruit-upperright{
  width: 90%;
  margin: 20px auto;
}
.top-recruit-underleft{
  width: 90%;
  margin: 20px auto;
}
.top-recruit-underright{
  width: 90%;
  margin: 20px auto;
}
.top-recruit-message{
  font-size: 30px;
  white-space: nowrap;
  bottom: 20px;
  z-index: 800;
  right: 10px;
  color: #fff;
  text-shadow:
    2px 2px 2px black;
}

footer{
  background-color: #000;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-contact{
  width: 95%;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #3e3d3c;
}
.footer-title{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "Arial";
}
.footer-pr{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.footer-button{
  margin-bottom: 60px;
}

.contact-tell{
  text-align: center;
  margin-top: 5px;
}
.contact-tell h2{
  font-size: 65px;
}

.copywright{
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
}
.copywright h2{
  letter-spacing: 10px;
  font-size: 20px;
  font-family: "Charter Black";
  white-space: nowrap;
  padding: 10px;
}
.copywright span{
  color: orangered;
  font-size: 18px;
}

.footer-logo{
  margin-top: 70px;
  text-align: center;
}
.footer-logo img{
  width: 100%;
}
.footer-logo ul {
  padding-left: 0;
}

.footer-logo li{
  width: 40%;
  display: inline-block;
  padding: 5px;
}

.service-block img{
  border-radius: 30px 30px 0 0;
} 

.back-color{
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
width: 100%;
}

.service-menu-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.service-menu-text h3{
  position: absolute;
  bottom: 160px;
  font-size: 1.8em;
  color: #ffffff;
  text-align: center;
}
.service-menu-text p{
  color: #fff;
}

.w90{
  width: 90%;
  margin: 0 auto;
}
.readmore{
  position: absolute;
  bottom: 0px;
  right: 30px;
  color: #fff;
  font-size: 22px;
}

.w40{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.instaqr{
  margin-bottom: 30px;
}

.branch iframe{
width: 100%;
height: 440px;
}


.history-wide{
margin: 0 auto;
}

.history{
list-style: none;

}

.history > li {
margin-bottom: 60px;
}

.history > li {
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-date {
}

.timeline-content {
width: 85%;
border-left: 3px #101937 solid;
padding-left: 16px;
padding-bottom: 40px;
padding-top: 15px;
margin-left: 16px;
}
.timeline-content:before {
content: '';
width: 12px;
height: 12px;
background: #ff0;
position: absolute;
left: 2.5%;
top: 35%;
border-radius: 100%;
}
.history img{
display: flex;
}
.history-photo1 img{
width: 100%;
}
.history-photo2 img{
width: 100%;
}
.history-photo3 img{
width: 100%;
}

.photo-album{
  width: 100%;
}
.photo-album img{
  width: 100%;
}
.recruit-top{
width: 100%;
margin-top: 80px;
}
.recruit-top .roll{
color: #fff;
}
.person .roll{
color: #fff;
}
.hukurikousei .roll{
color: #fff;
}
.toprecruit-slider {
width: 100vw;
height: 100vh;
overflow: hidden;
position: relative;
max-width: 100%;
z-index: 1000000;
}

.toprecruit-slider div {
position: absolute;
top: 0;
right: 0;
width: 400px;
height: 550px;
border-radius : 250px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
opacity: 0;
animation-name: slide-fade;
animation-duration: 15s;
animation-iteration-count: infinite;
}

@keyframes slide-fade {
0%{
opacity: 0;
}
20%{
opacity: 1;
}
80%{
opacity: 0;
}
100%{
opacity: 0;
z-index: 0;
}
}
.toprecruit-slider div:first-of-type{
background-image: url(../material/slide-3.png);
}
.toprecruit-slider div:nth-of-type(2){
background-image: url(../material/slide-1.png);
animation-delay: 5s;
}
.toprecruit-slider div:last-of-type{
background-image: url(../material/slide-2.png);
animation-delay: 10s;
}
.recruit-logo{
display: none;
}

.recruit-menu li{
border-bottom: 2px solid;
}

.top-movie video{
width: 70%;
}


.toprecruit-img2{
position: absolute;
right: 0px;
top:0px;
}
.toprecruit-img2 img{
display: none;
}
.toprecruit-slider2 {
width: 100vw;
height: 100vh;
overflow: hidden;
position: relative;
max-width: 100%;
z-index: 1000000;
}

.toprecruit-slider2 div {
position: absolute;
top: 0;
right: 0;
width: 600px;
height: 650px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
opacity: 0;
animation-name: slide-fade2;
animation-duration: 15s;
animation-iteration-count: infinite;
}

@keyframes slide-fade2 {
0%{
opacity: 0;
}
20%{
opacity: 1;
}
80%{
opacity: 0;
}
100%{
opacity: 0;
z-index: 0;
}
}
.toprecruit-slider2 div:first-of-type{
background-image: url(../material/team1.jpg);
}
.toprecruit-slider2 div:nth-of-type(2){
background-image: url(../material/team2.jpg);
animation-delay: 5s;
}
.toprecruit-slider2 div:last-of-type{
background-image: url(../material/team1.jpg);
animation-delay: 10s;
}

.br-yes {
  display: none;
}

.text-fadein span{
display: inline-block;
position: relative;
}
.text-fadein span:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #ff0;
-webkit-transition: all .9s linear;
-o-transition: all .9s linear;
transition: all .9s linear;
}
.text-fadein.active span:before {
width: 0%;
}

.top-menu {
  display: none;
}

.recruit-catch{
text-align: center;
margin-bottom: 50px;
color: #000;
float: center;
}
.recruit-catch p{
margin-bottom: 15px;
}
.recruit-catch img{
width: 100%;
}
.recruit-catch h3{
  margin-bottom: 20px;
}
.recruit-catch ul{
  margin-top: 50px;
  margin-left: -40px;
}
.recruit-catch li{
display: inline-block;
width: 49%;
}

.invisible-smart {
  display: none;
}

.person img{
width: 100%;
}
.person-color{
background-color: #101937;
padding: 5px 10px;
color: #fff;
}
.person-text h4{
font-size: 1.1em;
color: #00b1dc;
}
.person-text p{
text-align: left;
line-height: 30px;
margin-bottom: 20px;
}

.hukurikousei img{
width: 100%;
}
.hukurikousei ul{
  margin-left: -20px;
}
.hukurikousei li{
width: 90%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 40px;
display: inline-block;
}

.recruitment{
color: #000;
padding-bottom: 20px;
padding-top: 40px;
}
