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

.item h3{
  font-size: 1.3em;
  margin-bottom: 20px;
  font-style: italic;
  color: #036eb8;
}
.top-branch p{
  text-align: center;
}
.top-branch2 p{
  text-align: center;
}
.herder-recruit{
  display: none;
}
.recruit1-block{
  width: 97%;
  margin: 0 auto 50px;
}
.recruit1-block h2{
  margin-bottom: 20px;
}
.recruit1-block p{
  margin-top: 10px;
}
.toprecruit{
  width: 100%;
  position: relative;
}
.toprecruit img{
  width: 100%;
}
.toprecruit video{
  width: 100%;
}
.top-catch{
  display: none;
}
.top-catch-recruit{
  background-color: #0a132f;
  color: #fff;
  padding-top: 40px;
  text-align: center;
}
.top-catch-recruit h2{
  margin-top: 20px;
  font-size: 25px;
}
.top-catch-recruit-text{
  margin-top: 40px;
  text-align: center;
  width: 90%;
  margin: 40px auto 0px;
}


.header-logo{
  display: none;
}
.top-menu{
  display: none;
}
.company-icon {
  text-align: center;
  font-size: 14px;
}
.company-icon li{
  display: inline-block;
  width: 45%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}
.company-icon img{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 40px 0px 0px 0px;
  border: solid 2px #fff;
}

.toprecruit-img{
  position: absolute;
  left: 20px;
  top:110px; 
}
.toprecruit-img img{
  display: none;
}
.toprecruit-slider {
	width: 150px;
	height: 100vh;
	overflow: hidden;
	position: relative;
	max-width: 100%;
  z-index: 1000000;
}

.toprecruit-slider div {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
  height: 250px;
  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 img{
  display: none;
}
.toprecruit-slider2 {
	width: 100vw;
	height: 400px;
	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/slide-3.png);
}
.toprecruit-slider2 div:nth-of-type(2){
	background-image: url(../material/slide-1.png);
	animation-delay: 5s;
}
.toprecruit-slider2 div:last-of-type{
	background-image: url(../material/slide-2.png);
	animation-delay: 10s;
}

.career-choice img{
  width: 100%;
}
.career-choice li{
  color: #2b493b;
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.career-title{
  text-align: center;
  margin-top: 80px;
  font-size: 30px;
}
.career-title h4{
  display: inline-block;
  background-color: #4E1766;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  margin-top: -20px;
}

.career-back{
  background-color: #F0E8FF;
  margin-top: -35px;
  padding-bottom: 40px;
}
.career-text{
  width: 90%;
  margin: 0 auto 50px;
  line-height: 30px;
}
.career-text-title{
  text-align: center;
  width: 90%;
  margin: 0 auto 70px;
  font-size: 20px;
  font-style: italic;
  padding-top: 90px;
}
.career-finish{
  width: 80%;
  margin: 50px auto;
  line-height: 30px;
}
.career-finish li{
  margin-bottom: 40px;
}
.career-finish i{
  padding-right: 20px;
  color: #4E1766;
}
.career-finish h3{
  display: inline-block;
  font-size: 20px;
}

.recruit-grid{
  text-align: center;
}
.recruit-grid h2{
  margin-bottom: 30px;
  color: #1a4c8f;
  background: -webkit-linear-gradient(0deg, #2491ce, #03131c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-grid p{
  margin-bottom: 10px;
}
.recruit-grid-p{
  font-size: italic;
  margin-bottom: 30px;
}
.recruit-section1{
  margin-bottom: 60px;
}
.recruit-button{
  margin-bottom: 100px;
}

.invisible-smart{
  display: none;
}
.company-menu{
  width: 95%;
  margin: 0 auto 90px;  
  text-align: center;
}
.company-menu li{
  display: inline-block;
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border:solid 2px #fff;
}
.photo-album{
  margin-top: 40px;
}
.ceo{
  width: 95%;
  margin-left: 5%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.ceo img{
  width: 100%;
}
.ceo-div{
  width: 50%;
  margin: 0 auto;
}
.contents{
  margin-top: -20px;
  padding-top: 140px;
  width: 100%;
}
.in-contents{
  padding-top: 40px;
  width: 100%;
  padding-bottom: 20px;
}
.kyujin-pic1{
  background-image: url(../material/recruit1.png);
  background-size: 100% 100%;
  height: 390px;
  position: relative;
}
.kyujin-pic2{
  background-image: url(../material/recruit2.png);
  background-size: 100% 100%;
  height: 390px;
  position: relative;
}
.kyujin-pic3{
  background-image: url(../material/recruit3.png);
  background-size: 100% 100%;
  height: 500px;
  position: relative;
}
.kyujin-pic4{
  background-image: url(../material/recruit4.png);
  background-size: 100% 100%;
  height: 500px;
  position: relative;
}
.kyujin-text{
  position: absolute;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
  height: 96%;
  background-color: rgba(0, 0, 0, 0.7);
}
.kyujin-text-inpage{
  padding-top: 50px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.kyujin-text-inpage h2{
  margin-bottom: 10px;
  font-size: 32px;
}
.kyujin-text-inpage h3{
  margin-bottom: 20px;
  color: #f9ff03;
}
.catchcopy{
  display: none;
}

header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
  color: #000;
}
header img{
  width: 70px;
  margin-right: 20px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.w90{
  width: 90%;
  margin: 0 auto;
}
.w85{
  width: 85%;
  margin: 0 auto;
}
.w50{
  width: 100%;
}
.w50 img{
  width: 100%;
}
.herder-left{
  width: 95%;
  margin: 0px auto;
}
.herder-left h1{
  margin-top: 15px;
  text-align: center;
  font-size: 25px;
}
.herder-left p{
  padding-top: -30px;
}
.herder-left img{
  width: 90px;
  margin-left: 20%;
  margin-right: 20%;
}
.herder-middle{
  display: none;
}
.herder-middle li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}
.herder-right{
  display: none;
}
.herder-right:hover {
  background-color: #2166ab;
  border-color: #2a71ab;
  color: #000;
  transition: 0.3s;
}
.top{
  display: none;
}
.top-map{
  width: 100%;
}
.top-map img{
  width: 100%;
}
.top-map iframe{
  width: 100%;
  height: 400px;
}
.recruitment{
  margin-top: -50px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.small{
  font-size: 16px;
}
.small-header{
  font-size: 10px;
}
.topview{
  display: none;
}
.smart-top{
  width: 100%;
}
.smart-top h1{
  font-size: 25px;
  padding-top: 15px;
}
.smart-top img{
  width: 70px;
  margin-left: 10px;
  margin-top: -15px;
  margin-bottom: 10px;
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 240px;
  margin-top: 10px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 240px;
    left: 200px;
    margin-left: -200px;
    z-index: 1;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 70%;
  top:210px;
  left:15%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2s ease 2s 1 forwards;　
    -webkit-animation: example 2s ease 2s 1 forwards;
  z-index: 1000;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.w100p{
  display: none;
}
.roll{
  width: 100px;
  margin-left: 40px;
  margin-top: 50px;
  animation: rotation 2s linear infinite;
}
.roll img{
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
}
.news{
  width: 90%;
  margin: 0 auto;
}
.news tr{
  height: 100px;
}
.news td{
  text-align: left;
  width: 90px;
}
.news th{
  text-align: left;
  padding-left: 10px;
}
.day-left{
  background-color: #331da0;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}smart-block

.contact-tel{
  font-size: 40px;
}

.link-left{
  margin-left: 30px;
}
.infiniteslide1{
  height: 100px;
}
.infiniteslide1 img{
  height: 120px;
}
.jirei-link{
  text-align: center;
  width: 100%;
}
.jirei-link i{
  margin-bottom: 30px;
}
.jirei-link li{
  color: #fff;
  background-color: #48a938;
  width: 100%;
  border:solid 1px #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.title{
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.title2{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.title3 {
  margin-left: 10px;
}
.title3 h3{
  font-size: 50px;
  margin-left: 30px;
  font-family: "Arial";
}
.title3 p{
  margin-left: 30px;
}
.title3-shadow{
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 35px;
  color: rgba(210, 74, 90, 0.3);
}
.strong-text img{
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
.strong-text h2{
  margin-bottom: 10px;
  border-bottom: 5px #036eb8 solid;
  display:inline-block ;
  margin-top: 30px;
}


.title h2{
  font-size: 30px;
  font-family: "Arial";
  color: #62bfed;
}
.title2 h2{
  font-size: 40px;
  font-style: oblique;
  font-family: "Arial";
}


.title4{
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Arial";
}
.title4 h2{
  font-size: 50px;
  margin-top: -60px;
  background: -webkit-linear-gradient(0deg, #d24a5a, #0f1766);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: oblique;
  font-family: "Arial";
}



.title p{
  font-size: 15px;
  color: #e0db4d;
  font-family: "Verdana";
}
.title2 p{
  font-size: 15px;
  color: #1BCC6C;
  font-family: "Verdana";
}
.title-in{
  text-align: left;
  border-bottom: 1px solid;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.title-in h3{
  padding-top: -20px;
}
.title-in img{
  width: 50px;
  margin-top: -8px;
  margin-right: 20px;
}

.contacttolink{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3b17c9;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  width: 200px;
}
.contacttolink:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #9F280E;
  transition: 0.3s;
}
.contacttolink2{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  width: 200px;
  border:solid 1px #fff;
}
.contacttolink2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink3{
  display: none;
}
.contacttolink3:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink4{
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #9F280E;
  color: #fff;
  height: 30px;
  text-align: center;
}
.contact-button{
  color: #fff;
  background-color: #001b7d;
  border:solid 2px #001b7d;
  padding:20px;
  font-size: 18px;
  text-align: center;
}

.greeding{
  text-align: left;
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
}
.greeding h2{
  margin-bottom: 40px;
  text-align: center;
}
.greeding img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.philosophy h2{
  font-size: 1.4em;
}
.philosophy h4{
  text-align: center;
  color: #004c92;
  font-size: 1.2em;
}
.philosophy h5{
  font-size: 1.4em;
  margin-bottom: 10px;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.branch{
  width: 100%;
}
.branch iframe{
  width: 100%;
  height: 500px;
}
.branch img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.branch-block{
  margin-bottom: 60px;
  text-align: left;
}
.section3{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 150px;
}
.section3-back{
  width: 100%;
  height: 250px;
  background-image: url(../material/work9.png);
  background-size: 100% 100%;
}
.section3 img{
  width: 100%;
  height: 100%;
}
.section3-text{
  width: 98%;
  left:1%;
  position: absolute;
  top:30px;
  background-color: rgba(255,0,0,0.8);
}
.section3-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}

.section4{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 180px;
}
.section4-back{
  width: 100%;
  height: 250px;
  background-image: url(../material/work4.png);
  background-size: 100% 100%;
}
.section4 img{
  width: 100%;
  height: 100%;
}
.section4-text{
  width: 98%;
  position: absolute;
  top:30px;
  left:1%;
  background-color: rgba(0,0,0,0.8);
}
.section4-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}
footer{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: "ヒラギノ角ゴ Pro W6";
  color:#fff;
  background-color: #1a3066;
}
.footer-message{
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-over{
  background-image: url(../material/top4.png);
  background-size: 100% 100%;
  color: #fff;
}
.footer-back{
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bottom30{
  margin-bottom: 20px;
}
.footer-menu{
  width: 100%;
  float: left;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 0px 50% 0px 0px;
}
.footer-menu img{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 50px;
}
.footer-menu-right{
  display: none;
}
.footer-menu h3{
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.footer-tel h3{
  margin-top: 50px;
  font-size: 25px;
}
.footer-tel h2{
  font-size: 35px;
}
.footer-contact{
  width: 80%;
  margin: 20px auto;
  text-align: center;
  background-color: #f5a519;
  color: #fff;
  
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-roll{
  color: #0a132f;
}
.contact-tell{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 1.4em;
}
.copywright{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.copyright{
  text-align: center;
  margin-bottom: 90px;
  padding-top: 20px;
  color: #97280E;
}
.text-big{
  display: none;
}

/*パンクズリスト*/
.breadcrumb {
  display: none;
}
.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;
}
.section1{
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.section1 img{
  width: 100%;
  margin-bottom: 10px;
}
.makefuture-logo{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 40px;
}
.back-color{
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    width: 100%;
    height: 400px;
}
.position-re {
  position: relative;
}
.section1-menu-text{
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #fff;
}
.section1-menu-text h3{
  padding-top: 220px;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.section1-menu-text p{
  color: #fff;
}
.position-ab{
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.person{
  width: 100%;
  padding-bottom: 10px;
}
.person img{
  width: 100%;
}


.person-color{
  background-color: #0f1766;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 1.2em;
}
.person-text{
  margin-bottom: 80px;
  text-align: center;
}
.button-circle{
  width: 100%;
  text-align: center;
  color: #fff;
 }
 
 .button-circle li:first-child{
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 40px;
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(255, 34, 87, 1) 39%, rgba(154, 39, 238, 1) 65%, rgba(115, 34, 186, 1) 71%, rgba(10, 19, 47, 1));
  border-radius: 50px;
 }
 .button-circle li:first-child p{
  margin-top: 30px;
 }
 .button-circle li:nth-child(2){
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(255, 34, 87, 1) 39%, rgba(154, 39, 238, 1) 65%, rgba(115, 34, 186, 1) 71%, rgba(10, 19, 47, 1));
  border-radius: 60px;
  margin-top: -40px;
 }
 .button-circle li:nth-child(2) p{
  margin-top: 40px;
 }

 .button-circle li:nth-child(3){
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-right: 40px;
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(255, 34, 87, 1) 39%, rgba(154, 39, 238, 1) 65%, rgba(115, 34, 186, 1) 71%, rgba(10, 19, 47, 1));
  border-radius: 70px;

 }
 .button-circle li:nth-child(3) p{
  margin-top: 55px;
 }
.recruit-catch p{
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.hukurikousei{
  width: 95%;
  margin: 100px auto 150px;
}
.hukurikousei img{
  width: 100%;
}
.section2{
width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.section2 img{
  width: 100%;
  margin-bottom: 20px;
}
.section2-menu li{
  width: 49%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.section2-menu img{
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 10px;
  border-radius: 40px 0px 0px 0px;
}





.section2-work{
  width: 90%;
  margin: 0 auto;
}

.circle-top{
  margin-top: -250px;
}
.circle-right{
  background-color: #fff;
  border-top-right-radius: 90%;
  height: 250px;
}
.circle-left{
  background-color: #fff;
  border-top-left-radius: 90%;
  height: 250px;
}
.circle .title2 h2{
  margin-top: -250px;
  color: #285635;
  text-align: center;
}
.circle .title2{
  text-align: center;
}
.kyujin-message{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.boshu{
  text-align: center;
  background-color: #1b2b58;
  color: #fff;
  width: 70%;
  margin: 30px auto;
  font-size: 1.2em;
  font-family: "ヒラギノ角ゴ ProN W6";
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-works-text{
  background-color: #1b2b58; 
  color: #fff; 
  text-align: left;
  padding-bottom: 30px;
  padding-top: 20px;
}
.top-works-text .title2 h2{
  font-size: 3em;
}
.button-w{
  vertical-align: middle;
  width: 80%;
  height: 40px;
  margin: 30px auto;
  border: solid 3px #fff;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.intop{
  width: 100%;
  position: relative;
}
.intop img{
  width: 100%;
} 
.inner-text{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 25px;
}

.top-works{
  width: 100%;
  background-color: #e6f1e7;
  padding-top: 30px;
  padding-bottom: 90px;
}
.top-works img{
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 80px;
}

.copmany-section1{
  width: 100%;
  padding-bottom: 30px;
}
.company-message{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.company-prof{
  width: 100%;
  margin: 0 auto;
}
.company-prof{
  padding-bottom: 40px;
  width: 100%;
}
.company-prof table{
  border: solid 2px #e6f1e7;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.company-prof th{
  width: 28%;
  background-color: #62bfed;
  border: solid 2px #e6f1e7;
  font-size: 13px;
  color: #fff;
}
.company-prof td{
  border: solid 2px #e6f1e7;
  padding-left: 10px;
  text-align: left;
  width: 560px;
  font-size: 13px;
}
.company-prof tr{
  height: 70px;
}
.small-font{
  font-size: 10px;
}
.personal-section2 p{
  margin-bottom: 30px;
}
.privacy{
  width: 90%;
  margin: 0 auto 40px;
}
.privacy a{
  color: red;
}
.facirity{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.facirity h1{
  font-size: 25px;
  line-height: 30px;
}
.facirity table{
  width: 90%;
  margin: 60px auto 80px;
  text-align: left;
}
.facirity tr{
  height: 60px;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}
.facirity th{
  background-color: #0f1766;
  color: #fff;
  text-align: center;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}
.facirity td{
  padding-left: 20px;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}

.pamph{
  width: 60%;
  margin: 20px auto;
  background-color: #EB6CA2;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flow-intro{
  width: 90%;
  margin: 40px auto;
}
.flow-intro img{
  width: 100%;
}
.works-index{
  padding: 20px;
  color: #0f1766;
}
.yarigai-text{
  width: 95%;
  margin: 0 auto;
}
.yarigai-text img{
  width: 100%;
  margin-bottom: 40px;
}
.yarigai-point{
  width: 90%;
  margin: 0 auto 60px;
  text-align: left;
}
.yarigai-point h3{
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Arial";
  color: #14093b;
}
.red{
  color: #8273ef;
}
.history table{
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-top: 40px;
}
.history th{
  width: 33%;
  border-bottom: dotted 2px #000;
 text-align: center;
}
.history td{
  border-bottom: dotted 2px #000;
  padding-left: 10px;
  width: 560px;
}
.history tr{
  height: 70px;
}
.award{
  width: 80%;
  margin: 0 auto;
}
.award p{
  margin-top: 20px;
  margin-bottom: 40px;
  color: #ff0;
}




.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.confirm {
  width: 95%;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 10px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
    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;/*線を消す*/
}
.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
}
.event-table{
  display: none;
}
.event-table-smart table{
  width: 100%;
}
.event-table-smart th{
  width: 40%;
}

.juyohin li{
  width: 100%;
}
.juyohin img{
  width: 100%;
}
.service{
  width: 90%;
  margin: 70px auto 0px;
}
.service img{
  width: 100%;
}
.service img{
  width: 100%;
  border-radius: 130px 30px 0px 0px;
  margin-bottom: 40px;
}
.service h2{
  font-size: 2.5em;
  text-align: right;
  margin-right: 30px;
}
.eqip-photo{
  width: 100%;
  margin-top: 50px;
}
.eqip-photo img{
  width: 90%;
  margin-left:5%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.contact-change{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.recruit-greeding{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
  text-align: center;
  margin-bottom: 10px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 33%;
  background-color: #00E8FC;
  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;
}
.sekou{
  width: 95%;
  margin: 0 auto 30px;
}
.sekou img{
  width: 100%;
  margin-bottom: 30px;
}
.works-all{
  width: 95%;
  margin: 0 auto;
}
.works-all img{
  width: 100%;
}
.w30{
  margin-bottom: 40px;
}
.button{
  width: 300px;
  margin: 40px auto;
  background-color: #004292;
  border: solid 2px #004292;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.shucho{
  text-align: left;
}
.shucho li{
  display: inline-block;
  margin-right: 4%;
  border-bottom: 3px #ff0 solid;
  margin-bottom: 10px;
}
.event-detail{
  text-align: left;
  margin-bottom: 30px;
  border-bottom: dotted 1px;
}
.event-detail h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.w49{
  width: 100%;
  margin-bottom: 40px;
}
.w49 img{
  width: 100%;
}
.yakudoshi h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
  text-align: left;
}
.jirei {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
.jirei img{
  width: 100%;
}
.jirei li{
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.jirei-space{
  margin-left: 2%;
  margin-right: 2%;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 300000;
    background-color: #1a3066;
    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: 2000000;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: #1a3066;
    transition: all 0.8s;
}
.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;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
.little-category{
  margin-left: 210px;
  font-size: 0.8em;
  text-align: left;
}
.little-category li{
  margin-bottom: 10px;
}
.smart-link{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  bottom:0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inner-picture{
  width: 100%;
}
.inner-picture img{
  width: 100%;
}
.ceparate-all:after {
  content:"";
  display: block;
  clear:both;
}
.width50f i{
  margin-right: 20px;
}
.width50f{
  float: left;
  width: 48%;
  text-align: center;
}
.width50f p{
  padding-top: 14px;
}
.ctel{
  background-color: #00f;
  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: #808000;
  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;
}