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

.reason img{
  width: 100%;
  margin-bottom: 30px;
}
.w80reason{
  width: 90%;
  margin: 0 auto 30px;
  line-height: 30px;
}
.w80reason h2{
  line-height: 40px;
  color: #866E45;
}
.w25reason h2{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #866E45;
  line-height: 40px;
}
.w25reason{
  line-height: 30px;
  margin-bottom: 40px;
}
.w25reason {
  width: 95%;
  margin: 0 auto;
}
.w70{
  width: 70%;
  margin: 0 auto;
}
.recruit-voice{
  text-align: center;
}
.recruit-voice h2{
  color: #3589fd;
  font-size: 2em;
  margin-top: 20px;
  text-align: center;
}
.recruit-button{
  color: #fff;
  width:80%;
  margin: 30px auto 30px;
  background: #350a3b;
  border-radius:30px;
  padding: 10px 25px;
  text-align: center;
}
.about-spmb{
  background-image: url(../material/back.png);
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.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%;
}
.cutin{
  width: 100%;
}
.cutin img{
  width: 100%;
}
.logo-up{
  width: 60%;
  margin:0 auto 40px;
}
.logo-up img{
  width: 100%;
}
/*
 * Hero header
 */
 header{
  font-family: "Avenir";
 }
.catch{
  display: none;
  height: 40px;
  margin: 0 auto;
}
.catch:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.catch-in{
  float: left;
  color: #ccc;
  display: none;
}
.catch-in h1{
  font-size: 18px;
  font-weight: lighter;
}
.catch-tell{
  display: none;
  width: 250px;
  font-size: 23px;
}
.catch-tell img{
  width: 30px;
}
.catch-tell span{
  margin-left: 20px;
}
.catch-mail{
  display: none;
  height: 50px;
  margin-top: -10px;
  background-color: #d8d3fa;
}
.catch-mail p{
  color: #171c61;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    background: #162659;
}
.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: #162659;
    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%);
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 250px;

    z-index: 1;
}
.smart-text{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
}
.smart-text h4{
  color: #fff;
  font-size: 27px;
  font-family: sans-serif;
  text-shadow: 1px 1px 0px #000,
    -1px 1px 0px #000,
    1px -1px 0px #000,
    -1px -1px 0px #000;
}
.smart-header{
  width: 100%;
  font-size: 15px;
  padding-top: 5px;
  text-align: center;
}
.smart-header p{
  padding-top: 20px;
}
.smart-header img{
  width: 220px;
}
.top-recruit{
  width: 98%;
  margin-bottom: 40px;
}
.top-recruit img{
  width: 100%;
}
.menu{
  display: none;
  background-color: #2a71ab;
  height: 70px;
  color: #fff;
  width: 100%;
  position: relative;
}
.menu-li{
  position: absolute;
  top: 50%;
  margin-top: -1em;
}
.menu-li li{
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.li-right{
  width: 350px;
}
.contents{
  font-family: "Avenir";
}
.top{
  display: none;
  width: 100%;
  margin-bottom: 50px;
}
.top img{
  width: 100%;
}
.top-menu{
  margin-bottom: 80px;
}
.top-effect-img{
  position: absolute;
  width: 300px;
  height: 250px;
  min-width: 300px;
  text-shadow: 1px 1px 1px #000;
  top:80px;
  left:-5%;
  list-style: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  animation: example 2.5s ease 2.5s 1 forwards;　
    -webkit-animation: example 2.5s ease 2.5s 1 forwards;
  z-index: 100;   
  color:#fff; 
  font-size:14px;
  line-height:40px;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.side-space{
  margin: 0 auto;
}
.top-menu-side{
  background-color: #EAF6FD;
  width: 95%;
  margin: 0 auto 40px;
}
.top-menu-center{
  width: 95%;
  margin: 0 auto 40px;
  background-color: #EAF6FD;
}
.top-menu-in{
  width: 90%;
  margin: 0 auto;
}
.top-menu-in h2{
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
}
.top-menu-in h3{
  text-align: center;
  padding-bottom: 10px;
}
.top-menu-in p{
  margin-bottom: 40px;
  margin-top: 10px;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 2px;
}
.top-menu img{
  width: 100%;
  height: 230px;
}
.detail-link{
  background-color: #2a71ab;
  color: #fff;
  text-align: center;
  height: 50px;
  vertical-align: top;
}
.detail-link p{
  padding-top: 10px;
  font-size: 20px;
}
.recruit-photo{
  width: 80%;
  margin: 0 auto 40px;
}
.recruit-text{
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.recruit-text h2{
  font-size: 30px;
  color: #2a71ab;
  filter: drop-shadow(1px 1px 1px rgba(0,0,130));
  margin-bottom: 20px;
}
.recruit-photo img{
  width: 100%;
}
.recruit-back{
  height: 500px;
  width: 100%;
  background-color: #EAF6FD;
  margin-top: -450px;
}
.recruit-all{
  margin-bottom: 40px;
}
.recruit-left{
  width: 95%;
}
.recruit-right{
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}
.recruit-right img{
  width: 100%;
}
.recruit-left p{
  margin-top: 15px;
}
.recruit-message-all:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.recruit-message-left{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
}
.recruit-message-left img{
  width: 100%;
}
.recruit-message-right{
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.recruit-message-right p{
  margin-bottom: 20px;
}
.recruit-message-right h3{
  margin-bottom: 10px;
}
.recruit-message{
  margin-bottom: 30px;
}
.recruit-message h4{
  border-bottom:solid 5px #ADD8E6;
  padding-bottom: 5px;
  padding-left: 15px;
}
.map{
  padding-top: 30px;
}
.map iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.title{
  font-family:"osaka";
  margin-bottom: 50px;
  text-align: center;
}
.title strong{
  display: inline-block;
  font-size: 45px;
  font-family: arial black;
  transform : scale(1,2.3);
  text-align: center;
  letter-spacing: 8px;
  width: 100%;
}
.title2{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "osaka";
  color: #000;
}
.title2 h2{
  font-size: 33px;
}
.title2 p{
  border-bottom: solid 6px #aac83c;
  display: inline-block;
  padding-bottom:20px;
  color: #000;
}
.title-in{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #000;
}
.title-in p{
  font-size:15px; 
  border-bottom: solid 6px #aac83c;
  color: #e40613;
  display: inline-block;
  padding-bottom: 10px;
}
.title-in h2{
  font-size: 25px;
}
.colorch{
  color: #294098;
  font-size: 1.3em;
}
.button{
  width: 80%;
  margin: 50px auto;
  border: solid 1px #350a3b;
  background-color: #350a3b;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button:hover{
  background-color: #3b17c9;
  color: #fff;
  transition: 0.7s;
}
.section2{
  text-align: center;
  background-image: url(../material/back2.png);
  background-size: 100% 100%;
  padding-bottom: 30px;
  padding-top: 40px;
}
.section2 .title{
  text-align: right;
}
.section2 img{
  width: 85%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.infiniteslide1{
  height: 230px;
  background-color: #456;
}
.infiniteslide1 img{
  height: 230px;
}
.section3{
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
.section3 iframe{
  width: 95%;
  height: 400px;
}
.section4{
  width: 100%;
  background-color: #f1fbea;
  padding-top: 60px;
}
.section4 img{
  width: 80%;
  margin-left: 10%;
  padding-bottom: 40px;
}
.top-contact{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
  margin: 40px auto;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  background-color: rgba(255,255,255);
  border:solid 7px #17B0EC;
}
.top-contact-message{
  width: 85%;
  margin: 0 auto;
}
.top-greeding{
  width: 95%;
  margin:0 auto;
}
.top-greeding h2{
  font-size: 19px;
  margin-bottom: 20px;
}
.greeding-space{
  font-size: 14px;
  line-height: 30px;
}
.service-in {
  margin-bottom: 40px;
}
.service-in li{
  width: 230px;
  display: inline-block;
}
.service-in img{
  width: 100%;
}
.picture{
  margin-top: 30px;
}
.picture li{
  width: 95%;
  margin: 0 auto 30px;
}
.picture img{
  width: 100%;
}
/*パンクズリスト*/
.breadcrumb {
  display: none;
  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;
}
.inner-picture{
  position: relative;
  width: 100%;
}
.inner-picture img{
  width: 100%;
}
.inner-guide{
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.inner-guide p{
  font-size: 14px;
}
.incontents{
  width: 95%;
  margin: 0 auto;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.company-message p{
  line-height: 35px;
}
.ceo{
  width: 70%;
  margin-top: 20px;
  float: right;
  right: 0;
}
.ceo img{
  width: 100%;
}
.greeding{
  margin-bottom: 80px;
}
.incontents-p{
  font-size: 13px;
  color: #ff0;
  margin-left: 10px;
}
.company-prof{
  margin-bottom: 30px;
}
.company-prof{
  text-align: left;
  margin-top: 120px;
}
.company-prof table{
  border: solid 1px #fff;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 33%;
  background-color: #294098;
  border: solid 1px #fff;
  padding-left: 20px;
  color: #fff;
  padding-right: 20px;
}
.company-prof td{
  border: solid 1px #fff;
  padding-left: 10px;
}
.company-prof tr{
  height: 70px;
}
.company-bottom iframe{
  width: 100%;
  height: 500px;
}
.company-bottom{
  margin-bottom: 50px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
  text-align: center;
}
.recruit-greeding p{
  margin-top: 30px;
  line-height: 30px;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.back-color{
  background-color: #eef4fa;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.recruit-merit{
  width: 95%;
  margin: 0 auto;
}
.recruit-merit img{
  width: 50%;
  margin-left: 25%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.recruit-merit-text h2{
  text-shadow: 2px 2px 2px #ffb100;
  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;
}
.contactdelete{
  display: none;
}
.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{
    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: 90%;
  margin:0 auto;
}
.contens-c p{
margin-top: 30px;
}
.confirm {
  width: 95%;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}

.service-text{
  line-height: 30px;
  margin-bottom: 40px;
}
.service-text h2{
  color: #4b71af;
  margin-bottom: 10px;
}
.service-text2{
  border:solid 3px #4b71af;
  margin-top: 30px;
  margin-bottom: 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;
  margin-bottom: 30px;
}
.service-r{
  width: 80%;
  margin: 0 auto;
}
.service-r img{
  width: 100%;
  margin-bottom: 30px;
}
.jirei{
  width: 90%;
  margin: 0 auto;
  padding-bottom:  50px;
  padding-top: 20px;
}
.jirei img{
  width: 100%;
  margin-bottom: 30px;
}
.personal-section{
  margin-bottom: 30px;
  line-height: 30px;
}
.smart-link{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  bottom:0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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;
}
.footer-in{
  width: 100%;
}

.footer-menu{
  display: none;
}
.footer-access{
  display: none;
}
.footer-logo{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #162659;
  color: #fff;
}
.footer-logo img{
  padding-top: 40px;
  width: 100%;
}
.footer-logo h2{
  padding-top:10px;
  padding-bottom:20px;
  margin-bottom: 10px;
  border-bottom:solid 1px;
}
.footer-adress{
  margin-top: 40px;
}
.copywright{
  margin-bottom: 70px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-top:solid 3px #ec6a00;
  background-color: #000;
}
.scrollbar{
  display: none;
}











</pre></body></html>