@charset "utf-8";
/* トップ
----------------------------------------------- */
.ms-left,
.ms-right{
  touch-action: initial!important;
}
.ms-section{
  position: relative;
}
.slide01-left{
  background-size: cover;
  background-position: right;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide01-left.jpg);
}
.slide01-right{
  background-size: cover;
  background-position: left;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide01-right.jpg);
}
.slide02-left{
  background-size: cover;
  background-position: right;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide02-left.jpg);
}
.slide02-right{
  background-size: cover;
  background-position: left;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide02-right.jpg);
}
.slide03-left{
  background-size: cover;
  background-position: right;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide03-left.jpg);
}
.slide03-right{
  background-size: cover;
  background-position: left;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide03-right.jpg);
}
.slide04-left{
  background-size: cover;
  background-position: right;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide04-left.jpg);
}
.slide04-right{
  background-size: cover;
  background-position: left;
  background-repeat:no-repeat;
  background-image: url(../images/top/slide04-right.jpg);
}
.main_logo{
  max-width: 560px;
  width: 100%;
}
.top__content{
  max-width:500px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.top__content02{
  max-width:600px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.open_time{
  font-size: 0.8em;
  margin-left: 5px;
}
.top_box{
  padding: 2em 0;
}
.news_title{
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
}
.news_title span{
  font-size: 1.3em;
}
.time{
  font-weight: bold;
  padding-right:1em;
}
.text{
  display: inline-block;
  font-size: 14px;
}
.recruit_bnr{
  margin: 30px 0 0;
}
.top_btn{
  color: #fff;
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: #000;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #000;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.top_btn a{
  width: 80%;
  text-align: center;
}
.top_btn:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px 
  rgba(255, 255, 255, 0.5), 0 0 20px 
  rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
  cursor: pointer;
}
.top_btn_title{
  font-size: 1.4em;
}
.arrow_effect{
  display: block;
  margin: auto;
  width: 80px;
  transition-duration: 0.3s;
  transition-timing-function:ease-in-out;
}
.arrow_effect:hover{
  transform: translateX(10px);
}
.top_work_title{
  font-size: 1.3em;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  margin-top: 15px;
}
.cross_box{
  margin: 30px 0;
}
.cross{
  display: inline-block;
  position: relative;
  margin: 0 7px;
  padding: 0;
  width: 2px;
  height: 45px;
  background: #fff;
  transform: rotate(45deg);
}
.cross:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 45px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
}
.logo{
  width:200px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width:768px){
  .news_title{
    font-size: 1.2em;
  }
  .top_work_title{
    font-size: 1em;
  }
  .product_icon{
    width: 150px;
  }
  .cross_box{
    margin: 15px 0;
  }
  .top__content02{
    top: 50%;
  }
}
@media screen and (max-width:650px){
  .product_icon{
    width: auto;
  }
}
@media screen and (max-width:480px){
  .news_title span{
    font-size: 1.1em;
  }
  .top_btn{
    width: 150px;
    height: 150px;
  }
  .top__content{
    top: 60%;
  }
  .top__content h3{
    font-size: 1.2rem;
  }
  .top_box{
    padding: 1em 0;
  }
  .logo{
    width:90px;
    margin: 0 auto 15px;
  }
}
/* 会社紹介
----------------------------------------------- */
.page__title_box{
  padding-top: 5em;
  text-align: center;
}
.page__title_box h2{
  font-size: 2em;
  font-weight: bold;
}
.page__title_box p{
  font-size: 1.5em;
  font-weight: bold;
}
.page__title_box span{
  font-size: 14px;
}
.company__point{
  padding: 3em 0;
}
.company__point li{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/company/company02.png);
}
.company__point li h3{
  color:#EC9100;
  font-size: 1.8em;
}
.conts__title{
  padding: 5px 0 2px;
  text-align: center;
  border: 1px dashed #EC9100;
  border-radius: 50px;
  background-color: #fff;
}
.business__conts_title{
  color: #EC9100;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
}
.staff__conts_list{
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2px solid #EC9100;
}
.overview_table{
  margin: 30px 0;
  width: 100%;
}
.overview_table tr{
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.overview_table th{
  width: 25%;
  padding-left: 6em!important;
}
.overview_table th,
.overview_table td{
  padding: 15px;
}
#history {
  margin-top: 30px;
  max-width: 730px;
  width: 100%;
  height:350px;
  margin: 5em auto 0;
  border-bottom: 10px solid #EC9100;
  background: url(../images/company/company01.png) repeat-x;
  background-position: 850px 0;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
}
#human{
  position: absolute;
  top: 65%;
  left: 45%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0 -850px;
  }
  to {
      background-position: 0 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 -850px;
  }
  to {
    background-position: 0 0;
  }
}
@media screen and (max-width:650px){
  .overview_table th,
  .overview_table td{
    display: block;
  }
  .overview_table th{
    width: 100%;
    padding:15px 0 5px 15px!important;
  }
  .overview_table td{
    padding:5px 0 15px 15px!important;
  }
}
@media screen and (max-width:480px){
  #history{
    height: 200px;
  }
  #human{
    left: 41%;
  }
  @-webkit-keyframes bgroop {
    from {
        background-position: 0 -400px;
    }
    to {
        background-position: 0 0;
    }
  }
  @keyframes bgroop {
    from {
        background-position: 0 -400px;
    }
    to {
      background-position: 0 0;
    }
  }
}
/* 私たちの想い
----------------------------------------------- */
.about_slogan_box li{
  padding: 10px;
  margin: 0px 2%;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #FF9600;
  border-bottom: 2px solid #fff;
}
.about_slogan{
  text-align: center;
  margin-top: 30px;
  margin-bottom: -5px;
}
.about_slogan_ttl{
  padding-top: 30px;
  border-top: 1px solid #FF9600;
}
.about_message_box{
  position: relative;
  margin-top: 3em;
}
.about_message_text{
  padding: 30px;
  background-color: #FFF;
}
.items,
.items02,
.items03{
  display: none;
}
.btn,
.btn02,
.btn03{
  color: #FF9600;
  border: 1px dashed;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.7rem;
}
.btn:after,
.btn02:after,
.btn03:after{
  content: "もっと見る";
}
.btn.on-click:after,
.btn02.on-click:after,
.btn03.on-click:after{
  content: "閉じる";
}
@media screen and (max-width:850px){
  .about_message_text_l,
  .about_message_text_r{
    width: 100%;
    display: block;
    position: unset;
    margin-top: 20px;
  }
  .about_message_img_r,
  .about_message_img_l{
    width: 100%;
    text-align: center;
  }
  .about_message_img_l,
  .about_message_img_r{
    float:none;
  }
  .about_message_text{
    padding: 30px 20px;
  }
}
@media screen and (max-width:768px){
  .bp768_order01{
    order: 1;
  }
  .bp768_order02{
    order: 2;
  }
}
/* 開発実績
----------------------------------------------- */
.works_list{
  margin-top: 2em;
}
.works_list li{
  margin: 0 1% 2em;
  padding: 15px;
  border: 1px solid #000;
}
.works_title{
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-top: 2em;
  padding: 0px 15px;
  border-radius: 50px;
  background-color: #EC9100;
}
.works_table {
  width: 100%;
}
.works_table tr th{
  color: #FF9600;
  border-bottom: 2px solid #FF9600;
}
.works_table tr td,
.works_table tr th{
  width: 33.3%;
  font-size: 15px;
  padding: 5px 0 5px 1em;
}
.works_table tr{
  border-bottom: 1px solid #000;
}
@media screen and (max-width:480px){
  .works_table tr td,
  .works_table tr th{
    font-size: 0.8em;
  }
}

/* 採用情報
----------------------------------------------- */
.ore_box_r{
  color: #fff;
  max-width: 500px;
  width: 90%;
  padding: 3em 2em;
  background-color: #EC9100;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.ore_box_r .title{
  font-size: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.ore_box_l{
  color: #fff;
  max-width: 500px;
  width: 90%;
  padding: 3em 2em;
  background-color: #EC9100;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.ore_box_l .title{
  font-size: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.recruit_point {
  width: 250px;
  display: inline-block;
  position: relative;
  padding: 5px 0;
  border-radius: 15px;
  background-color: #f39800;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.recruit_point:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #f39800 transparent;
  border-width:15px 15px 0 0;
  bottom: -15px;
  left: 70%;
  margin-left: -10px;
}
.recruit_point_list{
  margin-top: 50px;
}
.recruit_point_list li{
  padding: 2em 1em;
  border: 1px dashed #EC9100;
  background-color: #fff;
}
.recruit_point_list .title{
  color: #FF9600;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
.recruit_point_list img{
  width: 295px;
  display: block;
  margin: 15px auto;
}
.recruit_table{
  width: 100%;
  margin-top: 30px;
}
.recruit_table th,
.recruit_table td{
  padding: 15px;
  background-color: #fff;
}
.recruit_table th{
  border-right: 1px solid #A8A9A9;
  width: 11%;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.recruit_table tr{
  border-bottom: 1px solid #A8A9A9;
}
.recruit_table tr:last-of-type{
  border-bottom: none;
}
.recruit_btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
  padding: 25px 0;
}
.recruit_btn img{
  width: 180px;
}
.recruit_btn::before,
.recruit_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.recruit_btn,
.recruit_btn::before,
.recruit_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.recruit_btn span {
  display: block;
  position: absolute;
  width: 300px;
  height: 30px;
  border: 2px solid #333;
  text-align: center;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
.recruit_btn span:nth-child(1) {
  background-color: #333;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -15px;
  -moz-transform-origin: 50% 50% -15px;
  transform-origin: 50% 50% -15px;
}
.recruit_btn span:nth-child(2) {
  background-color: #fff;
  color: #333;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -15px;
  -moz-transform-origin: 50% 50% -15px;
  transform-origin: 50% 50% -15px;
}
.recruit_btn:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.recruit_btn:hover span:nth-child(2) {
  background-color: #333;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.recruit-staff .slideshow li{
  text-align: center!important;
}
.recruit-staff li.showSlide{
  width: 250px!important;
}
.recruit_main_img{
  width: 845px;
}
@media screen and (min-width:1400px){
  .ore_box_r,
  .ore_box_l{
    max-width: 700px;
    padding: 3em 4em;
  }
}
@media screen and (max-width:768px){
  .how_box .slideshow > li.showSlide{
    top: 15%;
  }
}
@media screen and (max-width:480px){
  .ore_box_r,
  .ore_box_l{
    position: unset;
    margin: auto;
    padding: 2em 1em;
  }
  .recruit_table tr {
    border: 1px solid #A8A9A9;
  }
  .recruit_table th,
  .recruit_table td{
    display: block;
    width: 100%;
  }
  .recruit_table th{
    text-align: left;
    text-align-last: left;
    border-right: none;
    border-bottom: 1px solid #A8A9A9;
  }
  .recruit_table tr:last-of-type{
    border-bottom: 1px solid #A8A9A9;
  }
  .ore_box_r .title{
    font-size: 1.3em;
  }
  .recruit-staff li.showSlide{
    top: 10%!important;
    width: 200px!important;
  }
}

.recruit_school_list{
  margin-top:30px;
}
.recruit_school_list li{
  padding: 5px 0;
  border-bottom:1px solid #000;
}
.recruit_school_list li:first-of-type{
  border-bottom: none;
}
.recruit_school_list li .ttl{
  display:block;
  color: #FF9600;
  font-weight:bold;
  border-bottom:1px solid #FF9600;
}



/* 仕事内容について
----------------------------------------------- */
.interview_col{
  padding: 30px;
}
.interview_box{
  max-width: 240px;
  width: 55%;
  margin-right:auto;
}
.interview_box .tab{
  padding:0 20px 0 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #F29700;
  border-top-right-radius : 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-bottom-right-radius : 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
}
.interview_box .job{
  font-size: 45px;
}
.interview_box .job span{
  color: #F29700;
}
.interview_box .name{
  font-size: 12px;
}
.interview_box .name span{
 font-size: 20px;
}
.interview_box .question{
  margin: 15px 0 30px;
}
.interview_box .question .q{
  color: #F29700;
  font-size: 20px;
  font-weight: bold;
}
.interview_box .question .a{
  font-size: 13px;
}
.staff_slide{
  position: absolute;
  top: 0;
  right: 0;
}
.slideshow {
  position: relative;
  list-style-type: none;
}
.slideshow > li {
  opacity: 0;
  text-align: right;
}
.slideshow > li.showSlide {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 10%;
  width: 280px;
}
.slideshow > li > img {
  width : 70%;
  height: auto;
}
@media screen and (max-width:1024px){
  .slideshow > li > img {
    width : 60%;
  }
  .slideshow > li.showSlide{
    top: 45%;
  }
}
@media screen and (max-width:480px){
  .interview_col{
    padding: 0;
  }
  .slideshow > li > img{
    width: 55%;
  }
}



.message_box{
  margin-top: 50px;
}
.message_box p{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 30px;
  background-color: #F29700;
}
.message_box div{
  font-size: 13px;
  max-width: 420px;
  width: auto;
  margin-right: auto;
  margin-top: -15px;
  padding: 30px 20px 20px;
  border-radius: 15px;
  border: 2px dashed #F29700;
}
.line-right{
  border-right:1px solid #F29700;
}
.line-bottom{
  border-bottom:1px solid #F29700;
}
@media screen and (max-width:768px){
  .line-right{
    border-right:none;
  }
  .line-bottom{
    border-bottom:none;
  }
  .message_box {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.map_box{
  border: 1px dashed #EC9100;
  padding: 20px;
  border-radius: 30px;
  max-width: 500px;
  margin: 30px auto;
}
.furu:hover{
  animation: furu 2.2s infinite;
  }
  @keyframes furu {
      0% {
          transform: translate(0px, 0px) rotateZ(0deg);
          -webkit-transform:translate(0px, 0px) rotateZ(0deg);
      }
      2% {
          transform: translate(2px, 2px) rotateZ(2deg);
          -webkit-transform: translate(2px, 2px) rotateZ(2deg);
      }
      4% {
          transform: translate(0px, 2px) rotateZ(0deg);
          -webkit-transform:translate(0px, 2px) rotateZ(0deg);
      }
      6% {
          transform: translate(2px, 0px) rotateZ(-2deg);
          -webkit-transform:translate(2px, 0px) rotateZ(-2deg);
      }
      8% {
          transform: translate(0px, 0px) rotateZ(0deg);
          -webkit-transform:translate(0px, 0px) rotateZ(0deg);
      }
      10% {
          transform: translate(2px, 2px) rotateZ(2deg);
          -webkit-transform:translate(2px, 2px) rotateZ(2deg);
      }
      12% {
          transform: translate(0px, 0px) rotateZ(0deg);
          -webkit-transform:translate(0px, 0px) rotateZ(0deg);
      }
      14% {
          transform: translate(2px, 0px) rotateZ(-2deg);
          -webkit-transform:translate(2px, 0px) rotateZ(-2deg);
      }
      16% {
          transform: translate(0px, 2px) rotateZ(0deg);
          -webkit-transform:translate(0px, 2px) rotateZ(0deg);
      }
      18% {
          transform: translate(0px, 0px) rotateZ(0deg);
          -webkit-transform:translate(0px, 0px) rotateZ(0deg);
      }
      100% {
          transform: translate(0px, 0px) rotateZ(0deg);
          -webkit-transform:translate(0px, 0px) rotateZ(0deg);
      }
  }
.sinobi{
  max-width:318px;
}