@charset "utf-8";
/* PC
----------------------------------*/
#phonemenuA {
    display: none;
    padding: 0;
    margin: 0;
  }
  #meanmenu, #humberger, #drawernav {
    display: none;
  }

@media screen and (max-width:960px) {
 .slideimg {
  max-width: 90%;
 } 
 #navi {
  display: none;
  }
  header {
   background: #fff;
   height: 75px;
}
 #humberger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 45px;
  padding: 28px 16px 23px;
  cursor: pointer;
  background: #c7000b;
}
.icon-bar {
 height: 2px;
 background: #FFFFFF;
 display: block;
 margin-bottom: 6px;
 -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
 -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
 transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
 -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
 -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
 transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.drawer-opened #humberger .icon-bar {
 background: #fff;
}
.drawer-opened #humberger :nth-child(1) {
 transform: translate(0, 8px) rotate(45deg);
 -webkit-transform: translate(0, 8px) rotate(45deg);
}
.drawer-opened #humberger :nth-child(2) {
 transform: translate(-20px, 0);
 -webkit-transform: translate(-20px, 0);
 opacity: 0;
}
.drawer-opened #humberger :nth-child(3) {
 transform: translate(0, -8px) rotate(-45deg);
 -webkit-transform: translate(0, -8px) rotate(-45deg);
}
.drawer-opened #overlay {
 opacity: 0.3;
 left: -240px;
 position: fixed;
}

  .textwrap {
    width: 960px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .flowArea .step {
    float: none;
    width: 50%;
  }

  .flowArea .detail {
    float: none;
    width: 50%;
}

  .flow-flex {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }

  .flowArea .step dt {
    width: 25px;
    padding: 8px 23px 6px;
    margin-right: 8px;
    font-size: 12px;
  }

  .flowArea .step dt span {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 5px;
}

  #number02 {
  background: none;
  padding-left: 0px;
  font-size: 28px;
}

  #number02::before {
  font-family: FontAwesome;
  content: '\f095';
  padding-right: 5px;
}

.titleBox{
  max-width: 100%;
}

}

/* phonemenu */	
@media screen and (max-width:821px) {

#phonemenu li a:link, #phonemenu li a:visited, #phonemenu li a:hover {
    color: #111;
    text-decoration: none;
  }
  #phonemenuA {
    display: block;
    width: 100%;
    height: 50px;
    box-shadow: rgba(0,0,0,0.2) 0 3px 2px;
    background: #FF464C;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 0;
  } 
#phonemenu {
    margin: 0 auto;
    z-index: 3;
    color: #fff;
  }
  #phonemenu ul {
    position: relative;
  }
  #phonemenu li {
    font-family: 'FontAwesome';
    width: 12%;
    float: left;
    padding: 5px 0;
    margin: 0;
    display: inline;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
  }
  #phonemenu li:hover {
    opacity: 0.5;
  }
  #phonemenu .lg {
    width: 50%;
    padding: 3px 0 0;
    z-index: 99999;
  }
  #phonemenu .lg img {
    max-height: 45px;
  }
  #page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
  }
  #drawernav {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #c7000b;
    opacity: 0.9;
    color: #fff;
    z-index: 999;
    padding-top: 75px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
  }
  #drawernav ul {
    list-style: none;
    padding: 0;
  }
  #drawernav ul li {
  }
  #drawernav ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    /* border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000000; */
  }
  #drawernav ul li .first-child {
    border-top: none;
  }
  #drawernav ul li .last-child {
    border-bottom: none;
  }
  #drawernav ul li a:hover {
    color: #333;
    background: #fff;
  }
  #drawernav ul li a:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 10px;
  }
  #drawernav ul li.phone a:before {
    font-family: 'FontAwesome';
    content: "\f098";
    margin-right: 10px;
  }
  #drawernav ul li.phone a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #111;
    border-radius: 10px;
    margin: 10px auto;
    width: 200px;
    text-align: center;
    font-size: 15px;
    color: #111;
    background: #fff;
    font-weight: bold;
  }
  #drawernav ul li.phone a:hover {
    background: #D97223;
  }
  #drawernav img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto;
  }
  #drawernav h4 {
    padding: 0 15px;
  }

  .fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
  }
 
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }

  img {
    max-width: 100%;
    height: auto;
}


#flashA {
 height: 60vh;
}
.slideimg {
  height: 60vh;
  max-width: 80%;
}
.bxslider ul {
 height: 60vh;
}

.style li {
    float: none;
    text-align: center;
    padding-bottom: 10px;
}

.style li:last-child {
    padding-bottom: 0;
}

.style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subBg01 .textwrap h3 {
    padding: 0 3%;
}

.subBg01 .textwrap p {
    padding: 0 3%;
}

.subBg01 .textwrap ul li img {
    width: 600px;
    max-width: 90%;
}

.recommend {
    float: none;
    text-align: center;
    padding-bottom: 10px;
}

.recommend-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.recommend {
    width: 45%;
    margin: 1%;
}

.recommend p {
    width: 100%;
}

.recommend p img {
    width: 600px;
    max-width: 100%;
}

.news {
    width: 90%;
    margin: 0 auto;
}

.blogbox {
  max-width: 100%;
  box-sizing: border-box;
}

.contacBox {
  width: 960px;
  max-width: 100%;
  box-sizing: border-box;
}

.contactbnr {
  box-sizing: border-box;
}

#contacTel, #contactWeb {
  float: none;
}

.conbnr-box {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

#contacTel {
  width: 100%;
  border-right: none;
  padding: 0;
  text-align: center;
}

#contacTel #number {
  text-align: center;
}

#contacTel #number {
  background: none; 
  padding-left: 0px;
  font-size: 28px;
}

#contacTel #number::before {
  font-family: FontAwesome;
  content: '\f095';
  padding-right: 5px;
}

#contacTel span {
  display: inline-block;
  text-align: left;
  margin-left: 0;
  font-size: 14px;
}

#contactWeb{
  margin: 0 auto;
  width: auto;
}

#contactWeb p {
  text-align: center;
}

#contactWeb a {
  width: auto;
  padding: 10px;
  background: 290px center #fff;
  margin-top: 1em;
}

#fmenu li {
  float: none;
  width: 30%;
}

#fmenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

#footer {
  width: 90%;
  padding: 10px 0;
}

.f-h3 {
  font-size: 16px;
}

#fmenu li a {
  font-size: 11px;
}

.copyright{
  font-size: 11px;
  padding-top: 10px;
}

.about-img li img {
  width: 600px;
  max-width: 90%;
  height: auto;
}

.news-bl {
  max-width: 90%;
  margin: 1em auto;
  text-align: left;
}

.qualification01 {
  margin: 0 auto;
  width: 90%;
}

.qualification01 li {
  width: 100%;
}

.timeline {
  width: 90%;
  margin: 0 auto;
}

.timeline-date {
  width: 20%;
}

.timeline-content {
  width: 70%;
  padding: 17px 0 0 20px;
}

.timeline-content:before {
  left: 19.25%;
}

.honsya {
  width: 90%;
  margin: 0 auto 30px auto;
}

.nofloat {
  margin: 0;
}

.service-img li img {
  width: 600px;
  max-width: 90%;
  height: auto;
}

.w90 {
  width: 90%;
}

.rounded-list {
  margin: 0 auto 30px auto;
}

.online {
  margin: 0 auto;
}

.online-p {
  margin-top: 1em;
}

.qualification02 li {
  width: 100%;
}

form dt {
  width: 200px!important;
}

form dd {
  padding-left: 200px!important;
}

.textarea {
  width: 100%;
}

.textarea-contents {
  width: 100%;
}

.title_txt {
  margin-left: 1em;
}

#pankuzu {
  display: none;
}

.slideimg {
  
}

}

@media screen and (max-width:490px) {
    .recommend {
        width: 90%;
    }

}

@media screen and (max-width:640px) {
 .slideimg {	
  max-width: 90%;	
  }
  
    .worksBoxList {
        width: 90%;
    }

    .flowArea .step {
      width: 100%;
    }
  
    .flowArea .detail {
      width: 100%;
  }
  
    .flow-flex {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    #number02 {
      font-size: 18px;
      text-align: right;
  }

  .flowArea .step dt {
    width: 19px;
    padding: 5px 18px 5px;
    margin-right: 5px;
    font-size: 8px;
}

  .flowArea .step dt span {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 3px;
}

  .flowArea h3 {
  margin-top: 0.5em;
}

}

@media screen and (max-width:549px) {
  .timeline-date {
    width: 25%;
  }

  .timeline-content {
    width: 65%;
    padding-top: 19px;
  }

  .timeline-content:before {
    left: 24%;
  }

  .honsya-map {
    width: 100%;
    margin: 0 auto;
  }

  .honsya-map iframe {
    width: 100%;
  }

  .form dt {
    float: none;
  }

  .form dd {
    padding-left: 0!important;
    padding-top: 10px;
}
  .textarea {
    height: 40px;
  }

  .title_txt img {
    width: 150px!important;
  }
}


@media screen and (max-width:430px) {
  .timeline-date {
    width: 30%;
  }

  .timeline-content {
    width: 60%;
  }

  .timeline-content:before {
    left: 29%;
  }

  .sp-fz14 {
    font-size: 14px;
  }

  .sp-fz16 {
    font-size: 16px;
  }

  .news {
    font-size: 14px;
}

  .worksBoxList p {
    font-size: 14px;
}
}

@media screen and (max-width:720px) {
  .nofloat {
      float: none;
      margin: 1em auto;
      text-align: center;
  }

  .nofloat img {
    width: 600px;
    max-width: 90%;
    height: auto;
  }

}




