@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-voice #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/voice/title-icon-left.png") no-repeat;
  width: 300px;
  height: 300px;
  background-size: 300px 300px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-voice #visual .body::before {
    background: url("../../_images/voice/title-icon-left.png") no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}

/* ****************************************************************************************************
   * お客様の声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
}

/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 大見出し（青背景、黄色文字）
/* ------------------------------------------------------------------------------------------------- */

.voice .title-1 {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .voice .title-1 {
    font-size: 2.0rem;
    padding: 0.5em;
  }
}

/* ****************************************************************************************************
   * お客様の声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.voice {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.voice .body {
  max-width: 1120px;
  padding: 0 20px;
}

.voice .lead .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-lower .title-area .subtitle {
    margin-top: 0;
  }
  .layout-lower .title-area .subtitle span {
    padding: 0 10px;
    font-size: 1.7rem;
  }
}

/* ****************************************************************************************************
   * お客様の声 一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#voice {
  position: relative;
  padding-top: 0;
}
#voice .layout-flex-2 {
  margin-top: 60px;
}
#voice .layout-flex-2 > * {
  width: 47%;
}
#voice .layout-flex-2 > :nth-child(n+3) {
  margin-top: 60px;
}

#voice .item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
/*  min-width: 510px;*/
}
#voice .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#voice .item .images {
  max-width: 130px;
  margin: 0 auto;
}
#voice .item .images img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#voice .item .detail {
  width: 80%;
  margin-left: 2em;
}
#voice .item .detail .text-1 {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
}
#voice .item .detail .text-2 {
  font-size: 1.6rem;
  display: block;
  margin-top: 1em;
}
#voice .item .detail .text-3 {
  display: block;
  margin-top: 1.5em;
  text-align: right;
  color: var(--c-blue);
  font-size: 1.6rem;
  text-decoration: underline;
}
#voice .item a:hover .text-3 {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #voice .layout-flex-2 {
    margin-top: 30px;
  }
  #voice .item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  #voice .item a {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  #voice .item .detail {
    width: 100%;
    margin: 1em auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #voice {
    position: relative;
    padding-top: 0;
  }

  #voice .layout-flex-2 > * {
    width: 90%;
    margin: 0 auto;
  }
  #voice .layout-flex-2 > :nth-child(n+3) {
    margin-top: 30px;
  }
  #voice .layout-flex-2 > * ~ * {
    margin-top: 20px;
  }
  
  #voice .item .detail .text-1 {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
  #voice .item .detail .text-2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #voice .item .detail .text-3 {
    margin-top: 0.5em;
  }
}

/* ****************************************************************************************************
   * お客様の声 詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#voice-single .images {
  text-align: center;
}
#voice-single .images img {
  border-radius: 10px;
  width: 100%;
  height: 20vw;
  object-fit: cover;
  max-height: 400px;
  min-height: 350px;
}

#voice-single .images + .column {
  margin-top: 3em;
}
#voice-single .field.column {
  margin-top: 2em;
}

#voice-single .field.column div ~ div {
  margin-top: 1em;
}

.slick-slide {
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #voice-single .images img {
  border-radius: 10px;
  width: 100%;
  height: 55vw;
  object-fit: cover;
  max-height: 200px;
  min-height: 150px;
}

}

/* 矢印*/
#main .slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 26px;
  height: 26px;
  font-size: 0;
  cursor: pointer;
  transition: .2s;
  transform: translateY(-50%);
  border: none;
}
@media (max-width:640px) {
  #main .slider .slick-arrow {
    margin-top: -10px;
  }
}

#main .slider .slick-arrow:hover {
  cursor: pointer;
  opacity: .8;
}
#main .slider .slick-prev {
  left: 2%;
  background: url("../../_images/_common/arrow-left-s.png") center center /contain no-repeat;
}
#main .slider .slick-next {
  right: 2%;
  background: url("../../_images/_common/arrow-right-s.png") center center /contain no-repeat;
}
@media (max-width:1280px) {
  #main .slider .slick-prev {
    left: 0%;
  }
  #main .slider .slick-next {
    right: 0%;
  }
}


/* ページャ*/
#main .slider .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

#main .slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em;
}
#main .slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 100%;
  transition: .2s;
  border: 1px solid #000;
  background: #fff;
}
#main .slider .slick-dots li.slick-active button {
  background: #000;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .slider .slick-dots li {
    margin: 0 .2em;
  }
  #main .slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 項目内容
/* ------------------------------------------------------------------------------------------------- */

#voice-single .detail {}

#voice-single .detail .item {}
#voice-single .detail .item .title {
  background: var(--c-yellow);
  color: var(--c-blue);
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 20px;
  display: block;
  padding: 0.1em 1em;
}
#voice-single .detail .item .text {
  padding: 0 1em;
  font-size: 1.6rem;
  margin-top: 0.5em;
  display: block;
  font-weight: bold;
}
#voice-single .detail .item .text b {
  color: #f00;
  font-size: 2.0rem;
}


#voice-single .content .subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--c-blue);
}
#voice-single .content > * {
  font-size: 1.6rem;
}
#voice-single .content .text {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #voice-single .content .subtitle {
    font-size: 2.0rem;
    font-weight: bold;
    color: var(--c-blue);
  }
  #voice-single .content > * {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アンケート内容
/* ------------------------------------------------------------------------------------------------- */

#voice-single .inner {
  background: #eeeeee;
  padding: 20px 30px;
  border-radius: 10px;
}

#voice-single .inner .item {
  padding: 25px 0;
}
#voice-single .inner .item ~ .item {
  border-top: 1px solid #cccccc;
}
#voice-single .inner .item:last-child {
  border-bottom: 1px solid #cccccc;
}
#voice-single .inner .item dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--c-blue);
  margin-bottom: 1em;
  line-height: 1.4;
}

#voice-single .inner .item dd {
  position: relative;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #voice-single .inner {
    margin-top: 30px;
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
  }
  #voice-single .inner .item {
    padding: 15px 0;
  }
  #voice-single .inner .item dt {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--c-blue);
    margin-bottom: 1em;
  }
  
  #voice-single .inner .item dd {
    position: relative;
    font-size: 1.6rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.voice .link-btn .btn-1.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.voice .link-btn .btn-1.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.btn-1.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .voice .link-btn .btn-1.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}
