html{
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 29, 77, 0.8);
  font-family : "メイリオ",
                Meiryo,
                Osaka,
                "ヒラギノ角ゴ Pro W3",
                "Hiragino Kaku Gothic Pro",
                "ＭＳ Ｐゴシック",
                "MS PGothic",
                sans-serif;
  background-image: url(../images/cream_pixels.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6,a,p{
  margin: 0;
}

h1,h2,h3{
  color: rgba(32, 141, 195, 1);
  font-weight: normal;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;  
}
a{
  text-decoration: none;
  color: rgba(0, 29, 77, 0.8);
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;  
}
.clear_both{
  clear: both;
}
li{
  list-style: none;
}
.load_animate{
  width: 100%;
  height: inherit;
  display: none;
  position: absolute;
  text-align: center;
  top: 50vh;
}
.ready_animate{
  display:none;
}
.clear_both{
  clear: both;
}
.header_top{
  max-height: 5%;
  background-color: rgba(50,97,171, 0.8);
  text-align: center;
  overflow: hidden;
  word-wrap: normal;
}
.header_top h6{
  color: white;
  font-weight: normal;
}
.header_bg{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.header{
  width: 650px;
  height: 50px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  display: table;
  overflow: hidden;
  }
.logo img{
  float: left;
}
.logo img{
  margin: 10px 0 5px 0;
}
.menu p{
  margin: 0px;
  font-size: 10px;
  line-height: 0.8em;
}
.header ul{
  margin: 0;
  z-index: 1;
  box-sizing: border-box;
}
.menu li{
  float: left;
  width:18%;
  margin:10px 0 0 0;
  text-align: center;
}
.menu a{
  width: 150px;
  margin: 10px 15px 0 10px;
  padding: 0 0 5px 0 ;
  font-size: 15px;
  transition: all 0.2s;
}
.menu a:hover{
  color: rgba(50,97,171, 0.8);
  font-weight: lighter;
}

.min_button{
  float: right;
  margin: -10% 2% 0 0;
  visibility:hidden;
}
.min_button a{
  color: rgba(0, 29, 77, 0.5);
  padding: 2% 0 0 0 ;
  margin: 0;
}
.min_menu{
  display: none;
  box-sizing: border-box;
}
.min_menu ul{
  margin: 0;
  text-align: center;
  z-index: 3;
  padding:0 0 0 0;
  box-sizing: border-box;
}
.min_menu li{
  background-color: rgba(100, 100, 100, 0.1);
  width: 25%;
  display: none;
  border-top: 0.5px solid rgba(200, 200, 200, 0.5);
  border-bottom: 0.5px solid rgba(200, 200, 200, 0.5);
  float: left;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}
.min_menu a{
  z-index: 999;
  width: 100%;
  text-decoration: underline;
  color:rgba(100, 100, 100, 0.5);  
  
  }
.min_menu{
  text-align: center;
}
.top_banner img{
  width:100%;
}
.header_bottom{
  position: relative;
  top:-8px;
  width: 100%;
  min-height: 20%;
  background-color:rgba(50,97,171, 0.9);
}
.header_bottom h5{
  font-size:22px;
  padding: 1%;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  height: inherit;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;  
}
.header_bottom a{
  color: white;
  font-size:22px;
  font-weight: normal;
  float:right;
  padding: 1%;
  background-color: rgba(241,148,131, 1);
}
.header_bottom a:hover{
  color: rgba(241,148,131, 1);
  background-color: rgba(255, 255, 255, 1);
}
.container{
  padding: 0 0 3% 0 ;
  width: 100%;
  margin: 5% 0 2% 0;
}
.title_border{
  width: 40%;
  margin: 0 auto 3% auto;
  border: 3px solid rgba(0, 29, 77, 0.7);
  line-height: 3.5em;
}
.title_border h1{
  text-align: center;
  color: rgba(50,97,171, 0.9);
  background-color: white;
}
.title_border hr{
  width: 90%;
  margin: 0 auto;
}
.title_border p{
  font-size: 18px;
}
.top_phrase{
  margin: 0 0 0 0; 
}
.top_img{
  width: 100%;
  height: 400px;
  background-color: white;
}
.container_middle{
  float: right;
  padding:1% 3% 0 1%;
  border-right: 50px solid rgba(50,97,171,1);
  background-color: white;
  margin: 0 0 5% 0;
}
.container_middle h1{
  padding-left: 30%;
  font-weight: bold;
  color: rgba(241,148,131, 1);
}
.container_middle h4{
  font-weight: normal;
}
.container_middle h2{
  text-align: center;
  color: rgba(50,97,171, 1);
}
.container_middle h3{
  font-weight: normal;
  color: rgba(67, 153, 218,0.8);
}
.container_middle span{
  font-size: 14px;
  color: rgba(0, 29, 77, 1);
}
.container_middle a{
  float: right;
  font-size: 12px;
  text-decoration: underline;
}
.container_middle a:hover{
  text-decoration: none;
  color: rgba(0, 27, 77, 0.5);
}
.container_middle table{
  min-width: 100%;
}
.top_img img{
  float: left;
  width: 50%;
  min-width: 320px;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;  
}

/*images gallery*/
.business_content{
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 80%;
}
.business_content p{
  margin: 0 5%;
  font-size: 1.4em;
}
.business_content h3{
  padding:0 10%;
}
.business_content table{
  width: 100%;
  padding:0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.business_content tr{
  padding: 0;
  margin: 0;
}
.business_content td{
  text-align: center;
  width: 50%;
  padding: 0;
  margin: 0;
}
.business_content td:first-child{
  text-align: right;
}
.business_content td:last-child{
  text-align: left;
}
.business_content img{
  width: 100%;
}
.recruit_info{
  width:80%;
  margin:0 auto;
  font-size: 18px;
}
.recruit_info table{
  width: 100%;
  box-sizing: border-box;
  border-spacing:5% 0;
  border-collapse: separate;
}
.recruit_info td:first-child{
  background-color: rgba(0, 38, 102, 0.7);
  color: white;
  text-align: right;
  padding: 1%;
  width: 20%;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  border-radius:5px 0 0 5px;
}
.recruit_info tr:nth-of-type(1n+1){
}
.recruit_info tr:nth-last-of-type(1n+2){
  border-bottom: 1px solid rgba(0, 38, 102, 0.7);
}
.recruit_info td:last-child{
  background-color: white;
  padding-left: 2%;
  border-radius:0 5px 5px 0;
  /* box-shadow */
  box-shadow:5px 7px 8px -4px #a3a3a3;
  -moz-box-shadow:5px 7px 8px -4px #a3a3a3;
  -webkit-box-shadow:5px 7px 8px -4px #a3a3a3;

}

.content{
  background-color: rgba(220 , 220, 220, 0.5);
  border-radius: 5px;
  width: 75%;
  padding: 2%;
  margin: 3% auto 0 auto;
  color: rgba(11, 52, 110, 0.9);
}
.content table{
  width:100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.content td{  
  padding: 1%;
}
.content td:first-child{
  text-align: right;
  width: 30%;
}
.content tr:nth-of-type(2n+1){
  background-color: rgba(68, 149, 255, 0.5);
}
.contact_info{
  width: 100%;
  min-height: 400px;
  background-color: rgba(250, 250, 250, 0.5);
  margin: 0;
}
.contact_info ul{
  width: inherit;
  padding: 0;
  margin: 0 auto;
}
.contact_info ul>li{
  width: 36%;
  height: 100%;
  padding: 2%;
  float: left;
  text-align: center;
  margin:2% 5%;
  background-color: rgba(58, 143, 183, 1);
  overflow: hidden;
}

.contact_info p{
  position: relative;
  top: -3%;
  width: 20%;
  height: 15%;
  font-weight: bold;
  margin: 0 auto;
  background-color: rgba(58, 143, 183, 1);
  box-sizing: border-box;
  font-size: 100%;
  color: white;
}
.contact_border{
  width: inherit;
  height:395px;
  border:2px solid rgba(255, 255, 255, 1);  
}
.contact_border h1{
  margin-top: 15%;
  color: white;
  font-weight: bolder;
}
.contact_border img{
  width: 30%;
  margin-top: 10%;
}
.contact_border hr{
  width: 10%;
  margin: 0 auto;
  height: 2%;
  color: white;
  margin-top: 3%;
  background-color: white;
  border: none;
  border-radius: 5px;
}
.Gmap{
  margin-top: 10%;
}
.Gmap i{
  color: red;
}
.Gmap iframe{
  border: none;
  width: 100%;
  height: 300px;
  pointer-events: none;
}
.footer{
  width: 100%;
  height: 100%;
}
.footer_top{
  min-height: 30px;
  background-color: rgba(240, 240, 240, 0.9);
  text-align: right;
  padding-right: 5%;
  font-size: 18px;
}

.footer_top a{
  
  color: rgba(255,177,27, 1);
  font-weight: bold;
}
.footer_top a:hover{
  opacity: 0.5;
}
.footer_content{
  width: 100%;
  padding:2% 0;
  background-color: rgba(67,153,218, 0.9);
  
}
.sitemap,.links,.ad{
  min-width: 25%;
  float: left;
}
.sitemap{
  margin: 5% 0 0 10%;
}
.links{
  margin: 5% 10% 0 5%; 
}

.footer_content img:hover{
  opacity: 0.5;
}
.footer_content a:hover{
  text-decoration: underline;
}
.footer_bottom{
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(50, 50, 50, 0.5);
  text-align: center;
}
.footer_bottom a{
  width: 100%;
  text-align: center;
}
.footer_bottom a>img{
  width: 5%;
  padding-top: 20px;
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .min_menu{
    display: none;
  }
  .top_img{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .top_img img,.container_middle{
    float: none;
  }
  .content{
    width: 94%;
    margin: 3%;
    padding: 0;
  }
  .recruit_info{
    width:90%;
    padding: 0;
    margin: 0 auto;
  }
  
  .sitemap,.links,.ad{
    margin: 5% 0 5% 5%;
}
}
@media only screen and (min-width:450px) and (max-width:767px){
  .min_button a{
    font-size: 20px;
    padding-top: 0;
  }
  .header{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
  }
  .logo{
    padding-left: 10px;
    width: 100%;
  }
  .menu ul{
    width: inherit;
    box-sizing: border-box;
  }  
  .header_bottom a:hover{
    color: rgba(241,148,131, 1);
    background-color: rgba(255, 255, 255, 1);
  }
  .min_menu{
    display: none;
  }
  .min_menu ul{
    box-sizing: border-box;
  }
  .title_border h1{
    margin: 0 auto 3% auto;
  }
  .top_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top_img img{
    float: none;
  }
  .content{
    width: 94%;
    margin: 3%;
    padding: 0;
  }
  .table{
    width: 100%;
  }
  .table td{
    padding:0 0 0 1%;
  }
  table td:first-child{
    text-align: right;
    min-width: 20%;
  }
  .recruit_info{
    width: 96%;
    margin:0 auto;
  }
  .recruit_info table{
    width: 100%;
  }
  .contact_info{
    width: 100%;
  }
  .contact_info ul{
    margin: 0;
    padding: 0;
  }
  .contact_info ul>li{
    float: none;
    width: 90%;
    margin: 10% auto;
  }
  .contact_info h1{
    margin-top:2%;
  }
  .contact_info img{
    margin-top: 2%;
  }
  .links{
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 450px) {
  .header{
    width: 100%;
  }
  .min_menu li{
    width: 25%;
    float: left;
    display: none;
  }
  .min_menu a{
    font-size: 14px;
    padding-top: 0;
    margin: 0;
  }
  .menu{
    display: none;
  }
  .min_button{
    font-size: 20px;
    visibility: visible;
  }

  .header_bottom a,.header_bottom h5{
    font-size: 14px;
  }
  .header_bottom a:hover{
    color: rgba(241,148,131, 1);
    background-color: rgba(255, 255, 255, 1);
  }
  .title_border{
    width: 80%;
    margin: 0 auto 3% auto;
    border: 3px solid rgba(50, 50, 50, 0.5);
    line-height: 3.5em;
  }
  .top_img{
    text-align: center;
  }
  .top_img img{
    float: none;
  }
  .content{
    width: 94%;
    margin: 3%;
    padding: 0;
  }
  .table{
    width: 100%;
    font-size: 12px;
  }
  table td{
    padding:1% 0 ;
  }
  table td:first-child{
    text-align: right;
    min-width: 20%;
    
  }
  .recruit_info{
    width: 96%;
    margin:0 auto;
    font-size: 14px;
  }
  .recruit_info table{
    width: 100%;
  }
  .recruit_info td:first-child{
    width: 30%;
  }
  .contact_info{
    width: 100%;
  }
  .contact_info ul{
    margin: 0;
    padding: 0;
  }
  .contact_info ul>li{
    float: none;
    width: 90%;
    margin: 10% auto;
  }
  .footer_content{
    width: 80%;
    padding: 10%;
  }
  .sitemap,.links{
    width: 100%;
    margin: 5% auto;
  }
}
