@charset "utf-8";
@import url("../common/lib/slick/slick.css");
@import url("../common/lib/slick/slick-theme.css");
/* CSS Document */
@media screen and (max-width:480px){
.pc{
  display: none;
}
*{
  margin:0;
  padding:0;
  font-family: 'Tangerine', cursive;
}
a{
  text-decoration: none;
  color:#007FFF;
}
li{
  list-style-type: none;
}
input[type=text], .conf_span{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
textarea{
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#header{
  position: fixed;
  width: 100%;
  z-index: 1000;
  align-items: center;
}
#hamburger-button {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0 0 0 auto;
  padding: 0 0 10px 0;
}
#header.scroll .ham_line{
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #c0bfbf;
  }
.ham_line {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #007fff;
}
.ham_line1 {
  top: 10px;
}
.ham_line2 {
  top: 20px;
}
.ham_line3 {
  top: 30px;
}
.ham_line {
  transition: all 0.3s;
}
.open {
    overflow: hidden;
  }
.open #hamburger-button span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
.open #hamburger-button span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #hamburger-button span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}
#hamburger-button{
  display: flex;
  flex-wrap:wrap;
  position:absolute;
  margin:40% 85%;
  }
#hamburger-button-menu{
  width: 40%;
  position:absolute;
  top: 213px;
  right:0px;
  margin: 0px 0 0 0;
  background-color: #fff;
  z-index: 100;
  font-size:2.5rem;
}
#header.scoll #hamburger-button-menu{
  width: 40%;
  position:absolute;
  top: 200px;
  right:0px;
  margin: 0px 0 0 0;
  background-color: #fdefe2;
  z-index: 100;
}
#hamburger-button-menu li{
  display: flex;
  justify-content:center;
  height: 50px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  font-size:2.5rem;
  padding:5px 0;
  }
#hamburger-button-menu ul li a{
  color: #000;
  margin:  0 auto;
  font-size:2.5rem
  }
#hamburger-button-active > .ham_line1 {
  transform: rotate(45deg);
}
#hamburger-button-active > .ham_line2 {
  width: 0;
  height: 0;
  left: 6px
}
#hamburger-button-active > .ham_line3 {
  transform: rotate(-45deg);
}
#gnavi{
  position:absolute;
}
#gnavi li{
  margin: 20% 35%
}
#gnavi li a{
  color: #fff;
  font-size: 5rem;
}
#main-image{
  background-image: url(../images/top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:100vw;
  height:213px;
}
#main-image h1 a{
  color: #007FFF;
  font-size: 2.5rem;
  margin: 40% 5%;
  position:absolute;
}
h2{
  color:#007FFF;
  font-size:2.5rem;
  margin:5% 2%;
  border-bottom:1px solid #007FFF;
  padding: 20px 0 0 0;
}

/*#prodact-area{
  height:1000px;
}
#tobu-area{
  height:400px;
}
#tobu img{
  width:50%;
  height:auto;
  float:right;
  margin:60px 60px;
  box-shadow:10px 10px 10px 1px #878e88;
}
#tobu figurecaption{
  font-size:2.0rem;
  color:#007FFF;
  position: relative;
  top: 200px;
  left: 200px;
}
#rubis img{
  width:50%;
  height:auto;
  float:left;
  margin:60px 60px;
  box-shadow:10px 10px 10px 1px #878e88;
}
#rubis figurecaption{
  font-size:2.0rem;
  color:#007FFF;
  position: relative;
  top: 580px;
  left: 800px;
}
*/
#prodact-area{
  height:1120px;
}
#prodact-tobuarea-sp a{
  display:block;
  background-image: url(../images/tobu.jpg);
  width:100vw;
  height:165px;
  background-size: cover;
  background-repeat:no-repeat;
  margin: 0 auto 10px;
}
#prodact-rubisarea-sp a{
  display:block;
  background-image: url(../images/rubis.jpg);
  width:100vw;
  height:169px;
  background-size: cover;
  background-repeat:no-repeat;
  margin: 0 auto 10px;
}
.company-items{
  display:flex;
  font-size:1.2rem;
  color:#007FFF;
  margin: 20px 0;
  font-weight:bold;
}
/*#tobuarea-items h3{
  width:80vw;
  font-size:2.0rem;
  color:#007FFF;
  margin: 50px 0;
}:
*/
.company-info{
  width:100vw;
  height:530px;
  text-align:center;
}
.company-info h3 a{
  display: block;
  margin: 0px auto 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  width: 80%;
}
.company-info p{
  display:block;
  font-size:0.8rem;
  font-weight:normal;
  margin:0 0 20px 10px;
}
.company-info dd{
  margin:0 0 10px 10px;
  font-size:0.8rem;
  font-weight:normal;
}
/*#prodact-tobuarea dl{
  font-size:1.0rem;
  color:#007FFF;
  margin: 50px 0;
}
#prodact-tobuarea dl dt{
  width:7vw;
  height:50px;
  float:left;
  text-align-last:justify;
  margin:0 50px;
}*/
#profile-area{
  width:100vw;
  margin:0 auto;
}
#name-title{
  width:25vw;
  float:left;
  text-align-last:justify;
  margin:0 0 10px 10px;
}
/*#profile-area dl{
  font-size:1.0rem;
  color:#56445D;
  margin: 25px 0;
}*/
#profile-area dl dt{
  width:25vw;
  text-align-last:justify;
  margin:0 0 15px 10px;
}
/*#profile-area dl dd{
  height:50px;
}*/
.name{
  width: 35vw;
  float: left;
  margin: 0 0 10px 10px;
  text-align-last:justify;
}
.self-introduction{
  margin: 0 0 10px 10px;
}
.skill{
  width:55vw;
  height:20px;
  float:left;
  margin: 0 0 10px 10px;
}
.skill-star{
  width:80vw;
  height:20px;
  margin: 0 0 10px 10px;
}
.year{
  width:80vw;
  margin: 0 0 10px 10px;
}
.company{
  width:95vw;
  margin: 0 0 0px 10px;
}
.company-details{
  font-size:0.8rem;
}
#contactform-area{
  width:90%;
  margin:0 auto 0px;
  color:#007FFF;
}
#contact-area p{
  display:block;
  width:90%;
  color:#EF3054;
  margin:0 auto 20px;
}
#contact-area dl{
  margin: 0 0 10px 0;
  /*font-size: 2.5vw;*/
}
#contact-area dl dt{
  /*width: 15%;*/
  float: left;
  text-align-last: justify;
  padding: 1.0vw 1.2vw;
}
.input-n{
  border: none;
  background-color: #F8F9F8;
  padding: 1.0vw 1.2vw;
  width: 90%;
  margin: 0 0 20px 10px;
  font-size:1.0rem
}
.required{
  color:#EF3054;
  font-weight:bold;
  text-align-last: justify;
}
.submit{
  width: 30vw;
  height:40px;
  display: block;
  margin: 10px auto 20px;
  /*background: radial-gradient(#007FFF,#007FFF);
  color: #fff;
  border-color:#fff;*/
  background:#EF3054;
  color: #fff;
  border-color:#EF3054;
  font-weight: bold;
  font-size: 3.0vw;
  border-radius: 25px;
  transition: background 1s;
  cursor: pointer;
}
.submit:hover{
  background: #fff;
  color: #EF3054;
  border: solid 2px #EF3054;
  /*background: #007FFF;
  color: #fff;
  border: solid 2px #007FFF;*/
  cursor: pointer;
}
footer{
  margin:5% 0%;
  border-top:1px solid #007FFF;
  padding:10px 0;
}
footer a{
  color:#007FFF;
  font-size:2.0rem;
  margin:2% 2%;
}
/*=====================conf.tmpl=======================*/
.section-bar{
    background-color: #F6F7FB;
    border-bottom: solid 1px #E1E3E5;
  }
.section-inner{
    width: 90%;
    margin: 0 auto;
  }
.section-inner ul{
    padding: 15px 0;
    display: flex;
    font-size: 3.0vw;
}
.section-inner ul li{
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 3.0vw;
}
.section-inner ul li a{
  font-size: 3.0vw;
}
.lead{
  width: 50%;
  margin: 20px auto;
  text-align: center;
  color: #024171;
  font-size: 2.5vw;
}
#order_form{
  width: 60%;
  margin: 50px auto;
}
#order_form dl{
  display: flex;
  align-items: flex-start;
  margin: 40px 0;
  font-size: 2.5vw;
}
#order_form dl dt{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_form_title{
  display: inline-block;
  width: 10%;
  text-align: center;
  }
.input-box{
  border: none;
  background-color: #F8F9F8;
  padding:1.0vw 1.2vw;
  width:100%;
}
/*dd{
  width:100%;
}
.input-n{
  border: none;
  background-color: #F8F9F8;
  padding:1.0vw 1.2vw;
  width: 39%;
}*/
.form_items{
  width:20vw;
}
/*.required{
  width: 5vw;
  height: 36px;
  margin: 0 20px 0 0;
  align-items: center;
  justify-content: center;
  color: #EF3054;
  border-radius: 10px;
}*/
#conf_area{
  width: 90%;
  margin: 0 auto;
  font-size: 2.5vw;
}
#conf_area p{
  padding: 1.0vw 1.2vw;
  display:flex;
  justify-content: center;
  }
.conf_span{
  border: none;
  background-color: #F8F9F8;
  padding: 1.0vw 1.2vw;
  width: 60%;
  margin: 0 0 20px 10px;
  font-size: 2.5vw;
}
.conf_title{
  width: 30%;
  float: left;
  text-align-last: justify;
  padding: 1.0vw 1.2vw;
  color: #007FFF;
}
#conf_button{
  width: 70%;
  display: flex;
  margin: 0 auto;
  }
.conf_submit{
  width: 30vw;
  height:40px;
  display: block;
  margin: 10px 20px 10px;
  /*background: radial-gradient(#007FFF,#007FFF);
  color: #fff;
  border-color:#fff;*/
  background:#EF3054;
  color: #fff;
  border-color:#EF3054;
  font-weight: bold;
  font-size: 2.5vw;
  border-radius: 25px;
  transition: background 1s;
  cursor: pointer;
}
}