@charset "UTF-8";
@font-face {
  font-family: "mbempire";
  src: url("../font/mbempire-medium-webfont.eot?#iefix")
  format("embedded-opentype") /* IE6～IE8 向け */,
  url("../font/mbempire-medium-webfont.woff") format("woff")
  /* 主要最新ブラウザ向け */,
  url("../font/mbempire-medium-webfont.ttf") format("truetype")
  /* IE以外の旧ブラウザ向け */,
  url("../font/mbempire-medium-webfont.svg#svgId") format("svg"); /* モバイル等その他のブラウザ向け */
  }
/*
■1：ELEMENTS
■2：COMMON
■3：index
■4：Contents
*/

/*************************************ß******************************************

ELEMENTS

********************************************************************************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans JP", serif YuGothic Medium, "Yu Gothic Medium", "Arial", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.8em;
  color: #666666;
  font-feature-settings: "palt" 0;
  overflow-x: hidden;
}

::selection {
  background: #0048ff;
  color: #FFF;
}
::-moz-selection {
  background: #0048ff;
  color: #FFF;
}

a{ color: #333333; text-decoration: none;}

h1,h2,h3,h4,h5,h6,p{ margin: 0; padding: 0; font-weight: normal;}
ul,ol,dl{ margin: 0; padding: 0; list-style: none;}
.p0{padding: 0;}
.m0{margin: 0;}
.mt0{margin-top:0px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}
.noPad section{ padding: 0 0 40px;}
.underPad{ padding: 0 0 40px;}
img{vertical-align:top; width: 100%; height: auto;}
.topPad{ padding: 40px 0 0;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.MB{ font-family: mbempire;}

.Black{color: #000;}
.Gray{color: #666;}
.Red{color: #bc002c;}
.Green{color: #139d57;}
.Bule{color: #13489e;}
.Yellow{color: #ffff00;}
.Center{text-align: center;}

.UnderLine{
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.caption{ font-size: 1.2rem;}

.sp{display: block;}
.pc{display: none;}
.moreS{display: none;}
@media screen and (min-width:1024px){
  body{
    font-size: 2.4em !important;
    line-height: 2.2em !important;
  }
  img{width: 100%; height: auto;}

}
@media screen and (min-width:768px){
  body{
    font-size: 1.6em !important;
    line-height: 1.8em !important;
  }
  .sp{display: none;}
  .pc{display: block;}
  .moreS{display: block;}
  .spNone{display: none;}
  .noPad section{ padding: 0 0 80px;}
  .topPad{ padding: 80px 0 0;}
  .underPad{ padding: 0 0 80px;}
}

/*******************************************************************************

COMMON

********************************************************************************/

section{
  padding: 40px 0;
}
main{
  margin: 100px 0 0;
}
.Wrapper{
  max-width: 1040px;
  width: calc( 100% - 6%);
  padding: 0 3%;
  margin: 0 auto;
}
strong{
  color: #222;
}
.title_H2{
  border-bottom: 3px solid #13489d;
  text-align: center;
  font-size: 6.2vw;
  font-weight: bold;
  color: #13489d;
  padding: 0 0 18px;
  margin: 40px 0 32px;
  position: relative;
  font-weight: 600;
}
.title_H2::before{
  content: url(../img/common/h2_title.png);
  position: absolute;
  top: -50px;
  left: 102px;
}

.title_H3{
  background: #F2FBFF;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  color: #13489d;
  padding: 15px;
  margin: 40px 0 24px;
}
h3{
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  color: #13489d;
  padding: 0;
  margin: 40px 0;
}

.title_H4{
  font-size: 5vw;
  color: #13489e;
  border-bottom: 1px dotted #13489e;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.Link_btn a{
  display: block;
  background: #13489e;
  border-radius: 100px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 5px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.caption{
  font-size: 1.2rem;
}

.PageTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  background: #e3e3e3;
  position: relative;
  color: #13489e;
  font-size: 8vw;
  letter-spacing: 1.8rem;
  font-weight: bold;
}
.PageTitle:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.PageTitle div{z-index: 2;}
.PageTitle.electricity{ background: url(../img/title/electricity.jpg) center center; background-size: cover;}
.PageTitle.sanitary{ background: url(../img/title/sanitary.jpg) center center; background-size: cover;}
.PageTitle.company{ background: url(../img/title/company.jpg) center center; background-size: cover;}
.PageTitle.about{ background: url(../img/title/about.jpg) center center; background-size: cover;}
.PageTitle.philosophy{ background: url(../img/title/philosophy.jpg) center center; background-size: cover;}
.PageTitle.office{ background: url(../img/title/office.jpg) center center; background-size: cover;}
.PageTitle.recruit{ background: url(../img/title/recruit.jpg) center center; background-size: cover;}
.PageTitle.flow{ background: url(../img/title/flow.jpg) center center; background-size: cover;}
.PageTitle.question{ background: url(../img/title/question.jpg) center center; background-size: cover;}
.PageTitle.privacy{ background: url(../img/title/privacy.jpg) center center; background-size: cover;}
.PageTitle.contact{ background: url(../img/title/contact.jpg) center center; background-size: cover;}
.PageTitle.thanks{ background: url(../img/title/contact.jpg) center center; background-size: cover;}
.PageTitle.not404{ background: url(../img/title/404.jpg) center center; background-size: cover;}

.PageTitle.case{ background: url(../img/title/case.jpg) center center; background-size: cover;}
.PageTitle.voice{ background: url(../img/title/voice.jpg) center center; background-size: cover;}
.PageTitle.colum{ background: url(../img/title/colum.jpg) center center; background-size: cover;}

.sanitary .PageTitle,
.electricity .PageTitle{
  height: auto;
}

.TwoColumn5_5{
  display : grid ;
  grid-template-columns : repeat(1, 1fr) ;
  grid-template-rows : auto ;
  grid-column-gap : 30px;
  grid-row-gap : 30px ;
}
@media screen and (min-width:768px){
  section{
    padding: 80px 0;
  }
  main{
    margin: 0 0 0;
  }
  .PageTitle{
    font-size: 4.0rem;
    letter-spacing: 1.8rem;
  }
  .Wrapper{
    max-width: 1040px;
    width: calc( 100% - 6%);
    padding: 0 0;
    margin: 0 auto;
  }
  .title_H2{
    font-size: 3.4rem;
    padding: 0 0 20px;
    margin: 0 0 40px;
  }
  .title_H2::before{
    position: absolute;
    left: 40%;
    top: -48px;
  }
  .title_H3{
    font-size: 2.6rem;
    padding: 15px;
    margin: 40px 0;
  }
  h3{
    text-align: left;
    font-size: 2.6rem;
    padding: 0;
    margin: 40px 0;
  }
  .title_H4{
    font-size: 2.2rem;
  }
  .TwoColumn5_5{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:none;
    grid-column-gap : 30px;
    grid-row-gap : 30px ;
  }


}

/*header--------------------------------*/
#head header{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
  background: #FFF;
}

#head header h1{
  max-width: 310px;
  width: 60%;
  margin: 3%;
  padding: 0;
}

#head header .head__menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  margin: 0 65px 0 0;
}

#head header .head__menu .head__tel{
  display: none;
}
#head header .head__menu .head__area,
#head header .head__menu .head__mail{
  height: 100%;
}
#head header .head__menu .head__area a{
  background: #139d57;
}
#head header .head__menu .head__mail a{
  background: #13489d;
}
#head header .head__menu .head__area a,
#head header .head__menu .head__mail a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 10%;
  position: relative;
}
#head header .head__menu .head__area span,
#head header .head__menu .head__mail span{
  display: block;
  background: #FFF;
  border-radius: 50px;
  max-width: 80%;
  width: 60px;
  height: auto;
  padding: 5px;
  margin: 0 auto;

}
#head header .head__menu .head__area span a img{
  width: 50px;
  height: 45px;
}

.head_spmenu{
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 65px;
  padding: 0;
  z-index: 999999;
}

.head_spmenu span{
  background: #13489e;
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  
}

.head_spmenu span:nth-child(1){ top: 10px;}
.head_spmenu span:nth-child(2){ top: 25px;}
.head_spmenu span:nth-child(3){ top: 40px;}

.head_spmenu.active span:nth-child(1) {
  top : 45px;
  background :#ffffff;
  transform: translateX(-50%) rotate(-45deg);
}

.head_spmenu.active span:nth-child(2),
.head_spmenu.active span:nth-child(3) {
  top: 45px;
  background :#ffffff;
  transform: translateX(-50%) rotate(45deg);
}

#head header .head__menu b{
  display: none;
}

nav.SP_menu{
  position: fixed;
  z-index : 99999;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(19, 72, 158, 0.9);
  text-align: center;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
nav.SP_menu.active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}


nav.SP_menu{
padding: 80px 10% 0;
text-align: left;

width: 100%;
}
nav.SP_menu > ul{
  width: 100%;
  margin: 0 auto;
}
nav.SP_menu > ul > li{
  width: 100%;
  margin: 0 0 5%;
}
nav.SP_menu ul li a{
  display: block;
}
nav.SP_menu ul li.nav__outer ul{
  display: flex;
  flex-wrap: wrap;
}
nav.SP_menu ul li.nav__outer ul li{
  width: 50%;
}
nav.SP_menu ul li.nav__outer > a{
  border: 1px solid #FFF;
  padding: 5px 5px;
  margin: 0 0 5px;
}
nav.SP_menu ul.nav__inner a{
  padding: 0 0 0 10px;
  font-size: 1.5rem;
  position: relative;
}
nav.SP_menu ul.nav__inner a:before{
  content: "";
  position: absolute;
  background: #FFF;
  height: 1px;
  width: 5px;
  top: 50%;
  left: 0;
  transform: 50%;
}

.nav__other a{
  border-top: 1px dotted #FFF;
  padding: 10px 0 0;
}

nav.SP_menu ul li a{
  color: #FFF;
}

nav{
  display: none;
}

.breadcrumbsWrap{
  background: #13489e;
}

.breadcrumbsWrap,
.breadcrumbsWrap a{
  padding: 3px;
  font-size: 1.4rem;
  color: #a9b7cd;
}
.breadcrumbsWrap a{
  color: #FFF;
}
.breadcrumbsWrap .arrow:before{
  content: ">";
}

@media screen and (min-width:960px){
  #head header{
    position: relative;
  }
  #head header .head__menu .head__tel{
    display: block;
    width: 221px;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    color: #13489d;
    margin: 0 5px;
  }
  #head header .head__menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
    margin: 0 0 0 0;
  }

  .head_spmenu{
    display: none;
  }
}
@media screen and (min-width:768px){
  #head header{
    height: 100px;
  }
  #head header h1{
    max-width: 310px;
    width: 100%;
    margin: 0% 2%;
    padding: 0;
  }

  #head header .head__menu .head__area,
  #head header .head__menu .head__mail{
    width: 200px;
    margin: 0 5px;
	display: flex;
	align-items: center;
  }

  #head header .head__menu .head__area a,
  #head header .head__menu .head__mail a{
    max-width: 200px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 2.0rem;
    padding: 5px;
    border-radius: 50px;
  }

  #head header .head__menu .head__area a span,
  #head header .head__menu .head__mail a span{
    display: block;
    background: #FFF;
    border-radius: 50px;
    max-width: 80%;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 0 22px 0 0;
  }

  #head header .head__menu .head__area a span img,
  #head header .head__menu .head__mail a span img{
    width: 35px;
    height: 35px;
  }

  #head header .head__menu .head__tel a{
    display: flex;
    font-size: 2.5rem;
    color: #13489d;
  }
  #head header .head__menu .head__tel a img{
    max-width: 39px;
    margin: 0 5px 0 0;
  }
  #head header .head__menu b{
    display: block;
  }
  .head_spmenu span:nth-child(1){ top: 30px;}
  .head_spmenu span:nth-child(2){ top: 45px;}
  .head_spmenu span:nth-child(3){ top: 60px;}
  nav{
    display: block;
  }
  #head nav li.nav__outer > a{
    position: relative;
    padding: 10px 20px 10px 10px ;
    transition: 0.3s ease-in-out;
  }
  #head nav li.nav__outer > a:before{
    content: "";
    display: block;
    position: absolute;
    background: #13489e;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
  }
  #head nav li.nav__outer > a:after{
    content: "";
    position: absolute;
    top: 23px;
    right: 12px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    border-bottom: 0px solid #fff;
    transition: 0.2s ease-in-out;
  }

  #head nav li.nav__outer:hover > a:after{
    content: "";
    position: absolute;
    top: 21px;
    right: 12px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 0px solid #fff;
    border-bottom: 4px solid #fff;
  }

  #head nav > ul{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    border-left: 1px solid #DDD;
  }
  #head nav > ul > li{
    height: 50px;
    width: calc( 100% / 7);
    border-right: 1px solid #DDD;
    text-align: center;
  }
  #head nav > ul > li >a{
    font-size: 1.8rem;
    color: #13489d;
    display: block;
    transition: all .3s;
    padding: 10px;
  }
  #head nav > ul > li.nav__outer{
    position: relative;
  }

  #head nav > ul > li > ul.nav__inner{
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 120%;
    position: absolute;
    top: 50px;
    left: -10%;
  }

  #head nav > ul > li > a:hover{
    background: #dbe4f1;
  }
  #head nav > ul > li:hover > ul.nav__inner{
    visibility: visible;
    opacity: 1;
    padding: 10px 0 0;
    z-index: 9999;
  }

  #head nav > ul > li > ul.nav__inner li a{
    background: #FFF;
    padding: 5px 0;
    border-left: 3px solid #13489d;
    border-right: 3px solid #13489d;
  }

  #head nav > ul > li > ul.nav__inner li a{
    border-bottom: 1px dotted #cacaca;
    display: block;
  }
  #head nav > ul > li > ul.nav__inner li a:hover{
    background: #dbe4f1;
  }
  #head nav > ul > li > ul.nav__inner li:first-child a{
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    border-top: 3px solid #13489d;
  }
  #head nav > ul > li > ul.nav__inner li:last-child a{
    border-radius: 0 0 10px 10px;
    border-bottom: 3px solid #13489d;
  }

}
/*footer--------------------------------*/

footer{
  margin: 0px 0 0;
  padding: 80px 0 0;
  background: url(../img/common/foot_bg.png) no-repeat top center;
  background-size: cover;
}

.foot_head{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.foot_logo{
  width: 70%;
  padding: 0 0 20px 0;
  margin: 0 auto;
}

.Foot_logoCaler{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3721%) hue-rotate(66deg) brightness(105%) contrast(115%);
}

.foot_CTA {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 10px;
}
.foot_CTA .CTA_tel{width: 100%;}
.foot_CTA .CTA_mail{width: 100%;}
.foot_CTA .CTA_line{width: 100%;}

.foot_navi{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  align-items: start;
  margin: 30px 0 0;
}

.foot_navi_inner h3{
  border: 1px solid #FFF;
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.foot_navi_inner h3 a{
  color: #FFF;
}

.foot_navi_inner ul li a{
  font-size: 1.2rem;
  color: #FFF;
}

.Copyright{
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
  margin: 30px 0 100px;
  padding: 30px 0 30px;
  border-top: 1px dotted #FFF;
}

#FooterCTR {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #FFF;
  z-index: 9999;
  display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.FooterCTR_tel,
.FooterCTR_LINE{
  padding: 10px;
}
.FooterCTR_tel{
  width: 75%;
}
.FooterCTR_LINE{
  width: 20%;
	max-width: 100px;
}
.FooterCTR_LINE a{
  background: #13489d;
  border-radius: 5px;
  display: block;
  height: 90%;
  padding: 10px;
}

@media screen and  (min-width:960px){
  footer{
    margin: 80px 0 0;
  }

  .foot_head{
    display: flex;
    align-items: center;
  }
  
  .foot_logo{
    width: 40%;
    padding: 0 15px 0 0;
  }
  
  .Foot_logoCaler{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3721%) hue-rotate(66deg) brightness(105%) contrast(115%);
  }
  
  .foot_CTA {
    width: 55%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    padding: 10px 0px;
  }
  .foot_CTA .CTA_tel{width: 60%;}
  .foot_CTA .CTA_mail{width: 40%;}
  .foot_CTA .CTA_line{width: 33%;}

  .foot_navi{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: none;
    gap: 30px;
    align-items: start;
    margin: 30px 0 0;
  }
  .Copyright{
    margin: 30px 0 0;
  }
  #FooterCTR{
    display: none;
  }
}

/*******************************************************************************

INDEX

********************************************************************************/

#Slider .slick-slider{
  margin: 60px 0 0;
  padding: 0;
  line-height: 0;
}

#Slider li{
  width: 100%;
  max-width: 1200px;
}
.slick-slide{
  max-width: 1200px;
  width: 100%;
}
.actual_slider_prev,
.actual_slider_next{z-index: 99;}

#Slider .actual_slider_prev{ left: 15px;}
#Slider .actual_slider_next{right: 15px;}
#Slider .actual_slider_prev,
#Slider .actual_slider_next{
  border: 1px solid #FFF;
}
.Slider-obi .slick-slide:nth-child(3) > div,
.Slider-obi .slick-slide:nth-child(6) > div,
.Slider-obi .slick-slide:nth-child(9) > div{background: #1A376E;}
.cta_price,
.cta_price02,
.cta_price03{
  background: #1A376E;
  z-index: 5;
  position: relative;
}
.cta_price .Wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta_price .Wrapper div:nth-child(1){ width: 100%;}
.cta_price .Wrapper div:nth-child(2){ width: 50%;}
.cta_price .Wrapper div:nth-child(3){ width: 50%;}

.cta_price02{background: #1A376E;}
.cta_price03{background: #000;}

.cta_price02 .Wrapper,
.cta_price03 .Wrapper {
  max-width: 1200px;
  width: calc(100% - 6%);
  padding: 0 0;
  margin: 0 auto;
}
.cta_price02 div,
.cta_price03 div{
  position: relative;
}
.cta_price02 div::before,
.cta_price03 div::before{
  content: "限定";
  color: #13489e;
  font-weight: bold;
  background: #FFFF00;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 33.2222%;
  top: 5px;
}

.Trable{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  /*grid-template-rows: repeat(6, 1fr);*/
  gap: 10px;
  align-items: start;
}
.Trable_inner{
  width: 100%;
  border-radius: 5px;
  border:1px solid #e3e3e3;
  overflow: hidden;
  margin: 0 0 30px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.Trable_title{
  background: #13489d;
  text-align: center;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 10px;
}
.Trable_inner img{
  height: auto;
  width: 100%;
}
.Trable_inner p{
  padding: 10px 20px;
}
.Trable_obi{
  background: #336abb;
  color:#FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px 0;
}

.Trable_obi::before{
  content: "限定";
  color: #13489e;
  font-size: 1.4rem;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 5px;
  top: -5px;
}

.Trable_price{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #bc002c;
  background: #FFF;
  font-size: 9vw;
}
.Trable_smoll{
  font-size: 3vw;
  line-height: 1;
}
.Trable_price p{
  display: inline-block;
  letter-spacing: -0.2rem;
  padding: 5px 5px;
}

.Trable_price_WEBPrice{
  width: 100%;
  padding: 5px;
  background: #336abb;
  color: #FFFF00;
  font-size: 3rem;
}

.CTA{
  background: #e6f6ff;
}
.CTA_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 3px solid #13489d;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 10px;
  margin: 0px 0 0;
}
.CTA_tel{width: 100%;}
.CTA_mail{width: 100%;}
.CTA_line{width: 100%;}
.CTA_tel a{
  display: block;
  margin: 0 10px 20px;
}
.CTA_mail a{
  display: block;
  background: #13489d;
  padding: 10px 30px;
  border-radius: 100px;
  margin: 0 10px 10px;
}
.CTA_line a{
  display: block;
  background: #4cc764;
  padding: 10px 30px;
  border-radius: 100px;
  margin: 0 10px;
}


.chosen_Box{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  align-items: start;
}
.chosen_inner{
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.chosen_Number{
  position: absolute;
  top: 10px;
  left: 10px;
}
.chosen_Number img{
  position: relative;
}
.chosen_Number::before{
  content: "";
  background: #13489d;
  clip-path: polygon(0 0, 100% 0%, 0% 100%);
  position: absolute;
  top: -11px;
  left: -11px;
  width: 100px;
  height: 100px;
  z-index: 0;
}
.chosen_img{
  width: 60%;
  margin: 20px auto;
}

.chosen_all{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: -36px 0 40px;
}

.chosen_all01{
  grid-column: span 2 / span 2;
  grid-row: span 1 / span 2;
  width: 40%;
  margin: 0px auto;
  height: 112px;
}
.chosen_all02,.chosen_all03,.chosen_all04,.chosen_all05{
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 15px;
}

.chosen_data{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows:auto;
    gap: 30px;
    align-items: start;
}

.chosen_data_inner{
  border:1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 30px 0 0;
}
.chosen_data_title{
  background: #14489e;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 4vw;
  margin: 0 0 20px;
}

.chosen_data_list li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #13489e;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.chosen_data_list li:last-child{
  border-bottom: none;
  padding: 0 0 0;
    margin: 0 0 0;
  }

.chosen_point{
  color: #13489e;
  font-size: 3.0rem;
}
.chosen_point span{
  color: #666;
  font-size: 1.8rem;
}


.index_flow{
   padding: 0 0 40px;
}

.flow_inner{
  margin: 0 0 40px;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: none;
  gap: 30px;
  align-items: start;
}
.flow_H3{
  text-align: center;
  color: #13489e;
  font-weight: bold;
  font-size: 2rem;
  background: #e5f6fe;
  padding: 10px;
  position: relative;
  margin: 0;
}
.flow_H3 span{
  background: #13489e;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  position: absolute;
  top: -3px;
  left: -7px;

}
.flow_title{
  font-size: 5vw;
  font-weight: bold;
  color: #13489e;
  border-bottom: 1px dotted #13489e;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.flow_pay{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: none;
  gap: 30px;
  align-items: start;
}

.flow_pay > div{
  border: 1px solid #DDD;
  border-radius: 10px;
  background: #FFF;
  text-align: center;
  padding: 20px;
}
.flow_payH4{
  font-size: 1.8rem;
  font-weight: bold;
  color: #13489e;
  margin: 0 0 10px;
}
.area {
  background: url(../img/index/area_bg.jpg) no-repeat;
  background-size: cover;
}
.area_box{
  border: 3px solid #13489e;
  border-radius: 10px;
  background: #FFF;
}

.area_H3{
  background: #13489e;
  color: #FFF;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.area_box dl{
  margin: 30px;
}
.area_box dt{
  color: #13489e;
  font-size: 4.5vw;
  font-weight: bold;
  border-bottom: 1px dotted #13489e;
  padding: 0 0 8px;
  margin: 0 0 8px;
}

.area_box dd{
  margin: 0 0 30px;
}

.shortCTA_Allzero{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px 0;
  position: relative;
}

.shortCTA_Allzero01{
  padding: 10px;
  grid-column: span 2 / span 2;
  grid-row: auto;
  width: 120px;
  margin: 0 auto;
}
.shortCTA_Allzero02,
.shortCTA_Allzero03,
.shortCTA_Allzero04,
.shortCTA_Allzero05{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #13489e;
  border: 1px solid #13489e;
  border-radius: 5px;
  padding: 10px;
  height: 100%;
  width: 100%;
  margin: 0 0 0 1%;
}

.shortCTA_Allzero02 img,
.shortCTA_Allzero03 img,
.shortCTA_Allzero04 img,
.shortCTA_Allzero05 img {
width: auto;
height: 50px;
}
.actual {
  background: url(../img/index/actual_bg.jpg) no-repeat;
  background-size: cover;
}
.actual_slider{
  padding: 0 25px;
  margin: 0 0 20px;
}
.actual_inner{
  width: 95% !important;
  display: block !important;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background: #FFF;
  position: relative;
}

.actual_Page .actual_inner a{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.actual_head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 20px;
}
.actual_img{
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
.actual_img img{
  position: absolute;
  height: 120%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.actual_title{

}
.actual_H3{
color: #13489e;
font-size: 1.8rem;
margin: 0;
}
.actual_detail,
.voice_detail{
  display: flex;
  margin: 0 0 10px;
}
.actual_detail,
.voice_detail{
  justify-content: center;
}
.actual_water,
.actual_energy,
.actual_area,
.voice_water,
.voice_energy,
.voice_area,
.actual_case_sanitary,
.actual_case_electricity,
.actual_voice_sanitary,
.actual_voice_electricity,
.actual_coluum-info,
.actual_colum-sanitary,
.actual_colum-know,
.actual_colum-electricity{
  display: block;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 0 5px 0 0;
}
.actual_water,
.actual_case_sanitary,
.voice_water,
.actual_voice_sanitary,
.actual_colum-sanitary{
  background: #e6f6ff;
  color: #13489e;
}
.actual_energy,
.actual_case_electricity,
.voice_energy,
.actual_voice_electricity,
.actual_colum-electricity{
  background: #f3fcab;
  color: #606c00;
}
.actual_area,
.voice_area,
.actual_coluum-info{
  background: #e4e4e4;
  color: #666;
}
.actual_colum-know{
  background: #f5ffe4;
  color: #3b7806;
}
.actual_price{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  font-size: 7vw;
  border-top: 1px dotted #13489e;
  color: #13489e;
  font-weight: bold;
  padding: 15px 0 0;
  margin: 10px 0 0;
}
.actual_price p{
  margin: 0 10px 0 0;
}
.actual_smoll{
  font-size: 3vw;
  line-height: 1;
}

.actual_slider_prev,
.actual_slider_next{
	position: absolute;
	display: inline-block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
  border:none !important;
	background: none;
  color: #FFF;
}
.actual_slider_prev{
  top: 50%;
  left: 0px;
  margin-top: -15px;
}
.actual_slider_next{
  top:50%;
  right: 0;
  margin-top: -15px;
}
.actual_slider_prev:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.actual_slider_next:before{
  content: "";
  position: absolute;
  top: 9px;
	left: 12px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.voice_box{
  margin: 100px 0 0;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  grid-template-rows: none;
  gap: 30px;
  align-items: start;
}
.voice_inner{
  position: relative;
  border-radius: 5px;
  border: 3px solid #13489e;
  padding:80px 15px 15px;
  margin: 0 0 40px;
}
.voice_inner a{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.voice_inner:last-of-type{
  margin: 0 0 0px;
}
.voice_photo{
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  top: -40px;
  left: 50%;
  border: 3px solid #13489e;
  border-radius: 100px;
  overflow: hidden;
}

.voice_photo img{
  position: absolute;
  height: 120%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.voice_H3{
  color: #13489e;
  font-size: 1.8rem;
  border-bottom: 1px dotted #DDD;
  margin: 0 0 10px;
  padding:0 0 10px;
}

.QA_box{
  padding: 30px;
background: #eeeeee;
  transition: .4s;
}

.QA_boxinner{
  font-size: 2.0rem;
  line-height: 3.0rem;
  transition: .4s;
}
.QA_boxinner dt{
  padding: 16px 70px 16px 70px;
  margin: 0px 0 3px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
}
.QA_boxinner dt,
.QA_boxinner dd{
  background: #ffffff;
  color: #13489e;
  position: relative;
  transition: .4s;
}
.QA_boxinner dd {
  background:#ffffff;
  color:#666;
  font-size: 1.5rem;
  font-weight: normal;
}
.QA_boxinner dt:before,
.QA_boxinner dd:before {
  font-size: 2.4rem;
  font-family: mbempire;
  position: absolute;
  left: 10px;
  border-radius: 100px;

}
.QA_boxinner dt:before {
  content: "Q";
  color: #FFF;
  background: #13489e;
  transform: translateY(-50%);
  top: 50%;
  padding: 4px 8px;
}
.QA_boxinner dd:before {
  content: "A";
  color: #13489e;
  background: #f0f5ff;
  padding: 4px 10px;
}

.QA_q .QA_icon{
  display: block;
  position: absolute;
  background: #ffffff;
  border: 1px solid #DDD;
  border-radius: 100px;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
}
.QA_q .QA_icon:before{
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 5px solid transparent;
  border-top: 7px solid #999;
  transition: all 0.5s ease;
}
.QA_q .QA_icon:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  box-sizing: border-box;
  width: 5px;
  height: 1px;
  border: 1px solid transparent;
  border-top: 1px solid #999;
  transition: all 0.5s ease;
}
.QA_Qon .QA_icon:before {
  content: "";
  top:14px;
  left: 4px;
  width: 70%;
  height: 1px;
  border: 1px solid transparent;
  border-top: 1px solid #999;
  transition: all 0.5s ease;
  transform: rotate(45deg);
}
.QA_Qon .QA_icon:after {
  content: "";
  top: 13px;
  left: 4px;
  width: 70%;
  height: 1px;
  border: 1px solid transparent;
  border-top: 1px solid #999;
  transition: all 0.5s ease;
  transform: rotate(135deg);
}
.QA_a{
  opacity: 0;
  max-height : 0;
  padding: 0px 20px 0px 70px;
  margin: 0px 0 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.QA_Aon{
  opacity: 1 !important;
  max-height : 1000px !important;
  padding: 20px 24px 20px 70px;
  margin: 0px 0 10px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.Magazine{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  align-items: start;
}
.Magazine_column a{
  display: flex;
  padding: 15px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.Magazine_column_photo{
  width: 30%;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 100px;
}
.Magazine_column_photo img{
  height: 120%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Magazine_column_txt span{
  display: inline-block;
}
.Magazine_column_txt p{
  font-weight: bold;
  color: #13489e;
}

.CTA_form{
  border:1px solid #e3e3e3;
  border-radius: 5px;
  padding: 30px;
  background: #FFF;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.CTA_form h2{
  color: #13489e;
  font-weight: bold;
  font-size: 5.0vw;
  text-align: center;
}
.CTA_form .title_H3{
  text-align: left;
  background: #EEE;
}
.CTA_form dt p{
  display: flex;
  align-items: center;
  margin: 30px 0 5px;
}
.CTA_form .Req{
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #FFF;
  display: inline-block;
  background: #FF003C;
  padding: 3px 10px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}

.CTA_form dd{
}

.CTA_form input[type="text"],
.CTA_form input[type="tel"],
.CTA_form input[type="email"], .CTA_form textarea {
	border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px;
  background: #fbfbfb;
  margin: 0 0 20px;
}
.CTA_form input.mid{
  width: 50%;
}
.CTA_form input[type="text"]:focus,
.CTA_form input[type="tel"]:focus,
.CTA_form input[type="email"]:focus,
.CTA_form textarea:focus
{
  outline: none;
	border-color: #90a9d2 !important;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  background: #ffffff;
}

.CTA_form input[type="submit"]{
  display: block;
  background: #13489e;
  border-radius: 100px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 5px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.FormFlow{
  margin: 0 0 40px;
}
.FormFlow .FormFlow_in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDD;
}

.FormFlow .FormFlow_in li {
  color: #333;
  font-size: 1.8rem;
  width: calc(100% / 3);
  background: #FFF;
  line-height: 50px; 
  text-align: center;
  position: relative;
}

.FormFlow .FormFlow_in li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;
}

.FormFlow .FormFlow_in li::before,
.FormFlow .FormFlow_in li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.FormFlow .FormFlow_in li::before {
  border: solid 25px transparent;
  border-right: solid 10px transparent;
  border-left: solid 10px #DDD;
  top: 0px;
  left: 0;
  z-index: 1;
}

.FormFlow .FormFlow_in li::after {
  border: solid 25px transparent;
  border-left: solid 10px #FFF;
  border-right: solid 10px transparent;
  top: 0;
  right: -19px;
  z-index: 2;
}

.FormFlow .FormFlow_in li:first-child::before,
.FormFlow .FormFlow_in li:last-child::after {
  content: none;
}



.FormFlow .FormFlow_in li.current {
  color: #FFF;
  background: #13489e;
}

.FormFlow .FormFlow_in li.current::after {
  border-left: solid 10px #13489e;
}
@media screen and  (min-width:960px){

  .SlideIN{
    background: #FFF;
    transition: all 0.6s ease 0.4s;
    opacity: 0.5;
    transform: scale(0.95);
  }
.slick-current .SlideIN{
  background: #FFF;
  transition: all 0.6s ease 0.4s;
  opacity: 1.0;
  transform: scale(1);
}
.Trable{
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Trable_inner{
  width: 100%;
  margin: 0 0 30px;
  max-width: 252.3px;
}

.chosen_Box{
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
}

.chosen_Number{
  position: absolute;
  top: 5px;
  left: 5px;
}
.chosen_Number::before{
  top: -6px;
  left: -6px;
  width: 80px;
  height: 80px;
  z-index: 0;
}

.chosen_img{
  width: 80%;
  margin: 20px auto;
}

.chosen_all{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows:none;
  gap: 30px;
  align-items: start;
}

.chosen_data {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: none;
  gap: 30px;
  align-items: start;
}
.chosen_data_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  gap: 0;
  align-items: start;
}
.chosen_data_list li{
  padding: 10px;
}
.chosen_data_list li:last-child {
  padding: 10px;
  border-bottom: 1px dotted #13489e;
}
}



@media screen and  (min-width:768px) and ( max-width:960px){
  #Slider .slick-slider{
    margin: 50px 0 0;
  }
}

@media screen and  (min-width:960px){
#Slider .slick-slider{
  margin: 0 0 0;
}
}


@media screen and (min-width:768px){

  #head header .head__menu .head__area a,
  #head header .head__menu .head__mail a{
  }

.actual_slider_prev,
.actual_slider_next{
	position: absolute;
	display: inline-block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
  border:none;
	background: #13489e;
  color: #FFF;
}
.actual_slider_prev{
  top: 50%;
  left: 0px;
  margin-top: -15px;
}
.actual_slider_next{
  top:50%;
  right: 0;
  margin-top: -15px;
}
.actual_slider_prev:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.actual_slider_next:before{
  content: "";
  position: absolute;
  top: 9px;
	left: 12px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
  .cta_price .Wrapper div:nth-child(1){ width: 50%;}
  .cta_price .Wrapper div:nth-child(2){ width: 25%;}
  .cta_price .Wrapper div:nth-child(3){ width: 25%;}
  
  .cta_price02 div::before,
  .cta_price03 div::before{
    left: 24.2222%;
    top: 5px;
  }
  .cta_price .Wrapper::before{
    height: 45px;
    width: 45px;
    left: calc( 23% - 1.111vw);
    top: -5px;
  }
  .CTA_inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 3px solid #13489d;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 10px;
    margin: 0 0 0;
  }
  .CTA_tel{width: 50%;}
  .CTA_mail{width: 28%;}
  .CTA_line{width: 28%;}
  .CTA_tel a{
    display: block;
    margin: 0 10px 0;
  }
  .CTA_mail a{
    display: block;
    background: #13489d;
    padding: 10px;
    border-radius: 100px;
    margin: 0 10px 0;
  }
  .CTA_line a{
    display: block;
    background: #4cc764;
    padding: 10px;
    border-radius: 100px;
    margin: 0 10px;
  }
  .Trable_title{
    font-size: 2.0rem;
  }

  .Trable_price{
    font-size: 4.0rem;
  }
  .Trable_smoll{
    font-size: 1.4rem;
  }
  
  .chosen_all{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: start;
    margin: 40px 0;
  }
  
  .chosen_all01{
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
  .chosen_all02,.chosen_all03,.chosen_all04,.chosen_all05{
  }
  .chosen_data_title {
    font-size: 2.0rem;
    margin: 0 0 20px;
}

  .flow_title {
    font-size: 2.2rem;
  }
  .flow_inner{
    grid-template-columns: 1fr 2fr; 
  }
  .area_H3{

    font-size: 2.4rem;
  }
  .area_box dt{
    font-size: 2.2rem;
  }
  .actual_head{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 20px;
  }
  .actual_img{
    width: 100px;
    margin: 0 10px 0 0;
  }
  .actual_title{

  }
  .actual_detail{
    justify-content: flex-start;
  }
  .actual_price{
    font-size: 4.0rem;
  }
  .actual_smoll{
    font-size: 1.4rem;
    line-height: 1;
  }

  .shortCTA_Allzero{
    display: grid;
    grid-template-columns:1fr 2fr 2fr 2fr 2fr;
    grid-template-rows:none;
    gap: 15px;
  }

  .shortCTA_Allzero01{
    padding: 10px;
    grid-column: auto;
    grid-row: span 1 / span 1;
    width: 120px;
    margin: auto;
  }
  .shortCTA_Allzero02,
  .shortCTA_Allzero03,
  .shortCTA_Allzero04,
  .shortCTA_Allzero05{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;
    height: 50%;

  }
  

  .shortCTA_Allzero01 img{
    width: 100%;
  }
  .shortCTA_Allzero02 img,
  .shortCTA_Allzero03 img,
  .shortCTA_Allzero04 img,
  .shortCTA_Allzero05 img {
  width: auto;
  height: 40px;
  }
  .CTA_form{
    padding: 80px 30px;
  }
  
  .CTA_form h2{
    font-size: 3.4rem;
  }
  
}



/*footer--------------------------------*/

@media screen and (min-width:768px){

}



/*******************************************************************************

Contents

********************************************************************************/

/*about--------------------------------*/
.aboutList dl{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display:flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.aboutList dl dt{
  border-bottom: 1px solid #E3E3E3;
  background: #f7f8fa;
  padding: 10px;
  width: 100%;
  margin: 0;
  font-weight: normal;
}
.aboutList dl dd{
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  margin: 0;
}

.aboutList dl dd iframe{
  width: 100%;
  height: 200px;
  margin: 10px 0 0;
}

@media screen and (min-width:1024px){

}
@media screen and (min-width:768px){
  .aboutList dl dt{
    width: 20%;
  }
  .aboutList dl dd{
    width: 80%;
  }
}
/*philosophy--------------------------------*/
.philosophyTitle{
  background: url(../img/company/philosophy_bg.png) center top no-repeat;
  background-size: cover;
  width: 80%;
  height: 60vw;
  max-height: 465px;
  margin: 0 auto;
  position: relative;
}
.philosophyTitle p{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  font-size: 5vw;
  line-height: 7.5vw;
  font-weight: bold;
  text-align: center;
  color: #13489e;
  width: 100%;
}

.philosophy_promisePhoto{
  position: relative;
}
.philosophy_promisePhoto:before{
  content: "";
  position: absolute;
  background: url(../img/company/promise-comment.svg) no-repeat;
  background-size: contain;
  height: 30vw;
  width: 100%;
  top: -80px;
  left: -30px;
}
.philosophy_txt{
  font-size: 4vw;
  line-height: 7vw;
  }

 .philosophy_promise{
  background: #e6f6ff;
  padding: 40px 0;
 }


.philosophy_promiseList li{
  margin: 0 0 20px;
}
@media screen and (min-width:960px){
  .philosophy_promisePhoto:before{
    height: 25vw;
    max-height: 200px;
    width: 100%;
    top: 30px;
    left: -7vw;
  }
}

  @media screen and (min-width:768px){


    .philosophyTitle p{
      font-size: 4.2rem;
      line-height: 6.4rem;
    }
    .philosophy_txt{
      font-size: 2.2rem;
      line-height: 4.4rem;
      }

  }


/*office--------------------------------*/
.aboutList{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
  align-items: start;
}
.aboutList li{
  text-align: center;
  font-weight: bold;
  border: solid 2px #d3d3d3;
  border-radius: 5px;
}
.aboutList li a{ color: #13489e;}
.aboutList li span{
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.areatab_content .TwoColumn5_5 .area_map{
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 30px;
}
.areatab_content .TwoColumn5_5 div{
  margin: 0 0 10px;
}


.areatabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab_label {
  color: #13489e;
  background: #FFF;
  font-weight: bold;
  border: solid 2px #13489e;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  margin: 0 5px 30px;
  padding: 10px 0;
  text-align: center;
  min-width: 100px;
  max-width: 300px;
}

.tab_label:hover {
  opacity: 0.75;
}

.areatab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="kanto_tab_switch"] ,
input[name="chubu_tab_switch"] ,
input[name="kansai_tab_switch"] ,
input[name="chugoku_tab_switch"] ,
input[name="kyusyu_tab_switch"]  {
  display: none;
}

.areatabs input:checked + .tab_label {
  color: #fff;
  background-color: #13489e;
}
.areatabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #13489e transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#kanto_tab01:checked ~ #kanto_tab01_content,
#kanto_tab02:checked ~ #kanto_tab02_content,
#kanto_tab03:checked ~ #kanto_tab03_content,
#kanto_tab04:checked ~ #kanto_tab04_content,
#kanto_tab05:checked ~ #kanto_tab05_content,
#kanto_tab06:checked ~ #kanto_tab06_content,
#kanto_tab07:checked ~ #kanto_tab07_content{
  display: block;
}
#chubu_tab01:checked ~ #chubu_tab01_content,
#chubu_tab02:checked ~ #chubu_tab02_content,
#chubu_tab03:checked ~ #chubu_tab03_content{
  display: block;
}
#kansai_tab01:checked ~ #kansai_tab01_content,
#kansai_tab02:checked ~ #kansai_tab02_content,
#kansai_tab03:checked ~ #kansai_tab03_content,
#kansai_tab04:checked ~ #kansai_tab04_content,
#kansai_tab05:checked ~ #kansai_tab05_content,
#kansai_tab06:checked ~ #kansai_tab06_content{
  display: block;
}
#chugoku_tab01:checked ~ #chugoku_tab01_content,
#chugoku_tab02:checked ~ #chugoku_tab02_content,
#chugoku_tab03:checked ~ #chugoku_tab03_content,
#chugoku_tab04:checked ~ #chugoku_tab04_content,
#chugoku_tab05:checked ~ #chugoku_tab05_content,
#chugoku_tab06:checked ~ #chugoku_tab06_content,
#chugoku_tab07:checked ~ #chugoku_tab07_content,
#chugoku_tab08:checked ~ #chugoku_tab08_content,
#chugoku_tab09:checked ~ #chugoku_tab09_content{
  display: block;
}
#kyusyu_tab01:checked ~ #kyusyu_tab01_content,
#kyusyu_tab02:checked ~ #kyusyu_tab02_content,
#kyusyu_tab03:checked ~ #kyusyu_tab03_content,
#kyusyu_tab04:checked ~ #kyusyu_tab04_content,
#kyusyu_tab05:checked ~ #kyusyu_tab05_content,
#kyusyu_tab06:checked ~ #kyusyu_tab06_content,
#kyusyu_tab07:checked ~ #kyusyu_tab07_content,
#kyusyu_tab08:checked ~ #kyusyu_tab08_content,
#kyusyu_tab09:checked ~ #kyusyu_tab09_content{
  display: block;
}

.areatab_content{
  position: relative;
  animation: fadeIn 1s ease;

}
.area_office dt{
  position: relative;
  padding: 0 0 0 30px;
}
.area_office dt:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #13489e;
  border-radius: 100px;
  font-family: mbempire;
  color: #FFF;
  text-align: center;
}
.area_office dt:nth-child(1):before{ content: "1";}
.area_office dt:nth-child(3):before{ content: "2";}
.area_office dt:nth-child(5):before{ content: "3";}
.area_office dt:nth-child(7):before{ content: "4";}
.area_office dt:nth-child(9):before{ content: "5";}
.area_office dt:nth-child(11):before{ content: "6";}

.area_office dd{
  font-size: 1.2rem;
  margin: 0 0 15px;
}
@media screen and (min-width:768px){
  .aboutList{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 30px;
    align-items: start;
  }

}


/*trouble--------------------------------*/
.PageTitle.sanitary .Wrapper,
.PageTitle.electricity .Wrapper,
.Trouble_title .Wrapper{
  width: 100%;
  padding: 0;
}
.single-electricity .Trouble_title{
  background: url(../img/title/electricity.jpg) center center;
  background-size: cover;
}
.single-sanitary .Trouble_title{
    background: url(../img/title/sanitary.jpg) center center;
    background-size: cover;
}
.Trouble_title{
  margin: 0;
  padding: 0;
  text-align: center;
  background: #e5f6fe;
  position: relative;
}
.Trouble_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}
.Trouble_title div{
  position: relative;
  z-index: 2;
}
.Trouble_title img{
  max-width: 1200px;
}

.page .cta_price .Wrapper,
.page .cta_price02 .Wrapper,
.page .cta_price03 .Wrapper,
.single .cta_price .Wrapper,
.single .cta_price02 .Wrapper,
.single .cta_price03 .Wrapper{
  max-width: 1040px;
  width: calc(100% - 6%);
  padding: 0 0;
  margin: 0 auto;
}

.Content_menu{
  margin: 40px 0 0;
}
.Trouble_menulist{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 15px;
  align-items: start;
}
.Trouble_menulist li{
  text-align: center;
  font-weight: bold;
  border: solid 2px #d3d3d3;
  border-radius: 5px;
}

.Trouble_menulist li a{
   color: #13489e;
   position: relative;
   display: block;
   padding: 80px 0 10px;
}
.Trouble_menulist li a:before{
  content:"";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  top: 20px;
  left: 50%;
  background: #f0f5ff;
  border-radius: 50%;
}
.Trouble_menulist li a:after{
  content:"";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  top: 20px;
  left: 50%;
}
.Trouble_menulist li:nth-child(1) a:after{
  background: url(../img/work/navi01.svg) no-repeat center center;
  background-size: 30px;
}
.Trouble_menulist li:nth-child(2) a:after{
  background: url(../img/work/navi02.svg) no-repeat center center;
  background-size: 30px;
}
.Trouble_menulist li:nth-child(3) a:after{
  background: url(../img/work/navi03.svg) no-repeat center center;
  background-size: 30px;
}
.Trouble_menulist li:nth-child(4) a:after{
  background: url(../img/work/navi04.svg) no-repeat center center;
  background-size: 30px;
}
.Trouble_menulist li:nth-child(5) a:after{
  background: url(../img/work/navi05.svg) no-repeat center center;
  background-size: 30px;
}
.Trouble_menulist li:nth-child(6) a:after{
  background: url(../img/work/navi06.svg) no-repeat center center;
  background-size: 30px;
}

.Trouble_Wapper{
  background: #e5f6fe;
  padding: 24px;
}
.Trouble_photo{
}
.Trouble_PriceList,
.Trouble_PriceList-last{
  background: #FFF;
  padding: 15px;
  display: grid;
  grid-template-columns : none ;
  grid-template-rows:auto;
  align-items: stretch;
  gap: 30px;
  border-bottom: 1px dotted #DDD;
}

.Trouble_PriceList-last{
  border-bottom: none;
}

.Trouble_PriceListInner{
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows:auto;
  align-items: stretch;
  gap: 15px;
  max-width: 445px;
}

.Trouble_PriceListInner .Trable_price{
  justify-content: flex-start;
  padding: 0;
  margin-top: 10px;
}

.Trouble_Price{
  background: #e5f6fe;
  padding: 30px;
}
.Trouble_RankBox,
.Trouble_PriceBox{
  width: 100%;
  border-radius: 5px;
  border:1px solid #e3e3e3;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  background: #FFF;
  position: relative;
  margin: 0 0;
}
.Trouble_RankBox{
}
.Trouble_Price_arrow{
  margin: 30px auto;
  box-sizing: border-box;
  width: 14px;
  height: 5px;
  border: 18px solid transparent;
  border-top: 14px solid #13489e;
}

.Trouble_Rank_ttl{
  margin: 30px 0;
  text-align: center;
}
.Trouble_RankNo1,
.Trouble_RankNo2,
.Trouble_RankNo3{
  padding: 15px 15px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  align-items: center;
}
.Trouble_RankNo1:before,
.Trouble_RankNo2:before,
.Trouble_RankNo3:before{
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.Trouble_RankNo1:before{background: url(../img/work/rank01.png) no-repeat; background-size: cover;}
.Trouble_RankNo2:before{background: url(../img/work/rank02.png) no-repeat; background-size: cover;}
.Trouble_RankNo3:before{background: url(../img/work/rank03.png) no-repeat; background-size: cover;}

.Trouble_RankBox span{color: #13489e;}

.Trouble_Price_ttl{
  margin: 30px 0;
  text-align: center;
  background: #13489e;
  color: #FFF;
  padding: 10px;
  margin: 30px 15px;
}

.Trouble_PriceBox ul li{
  padding: 15px 15px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  align-items: center;
}
.Trouble_PricePhoto{ width: 100px; margin: 0 15px 0 0;}
.Trouble_PriceBox .Trouble_PriceTxt{width: 100%;}
.Trouble_PriceBox .Trouble_PriceTxt .Trable_price{
  justify-content: flex-end;
}
.Trouble_maker{
  width: 100%;
  border-radius: 5px;
  border:1px solid #e3e3e3;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.Trouble_maker span{width: 100%;}

.Trouble_4Reason > ul > li{
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 30px;
  align-items: start;
}

.Trouble_4ReasonTxt h3{
  margin: 6px 0 30px;
}
.Trouble_4ReasonTxt h3 strong{
  background: #13489e;
  padding: 3px 12px;
  margin: 0 10px 0 0;
  text-align: center;
  color: #FFF;
}

.Trouble_4Reason_inner{
  border:1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 30px 0 0;
}
.Trouble_4Reason_title{
  background: #14489e;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 4vw;
  margin: 0 0 20px;
}

.Trouble_4Reason_list li{
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows:auto;
  align-items: stretch;
  gap: 0;
  border-bottom: none;
  padding: 0 0 0px;
  margin: 0 0 0px;
}
.Trouble_4Reason_list li:last-child{
  border-bottom: none;
  padding: 0 0 0;
    margin: 0 0 0;
  }
.Trouble_4Reason_list li p{
  border-bottom: 1px dotted #13489e;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.Trouble_4Reason_list li p.chosen_point{
  text-align: right;
}
.Trouble_PayTable{
display: grid;
grid-template-columns: 1fr 3fr;
font-family: mbempire;
box-sizing: border-box;
}
.Trouble_PayTable_in{
  display: grid;
  grid-template-columns: 1fr 2fr;
  overflow-x:scroll;
  scrollbar-width: 16px;
  scrollbar-color: #3760d0;
 }
 .Trouble_PayTable_in::-webkit-scrollbar-thumb {
  background-color: #3760d0;
  border-radius: 8px;
}
.Trouble_PayTable th,
.Trouble_PayTable td{
  text-align: center;
}

.Trouble_PayTable_th table{
  width: 100%;
  margin: 83px 0 0;
  min-width: 150px;
}
.Trouble_PayTable_th th{
  border-bottom: 1px dotted #bababa;
}
.Trouble_PayTable_in th{
  border-top: 1px solid #bababa;
  background: #E3E3E3;
}
.Trouble_PayTable_in th,
.Trouble_PayTable_in td{
  border-bottom: 1px solid #bababa;
  border-right: 1px solid #bababa;
}

.Trouble_PayTable_in th{
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Trouble_PayTable_KAKETUKE{
  border:3px solid #13489e;
  min-width: 280px;
}
.Trouble_PayTable_KAKETUKE th{
  height: 80px;
  background: #13489e;
  color: #FFF;
  border-top: none;
  border-right: none;
}
.Trouble_PayTable_KAKETUKE td{
  background: #f0f5ff;
}

.Trouble_PayTable_th tr:nth-child(1) th,
.Trouble_PayTable_KAKETUKE tr:nth-child(2) td,
.Trouble_PayTable_Other tr:nth-child(2) td{
  height: 120px;
}
.Trouble_PayTable_KAKETUKE tr:nth-child(7) td{
  height: 80px;
}

.Trouble_PayTable_th tr:nth-child(2) th,
.Trouble_PayTable_th tr:nth-child(3) th,
.Trouble_PayTable_th tr:nth-child(4) th,
.Trouble_PayTable_th tr:nth-child(5) th,
.Trouble_PayTable_th tr:nth-child(6) th,
.Trouble_PayTable_KAKETUKE tr:nth-child(3) td,
.Trouble_PayTable_KAKETUKE tr:nth-child(4) td,
.Trouble_PayTable_KAKETUKE tr:nth-child(5) td,
.Trouble_PayTable_KAKETUKE tr:nth-child(6) td,
.Trouble_PayTable_Other tr:nth-child(3) td,
.Trouble_PayTable_Other tr:nth-child(4) td,
.Trouble_PayTable_Other tr:nth-child(5) td,
.Trouble_PayTable_Other tr:nth-child(6) td,
.Trouble_PayTable_Other tr:nth-child(7) td{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content:center;
}


.Trouble_PayTable_Other tr{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.Trouble_PayTable_Other{
  margin: 20px 0 0;
  min-width: 500px;
}
.Trouble_PayTable_Price{
  font-size: 3rem;
  color: #13489e;
}

.Trouble_Flow ul{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
  grid-template-rows: none;
  gap: 30px;
  align-items: start;
  align-items: stretch;
}
.Trouble_Flow ul li{
  border:1px solid #e3e3e3;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.Trouble_Flow ul li .Trouble_Flow_Photo{
  position: relative;
}
.Trouble_Flow ul li .Trouble_Flow_Photo span{
  position: absolute;
  color: #FFF;
  background: #13489e;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Trouble_Flow ul li .Trouble_Flow_Txt{
  padding: 20px;
}
.Trouble_Flow ul li .Trouble_Flow_Txt h3{
  font-size: 2.0rem;
  margin: 0 0 10px;
}

@media screen and (min-width:768px){
  .Trouble_maker{
    justify-content: space-between;
  }
  .Trouble_maker span{width: 70%;}
  .Trouble_4Reason_list li{
    display: grid;
    grid-template-columns:3fr 1.5fr 3fr 1.5fr;
    grid-template-rows:auto;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px dotted #13489e;
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
  .Trouble_4Reason_list li:last-child{
    border-bottom: none;
    padding: 0 0 0;
    margin: 0 0 0;
    }
    .Trouble_4Reason_list li p{
      border-bottom: none;
      padding: 0 0 0;
      margin: 0 10px 0;
   }
  .Trouble_4Reason > ul > li{
    grid-template-columns: 1.5fr 3fr;
    grid-template-rows: none;
  }
  .Trouble_4Reason_title {
    font-size: 2.0rem;
    margin: 0 0 20px;
}
.Trouble_PriceList,
.Trouble_PriceList-last{
  grid-template-columns :repeat(2, 1fr);
}
.Trouble_Wapper{
  padding: 30px;
}
.Trouble_photo{
}
.Trouble_PriceList,
.Trouble_PriceList-last{
  padding: 30px;
}
.page .cta_price div::before,
.page .cta_price02 div::before,
.page .cta_price03 div::before,
.single .cta_price div::before,
.single .cta_price02 div::before,
.single .cta_price03 div::before{
        left: 24.2222%;
        top: 5px;
    }

}
/*QA--------------------------------*/

.qa_H3{
  margin: 30px 0 0;
  text-align: center;
  color: #FFF;
  background: #13489e;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.QAtabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eeeeee;
  padding: 40px 30px ;
  border-radius:0 0 10px 10px;
}

.QAtab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="QA01_tab_switch"] ,
input[name="QA02_tab_switch"] ,
input[name="QA03_tab_switch"] ,
input[name="QA04_tab_switch"] ,
input[name="QA05_tab_switch"] ,
input[name="QA06_tab_switch"]  {
  display: none;
}
.QAtabs input:checked + .tab_label {
  color: #fff;
  background-color: #13489e;
}
.QAtabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #13489e transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#QA01_tab01:checked ~ #QA01_tab01_content,
#QA01_tab02:checked ~ #QA01_tab02_content,
#QA01_tab03:checked ~ #QA01_tab03_content,
#QA01_tab04:checked ~ #QA01_tab04_content,
#QA01_tab05:checked ~ #QA01_tab05_content{
  display: block;
}
#QA02_tab01:checked ~ #QA02_tab01_content,
#QA02_tab02:checked ~ #QA02_tab02_content,
#QA02_tab03:checked ~ #QA02_tab03_content,
#QA02_tab04:checked ~ #QA02_tab04_content{
  display: block;
}
#QA03_tab01:checked ~ #QA03_tab01_content,
#QA03_tab02:checked ~ #QA03_tab02_content,
#QA03_tab03:checked ~ #QA03_tab03_content,
#QA03_tab04:checked ~ #QA03_tab04_content,
#QA03_tab05:checked ~ #QA03_tab05_content{
  display: block;
}
#QA04_tab01:checked ~ #QA04_tab01_content,
#QA04_tab02:checked ~ #QA04_tab02_content,
#QA04_tab03:checked ~ #QA04_tab03_content,
#QA04_tab04:checked ~ #QA04_tab04_content,
#QA04_tab05:checked ~ #QA04_tab05_content{
  display: block;
}
#QA05_tab01:checked ~ #QA05_tab01_content,
#QA05_tab02:checked ~ #QA05_tab02_content,
#QA05_tab03:checked ~ #QA05_tab03_content,
#QA05_tab04:checked ~ #QA05_tab04_content,
#QA05_tab05:checked ~ #QA05_tab05_content{
  display: block;
}
#QA06_tab01:checked ~ #QA06_tab01_content,
#QA06_tab02:checked ~ #QA06_tab02_content,
#QA06_tab03:checked ~ #QA06_tab03_content,
#QA06_tab04:checked ~ #QA06_tab04_content,
#QA06_tab05:checked ~ #QA06_tab05_content{
  display: block;
}
.QAtab_content .QA_box{
  padding: 0;
}
.question .Trouble_menulist li:nth-child(1) a:after{
  background: url(../img/question/navi01.svg) no-repeat center center;
  background-size: 30px;
}
.question .Trouble_menulist li:nth-child(2) a:after{
  background: url(../img/question/navi02.svg) no-repeat center center;
  background-size: 30px;
}
.question .Trouble_menulist li:nth-child(3) a:after{
  background: url(../img/question/navi03.svg) no-repeat center center;
  background-size: 30px;
}
.question .Trouble_menulist li:nth-child(4) a:after{
  background: url(../img/question/navi04.svg) no-repeat center center;
  background-size: 30px;
}
.question .Trouble_menulist li:nth-child(5) a:after{
  background: url(../img/question/navi05.svg) no-repeat center center;
  background-size: 30px;
}
.question .Trouble_menulist li:nth-child(6) a:after{
  background: url(../img/question/navi06.svg) no-repeat center center;
  background-size: 30px;
}

/*company--------------------------------*/

.CompanyLink a{
  display: block;
  border: 3px solid #13489e;
  border-radius: 5px;
  overflow: hidden;
}
.CompanyLink_img{
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.CompanyLink_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CompanyLink a p{
  text-align: center;
  padding: 10px;
  color: #13489e;
  font-weight: bold;
}

/*recruit--------------------------------*/

.recruitPoint_img{
  position: relative;
}
.recruitPoint_img h3{
  position: absolute;
  margin: 0;
  top: 0;
  left: 10px;
}
.recruitPoint_img h3 div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #13489e;
  position: absolute;
  top: -10px;
  left: -10px;
}
.recruitPoint_img h3 div:before{
  content: "";
  background: #FFFF00;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  position: absolute;
  top: -15px;

}
.recruitPoint_img h3 div span,
.recruitPoint_img h3 div p{
  z-index: 5;
  font-family: mbempire;
}
.recruitPoint_img h3 div span{
  font-size: 1.4rem;
}
.recruitPoint_img h3 div p{
  font-size: 4rem;
}
.recruitPoint_txt h3{
  position: relative;
  color: #13489e;
  margin: 0 0 30px;
}

/*customfield--------------------------------*/
.KAKETUKE_voice,
.KAKETUKE_case{
  background: url(../img/voice/title_bg-sp.png) no-repeat center;
  background-size: cover;
  height: 400px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items:flex-start;
  margin: 0 0 40px;
}
.KAKETUKE_case{background: url(../img/case/title_bg-sp.png) no-repeat center; background-size: cover;}
.KAKETUKE_voice h2,
.KAKETUKE_case h2{
  font-weight: bold;
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
  paint-order: stroke;
  width: 100%;
  padding: 30px;
  line-height: 2.6rem;
}
.CustamPage{
  display: grid;
  grid-template-columns:1fr;
  gap: 30px;
  align-items: start;
}
.CustamPage_navi{
  order: 2;
}
.CustamPage_Content{
  order: 1;
}
.actual_Page,
.voice_Page{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    /* grid-template-rows: repeat(6, 1fr); */
    grid-column-gap : 10px;
    grid-row-gap : 30px ;
    align-items: start;
}

.CustamPage_Photoarea,
.CustamPage_Photoarea.CustamPage_Case{
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows: auto;
    gap: 30px;
    align-items: start;
    margin: 0 0 20px;
}

.CustamPage_Photoarea .actual_detail,
.CustamPage_Photoarea .voice_detail {
  justify-content: flex-start;
}
.CustamPage_Photoarea_txt{
  font-size: 3.4vw;
  color: #13489e;
  font-weight: bold;
}
.CustamPage_Photoarea_list{
  display: grid;
  grid-template-columns:1fr 2fr;
  grid-template-rows: auto;
  gap: 5px;
  margin: 0 0 30px;
}
.CustamPage_Photoarea_list dt{
  background: #EEE;
}
.CustamPage_Photoarea_list dt,
.CustamPage_Photoarea_list dd{
  padding: 10px;
}

.CustamPage_naviTitle,
.CustamPage_naviTitleColum{
  text-align: left;
  font-size: 3.4vw;
  font-weight: bold;
  color: #13489d;
  border: 2px solid #13489d;
  border-radius: 10px 10px 0 0;
  background: #f3fbff;
  margin: 0 0 0;
  overflow: hidden;
}

.CustamPage_naviTitle a,
.CustamPage_naviTitleColum{
  padding: 10px;
}
.CustamPage_naviTitle a,
.CustamPage_naviList li a{
  color: #13489d;
  display: block;
}

.CustamPage_naviList{
  border-left: 2px solid #13489d;
  border-right: 2px solid #13489d;
  border-bottom: 2px solid #13489d;
  border-radius: 0 0 10px 10px;
  margin: 0 0 30px;
  overflow: hidden;
}
.CustamPage_naviList li{
  border-bottom: none;
}
.CustamPage_naviList li:not(:last-of-type){
  border-bottom: 1px dotted #13489d;
}
.CustamPage_naviList li a{
  padding: 5px 10px;
}

.CustamPage_naviTitle a:hover{background: #dbf0fa;}
.CustamPage_naviList li a:hover{background: #f3fbff;}

.NoCustomPage{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px){

  .KAKETUKE_voice,
  .KAKETUKE_case{
    background: url(../img/voice/title_bg.png) no-repeat;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 80px;
  }
  .KAKETUKE_case{background: url(../img/case/title_bg.png) no-repeat;}
  .KAKETUKE_voice h2,
  .KAKETUKE_case h2{
    font-weight: bold;
    -webkit-text-stroke: 3px #FFF;
    text-stroke: 3px #FFF;
    paint-order: stroke;
    width: 65%;
    padding: 30px;
    line-height: 3.4rem;
  }
  .CustamPage{
    display: grid;
    grid-template-columns:1fr 5fr;
    gap: 30px;
    align-items: start;
  }
  .CustamPage_navi{
  order: unset;
  }
  .CustamPage_Content{
  order: unset;
  }
  .CustamPage_Photoarea{
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-template-rows: auto;
    gap: 30px;
    align-items: start;
}
  .CustamPage_Photoarea_txt{
    font-size: 2.2rem;
  }
  .CustamPage_Photoarea_list{
    display: grid;
    grid-template-columns:1fr 2fr 1fr 2fr;
    grid-template-rows: auto;
    gap: 5px;
    margin: 0 0 60px;
  }
  .CustamPage_naviTitle,
  .CustamPage_naviTitleColum{
    font-size: 1.8rem;
  }
}

.colum-sanitary,
.coluum-info,
.colum-know,
.colum-electricity{
  display: block;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 0 5px 0 0;
}

.colum-sanitary{ background: #e6f6ff; color: #13489e;}
.coluum-info{ background: #ffeee6; color: #af1f0f;}
.colum-know{ background: #e7ffe6; color: #139e15;}
.colum-electricity{ background: #f3fcab; color: #606c00;}

.CustamPage_ColumPhoto{
  margin: 0 0 40px;
}

.single-colum .CustamPage_Content h2{
  border-bottom: 3px solid #13489d;
  text-align: center;
  font-size: 6.2vw;
  font-weight: bold;
  color: #13489d;
  padding: 0 0 18px;
  margin: 16px 0 32px;
  position: relative;
  font-weight: 600;
}

.single-colum .CustamPage_Content h3{
  background: #F2FBFF;
  text-align: left;
  font-size: 4.5vw;
  font-weight: bold;
  color: #13489d;
  padding: 15px;
  margin: 40px 0 24px;
}
.single-colum .CustamPage_Content h4{
  font-size: 5vw;
  color: #13489e;
  border-bottom: 1px dotted #13489e;
  padding: 0 0 10px;
  margin: 30px 0 10px;
}

.single-colum .CustamPage_Content dt{
  margin: 20px 0 10px;
  border-bottom: 1px solid #DDD;
}

.ColumPoint{
  margin: 30px 0 0;
  padding: 20px 32px;
  background:#f5f8ff;
  border-radius: 5px;
}
.ColumComent{
  margin: 30px 0 0;
  padding: 15px;
  background:#f4f4f4;
  border-radius: 5px;
  font-size: 1.3rem;
}
.CustamPage_Content strong{
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.Colum_inner{
  margin: 0 0 30px;
}
.Colum_inner a{
  padding: 15px;
  border: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns : 1fr;
  grid-template-rows : auto ;
  grid-column-gap : 30px;
  grid-row-gap : 30px ;
}

.Colum_txt_next{
  display: inline-block;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  background: #13489e;
  color: #FFF;
}
.Colum_inner a:hover .Colum_txt_next{ background: #0048ff;}

.pagination{
  text-align: center;
}
.page-numbers{
  border: 1px solid #ececec;
  text-align: center;
  padding: 5px 10px;
}

.page-numbers:hover{
  border: 1px solid #ececec;
  background: #f5f8ff;
  color: #333;
}
.current{
  background: #13489e;
  border: 1px solid #13489e;
  color: #FFF;
}

@media screen and (min-width:768px){
  .single-colum .CustamPage_Content h2 {
    font-size: 3.4rem;
    padding: 0 0 20px;
    margin: 48px 0 40px;
}
.single-colum .CustamPage_Content h3{
  font-size: 2.6rem;
  padding: 15px;
  margin: 40px 0;
}
.single-colum .CustamPage_Content h4{
  font-size: 2.0rem;
}
.Colum_inner a{
  padding: 15px;
  border: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns : 1fr 3fr;
  grid-template-rows : auto ;
  grid-column-gap : 30px;
  grid-row-gap : 30px ;
}
}
/*404404--------------------------------*/

.img404{
  max-width: 500px;
  margin: 0 auto 40px;
}

