@charset "utf-8";
/* ====================================== 
	共通
======================================== */
.box_shadow {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.75));
}
#voice .container {
  max-width: 1160px;
  padding: 0 80px 0;
  margin: 0 auto;
}
#voice h3 {
  text-align: center;
  font-size: 29px;
  letter-spacing: -0.05em;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  position: relative;
}
#voice h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(139, 191, 225, 1) 15%, rgba(139, 191, 225, 1) 50%, rgba(139, 191, 225, 1) 85%, rgba(255, 255, 255, 1) 100%);
}
#voice .target-area {
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgb(0, 104, 183);
  padding: 10px 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 35px 0;
  background: linear-gradient(90deg, rgba(0, 104, 183, 1) 0%, rgba(0, 115, 189, 1) 76%, rgba(255, 255, 255, 1) 100%);
}
#voice .target-area .sp_up {
  display: flex;
  align-items: center;
  gap: 10px;
}
#voice .target-area .owner_tag {
  width: 165px;
}
#voice .target-area span {
  font-size: 28px;
  transform: skewX(-15deg);
  color: #fff100;
}
#voice .target-area p {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0;
}
#voice .target-area p::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #fff;
}
figcaption {
  font-size: 12px;
}
#voice .note {
  font-size: 10px;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
/* ページ内ジャンプ_位置調整 */
#block01,
#block02,
#block03,
#block04,
#block05,
#block06,
#block07 {
  margin-top: -110px;
  padding-top: 110px;
}
.sp_1120 {
  display: none;
}
@media only screen and (max-width: 1120px) {
  .sp_1120 {
    display: block;
  }
} 
@media only screen and (max-width: 1000px) {
  #voice h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #voice h3 {
    font-size: 19px;
  }
  #voice .container {
    padding: 0 5%;
  }
  #voice .target-area {
    flex-direction: column;
    gap: 10px 0;
    margin: 0 0 25px 0;
  }
  #voice .target-area p {
    letter-spacing: -0.01em;
  }
  figcaption {
    text-align: right;
  }
  /* sp時、columnの子要素幅を100%に引き延ばす */
  #voice .left,
  #voice .right {
    width: 100%;
  }
  #voice .note {
    font-size: 12px;
    line-height: 15px;
  }
}
/* ====================================== 
	MV
======================================== */
#voice #main {
  background: url(../../voice/images/main.jpg) center;
  width: 100%;
  height: 60.8vw;
  background-size: cover;
  display: flex;
  align-items: center;
  margin: 0 0 80px 0;
}
#voice #main .title_box {
  width: 460px;
  margin: 0 auto;
  padding: 35px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#voice #main .title_box::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
#voice #main .title_box .main_title {
  width: 220px;
  margin: 0 0 30px 0;
}
#voice #main .title_box .st_main {
  margin: 0 0 25px 0;
}
#voice #main .title_box p {
  position: initial;
  color: #000;
  text-shadow: initial;
  font-size: 17px;
  transform: none;
  line-height: 1.67;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 768px) {
  #voice {
    padding: 98px 0 0 0;
  }
  #voice #main {
    margin: 0 0 40px 0;
  }
  #voice #main .title_box {
    width: 80%;
    height: auto;
    padding: 20px 15px;
  }
  #voice #main .title_box .main_title {
    width: 150px;
    margin: 0 0 15px 0;
  }
  #voice #main .title_box .st_main {
    width: 80%;
    margin: 0 0 10px 0;
  }
  #voice #main .title_box p {
    font-size: 11.5px;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
}

/* ====================================== 
	リンク内ジャンプタブ
======================================== */
#voice ul.jump_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
  margin: 0 auto 50px;
}
#voice ul.jump_area li {
  width: calc((100% - 10px * 3) / 4);
}
#voice ul.jump_area li a.jump_link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
#voice ul.jump_area li a.jump_link:hover {
  opacity: 0.8;
}
#voice ul.jump_area li .title {
  padding: 5px;
  background-color: rgb(0, 104, 183);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#voice ul.jump_area li .title .title_img {
  width: 70%;
  display: flex;
}
#voice ul.jump_area li .title span {
  font-size: 24px;
  transform: skew(-15deg);
  color: #fff100;
}
#voice ul.jump_area li .sub_box {
  padding: 10px 15px 30px;
  position: relative;
  background-color: rgba(0, 104, 183, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#voice ul.jump_area li .sub_box span {
  position: absolute;
  width: 15px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
#voice ul.jump_area li .sub_box p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  #voice ul.jump_area {
    max-width: 620px;
    font-size: 12px;
    justify-content: left;
  }
  #voice ul.jump_area li {
    width: calc((100% - 10px * 2) / 3);
  }
  #voice ul.jump_area li .sub_box {
    height: 80px;
  }
  #voice ul.jump_area li .sub_box p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #voice ul.jump_area {
    max-width: 410px;
  }
  #voice ul.jump_area li {
    width: calc((100% - 10px) / 2);
  }
  #voice ul.jump_area li .title span {
    font-size: 18px;
    padding-bottom: 4px;
  }
  #voice ul.jump_area li .sub_box {
    padding: 10px 8px 30px;
  }
  #voice ul.jump_area li .sub_box p {
    font-size: 10px;
  }
}

/* ====================================== 
	お客様の声（夫婦）
======================================== */
section.couple {
  margin: 0 0 95px 0;
}
section.couple .story_01 {
  margin: 0 0 30px 0;
}
section.couple p {
  margin: 0 0 25px 0;
}
section.couple .story_01 .clms {
  display: flex;
  gap: 30px;
}
section.couple .story_01 .clms .left,
section.couple .story_01 .clms .right {
  width: calc((100% - 30px) / 2);
}
section.couple .story_01 .clms .left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.couple .story_02 .clms_01,
section.couple .story_02 .clms_02 {
  display: flex;
  gap: 20px;
}
section.couple .story_02 .clms_01 {
  margin: 0 0 8px 0;
}
section.couple .story_02 .clms_01 .left,
section.couple .story_02 .clms_02 .left {
  width: 52.5%;
}
section.couple .story_02 .clms_01 .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.couple .story_02 .clms_01 .right,
section.couple .story_02 .clms_02 .right {
  width: calc((100% - 52.5% - 20px));
}
@media only screen and (max-width: 768px) {
  section.couple {
    margin: 0 0 40px 0;
  }
  section.couple .story_01 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
  section.couple .story_02 .clms_01,
  section.couple .story_02 .clms_02 {
    flex-direction: column;
    gap: 20px 0;
  }
}
/* ====================================== 
	お客様の声（E様/30代）
======================================== */
section.family_01 {
  margin: 0 0 95px 0;
}
section.family_01 .story_01 {
  margin: 0 0 30px 0;
}
section.family_01 .story_01 .clms {
  display: flex;
  gap: 25px;
}
section.family_01 .story_01 .clms .left {
  width: 56%;
}
section.family_01 .story_01 .clms .right {
  width: calc((100% - 25px - 56%));
}
section.family_01 .story_01 .clms .right figure {
  margin: 0 0 10px 0;
}
section.family_01 .story_02 p {
  margin: 0 0 25px 0;
}
section.family_01 .story_02 .clms {
  display: flex;
  gap: 35px;
}
section.family_01 .story_02 .clms .left {
  width: 52%;
}
section.family_01 .story_02 .clms .right {
  width: calc((100% - 35px - 52%));
}
@media only screen and (max-width: 768px) {
  section.family_01 {
    margin: 0 0 40px 0;
  }
  section.family_01 .story_01 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
  section.family_01 .story_01 .clms .right {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  section.family_01 .story_02 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
}
/* ====================================== 
	お客様の声（K様/30代）
======================================== */
section.couple_02 {
  margin: 0 0 95px 0;
}
section.couple_02 .story_01 {
  margin: 0 0 40px 0;
}
section.couple_02 .story_01 p {
  margin: 0 0 25px 0;
}
section.couple_02 .story_01 .clms_01 {
  display: flex;
  gap: 30px;
  margin: 0 0 25px 0;
}
section.couple_02 .story_01 .clms_01 .left {
  width: 56%;
}
section.couple_02 .story_01 .clms_01 .right {
  width: calc((100% - 30px - 56%));
}
section.couple_02 .story_01 .clms_02 {
  display: flex;
  gap: 30px;
}
section.couple_02 .story_02 p {
  margin: 0 0 25px 0;
}
section.couple_02 .story_02 .clms_01 {
  display: flex;
  gap: 25px;
  margin: 0 0 10px 0;
}
section.couple_02 .story_02 .clms_01 .left,
section.couple_02 .story_02 .clms_01 .right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.couple_02 .story_02 .clms_02 {
  display: flex;
  gap: 30px;
}
section.couple_02 .story_02 .clms_02 > div {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  section.couple_02 {
    margin: 0 0 40px 0;
  }
  section.couple_02 .story_01 {
    margin: 0 0 30px 0;
  }
  section.couple_02 .story_01 .clms_01,
  section.couple_02 .story_01 .clms_02,
  section.couple_02 .story_02 .clms_01,
  section.couple_02 .story_02 .clms_02 {
    flex-direction: column;
    gap: 20px 0;
  }
  section.couple_02 .story_02 .clms_01 {
    margin: 0 0 20px 0;
  }
  section.couple_02 .story_02 .clms_02 {
    align-items: center;
  }
}
/* ====================================== 
	お客様の声（N様/60代）
======================================== */
section.couple_03 {
  margin: 0 0 95px 0;
}
section.couple_03 .story_01 {
  margin: 0 0 30px 0;
}
section.couple_03 .story_01 .clms_01 {
  display: flex;
  gap: 30px;
  margin: 0 0 25px 0;
}
section.couple_03 .story_01 .clms_01 .left {
  width: 56%;
}
section.couple_03 .story_01 .clms_01 .right {
  width: calc((100% - 56% - 30px));
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.couple_03 .story_01 .clms_02 {
  display: flex;
  gap: 25px;
}
section.couple_03 .story_02 .clms {
  display: flex;
  gap: 40px;
}
section.couple_03 .story_02 .clms .left {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.couple_03 .story_02 .clms .right {
  width: calc((100% - 52% - 40px));
}
@media only screen and (max-width: 768px) {
  section.couple_03 {
    margin: 0 0 40px 0;
  }
  section.couple_03 .story_01 .clms_01,
  section.couple_03 .story_01 .clms_02 {
    flex-direction: column;
    gap: 20px 0;
  }
  section.couple_03 .story_02 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
}
/* ====================================== 
	お客様の声（N様/30代/本人・息子）
======================================== */
section.family_02 {
  margin: 0 0 95px 0;
}
section.family_02 .story_01 {
  margin: 0 0 25px 0;
}
section.family_02 .story_01 .clms {
  display: flex;
  gap: 25px;
}
section.family_02 .story_01 .clms .left {
  width: 56%;
}
section.family_02 .story_01 .clms .right {
  width: calc((100% - 56% - 25px));
}
section.family_02 .story_01 .clms .right figure:nth-child(1) {
  margin: 0 0 10px 0;
}
section.family_02 .story_02 p {
  margin: 0 0 25px 0;
}
section.family_02 .story_02 .clms {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  section.family_02 {
    margin: 0 0 40px 0;
  }
  section.family_02 .story_01 .clms,
  section.family_02 .story_02 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
  section.family_02 .story_01 .clms .left p {
    margin: 0 0 20px 0;
  }
  section.family_02 .story_01 .clms .right figure:nth-child(1) {
    margin: 0 0 20px 0;
  }
}
/* ====================================== 
	お客様の声（T様/50代/本人・母親）
======================================== */
section.family_03 {
  margin: 0 0 95px 0;
}
section.family_03 .story_01 {
  margin: 0 0 50px 0;
}
section.family_03 .story_01 p {
  margin: 0 0 25px 0;
}
section.family_03 .story_01 .clms {
  display: flex;
  gap: 25px;
}
section.family_03 .story_02 .clms {
  display: flex;
  gap: 35px;
}
section.family_03 .story_02 p {
  margin: 0 0 25px 0;
}
section.family_03 .story_02 .clms .left {
  width: 23.85%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.family_03 .story_02 .clms .right {
  width: calc((100% - 23.85% - 35px));
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.family_03 .story_02 .clms .right .below_area {
  display: flex;
  gap: 33px;
}
@media only screen and (max-width: 768px) {
  section.family_03 {
    margin: 0 0 40px 0;
  }
  section.family_03 .story_01 {
    margin: 0 0 30px 0;
  }
  section.family_03 .story_01 .clms,
  section.family_03 .story_02 .clms {
    flex-direction: column;
    gap: 20px 0;
  }
  section.family_03 .story_02 .clms .left {
    flex-direction: row;
  }
  section.family_03 .story_02 .clms .right .below_area {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
  section.family_03 .story_02 .clms .right .below_area > div {
    width: calc((100% - 20px)/2);
  }
}
/* ====================================== 
	お客様の声（I様/50代/本人）
======================================== */
section.person {
  margin: 0 0 95px 0;
}
section.person .story_01 {
  margin: 0 0 50px 0;
}
section.person .story_01 p,
section.person .story_02 P {
  margin: 0 0 25px 0;
}
section.person .story_01 .clms {
  display: flex;
  gap: 30px;
}
section.person .story_01 .clms .left {
  width: 55.5%;
}
section.person .story_01 .clms .right {
  width: calc((100% - 55.5% - 30px));
}
section.person .story_02 .clms {
  display: flex;
  gap: 30px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  section.person {
    margin: 0 0 40px 0;
  }
  section.person .story_01 .clms,
  section.person .story_02 .clms {
    flex-direction: column;
    gap: 20px 0;
  }section.person .story_01 {
    margin: 0 0 30px 0;
  }
}
