@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-image: url(../material/back4.jpg); 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; }

.sekou-color li{
  border: solid 1px;
  border-radius: 10px;
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 5px 8px;
  color: #000058;
  width: 170px;
  text-align: center;
}
.sekou-place{
  font-size: 0.8em;
  margin-bottom: 40px;
}
.voice-block{
  width: 95%;
  margin: 0 auto;
}
.voice-block img{
  width: 100%;
  margin-bottom: 20px;
}
.voice-block h2{
  margin-bottom: 20px;
}
.voice-block p{
  margin-bottom: 30px;
}
/* 共通エリア開始 */
header{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-mobile-alt{
  margin-right: 20px;
}
.catch{
  display: none;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.header-logo{
  width: 100%;
  margin-top: 20px;
  text-emphasis: center;
}
.header-logo img{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 20px;
}
.header-logo h3{
  font-size: 28px;
  color: #2e2818;
  text-align: center;
  margin-bottom: 20px;
}
.header-tell{
  width: 100%;
  text-align: center;
}
.header-tell li{
  display: inline-block;
  vertical-align: top;
}
.header-tell-lileft{
  font-size: 30px;
  width: 300px;
}
.header-tell-lileft p{
  font-size: 13px;
}
.fa-file-alt{
  color: #4b71af;
}
.contacttolink{
  font-size: 20px;
  background-color: #4b71af;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  padding: 18px 20px;
  text-align: center;
}
.contacttolink2{
  background-color: #13458E;
  color: #fff;
  text-align: center;
  border:solid 2px #13458E;
  padding: 18px 20px;
  font-size: 20px;
  font-family: "osaka";
}
.contacttolink3{
  font-size: 20px;
  background-color: #49BDF0;
  color: #fff;
  width: 200px;
  padding: 18px 20px;
}
.fa-envelope-open-text{
  color: #fff;
}
.header-menu{
  display: none;
}
.header-menu li{
  display: inline-block;
  width: 19%;
  height: 30px;
  margin-bottom: 20px;
  border-right: 1px solid;
  text-align: center;
  padding-top: 10px;
}
.left-border{
  border-left: solid 1px;
}
.smart-toppicture{
  min-width: 160px;
  width: 100%;
  height: 280px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 280px;
    left: 200px;
    margin-left: -200px;
    z-index: 1;
}
.smart-text{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
}
.smart-text h4{
  color: #fff;
  font-size: 30px;
  font-family: sans-serif;
  text-shadow: 1px 1px 0px #000,
    -1px 1px 0px #000,
    1px -1px 0px #000,
    -1px -1px 0px #000;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #44bbff;
    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: #44bbff;
    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%);
}

/* 共通エリア終了 */
.top{
  display: none;
}
.top img{
  display: none;
  position: absolute;
  width: 100%;
  left: 800px;
  margin-left: -800px;
}
.title{
  margin-bottom: 40px;
  margin-top: 60px;
  font-family: 'Oswald', sans-serif;
  filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.3));
  text-align: center;
}
.title h2{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  margin-top: 20px;
  color: #13458E;
}
.title p{
  color: #2e2818;
}
.title2{
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  background-color: #000;
  filter: drop-shadow(2px 4px 2px rgba(0,0,0,0.3));
  width: 300px;
  color: #fff;
  text-align: center;
}
.title2 h3{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  margin-top: 5px;
}
.title2 p{
  padding-bottom: 5px;
}
.section1{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.section1 img{
  width: 100%;
}
.sevtion2-left{
  display: none;
}
.sevtion2-slide-smart{
  width: 100%;
  margin-bottom: 40px;
}
.sevtion2-slide-smart img{
  width: 100%;
}
.sevtion2-slide{
  overflow: hidden;
  position: relative;
  min-width: 200px;
  width: 100%;
  height: 280px;
  margin-bottom: 40px;
}
.sevtion2-slide img{
  display: none;
  position: absolute;
  width: 100%;
  left: 100px;
  margin-left: -100px;
}
.sevtion2-right{
  margin-bottom: 40px;
}
.section3{
  margin-top: 40px;
  margin-bottom: 350px;
}
.sec3img{
  position: relative;
  width: 100%;
  height: 270px;
}
.sec3img img{
  width: 100%;
  height: 400px;
}
.sec3text{
  position: absolute;
  top: 80px;
  border:solid 3px #fff;
  background-color: rgba(0,0,0,0.8);
  padding: 15px;
  color: #fff;
}
.sec3text h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sec3text p{
  margin-bottom: 20px;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.recruit{
  background-image: url(../material/work1.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;
}
.toprecruit{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.toprecruit img{
  width: 100%;
  height: 140px;
}
.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%;
  padding-bottom: 50px;
}
.map iframe{
  width: 100%;
  height: 350px;
}
.fa-sort-down{
  margin-right: 10px;
  color: #fff;
}
.footer-in{
  background-color: rgba(68, 187,255, 0.2);
  width: 100%;
}
.footer-in img{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footersec-top{
  display: none;
}
.footer-access{
  text-align: center;
  padding-bottom: 30px;
}
.footer-menu{
  display: none;
}
.scrollbar{
  display: none;
}
.copywright{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 70px;
  text-align: center;
  color: #fff;
  background-color: #000058;
}
.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%;
  height: 110px;
  margin-top: 30px;
}
.inner-picture img{
  width: 100%;
  height: 100%;
}
.inner-guide{
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #32cd32;
}
.contents{
  width: 95%;
  margin: 0 auto;
  line-height: 30px;
}
.contents-right{
  display: none;
}
.ceo{
  float: right;
  width: 300px;
}
.ceo img{
  width: 100%;
  margin-top: 30px;
}
.company{
  margin-bottom: 30px;
}
.company{
  text-align: left;
}
.company table{
  border: solid 1px #baf6e5;
  border-collapse: collapse;
  padding-bottom: 30px;
}
.company th{
  width: 33%;
  background-color: #4458ff;
  border: solid 1px #baf6e5;
  padding-left: 15px;
  color: #fff;
}
.company td{
  border: solid 1px #baf6e5;
  padding-left: 10px;
  width: 560px;
}
.company tr{
  height: 70px;
}
.company-message{
  margin-bottom: 70px;
}
.company iframe{
  width: 100%;
  height: 550px;
  margin-bottom: 40px;
}
.company-message h2{
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}
.company-message h4{
  font-size: 20px;
}
.company-message img{
  width: 90%;
  margin-bottom: 10px;
}
.in{
  width: 95%;
  margin: 0 auto;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  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;/*線を消す*/
}
.confirm {
  width: 90%;
  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;
}
.service-text{
  margin-bottom: 60px;
}
.service-text h3{
  display: inline-block;
  border: solid 4px #44bbff;
  margin-top: 30px;
  padding: 10px;
  margin-bottom: 25px;
}
.service-text img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.service-text tr{
  height: 50px;
}
.service-text th{
  background-color: #44bbff;
  color: #fff;
  padding:10px 10px;
}
.service-text td{
  padding-left: 10px;
  padding-right: 10px;
}
.our-service-left{
  width: 100%;
  margin: 0 auto;
}
.our-service-left img{
  width: 100%;
  margin-bottom: 30px;
}
.our-service-right{
  margin-bottom: 50px;
}
.our-service-right h3{
  font-size: 22px;
  color: #000058;
  margin-bottom: 10px;
}
.works{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.works img{
  width: 100%;
}
.works li{
  width: 100%;
  margin-bottom: 30px;
}
.personal-section{
  margin-bottom: 20px;
}
.personal-section2{
  margin-bottom: 70px;
}
.personal-section h3{
  margin-bottom: 10px;
}
.personal-section2 h3{
  margin-bottom: 10px;
}