.hl_top {
    text-align: center;
    line-height: 1;
    position: relative;
}
.hl_top .roboto {
    display: block;
    font-size: 12rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
.hl_top .jp {
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    top: -2em;
}

#voice_header{
    background-image: url(https://fujiarte.co.jp/CMS/wp-content/uploads/2026/04/title-bg2.png);
    background-size:57%;
    background-repeat:  no-repeat;
    background-position: right center;
    background-color: #f12535;
    color: #fff;
}
#voice_header_in{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

#voice_header .title {
    color: #fff;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
}

#voice_header .title{
    padding: 1rem 0 2rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #fff 0% 100%);
    background-repeat: no-repeat;
    background-size: 80px 2px;
    background-position: left bottom;
}

#voice_header .text {
    margin-top: 25px;
    margin-top: 2.5rem;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}

h2#voice-title{
  color: #e60012;
    font-size: 32px;
    font-size: 3.2rem;
    padding: 40px 0;
    text-align: center;
}
.voice-contets{
    margin: 40px 0 0;
}

.voice-contets img{
  width: 100%;
}

#voice a{
    text-decoration: none;
}
#voice a:hover, #sdgs2 a:hover{
    opacity: 0.7;
}
#voice_in{
    width: 1000px;
    margin: 0 auto;
}
#voice_company{
  overflow: hidden;
  padding: 15px 0;
}
.voice-company-name{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 0;

}
.voice_company_left{
    float: left;
    width: 52%;
}
.voice_company_right{
    float: right;
    width: 46%;
}
.voice_company_title{
    font-weight: bold;
    color: #f12535;
    padding: 10px 0;
}
.voice_contets {
  padding: 60px 20px;
}

.voice-contets-title {
  color: #e60012;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}

.voice-contets-box {
  border: 23px solid #ffeef0;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.voice-contets-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.voice-contets-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
    line-height: 1.6;
}
  .voice-contets-list li::before {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }

.voice-contets-list li:last-child {
  margin-bottom: 0;
}

.fa-regular{
    font-size: 28px;
}

.voice-contets-heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.voice-contets-text-box{
    overflow: hidden;
}
.voice-contets-text-box .voice-contets-text {
    width: 56%;
    float: left;
}
.voice-contets-text-box .voice-contets-img {
    width: 42%;
    float: right;
}
.voice-contets-text-box .voice-contets-img img{
    width: 100%;
}

.voice-contets-text {
  line-height: 1.9;
  font-size: 16px;
}
.voice-contets-detail{
  width: 96%;
  margin: 0 auto;
}

.voice-contets-human{
    margin: 60px 0;
}
.voice-contets-human-in{
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 20px 25px;
}
.voice-contets-human-img{
    float: left;
    width: 35%;
}
.voice-contets-human-text{
    float: right;
    width: 62%;
}
.voice-contets-human-name{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.voice-contets-service-title{
    font-weight: bold;
    font-size: 2.2rem;
    font-size: 22px;
}
.voice-contets-line {
  height: 1px;
  background: #000; /* 線の色は調整可 */
  width: 100%;
  margin: 12px 0 24px;
}
.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #e60012;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    height: 70px;
    max-width: 230px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    transition: 0.3s;
    
}
.cta-btn:hover {
  opacity: 0.9;
}
.cta-arrow {
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.voice-contets .image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;                 /* 画像の間隔 */
}

/* PC：3枚横並び */
.voice-contets .image-row img {
  width: calc((100% - 30px) / 3);  /* 15px × 2 */
  height: auto;
  display: block;
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  
    #voice_header {
        background-size: 107%;
        background-repeat: no-repeat;
        background-position: right top;
    }
    #voice_header .title {
        font-size: 2.6rem;
        font-size: 26px;
    }
    #voice_header .text {
        font-size: 1.8rem;
        font-size: 18px;
    }
      #voice_header_in {
        width: 80%;
    }
  .hl_top .roboto {
      font-size: 6rem;
  }
  .hl_top .jp {
      font-size: 2rem;
  }
    #voice_in{
        width: 90%;
        margin: 0 auto;
    }
  h2#voice-title {
      font-size: 18px;
      font-size: 1.8rem;
  }
  .voice_company_left, .voice_company_right,.voice-contets-text-box .voice-contets-text,.voice-contets-text-box .voice-contets-img,.voice-contets-human-text{
    float: none;
    width: 100%;
  }
  .voice-contets-text-box .voice-contets-img{
    margin-top: 20px;
  }
  .voice-contets-human-img{
    width: 100%;
    margin-bottom: 15px;
  }
    .voice-contets-human-img img{
    width: 70%;
  }
  .voice-contets {
    margin: 30px 0;
}
  .voice-contets-title {
    font-size: 22px;
  }
.voice-contets-box {
  border: 10px solid #ffeef0;
}
.voice-contets-list li {
  padding-left: 0;
}
.voice-contets-list li {
  font-size: 16px;
}
.fa-regular {
    font-size: 24px;
}
  .voice-contets-box {
    padding: 20px;
    margin-bottom: 28px;
  }
.voice-contets-title {
  font-size: 28px;
}
  .voice-contets-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
.voice-contets-human-name{
    font-size: 16px;
}
  .voice-contets-text,.voice-contets-human-text {
    font-size: 16px;
    line-height: 1.9;
  }
  .cta-btn {
    height: 64px;
    font-size: 22px;
    border-radius: 12px;
  }

  .cta-arrow {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .voice-contets .image-row {
    justify-content: center;      /* 下の1枚を中央へ */
  }

  .voice-contets .image-row img {
    width: calc((100% - 15px) / 2);  /* 上2枚 */
  }

  .voice-contets .image-row img:nth-child(3) {
    width: calc((100% - 15px) / 2);  /* 下の1枚も同じ幅 */
  }
}