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

.movie{
  width: 80%;
  margin: 90px auto;
}
.movie iframe{
  width: 100%;
  height: 700px;
} 
.recruit-top{
  width: 100%;
  margin-top: 680px;
  padding-bottom: 90px;
}
.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;
}







.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/team3.jpg);
	animation-delay: 10s;
}

.top-catch-recruit{
  position: absolute;
  top: 150px;
  left: 140px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #262504;
  z-index: 10000000;
}

.top-catch-recruit h2{
  font-size: 40px;
  margin-top: 20px;
}
.top-catch-recruit-text{
  
  margin-top: 40px;
  font-size: 15px;
  line-height: 30px;
}
.hukurikousei img{
  width: 100%;
}
.hukurikousei li{
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
  display: inline-block;
}





.section1-menu{
  margin-top: 50px;
}
.section1-menu img{
  width: 100%;
  height: 100%;
}
.section1-menu-text{
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.section1-menu-text h3{
  padding-top: 320px;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.section1-menu-text p{
  color: #fff;
}
.w100p{
  width: 100px;
  float: left;
}
.w100chousei{
  width: calc(100% - 100px);
  float: left;
}


.recruit-catch{
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  float: left;
}
.recruit-catch p{
  margin-bottom: 15px;
}
.recruit-catch img{
  width: 100%;
}
.recruit-catch ul{
  margin-top: 130px;
}
.recruit-catch li{
  display: inline-block;
  width: 24%;
}
.top-menu{
  position: fixed;
  width: 100px;
  top: 220px;
  background-color: #101937;
  color: #fff;
  background-size: 100% 100%;
  writing-mode: vertical-rl;
  border-radius: 0px 10px 10px 0px;
  z-index: 10000000;
}
.top-menu li{
  display: inline-block;
  margin-bottom: 40px;
  font-size: 18px;
  margin-right: 40px;
  font-weight:bold;
}

.history-wide{
  width: 800px;
  margin: 0 auto;
}

.history{
  margin-top: 90px;
  list-style: none;
}
.history > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .history > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-bottom: 80px;
    padding-top: 15px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
.history img{
  width: 100%;
}
.history-photo1{
  position: absolute;
  width: 210px;
  top: 40px;
  right: -250px;
}
.history-photo2{
  position: absolute;
  width: 250px;
  top: 300px;
  right: -100px;
}
.history-photo3{
  position: absolute;
  width: 330px;
  top: 590px;
  right: -20px;
}
.history-photo1 img{
  width: 100%;
}
.history-photo2 img{
  width: 100%;
}
.history-photo3 img{
  width: 100%;
}
.count{
  margin-top: 90px;
}

.countblock {
  display: grid;
  place-items: center;
  margin-bottom: 70px;
  border-bottom: #000 2px dotted;
  width: 95%;
  margin: 0 auto 30px;
}
.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: 5rem;
}
.countUp::after {
  content: counter(countUp) "年";
}

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


.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: 5rem;
}
.countUp1::after {
  content: counter(countUp1) "人";
}

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


.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: 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: 5rem;
}
.countUp3::after {
  content: counter(countUp3) "日";
}

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


.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: 5rem;
}
.countUp4::after {
  content: counter(countUp4) "年";
}

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

.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: 5rem;
}
.countUp5:after {
  content: counter(countUp5) "年";
}

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

.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: 5rem;
}
.countUp6::after {
  content: counter(countUp6) "%";
}
@keyframes countUp6 {
  100% {
    --count: 90;
  }
}

.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: 5rem;
}
.countUp7::after {
  content: counter(countUp7) "%";
}
@keyframes countUp7 {
  100% {
    --count: 100;
  }
}

.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: 5rem;
}
.countUp8::after {
  content: counter(countUp8) "日";
}
@keyframes countUp8 {
  100% {
    --count: 115;
  }
}

.type-page h1{
  display: none;
}
/* 共通エリア開始 */
header{
  position: relative;
  border: solid 1px #fff;
}
.herder-position{
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}
.herder-position-in{
  width: 100%;
  background-color: #fff;
  color: #000;
  margin-top: -5px;
}
.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.smart-top{
  display: none;
}
.humberger-menu{
  display: none;
}

.maintext-logo img{
  width: 100%;
}
.maintext {
  position: absolute;
  background-color: rgba(59,139,253,0.6);
  bottom:50px;
  width: 850px;
  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;
}


.yellow{
  width: 100%;
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
  margin-left: -8px;
}
.yellow i{
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.obi-left{
  float: left;
  font-size: 12px;
  padding-bottom: 5px;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-top: 20px;
  margin-left: 20px;
}
.obi-left img{
  width: 100px;
  margin-top: -20px;
  margin-right: 20px;
}
.obi-left p{
  margin-left: 40px;
}
.obi-center{
  float: right;
  width: 200px;
  margin-top: 10px;
  text-align: center;
  border:solid 2px #fff;
  font-family: "ヒラギノ角ゴ ProN W3";
  font-size: 17px;
}
.obi-right{
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  margin-right: 30px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.obi-right svg{
  width: 30px;
}

.w40{
  float: left;
  width: 420px;
}
.w50{
  float: left;
  width: 50%;
}
.w60{
  float: left;
  width: 60%;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w50 img{
  width: 100%
}
.w33{
  width:calc(100% / 3) ;
  margin: 0 auto;
  float: left;
}
.position-re{
  position: relative;
}
.person img{
  width: 100%;
}
.person-color{
  background-color: #101937;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.person-text h4{
  font-size: 1.5em;
  color: #00b1dc;
}
.person-text p{
  text-align: left;
  line-height: 30px;
}
.position-ab{
  position: absolute;
  bottom: 20px;
  left: 10px;
}


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

.whalf{
  width: 50%;
  float: left;
}
.height-size{
  padding-top: 30px;
  padding-bottom: 30px;
}
.w30{
	width: 360px;
	float: left;
}
.w70{
	width: 70%;
	float: left;
}
.space20{
  margin-left: 40px;
}
.space40{
  margin-left: 40px;
}
.underup{
  opacity : 0;
  transform: translateY(90px);
  transition: all 0.6s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.header-menu-in{
  width: 100%;
  height: 75px;
}
.header-menu{
  width: 100%;
  color: #000;
  height: 95px;
  color: #fff;
}
.header-menu.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fff;
}
.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;
}

.title2{
  margin-top: 90px;
  margin-bottom: 0px;
  text-align: left;
}
.title2 h2{
  font-size: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-left: 40px;
  color: #000;
  font-family: "Arial";
}
.title2 p{
  font-size: 15px;
  color: #e0db4d;
  font-family: "Arial";
}
title{
  margin-top: 90px;
  margin-bottom: 60px;
  text-align: left;
}
.title h2{
  font-size: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #000;
  font-family: "Arial";
}
.title p{
  font-size: 15px;
  color: #e0db4d;
  font-family: "Arial";
}


.title3{
  font-size: 50px;
  color: #fff;
  margin-bottom: 80px;
}
.title3 p{
  font-size: 20px;
}
.title3-shadow{
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 1.2em;
  color: rgba(210, 74, 90, 0.3);
}

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



.meet-menu{
  text-align: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
.meet-menu li{
  width: 15%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}
.meet-menu img{
  width: 100%;
}
.right2{
  width: 120px;
  margin-right: 30px;
  text-align: center;
  margin-right: 20px;
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 10px;
}
.right2 p{
  padding-top: 3px;
}
.pamphlet-top{
  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: #3B0863;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
  height: 75px;
}

#menu li{
  position: relative;
  float: left;
  text-align: center;
  padding-top: 5px;
  height: 70px;
  width: 120px;
  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;
  margin-left: 10px;
  color: #fff;
  padding-top: 10px;
}
.header-logo img{
  width:260px;
  margin-right: 10px;
  margin-top: -10px;
}
.header-menu-in img{
  width: 80px;
  margin-right: 20px;
  margin-top: -25px;
}
.header-logo h1{
  font-size: 30px;
  font-family: "Arial";
  margin-top: 8px;
  color: #000;
}
.header-logo h1:hover{
  color: #3B0863;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.header-right{
  color: #fff;
  float: right;
  margin-top: 15px;
}
.text-small{
  font-size: 0.8em;
}
.w1080{
  width: 1100px;
  margin: 0 auto;
  font-family: "osaka";
}
.width108{
  width: 1080px;
  margin: 0 auto;
}

.news{
  text-align: left;
  margin-top: 20px;
}
.about-com{
  width: 900px;
  margin: 0 auto;
  background-color: #eef4fa;
  border-radius:20px;
  padding-bottom: 1px;
}




.about-in h2{
  color: #3589fd;
  font-size: 29px;
  margin-bottom: 20px;
}
.lispace10{
  margin-left: 4%;
  margin-right: 4%;
}
.works-photo{
  text-align: center;
  margin-top: 80px;
}
.works-photo ul{
  margin-bottom: 40px;
}
.works-photo li{
  width: 30%;
  display: inline-block;
}
.works-photo img{
  width: 100%;
  margin-bottom: 10px;
}

@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: right}
}


.cuttin{
  background-color: #3B8BFD;
  height: 190px;
  margin-top: -60px;
}
.top-catch{
  width: 100%;
  color: #000;
  text-align: center;
}
.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;
}
.top-catch-under img{
  width:110%;
  margin-left: -30%;
}


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

.top-about{
  width: 100%;
}
.top-about img{
  width: 100%;
}
.top-about-text{
  line-height: 30px;
  text-align: left;
}
.invisible-pc{
  display: none;
}
.button{
  text-align: center;
  padding: 10px;
  border:solid 2px #00b1dc;
  background-color: #00b1dc;
  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: 700px;
}
.top-img img{
  display: none;
    position: absolute;
    width: 100%;
    height: 700px;
    left: 800px;
    margin-left: -800px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.contents{
  text-align: center;
  margin-top: 700px;
  border-bottom: 1px solid #EFE2E2;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.black-height{
  background-color: #ff0;
  height: 20px;
  width: 100%;
}
.service-text h3{
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #367BB3;
}
.service-me img{
  width: 100%;
}
.service-me .title{
  text-align: center;
}
.service-me-text{
  width: 80%;
  margin: 0 auto;
}
.top-catch .title h2{
  font-size: 30px;
}
.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;
}
.service4-block{
  margin-top: 60px;
  margin-bottom: 100px;
}
.service4-block-table table{
  width: 900px;
  margin: 90px auto;
  text-align: center;
  border-collapse: collapse;
}
.service4-block-table th{
  padding: 10px 20px;
  border: solid 1px;
  border-collapse: collapse;
}
.service4-block-table td{
  padding: 10px 20px;
   border: solid 1px;
  border-collapse: collapse;
}
.obi{
  width: 100%;
  background-color: #3c3a39;
  margin-top: 40px;
  border:solid #3c3a39 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;
}
.works .title{
  text-align: center;
}
.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{
  background-image: url(../material/green.jpg);
  background-size: 100% auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.top-works .title{
  text-align: left;
}
.top-works img{
  width: 100%;
  margin-bottom: 50px;
}
.top-works-message{
  width: 80%;
  margin: 50px auto;
  text-align: center;
  color: #000;
}
.top-works-message h2{
  font-size: 40px;
  margin-bottom: 20px;
}
.top-works-half h3{
  font-size: 35px;
}
.circle{
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 125px;
  background-color: #1c2a53;
  text-align: center;
  font-size: 27px;
  color: #fff;
}

.circle h3{
  padding-top: 70px;
  margin-bottom: 10px;
}



.recruit-button{
  color: #fff;
  width:30%;
  margin: 0px auto;
  background: #004800;
  border:solid 2px #004800;
  padding: 7px 20px;
  text-align: center;
  font-size: 20px;
}
.contact-button{
  color: #fff;
  width:70%;
  margin: 42px auto;
  border:solid 2px #fff;
  padding: 7px 20px;
  text-align: center;
  font-size: 20px;
}
.button-frame{
  width: 350px;
  margin: 60px auto;
  border: solid 4px #1c2a53;
  color: #1c2a53;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-frame i{
  margin-right: 10px;
}
.button-frame h2{
  font-size: 2.4em;
}


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

.company-message {
  margin-bottom: 90px;
}
.in{
  width: 95%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.team {
  padding-bottom: 40px;
  margin-top: 90px;
}
.team li{
  width: 19.5%;
  margin-top: 30px;
  display: inline-block;
}
.team img{
  width: 100%;
}
.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: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    width: 100%;
    height: 400px;
}
.recruit-member{
  margin-bottom: 90px;
}
.recruit-member img{
  width: 100%;
}
.color-black{
  background-color: #000;
  color: #ff0;
}

.colorch{
  color: #1c2788;
  font-size: 20px;
}

.button-color{
    width:200px;
    margin-top: 10px;
    background: #004800;
    padding: 10px 35px;
    border:solid 2px #fff;
    text-align: center;
    color: #fff;
}
.button-color:hover{
  color: #a73c59;
  background-color: #fff;
  transition: 0.7s;
}
.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%;
  height: 450px;
  margin-bottom: 20px;
  margin-top: -3px;
}
.inner-picture img{
  width: 100%;
  height: 450px;
}
.inner-guide{
  text-align: center;
  position: absolute;
  top: 160px;
  font-size: 50px;
  font-family: "osaka";
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.inner-guide p{
  font-size: 25px;
}
.incontents{
  width: 1080px;
  margin: 90px auto;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.message{
  line-height: 30px;
}
.message .title{
  text-align: center;
}
.bottom30{
  margin-bottom: 30px;
}
.greet{
  margin-top: 90px;
}
.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: 120px;
}



.ceo{
  width: 280px;
  margin-top: 20px;
  float: right;
}
.ceo-text{
  position   : relative;
  padding: 15px;  
  background-color: #00b1dc;
  width:70%; 
  left : 50%; 
  transform: translate(-50%);
  border-radius: 20px;
}
.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: 30px;
  text-align: center;
  color: #fff;
}
.ceo-text img{
  width: 80%;
  margin-left: 10%;
}
.ceo-support{
  width: 600px;
  margin: 60px auto 0px;
}
.ceo-point{
  text-align: center;
  margin-top: 60px;
  font-size: 1.3em;
}
.ceo-point h3{
  margin-bottom: 20px;
}
.ceo img{
  width: 100%;
}
.hit-color{
  background-color: #ff0;
  color: #000;
}
.top-map{
  width: 100%;
}
.top-map iframe{
  width: 100%;
  height: 530px;
}
.top-map img{
  width: 100%;   
}
.recruitment{
  background-color: #ddffdd;
  color: #000;
  padding-bottom: 50px;
}


.company{
  text-align: left;
}
.company-bottom{
  margin-bottom: 60px;
  margin-top: 120px;
}
.company-prof{
  text-align: left;
}
.company-prof table{
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 900px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 20%;
  border-bottom: dotted 1px #262504;
  text-align: left;
  padding-left: 15px;
  color: #3f60bc;
}
.company-prof td{
  border-bottom: dotted 1px #262504;
  padding-left: 10px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.branch{
  line-height: 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
  margin-top: 90px;
}
.branch img{
  width: 380px;
}
.branch iframe{
  width: 95%;
  height: 440px;
}
.branch-block{
  margin-top: 15px;
  margin-bottom: 65px; 
}

.container {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 2px;
}


.logo {
  position: absolute;
  z-index: 3;
  opacity: 1;
  animation: fadeOutLogo 0.8s ease 1.5s forwards;
}

.logo img {
  width: 100%;
  height: auto;
}

.gradient-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: linear-gradient(45deg, #a9c9ff 0%, #ffbbec 100%);
  */
  background-color: #fff;
  transform: translateY(100%);
  z-index: 1;
  animation: rollUp 1.2s ease 1.5s forwards;
}


.main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
  animation: fadeInImage 1.5s ease 2.7s forwards;
  border: solid 2px;
}


@keyframes fadeOutLogo {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes rollUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  100% {
    /*
    opacity: 0.4;
    */
    opacity: 1;
  }
}

@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section0{
  margin-top: 70px;
}
.section0-buttons{
  font-size: 30px;
  margin-bottom: 70px;
  color: #00b1dc;
}
.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;
}

.bussines-menu{
  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;
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #fff;
}
.bussines-menu-text p{
  color: #fff;
}


.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;
}
.contactform .title{
  text-align: center;
}
.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{
  width: 100%;
}
.recruit-prof img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 40px;
}
.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: #3F9447;
  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%;
}
.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;
}

.footer-roll{
  color: #101937;}
footer{
  font-family:"Avenir";
  background-color: #101937;
}
.footer-bar{
  padding-top: 20px;
  padding-bottom: 40px;
  color: #000;
}
.footer-bar h2{
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bar img{
  width: 10%;
  margin-bottom: 20px;
}

.footer-message img{
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.footer-tel{
  margin-top: 30px;
}

.footer-tel h2{
  font-size: 3em;
}
.footer-tel h4{
  font-size: 25px;
  margin-bottom: -10px;
}
.footer-menu{
  width: 400px;
  float: left;
  padding: 90px 40px 10px 60px;
  background-color: #fff;
  border-radius: 0px 50% 0px 0px;
}
.footer-menu img{
  width: 350px;
  margin-bottom: 50px;
}
.footer-menu-right{
  float: left;
  padding-left: 70px;
  margin-top: 60px;
}
.footer-menu-block{
  margin-bottom: 30px;
}
.footer-menu-block li{
  display: inline-block;
  margin-right: 20px;
  font-style: italic;
  color: #fff;
}
.footer-menu-block h2{
  display: inline-block;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin:0 auto 5%;
  color: #fff;
}
.footer-menu h3{
  font-size: 35px;
  margin-top: 120px;
  margin-bottom: 10px;
}

.footer-contact{
  width: 90%;
  text-align: center;
  background-color: #AB951C;
  color: #fff;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}
.pamphlet{
  width: 90%;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b3446c;
  font-size: 20px;
}
.footer-contact p{
  font-size: 20px;

}

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

.copywright{
  text-align: center;
  color: #fff;
  float: right;

  font-size: 14px;
  padding-top: 50px;
}
.copywright span{
  color: orangered;
  font-size: 18px;
}








