<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@@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: "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; }


/*
 * Hero header
 */
.page-header:after {
  content:"";
  display: block;
  clear:both;
  width: 960px;
  min-width: 960px;
}
.page-header{
  width: 960px;
  margin: 0 auto;
  color: #1b2b60;
}
.header-left{
  float: left;
  width: 300px;
  margin-right: 15%;
  height: 50px;
  padding-top: 8px;
}
.contact-tell{
  float: right;
  height: 60px;
}
.catch{
  font-size: 12px;
}
.logo{
  width: 400px;
}
.logo img{
  width: 16%;
  margin-right: 20px;
}
.logo h1{
  color: #1b2b60;
}
.first{
  font-size: 23px;
}
.red{
  color: #f00;
}
.menu{
  width: 100%;
  height: 60px;
  margin-top: 10px;
  background-color: #1b2b60;
  color: #fff;
  vertical-align: top;
}
.menu ul{
  width: 960px;
  margin: 0 auto;
}
.menu li{
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
}
.menu p{
  font-size: 12px;
}
.humberger-menu{
  display: none;
}
.smart-top{
  display: none;
}
/* Slideshow */
.slideshow {
  width: 100%;
}
.slideshow img {
  width: 100%;
}
.newsall{
  margin-bottom: 70px;
}
.newsall p{
  margin-bottom: 5px;
}

.top-greeding:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.top-greeding-photo{
  float: left;
  width: 33%;
  margin-left: 2%;
  margin-right: 3%;
}
.top-greeding-photo img{
  width: 100%;
}
.top-greeding-text{
  float: left;
  width: 62%;
  text-align: left;
}
.top-greeding-text p{
  margin-bottom: 10px;
}
.top-greeding-photo2{
  float: left;
  width: 33%;
  margin-left: 2%;
  margin-right: 3%;
}
.top-greeding-photo2 img{
  width: 100%;
}
.top-greeding-text2{
  text-align: left;
  width: 96%;
  margin: 0 auto;
}
.top-greeding-text2 p{
  margin-bottom: 10px;
}
.top-greeding-text2 li{
  display: inline-block;
  width: 200px;
  margin-right: 30px;
}
.top-greeding-text2 img{
  width: 100%;
}
.top-greeding-text2 h3{
  color: #1b2b60;
  margin-bottom: 10px;
}
.top-greeding-text h3{
  color: #1b2b60;
  margin-bottom: 10px;
}
.top-company-photo{
  float: left;
  width: 350px;
  margin-right: 20px;
}
.top-company-text{
  float: left;
  width: 370px;
  text-align: left;
}
.top-company-text th{
  width: 85px;
}
.top-company-text tr{
  height: 50px;
}
/* Primary nav */
.primary-nav {
    float: right;
    line-height: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    display: block;
    padding: 0 1.36em;
}
.primary-nav a:hover {
    background-color: rgb(240, 240, 240);
}
/*about莉･髯阪�繝壹�繧ｸ*/
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  padding-top: 10px;
  height: 15px;
}
.breadcrumb li{
  display:inline;/*讓ｪ縺ｫ荳ｦ縺ｶ繧医≧縺ｫ*/
  list-style: none;
  font-size: 14px;
}
.breadcrumb li:after{/* &gt;繧定｡ｨ遉ｺ*/
  content: '&gt;';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
/*
 * layout
 */
.layout{
  text-align: center;
  width: 1080px;
  margin: 30px auto 0px;
}

.main-contents:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
  min-width: 900px;
  margin-bottom: 10px;
}
.sidebar{
  float: left;
  width: 260px;
  margin-right: 50px;
}
.sidebar img{
  width: 100%;
  margin-bottom: 20px;
}
.contents{
  float: left;
  width: 750px;
}
.contents h2{
  text-align: left;
  margin-bottom: 20px;
}
.contents1{
  margin-bottom: 30px;
}
.contents1 h2{
  background-color: #1b2b60;
  background-size: 100% 100%;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.contents2{
  margin-bottom: 30px;
}
.contents2 li{
  display: inline-block;
  height: 260px;
  border: solid 1px;
  width: 200px;
}
.contents-service:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
  margin-bottom: 10px;
}
.contents-service{
  text-align: left;
}
.contents-service h4{
  border-bottom: solid 3px;
  border-color: #999999;
}
.contents-service img{
  width: 100%;
}
.contents-left{
  float: left;
  width: 365px;
  margin-right: 10px;
}
.contents-right{
  float: left;
  width: 365px;
  margin-left: 10px;
}
.comapany-prof iframe{
  width: 750px;
  height: 450px;
}
.top-company-photo iframe{
  width: 350px;
  height: 340px;
}
.media{
  display: none;
}
.blue{
  color: #1c2a2a;
  font-size: 18px;
}
.ceo{
  float: right;
  margin-top: 20px;
  font-size: 18px;
}
.inner-picture{
  position: relative;
  width: 100%;
}
.inner-picture img{
  width: 100%;
}
.inner-guide{
  position: absolute;
  top: 70px;
  left: 40px;
  font-size: 40px;
  color: #1b2b60;
  text-shadow: 1px 1px 1px #fff;
}
.text-big{
  color: #1b2b60;
  font-size: 20px;
}
.comapany-prof{
  margin-bottom: 30px;
}
.comapany-prof h2{
  background-image: url(../material/obi.jpg);
  background-size: 100% 100%;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.comapany-prof{
  text-align: left;
}
.comapany-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.comapany-prof th{
  width: 130px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 30px;
}
.comapany-prof td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.comapany-prof tr{
  height: 70px;
}
.recruit-prof h2{
  background-image: url(../material/obi.jpg);
  background-size: 100% 100%;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.recruit-prof{
  text-align: left;
  margin-bottom: 30px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.recruit-prof th{
  width: 130px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 30px;
}
.recruit-prof td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.recruit-prof tr{
  height: 70px;
}

.recruit-prof h4{
  border-bottom:solid 5px #ADD8E6;
  padding-bottom: 5px;
  padding-left: 15px;
}
.recruit-prof li{
  display: inline-block;
  width: 200px;
  margin: 40px 20px;
}
.works img{
  width: 100%;
}
#service-works{
  text-align: left;
}
#service-works ul{
  margin-bottom: 30px;
}
#service-works li{
  width: 300px;
  display: inline-block;
  margin-right: 30px;
}
#service-works img{
  width: 100%;
}
#service-works h2{
  background-image: url(../material/obi.jpg);
  background-size: 100% 100%;
  color: #fff;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.contactform{
  text-align: center;
  font-size: 15px;
}
.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;/*邱壹ｒ豸医☆*/
}
.contens-c{
  width: 960px;
  margin:auto;
}
.contens-c p{
margin-top: 30px;
}
.confirm {
  width: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}

/*
 * footer
 */
.page-footer{
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  background-color: #fafafa;
  color: #1b2b60;
 }
 .page-footer h3{
 }
.page-footer img{
  width: 100px;
}
.footer-menu{
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-menu li{
display: inline-block;
margin-left: 20px;
margin-right: 20px;
}
.footer-adress{
  margin-bottom: 30px;
  color: #1b2b60;
}
.copyright{
  width: 100%;
  color: #fff;
  background-color: #1b2b60;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}</pre></body></html>