@charset "UTF-8";
/* CSS Document */
/* body {
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	font-weight: 400;
} */
@font-face {
  font-family: 'Hui';
  src: url("font/HuiFontP29.woff")
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	line-height: 1.8;
	font-weight: 500;
}
p {
	line-height: 1.8;
	font-feature-settings: "palt";
}
img{
  max-width: 100%;
}

a img:hover {
	opacity: 0.3;
}
.sp-only {
	display: none !important;
}
main {
	
	
}
header{
  background-color: #fff;
  border-bottom: solid 1px #bfbfbf;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
/*mv*/
.mv{
  margin-bottom: 4rem;
}
h1 {
	margin: 0 auto;
	text-align: center;
}
.mv__note{
  text-align: center;
 font-size: 1.2rem;
}
/*コンテンツ*/
.content-bg{
  background: url(images/voice-bg.png) ;
  padding:6rem 2rem 12rem;
}
.content-inner{
  background: #fff;
	display: block;
	max-width: 1200px !important;
	margin: 0 auto;
	padding: 7rem 8rem 8rem;
  border-radius: 2rem;
}
h2{
  margin: 0 auto;
  text-align: center;
  img{
    height: 7rem;
    width: auto;
  }
}
/*アンケート*/
.survey{
  margin-bottom: 12rem;
}
.survey__intro{
  position: relative;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 6rem;
}
.survey__intro::after{
  position: absolute;
  content: "";
  background: url(images/bubble.png) no-repeat;
  background-size: contain;
  /* width: 10%; */
  width: 13.2rem;
  height: 9.8rem;
  bottom: 0;
}
.survey__wrap{
  display: flex;
  justify-content: space-between;
}
.survey__wrap--center{
  align-items: center;
}
.survey h3{
  margin: 0 auto;
  text-align: center;
  img{
    height: 6rem;
    width: auto;
  }
}
.survey__list{
  width: 50%;
}
.survey__list--nelife{
  width: 100%;
  padding-top: 5.8rem;
}
.survey__list--eigyo{
  padding-right: 4rem;
  border-right: solid 1px #333;
}
.survey__list--seko{
  padding-left: 4rem;
}
.survey__txt{
  font-size: 1.4rem;
}
.survey__graph{
  width: 32%;
}
.survey__legend{
  text-align: center;
  padding: 2rem 0 4.2rem;
}
.survey__legend.pc-only{
  border-bottom: solid 1px #333;
}
.survey__nelife{
  width: 30%;
  padding-top: 2.5rem;
  .survey__txt{
    width: 62%;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .survey__img{
    width:37.5%;
  }
  .survey__wrap{
    height: 14.5rem;
  }
  .survey__legend{
    img{
      height: 1.8rem;
      width: auto;
    }
  }
}
.survey__num{
  width: 3.6rem;
  margin-bottom: 1rem;
}
.survey__comment{
  margin-bottom: 7rem;
  h4{
    margin: 0 auto 4rem;
    text-align: center;
  }
  .survey__wrap{
    li{
      width: 30%;
    }
  }
}


/*ボタン*/
a.cp_btn {
	position: relative;
	display: block;
  width: 32%;
	max-width: 38rem;
	padding: 2.2rem;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background: #46a0ff;
	overflow: hidden;
	font-weight: bold;
	font-size: 2rem;
	margin: 0 auto 1rem;
	border-radius: 0.6rem;
}
a.cp_btn2 {
	position: relative;
	display: block;
	width: 27.5%;
  max-width: 28rem;
	padding: 1.2rem;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background: #8fc31f;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 auto 2rem;
	border-radius: 0.6rem;
}
a.cp_btn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -380px;
	height: 100%;
	width: 38rem;
	background: #fefaee;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn2:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -320px;
	height: 100%;
	width: 32rem;
	background: #fefaee;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left: 0;
}
a.cp_btn2:hover:before {
	left: 0;
}
a.cp_btn span {
	color: #fff !important;
}
a.cp_btn2 span {
	color: #fff !important;
}
/*お客様の声*/
.voice__search{
  margin: 0 auto 6.4rem;
  padding-top:6rem;
  text-align: center;
  h3{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.voice__search-list{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.voice__search-item{
  +.voice__search-item{
    margin-left: 1.5rem;
  }
  a{
    background-color: #ececec;
    color: #949494;
    font-size: 1.8rem;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 600;
    padding: 1.2rem 2.2rem;
    transition: .4s;
  }
  a:hover{
    opacity: 0.3;
  }
}
.voice__search-item.is-active{
  a{
    background-color: #46a0ff;
    color: #fff;
  }
}
.voice__item{
  padding: 5rem;
  background-color: #fefaee;
  border-radius: 1rem;
  font-family: 'Hui';
  +.voice__item{
    margin-top: 6rem;
  }
}
.voice__item:nth-of-type(even){
  background-color: #fff8f8;
}
.voice__wrap{
  display: flex;
  justify-content: space-between;
}
.voice__content{
  width: 64%;
}
.voice__img{
  width: 30%;
}
.voice__ttl{
  font-size: 2.8rem;
  border-bottom: solid 1px #e5d6ba;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-family: 'Hui';
}
.voice__txt{
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: 'Hui';
}
.voice__customer{
  text-align: right;
  font-family: 'Hui';
}
.voice__note{
  font-size: 1.4rem;
  font-family: 'Hui';
}
.voice__category{
  span {
    background-color: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 1.4rem;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    transition: .3s;
  }
  a:hover{
    background-color: #333;
    color: #fff;
  }
}
/*ページャー*/
.voice__pager{
  padding-top: 10rem;
  margin: 0 auto 7rem;
  ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  li{
    margin-top: 10px;
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0.5rem;
      width: 4.8rem;
      height: 4.8rem;
      color: #333;
      font-size: 1.8rem;
      border: solid 1px;
      border-radius: 0.5rem;
      transition: .3s;
    }
    span {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0.5rem;
      width: 4.8rem;
      height: 4.8rem;
      color: #333;
      font-size: 1.8rem;
      border-radius: 0.5rem;
      transition: .3s;
    }
    a:hover{
      background-color: #333;
      color: #fff;
    }
    &.prev,
    &.next {
      a {
        width: 24px;
        border: none;
        img {
          height: 18px;
        }
      }
    }
  }
  li.is-active{
    a{
      background-color: #333;
      color: #fff;
    }
  }
}
/*フッター*/
footer {
  position: relative;
  background: #f0f0f0;
  padding: 50px 0 0;
  margin: 50px 0 0;
}


/*----------------------------------------------------
-------------------------スマホ------------------------
------------------------------------------------------*/
  @media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  p {
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  /*mv*/
  .mv{
    padding-top: 6.5rem;
    margin-bottom: 6rem;
  }
  .mv__note{
    text-align: center;
   font-size: 1.2rem;
  }
  /*コンテンツ*/
  .content-bg{
    padding:3rem 2rem 6rem;
  }
  .content-inner{
    max-width: 100%;
    padding: 3rem 2rem;
    border-radius: 1rem;
  }
  h2{
    img{
      height: 4.5rem;
      width: auto;
    }
  }
  /*アンケート*/
  .survey{
    margin-bottom: 6rem;
  }
  .survey__intro{
    padding-top: 1rem;
  }
  .survey__wrap--pc{
    display: block;
  }
  .survey__wrap--center{
    display: flex;
    flex-direction: column-reverse;
  }
  .survey h3{
    margin-bottom: 2rem;
    img{
      height: 4.5rem;
      width: auto;
    }
  }
  .survey__intro{
    padding-top: 7rem;
  }
  .survey__intro::after{
    background: url(images/bubble-sp.png) no-repeat;
    background-size: contain;
    /* width: 10%; */
    width: 13.5rem;
    height: 5.7rem;
    top: 1rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .survey__list{
    width: 100%;
  }
  .survey__list--nelife{
    padding-top: 6rem;
    margin-bottom: 9rem;
  }
  .survey__list--eigyo{
    padding-right: 0;
    border: none;
    margin-bottom: 6rem;
  }
  .survey__list--seko{
    padding-left: 0;
  }
  .survey__txt{
    font-size: 1.2rem;
  }
  .survey__graph{
    width: 58%;
    margin-bottom: 2rem;
  }
  .survey__legend{
    text-align: center;
    padding: 3.5rem 0 0;
  }
  .survey__legend.sp-only{
    margin: 0 auto;
    width: 70%;
  }
  .survey__nelife{
    width: 100%;
    padding-top: 0;
    +.survey__nelife{
      padding-top: 6rem;
    }
    .survey__txt{
      width: 100%;
      font-size: 1.6rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 1.5rem;
    }
    .survey__graph{
      margin-bottom: 0;
    }
    .survey__img{
      width:37.5%;
    }
    .survey__wrap{
      height: auto;
    }
    .survey__legend{
      padding-top: 1.5rem;
      img{
        height: 1.5rem;
      }
    }
    .survey__wrap{
      flex-direction: column;
      align-items: center;
    }
  }
  .survey__num{
    margin-bottom: 2rem;
  }
  .survey__comment{
    margin-bottom: 4rem;
    h4{
      margin: 0 auto 3rem;
    }
    .survey__wrap{
      li{
        width: 100%;
        +li{
          margin-top: 2rem;
        }
      }
    }
  }
  /*ボタン*/
  a.cp_btn {
    width: 90%;
    max-width: 36rem;
    padding: 1.4rem;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
    border-radius: 0.6rem;
  }
  a.cp_btn2 {
    width: 76%;
    max-width: 30rem;
    padding: 0.6rem;
    font-size: 1.3rem;
    margin: 0 auto 2rem;
    border-radius: 0.6rem;
  }
   /*お客様の声*/
  .voice__search{
    margin: 0 auto 3rem;
    padding-top:4rem;
    h3{
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }
  .voice__search-list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    /* flex-wrap: nowrap !important; */
    li {
      &.prev,
      &.next {
        a {
          img {
            height: 10px;
          }
        }
    }
    }
  }
  .voice__search-item{
    +.voice__search-item{
      margin-left: 0;
    }
    a{
      font-size: 1.2rem;
      padding: 0.8rem 1.4rem;
    }
  }
  .voice__item{
    padding: 3rem 2rem;
    +.voice__item{
      margin-top: 2rem;
    }
  }
  .voice__wrap{
    flex-direction: column;
  }
  .voice__content{
    width: 100%;
    margin-bottom: 4rem;
  }
  .voice__img{
    width: 100%;
  }
  .voice__ttl{
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .voice__txt{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .voice__customer{
    font-size: 1.2rem;
    text-align: right;
  }
  .voice__img{
    margin-bottom: 2rem;
  }
  .voice__note{
    font-size: 1.2rem;
  }
  .voice__category{
    a{
      font-size: 1.2rem;
      padding: 0.8rem 1.4rem;
    }
  }
  /*ページャー*/
  .voice__pager{
    padding-top: 4rem;
    margin: 0 auto 2rem;
    li{
      a{
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
      }
    }
  }


  footer {
    margin: 0 !important;
  }
}
