@charset "utf-8";
/* ===================================================================
CSS information

 file name  : sp.css
 style info : スマートフォン用
=================================================================== */

@media screen and (min-width: 1px) and (max-width: 1440px){



}

@media screen and (min-width: 1px) and (max-width: 1280px){



}

@media screen and (min-width: 1px) and (max-width: 1024px){
/* common.jsのメニューボタン03を使う時に使用 */
html.fixed,
html.fixed body {
  overflow: hidden;
  height: 100%;
}

/* -----------------------------------------------------------
    toggle-panel
----------------------------------------------------------- */
#panel-btn {
  display: block;
  background: #658B85;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

.open #panel-btn {
  background: none;
}

#panel-btn:after {
  content: "MENU";
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bolder;
  letter-spacing: 0;
  color: #FFF;
  
}

.open #panel-btn:after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: bolder;
  color: #ffffff;
  letter-spacing: 0.15em;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 55%;
  right: 20%;
  width: 40px;
  height: 5px;
  background: #FFF;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 5px;
  margin-left: 0;
  background: #FFF;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -12px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
  color: #707070;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
  background: #707070;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #F8F8F4;
  transition: all .5s;
  visibility: hidden;
  opacity: 1;
  z-index: 999;
  padding: 5vw;
  transform: translateY(-100%);
  transition: all 0.16s ease-in-out 0s;
}

#g_nav > ul {
  flex-wrap: wrap;
  justify-content: center;
}

#g_nav > ul li a {
  width: 160px;
height: 160px;
  border-radius: 10px;
  border: 3px solid #658B85;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  color: #333333!important;
  font-weight: bold;
  flex-direction: column;
}

#g_nav > ul.sp_menu li a {
  background: #658B85;
  color: #FFF!important;
}

#g_nav .btn_area{
  width: 100%;
}

#g_nav .btn_area li{
  width: 100%;
}

#g_nav .tel_area {
  margin-top: 3vw;
  margin-right: 0;
}

#g_nav .tel_area a {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

#g_nav .tel_area a span {
  font-size: 20px;
  line-height: 1;
  color: #658B85;
}

#g_nav .tel_area a span::before {
  height: 20px;
  width: 20px;
}

#g_nav .contact_box a {
  width: auto;
  padding: 10px 20px;
}

#g_nav .contact_box a span{
  width: auto;
  color: #658B85;
  font-size: 18px;
}

#g_nav .contact_box a span::after {
  display: none;
}

#g_nav > ul:first-of-type li:nth-last-child(1) {
  display: none;
}

#g_nav > ul li a span:first-of-type {
  margin-bottom: 5px;
}


#g_nav > ul li{
  margin-bottom: 3vw;
}

#g_nav > ul li:not(:first-of-type) {
  margin-left: 4vw;
}

#g_nav > ul li:nth-child(3n + 1){
  margin-left: 0;
}

.open #g_nav {
  transition: all 0.16s ease-in-out 0s;
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

#g_nav a:link,
#g_nav a:visited,
#g_nav a:hover,
#g_nav a:active {
  color: #ffffff;
}

#g_nav > img {
  width: 70%;
  margin-top: 4vw;
}

}

@media (max-width: 1810px) {
    
  #price_area .type_box article .contact_box a {
      font-size: 16px;
      margin: 0 auto 15px;
  }

}

@media (max-width: 1660px) {

  #solution_area .inner article h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 1.5vw;
      position: relative;
      display: inline-block;
  }
  
  #price_area .type_box article {
      width: calc(100% / 2 - 1.1vw);
      margin-right: 2vw;
      margin-bottom: 2vw;
  }

  #price_area .type_box article:nth-of-type(2n) {
      margin-right: 0;
  }

}

@media (max-width: 1500px) {

  #solution_area .inner article h2 {
      font-size: 28px;
  }

}

@media (max-width: 1300px) {

  #solution_area .inner {
      flex-wrap: wrap;
  }

  #solution_area .inner article {
      width: 100%;
      margin-bottom: 2vw;
  }

}


@media (max-width: 768px) {

  aside h2 {
      margin-bottom: 6vw;
  }

  aside h2 br {
      display: block;
  }

  aside {
      background: #F8F8F4;
      padding: 15vw 5vw 5vw 5vw;
  }

  aside .contact_box {
      margin-top: 5.5vw;
  }

  aside .announce span{
      display: block;
  }

  .title:after {
      width: 50px;
  }

  #g_nav > ul:nth-of-type(2) {
      display: flex !important;
      width: 100%;
  }
  .sp_menu {
      display: block !important;
  }
  
  nav > img {
      display: block;
  }

  header > .tel_area {
      display: none;
  }

  #sp_area {
      display: block;
      padding-bottom: 14vw;
      background: #F8F8F4;
  }

  #sp_area .pict_group{
      margin: 4vw 7vw 3vw;
  }

  #sp_area .pict_group ul {
      display: flex;
      justify-content: space-between;
  }

  #sp_area .pict_group ul li {
      width: calc(100% / 2 - 1.5vw);
  }

  #sp_area .pict_group ul li img {
      width: 100%;
      max-width:unset;
  }

  #sp_area .btn_area ul {
      display: flex;
      justify-content: space-between;
      margin: 0 7vw;
  }

  #sp_area .btn_area ul li {
      width: calc(100% / 2 - 1.5vw);
  }

  #sp_area .btn_area ul li:first-of-type {
      margin-right: 0;
  }

  #sp_area .contact_box {
      margin-top: 0;
  }

  #sp_area .contact_box a {
      width: 100%;
      display: block;
      padding: 6px 30px;
      display: flex;
      justify-content: center;
  }

  #sp_area .contact_box a span {
      font-size: 22px;
      line-height: 40px;
      color: #658B85;
    }
    
   #sp_area .contact_box a span::before {
      content: "\f0e0";
      font-family: "FontAwesome";
      display: flex;
      align-items: center;
      margin-right: 5px;
    }
    
    #sp_area .contact_box a span::before:hover {
      color: #A0EAAC;
    }

  #sp_area .tel_area a {
      border: 3px solid #658B85;
      display: flex;
      font-family: 'Open Sans', sans-serif;
      font-size: 30px;
      line-height: 40px;
      font-weight: bold;
      color: #658B85;
      background: #FFF;
      padding: 6px 30px;
      border-radius: 40px;
      letter-spacing: -0.5px;
      justify-content: center;
    }
    
    #sp_area .tel_area a span {
      display: flex;
      align-items: center;
    }
    
    #sp_area .tel_area a span::before {
      content:"";
      background-image: url("../../img/top_new/firstview/telephone.svg");
      background-repeat: no-repeat;
      background-size: contain;
      height:30px;
      width:30px;
      display:inline-block 
    }

#top .main::before {

  width: 18vw;

}

#top .main::after {
  width: 18vw;
  height: 18vw;
}

#top .main_txt {
  justify-content: center;
  padding: 0;
}

#top .main_txt .logo_box ul {
  display: none;
}

#top .main_txt .logo_box > img {
  width: 540px;
}

#solution_area .description_box {
  line-height: 1.5;
}


#solution_area {
  padding: 0 0 5vw;
}

#solution_area .description_box br {
  
}

#solution_area .description_box span{
  display: block;
}

.quest_tit {
  font-size: 40px;
}

#quest_tit br {
  display: block;
}

#solution_area .inner {
  padding: 0 7vw;
}

#solution_area .inner article {
  padding: 3vw;
}

.title {
  align-items: center;
  line-height: 1.3;
}

.title br {
  display: block;
}

.first_stage {
  display: block;
  margin: 0 7vw;
}

.first_stage .description_box {
  margin: 5vw 0;
}

#installation_area .bg_icon_area {
  margin: 0;
  padding: 7vw;
  margin-top: 0;
}

#installation_area .bg_icon_area > img {
  top: -85px;
  width: 170px;
}

#installation_area .icon_area dl {
  display: block;
  align-items: center;
}

#installation_area .icon_area dl dd ul {
  margin-right: 0;
}

#installation_area .descript_at {
  padding-left: 0;
  margin-right: 0;
}

#installation_area .contact_box {
  padding-left: 0;
}

#installation_area .icon_area dl dt {
  margin-bottom: 2vw;
}

#installation_area .icon_area dl dd {
  margin-bottom: 4vw;
}

.contact_box a {
  margin: 0 auto;
}

#ex_area .description_box {
  margin: 0 7vw 5vw;
}

#ex_area .link_box {
  margin-right: 7vw;
}

#voice_area .description_box {
  margin: 0 7vw 4vw;
  text-align: left;
}

#voice_area .description_box br {
  display: none;
}

#voice_area .voice_box {
  display: block;
  margin: 0 7vw;
}

#voice_area .voice_box > div article {
  margin-bottom: 3vw;
}

#voice_area .link_box {
  margin-top: 4vw;
  margin-right: 7vw;
}

#select_area .container:nth-of-type(2n-1) {
  margin-right: 7vw;
}

#select_area .container:nth-of-type(2n-1) picture {
  position: static;
  text-align: left;
  margin-bottom: 4vw;
  margin-left: 4vw;
}

#select_area .container:nth-of-type(2n-1) h3 {
  margin-left: 7vw;
  
}

#select_area .container:nth-of-type(2n-1) .left_step .description_box {
  margin-left: 7vw;
}

#select_area .container {
  margin-bottom: 15vw;
}

#select_area .container:nth-of-type(2n) picture {
  position: relative;
  left: auto;
  margin-bottom: 4vw;
  text-align: right;
  margin-right: 4vw;
}

#select_area .container:nth-of-type(2n) {
  margin-left: 7vw;
}

#price_area .description_box {
  margin: 0 7vw 4vw;
  text-align: left;
}

#price_area .price_main {
  display: block;
}

#price_area .price_main picture {
  margin: 0 7vw 4vw;
}

#price_area .price_main .price_box .border_box {
  margin: 0 7vw 4vw;
}

#price_area .type_box {
  margin: 5vw 7vw 4vw;
}


#products_area .product_box {
  display: block;
  margin: 0 7vw;
}

#products_area .product_box .description_box {
  margin: 4vw 0;
}


#products_area .bg_container::after {
  display: none;

}

#products_area .bg_container > img {
  width: 170px;
  bottom: -111px;
}

.btn_area ul {
  display: block;
}

#qa_area dl {
  margin: 0 7vw;
}

#qa_area .link_box {
  margin: 5vw 7vw 0 0;
  letter-spacing: 0;
}

#news_area {
  padding: 10vw 0;
}

#news_area .news_container h2 {
  font-size: 22px;
  margin-bottom: 6vw;
}

#news_area .news_container {
  display: block;
  margin: 0 7vw;
}

#news_area .news_container .news_section {
  padding-bottom: 10vw;
}

footer {
  background: #658B85;
  color: #ffffff;
  padding: 0;
  text-align: center;
}

.address_area {
  background: #FFF;
  display: block;
  padding: 4vw 0;
}

.footer_container {
  display: none;
}

.address_area .address_container {
  margin: 0 7vw;
  display: block;
}

.address_area .google_map {
  padding: 2vw;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.copy_right {
  background: #FFF;
  margin-bottom: 4vw;
}

.sp_menu {
  display: block;
}

.address_area .address_container {
  margin: 3vw 2vw;
  display: block;
  letter-spacing: 0;
}

.address_area .address_container address {
  font-size: 16px;
  margin-left: 2vw;
  margin-top: 3vw;
}

#solution_area .inner article a {
  padding: 3vw 4vw 3vw;
  display: block;
  border-radius: 20px;
  border: 4px solid #4EAD98;
  text-align: center;
  background: #FFF;
  position: relative;
}

#solution_area .inner article .icon_box img {
  width: 60px;
  margin-right: 4vw;
}

#solution_area .inner article .icon_box {
  align-items: flex-start;

}

#solution_area .inner article a:after {
  width: 30px;
  right: 10px;
}

#voice_area .ribon_box {
  display: block;
  margin: 0 7vw 10vw;
  padding: 12vw 7vw 7vw;
}

#voice_area .ribon_box .description_box {
  line-height: 1.7;
  margin: 0 0 6vw;
}

#voice_area > div {
  padding: 15vw 0 0;
}

#voice_area .ribon_box::before {
  width: 60px;
  height: 60px;
}

#voice_area .ribon_box::after {
  width: 60px;
  height: 60px;
}

header.is-fixed {
  position: relative;
}

aside .btn_area {
  width: 100%;
}

#select_area .container:nth-of-type(2n-1) .left_step .description_box {
width: 100%;
}
#select_area .container:nth-of-type(2n) .left_step .description_box {
width: 100%;
}

#select_area .container:nth-of-type(2n) h3 {
width: 100%;
}

#select_area .container:nth-of-type(2n-1) h3 {
width: 100%;
}



  #top .main {
      background-image: url("../../img/top_new/img-main-SP.jpg");
      height: 80vh;
  }
  
  #top .main_txt {
      height: 80vh;
  }

  #top .main::before {
      width: 23vw;
      height: 23vw;
  }
  
  #top .main_txt .logo_box .ttl span {
      font-size: 20px;
  }
  
  #top .main::after {
      width: 23vw;
      height: 23vw;
  }
  
  #g_nav > ul li a {
      width: 100px;
      height: 100px;
  }
  
  #g_nav .contact_box a {
      padding: 10px 5px;
  }
  
  #g_nav .contact_box a span {
    font-size: 16px;
  }
    
  #g_nav .tel_area a span::before {
      height: 16px;
      width: 16px;
  }
  
  #g_nav .tel_area a span {
      font-size: 16px;
  }


  #sp_area .pict_group {
    padding: 4vw 6vw 3vw;
    margin: 0;
    background: #F8F8F4;
}

#sp_area .btn_area ul {
  margin: 0 6vw;
}

  #sp_area .contact_box a {
      padding: 10px 5px;
  }
  
  #sp_area .contact_box a span {
    font-size: 16px;
  }
    
  #sp_area .tel_area a span::before {
      height: 16px;
      width: 16px;
  }
  
  #sp_area .tel_area a span {
      font-size: 16px;
  }

  #sp_area .contact_box a span::after {
      display: none;
  }

  #sp_area .contact_box a span {
      line-height: 1;
  }

  #sp_area .tel_area a {
    line-height: 1;
    padding: 10px 5px;
}
  
  
  #top .main_txt .logo_box {
    margin: 0 7vw;
  }
  
  #solution_area .description_box {
    font-size: 18px;
    margin: 0 6vw 12vw;
    padding: 0;
}
  
.quest_tit {
  font-size: 24px;
  margin: 0 6vw 8vw;
  letter-spacing: 0;
  line-height: 1.3;
}

#solution_area .inner article h2 {
  font-size: 23px;
}

#solution_area .inner article p {
  font-size: 16px;
  padding-right: 8vw;
  line-height: 1.3;
}

#solution_area .inner {
  padding: 0 6vw;
}

#solution_area .inner article {
  margin-bottom: 4vw;
  padding: 0;
}

#solution_area .inner article h2 {
  margin-bottom: 5vw;
}

#solution_area .inner article h2::after {
  bottom: -4px;
  height: 15px;
}

.title {
  font-size: 28px;
  padding: 15vw 0 8vw;
  letter-spacing: 0;
}

.first_stage {
  margin: 0 6vw;
}

.first_stage .description_box {
  font-size: 18px;
  line-height: 1.7;
  margin: 10vw 0;
}

#installation_area .bg_icon_area > img {
  top: -62px;
  width: 120px;
}

#installation_area .icon_area dl dt {
  position: relative;
  z-index: 555;
}

#installation_area .bg_icon_area {
  padding: 20vw 6vw 15vw ;
}

#installation_area .icon_area dl dt {
  font-size: 20px;
  margin-bottom: 6vw;
}

#installation_area .icon_area dl dt span:last-of-type {
  font-size: 28px;
}

#installation_area .icon_area dl dd {
  margin-bottom: 10vw;
}

#installation_area .icon_area dl dd ul {
  flex-wrap: wrap;
}

#installation_area .icon_area dl dd ul li {
  margin-left: 3vw;
  width: calc(100% / 3 - 2vw);
  margin-bottom: 3vw;
}

#installation_area .icon_area dl dd ul li span {
  font-size: 14px;
}

#installation_area .icon_area dl dd ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}

#installation_area .descript_at {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
}

#ex_area .description_box {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
  text-align: left;
}

#ex_area .slick-box span {
  font-size: 16px;
}

.slick-box.type_img.arrows .next {
  top: -120px;
  width: 30px;
  height: 30px;
}

.slick-box.type_img.arrows .prev {
  top: -120px;
  width: 30px;
  height: 30px;
}

.pict_slider {
  margin-bottom: 10vw;
}

#ex_area .link_box {
  margin-bottom: 10vw;

  }

  #voice_area h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 15vw;
}

#voice_area h2 span::before {
  width: 70px;
  margin-right: 20px;
}


#voice_area h2 span::after {

  width: 70px;
  margin-left: 20px;
}

#voice_area {
  padding: 0 0 15vw 0;
}

#voice_area h2 span {
  display: flex;
  align-items: center;
}

#voice_area .description_box {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
}

#voice_area .voice_box > div article {
  padding: 3vw;
}

#voice_area .voice_box > div article picture {
  flex: 0 0 50px;
}

#voice_area .voice_box > div article dl {
  font-size: 16px;
}

#voice_area .voice_box > div article dl dt {
  font-size: 11px;
}

#voice_area .link_box {
  margin-top: 10vw;
  margin-bottom: 15vw;
  margin-right: 6vw;
}

#select_area .container:nth-of-type(2n-1) picture img {
  width: 260px;
}

#select_area .container:nth-of-type(2n-1) h3 {
  width: 100%;
  font-size: 22px;
  line-height: 1.4;
}

#select_area .container:nth-of-type(2n-1) .left_step .description_box {
  font-size: 18px;
  width: 100%;
}

#select_area .container:nth-of-type(2n) picture img {
  width: 260px;
}

#select_area .container:nth-of-type(2n) h3 {
  width: 100%;
  font-size: 22px;
}

#select_area .container:nth-of-type(2n) .left_step .description_box {
  font-size: 18px;
  width: 100%;
  padding: 30px 6vw 30px 60px;
  letter-spacing: 0;
}

#price_area .type_box article .contact_box {
  margin-top: 0;
  width: 230px;
  margin: 0 auto;
}

#price_area .description_box {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
}

#price_area .price_main .price_box .border_box h3 {
  font-size: 22px;
  padding-bottom: 2vw;
}

#price_area .price_main .price_box .border_box p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
}

#price_area .price_main .price_box .border_box {
  padding: 7vw 5vw 5vw;
}

#price_area .type_box article {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5vw;
}

#price_area .type_box article h4 {
  margin: 7vw 0;
}

#products_area {
  padding: 10vw 0 0;
}

#products_area h2 {
  font-size: 28px;
}

#products_area .product_box .description_box {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10vw;
}

#products_area .product_box .article_box article {
  width: 100%;
  margin-right: 0;
  position: relative;
  z-index: 555;
}

#products_area .product_box .article_box article .caption_box {
  font-size: 18px;
  margin-bottom: 5vw;
}

#products_area .contact_box a {
  width: auto;
}

.contact_box a {
  letter-spacing: 0;
}

.btn_area ul li:first-of-type {
  margin-right: 0;
}

#products_area .btn_area {
  padding: 3vw 6vw 5vw;
}

.btn_area ul {
  position: relative;
  z-index: 555;
}

#qa_area dl dt {
  font-size: 18px;
  text-indent: -1.5em;
  padding: 10px 20px 10px 40px;
}

#qa_area dl dd {
    font-size: 18px;
    padding: 25px 0 25px 15px;
}

#news_area .news_container article a time{
  display: block;
}

.link_box {
  margin: 10vw 0 0 0;
}

.link_box a::after {
  margin-left: 10px;
}

aside h2 {
  font-size: 28px;
}

aside .description_box {
  font-size: 18px;
  text-align: left;
}

aside .btn_area {
  width: 100%;
  margin: 0 auto;
}

aside .btn_area > .contact_box a {
  display: block;
}

aside .btn_area > .contact_box a span:last-of-type {
  font-size: 26px;
  line-height: 32px;
}

aside .btn_area > .contact_box a span:last-of-type::before {
  content: url(../../img/top_new/img-freedial.jpg);
  margin: 0 10px 0 0;
}

aside .announce {
  margin:  10vw;
}

@media only screen and (max-width: 768px) {
	.hide-sp {
		display: none;
	}
	.don-sp-menu {
	    margin-left: 4vw !important;
	}
}