@charset "UTF-8";

/* Base */
html { font-family: "ヒラギノ角ゴ Pro W3";  font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "ヒラギノ角ゴ Pro W3";}
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; }

.careerup img{
  width: 100%;
}
.careerup-left img{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 30px;
}
.careerup-left{
  width: 100%;
}
.cuttin{
  width: 100%;
}
.cuttin img{
  width: 100%;
}
.colorch{
  color: #34C7E0;
  font-size: 1.3em;
}
.colorch2{
  color: #FFB801;
  font-size: 1.3em;
}
.top-service{
  width: 100%;
}
.top-service img{
  width: 100%;
}


.type-page h1{
  display: none;
}
.phone-no{
  display: none;
}
/* 共通エリア開始 */
header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.yellow{
  width: 100%;
  height: 5px;
  background-color: #55AAFB;
  margin-top: -10px;
}
.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 {
  position: absolute;
  background-color: rgba(242, 102, 81, 0.9);
  top:150px;
  width: 90%;
  left: 4%;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  font-family: "cursive";
  font-size: 12px;
}
.maintext h3{
  color: #fff;
  font-size: 16px;
  font-family: "cursive";
  margin-bottom: 10px;
}

.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.header-logo img{
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
  margin-bottom: 10px;
}
.header-logo h2{
  font-size: 23px;
  color:#351e61;
  font-family: "Arial";
}
.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-header img{
  width: 70%;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.smart-header{
  width: 100%;
  background-color: #0F1835;
}

.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 210px;
  overflow:hidden;
  margin-bottom: 40px;
}
.smart-toppicture video{
  width: 140%;
  overflow:hidden;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 210px;
    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;
  }
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #d92322;
    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: 2;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background: #d92322;
    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%);
}
/* .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{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'cursive', 'sans-serif';
}
.title p{
  font-size:15px; 
  color:#FFB801;
  border-top: 2px solid #177cc2;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.title-main{
  font-family: 'cursive', 'sans-serif';
  text-align: center;
  width: 87%;
  margin: 0 auto;
}
.title-main img{
  width: 100%;
  margin-bottom: 30px;
}
.title-main h2{
  margin-bottom: 40px;
  font-size: 20px;
}
.title-main p{
  line-height: 30px;
}
.plan{
  width: 100%;
}
.plan li{
  margin-bottom: 40px;
}
.plan img{
  width: 100%;
}
.plan-rela{
  position: relative;
}
.plan-ab{
  position: absolute;
  top:30px;
  left: 5%;
  font-family: "ヒラギノ角ゴ Pro W6";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}

.column{
  width: 100%;
  background-color: rgba(173, 202, 128,0.2);
  padding-bottom: 30px;
}
.column img{
  width: 100%;
}
.plans{
  width: 90%;
  margin: 0 auto;
}
.plans img{
  width: 100%;
}
.w25right{
  margin-bottom: 80px;
}
.w25left{
  margin-bottom: 80px;
}


.service-1{
  margin-bottom: 50px;
}
.service-title{
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #576128;
}
.day{
  padding-right: 30px;
}
.news-system table{
  margin-bottom: 40px;
}
.news-all{
  width: 85%;
  margin: 0px auto 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom:solid 3px #0F1835;
  text-align: center;
}
.news-all i{
  color: #0F1835;
}
.news-rela{
  background-color: #EECCCC;
  padding-bottom: 30px;
}
.news{
  width: 85%;
  margin: 0px auto;
}

.contents{
  line-height: 30px;
}
.whats{
  position: relative;
  text-align: left;
}
.whats-left{
  width: 95%;
  margin: 0 auto;
}
.whats-right{
  width: 100%;
}
.whats-right img{
  width: 100%;
}
.whats-movie{
  width: 100%;
}
.whats-movie video{
  width: 100%;
}
.button-yoko {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.cover-color{
  background-color: rgba(0, 7, 31, 0.8);
}
.button-yoko li{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 30px;
  border:solid 3px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-tate li{
  text-align: center;
  display: inline-block;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  border:solid 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.top-about img{
  width: 100%;
  margin-top: 20px;
}
.w300{
  border-top:solid 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.italic{
  font-style: italic;
}
.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;
  background-color: #1c2788;
  color: #fff;
  width: 70%;
  margin: 40px auto 30px;
}
.button:hover{
  color: #EB6CA2;
  background-color: #fff;
  transition: 0.6s;
}
.button2{
  text-align: center;
  padding: 10px;
  background-color: #EB6CA2;
  color: #fff;
  width: 80%;
  margin: 30px auto 0; 
}
.button2:hover{
  color: #EB6CA2;
  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;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.aboutus-side{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.aboutus-side img{
  width: 200px;
}
.top-company{
  padding-top: 20px;
  text-align: center;
  background-image: url(../material/back.png);
  background-size: auto 100%;
  padding-bottom: 50px;
}
.top-company img{
  width: 100%;
}
.top-company-text{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.top-company-frame{
  display: none;
}
.recruit-grid{
  text-align: center;
}
.recruit-grid h2{
  margin-bottom: 30px;
}
.recruit-grid p{
  margin-bottom: 10px;
}
.recruit-grid-p{
  font-size: italic;
  margin-bottom: 30px;
}

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

.recruit-voice h1{
  font-size: 25px;
  color: #350a3b;
}
.recruit-voice h2{
  color: #3589fd;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.recruit-voice-title{
  text-align: left;
  margin-bottom: 30px;
}
.recruit-voice-title h3{
  color: #0D0F80;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 31px;
  font-style: italic;
}
.recruit-button{
  color: #fff;
  width:55%;
  margin: 0px auto;
  background: #350a3b;
  border-radius:10px;
  padding: 10px 25px;
  text-align: center;
  font-size: 18px;
}
.strong-point i{
  color: #1F2B61;
}
.download{
  margin-top: 30px;
  font-family: "Arial";
  background-color: rgba(247, 249, 255, 0.9);
  padding: 10px 10px 30px 20px;
}
.three-point{
  width: 100%;
}
.three-point img{
  width: 100%;
}
.picture-small{
	text-align: center;
}
.picture-small img{
	width: 100px;
	margin-bottom: -100px;
}
.service-block{
  margin-top: 40px;
}
.service-rela{
  position: relative;
  margin-bottom: 100px;
}
.service-ab{
  padding: 10px;
  background-color: #348DC5;
  min-width: 250px;
  color: #fff;
  position: absolute;
  bottom: -80px;
  right: 0px;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.service-ab :hover{
  background-color: #fff;
  color: #348DC5;
  transition: 0.6s;
}
.service-ab-in{
  width: 85%;
  padding:10px 20px; 
  margin: 0 auto;
  border:solid 3px #F5B316;
  border-radius: 5px;
}
.recruit-info{
  background-image: url(../material/back.jpg);
  background-size: 100% 100%;
  margin-bottom: 40px;
  margin-top: 50px;
  padding-bottom: 40px;
  color: #fff;
}
.about-service{
  background-image: url(../material/back-img.png);
  background-size: 100% 100%;
  text-align: left;
}
.back-color{
  background-color: rgba(255,255,255,0.9);
  padding-top: 40px;
  padding-bottom: 20px;
}
.about-service-left{
  padding-top: 20px;
  font-size: 25px;
  font-style: italic;
  line-height: 40px;
  width: 95%;
  margin: 0 auto 20px;
}
.about-service-right{
  width: 95%;
  margin: 0 auto 20px;
}
.about-service-right p{
  margin-bottom: 20px;
}
.cuttin-message{
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 50px;
}
.cuttin-matome h3{
  margin-bottom: 20px;
  font-size: 25px;
}

.member h2{
  display: inline-block;
  background-color: #d8211e;
  color: #fff;
  padding:10px 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}
.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}
.text-fadein.active span:before {
  width: 0%;
}
.red{
  color: #24492e;
}
.careerup-right{
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.button-circle{
  width: 80%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  background-color: #d92322;
}

.step{
  width: 140px;
  margin-bottom: 20px;
}
.step p{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #0D0F80;
}
.flow-block{
  margin-bottom: 50px;
}
.flow-text h3{
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 4px #0F1835 solid;
  display: inline-block;
}
.plan-img{
  width: 100%;
  margin-bottom: 40px;
}
.plan-img img{
  width: 100%;
}
.plan-detail h2{
  margin-bottom: 20px;
}
.plan-detail h3{
  border-left: 8px solid seagreen;
  padding-left: 10px;
  margin-bottom: 10px;
}
.plan-detail p{
  line-height: 30px;
}
.item {
  margin-bottom: 70px;
  margin-top: 60px;
}
.item table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.item tr{
  height: 60px;
}
.item td{
  border-collapse: collapse;
  background-color: rgba(173, 202, 128,0.2);
}
.item th{
  border-collapse: collapse;
  color: #fff;
  background-color: #2f4f4f;
}
.item td:nth-child(1){
width: 33%;
}





.recruit-merit{
  width: 90%;
  margin: 70px auto 60px;
}
.recruit-merit h3{
  font-size: 25px;
  border-bottom: 2px solid #1C295E;
  display: inline-block;
  margin-bottom: 20px;
}]
.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{
  margin-bottom: 50px;
}
.recruit-prof table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 28%;
  background-color: #177cbc;
  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-button{
	margin-bottom: 50px;
}
.bottom30{
  margin-bottom: 50px;
}
.team{
  display: none;
}
.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: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 75%;
  margin: 0 auto;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  color: #fff;
  border: solid 3px #fff;
  text-align: center;
}
.top-contact-message{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.title-contact h3{
  margin-bottom: 10px;
  border-bottom: 5px solid; 
  padding-bottom: 10px;
  padding-top: 5px;
  display: inline-block;
}
.button4{
  text-align: center;
  padding: 5px 10px;
  border: solid 2px #fff;
  color: #fff;
  width: 80%;
  margin: 14.5px auto;
  vertical-align: middle;
  font-size: 20px;
}
.under-menu{
	display: none;
}

.text-big{
  font-size: 30px;
}
footer{
  background-color: #d92322;
  color: #fff;
}
.footer-menu{
  width: 80%;
  margin: 0 auto;
  border-top: solid 1px #fff; 
  padding-top: 50px;
}
.footer-menu-detail{
  display: none;
}
.footer-over{
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-over li{
  width: 80%;
  margin: 0 auto 20px;
}
.footer-over p{
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-adress{
  font-size: 0.8em;
  line-height: 30px;
  margin-bottom: 40px;
}
.footer-sns{
  padding-bottom: 30px;
}
.footer-sns li{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 40px;
}
.sns{
  padding-bottom: 20px;
  line-height: 30px;
}
.top-logo{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 0.8em;
}
.top-logo h2{
  padding-top: 10px;
}
.top-logo img{
  width: 110px;
  margin-right: 10px;
  margin-top: -5px;
}

.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;
}
.top-recruit{
  background-image:url(../material/top4-1.png);
  background-size: 100% 100%;
  text-align: left;
}
.toprecruit-img{
  width: 100%;
}
.toprecruit-img img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
.width50{
  width: 100%;
  text-align: center;
}
.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;
}
.map{
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
}
.map iframe{
  width: 100%;
  height: 570px;
  margin-bottom: 30px;
}
.copyright{
  background-color: #282626;
  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;
}
/*パンクズリスト*/
.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%;
}
.inner-picture img{
  width:100%;
}
.inner-picture video{
  width: 100%;
  height: 100%;
}
.inner-guide{
  position: absolute;
  left:40px;
  top: 100px;
  color: #fff;
  font-size: 20px;
}
.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;
  font-family: "cursive";
}
.personal-section2 p{
  margin-bottom: 30px;
}




.off-grid{
  margin-bottom: 40px;
}
.off-grid h2{
  font-size: 22px;
  color: #75b44a;
  background: -webkit-linear-gradient(0deg, #d92322, #23482d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.off-grid-p{
  margin-top: 40px;
  line-height: 40px;
}
.off-grid-merit{
  margin-top: 40px;
  margin-bottom: 120px;
  line-height: 40px;
}
.off-grid-merit h3{
  font-size: 25px;
  border-bottom: 2px solid #1C295E;
  display: inline-block;
  margin-bottom: 20px;
}
.flow-cuttin{
  width: 100%;
}
.flow-cuttin img{
  width: 100%;
}
.career-choice img{
  width: 100%;
}
.career-choice li{
  color: #1B5DC6;
  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: #d92322;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  margin-top: -20px;
}
.right-half{
  border-right:solid 2px;
  height:40px;
}
.career-back{
  background-color: #EECCCC;
  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: #1a4c8f;
}
.career-finish h3{
  display: inline-block;
  font-size: 20px;
}
.interview img{
  width: 70%;
  margin-left: 15%;
  margin-bottom: 30px;
}
.interview h3{
  color: #f00;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 7px solid #282626;
}

.history table{
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-top: 40px;
}
.history th{
  width: 33%;
  border-bottom: dotted 2px #B22E29;
 text-align: center;
}
.history td{
  border-bottom: dotted 2px #B22E29;
  padding-left: 10px;
  width: 560px;
}
.history tr{
  height: 70px;
}
.company-message{
  margin-bottom: 70px;
}

.company{
  margin-bottom: 30px;
  text-align: left;
}
.company-prof table{
  border: solid 1px #fff;
  border-collapse: collapse;
  margin-bottom: 60px;
  margin-top: 40px;
}
.company-prof th{
  width: 33%;
  background-color: #d8211e;
  border: solid 1px #fff;
 text-align: center;
  color: #fff;
}
.company-prof td{
  border: solid 1px #fff;
  padding-left: 10px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.access{
  width: 100%;
  height: 550px;
  margin-bottom: 70px;
}
.access iframe{
  width: 100%;
  height: 100%;
}
.company-title h2{
  text-shadow: 2px 2px 2px #ff0;
}
.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{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
.w20{
  float: left;
  width: 25%;
}
.top-photoline img{
  width: 100%;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  margin:0 auto;
}
.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: #B22E29;
  height: 100px;
  text-align: center;
}
.obi h2{
  color: #fff;
  padding-top: 20px;
  font-size: 35px;
}

.w50-in{
  padding-top: 40px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height:  30px;
  text-align: left;
}
.w50-in h3{
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  font-family: "Arial";
}
.service-three{
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
}
.service-three img{
  width: 100%;
  margin-top: 40px;
}
.walfare-block{
  margin-bottom: 50px;
}
.color-a{
  background-color: #00b900;
}
.color-b{
  background-color: #819732;
}
.color-c{
  background-color: #23482d;
}
.text-large{
  font-size: 1.3em;
}
.footer-detail{
  margin-top: 40px;
  line-height: 40px;
}

.privacy-day{
	margin-left: 50%;
}