@charset "UTF-8";

/* Barlow */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* acumin */
@import url(https://fonts.cdnfonts.com/css/acumin-pro);

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--color-black);
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  body {
    font-size: clamp(13px, 4vw, 16px);
    letter-spacing: 0.05em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  overflow-y: hidden;
}

main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main sup {
  font-size: 0.46em;
  top: -1.2em;
}

main .big {
  font-size: 1.4em;
  vertical-align: -1px;
}

main .pc {
  display: inline-block;
}

main .sp,
main .mb {
  display: none;
}

@media screen and (max-width: 736px) {
  main .pc {
    display: none;
  }

  main .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 425px) {
  main .mb {
    display: inline-block;
  }
}

/* hero */
.hero_cont_wrap {
  /* background: url("../imgs/hero/bgr-top.jpg") no-repeat;
  background-size: contain;
  background-position: center top 1em;
  width: clamp(900px, 100%, 1920px); */
  margin: auto;
}

/* @media screen and (max-width: 736px) {
  .hero_cont_wrap {
    background-position: left -1em top 2em;
    width: 125%;
  }

} */

.hero_cont {
  background-image: url("../imgs/hero/smartphone.png"), url("../imgs/hero/car.png");
  background-repeat: no-repeat, no-repeat;
  background-size: min(420px, 46%), min(670px, 75%);
  background-position:
    bottom right 5%,
    bottom left 5%;
  height: clamp(300px, 39vw, 395px);
  width: min(1000px, 90%);
  margin-inline: auto;
}

@media screen and (max-width: 736px) {
  .hero_cont {
    background-size: min(265px, 37%), min(400px, 58%);
    background-position:
      bottom right 12%,
      bottom left 12%;
    height: clamp(120px, 37vw, 240px);
    width: 100%;
  }
}

.main_copy {
  background-image: url("../imgs/pc_bk01.jpg");
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-size: 1631px auto;
  margin-inline: auto;
  padding: 45px 0 80px;
}

@media screen and (max-width: 736px) {
  .main_copy {
    background-image: url("../imgs/sp_bk01.jpg");
    background-position: center top 34vw;
    background-size: contain;
    padding: min(40px, 8vw) 0 min(70px, 12vw);
  }
}

.main_copy h1 {
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #38b7f2, #fd84df) 1;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: clamp(18px, 5.334vw, 38px);
  padding: 0.3em 0.2em 0.4em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .main_copy h1 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    width: 100%;
    padding: 0.35em 0.5em;
    line-height: 1.5;
  }
}

.main_copy .mc_tt {
  display: flex;
  flex-direction: column-reverse;
}

.main_copy h2 {
  font-size: clamp(17px, 5.3vw, 38px);
  text-align: center;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.5;
}

.main_copy h3 {
  font-size: clamp(14px, 4vw, 24px);
  text-align: center;
  margin-top: 1.4em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.main_copy p {
  font-size: clamp(13px, 3.734vw, 20px);
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.9;
}

@media screen and (max-width: 736px) {
  .main_copy p {
    line-height: 1.7;
    margin-top: 0.8em;
  }
}

.main_copy p span {
  font-size: clamp(17px, 4.8vw, 24px);
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  .main_copy p span {
    line-height: 1.4;
  }
}

main .numbers {
  font-family: acumin-pro, "Barlow Condensed", sans-serif;
  font-weight: 600;
}

main .red {
  color: var(--color-red);
}

main small {
  font-size: 0.84em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  main small {
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }
}

main .inner {
  width: min(980px, 90%);
  margin: 0 auto;
}

main .inner2 {
  width: min(1124px, 100%);
  margin: 0 auto;
}

main .inner3 {
  width: min(1135px, 100%);
  margin: 0 auto;
}

main .inner4 {
  width: min(800px, 100%);
  margin: 100px auto 0;
}

@media screen and (max-width: 736px) {
  main .inner4 {
    margin: 2em auto 0;
  }
}

main .caution {
  margin: 1em auto 0;
  padding-left: 1em;
  text-indent: -1em;
  width: fit-content;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 736px) {
  main .caution {
    margin: 1em auto 0;
    font-size: 0.8em;
  }
}

main h5 {
  font-size: clamp(28px, 8.004vw, 50px);
  line-height: 1.6;
  text-align: center;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  display: grid;
  place-content: center;
  margin-top: 20px;
}

main h5::after {
  content: "";
  width: 103%;
  height: 4px;
  background: var(--color-black);
  display: inline-block;
  margin: 0.4em 0 0 -1.5%;
}

@media screen and (max-width: 736px) {
  main h5::after {
    height: 2px;
    width: 100%;
    margin: 0.4em 0 0 0;
  }
}

.section02 {
  background: url("../imgs/pc_bk02.jpg") no-repeat;
  background-color: #f7f7f7;
  background-position: center top 200px;
  background-size: 1480px auto;
  margin-inline: auto;
  padding: 110px 0;
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

@media screen and (max-width: 736px) {
  .section02 {
    background: url("../imgs/sp_bk02.jpg") no-repeat;
    background-color: #f7f7f7;
    background-position: center top 55%;
    background-size: contain;
    padding: min(70px, 15vw) 0;
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  }
}

.section02 h4 {
  font-size: clamp(17px, 4.8vw, 25.3px);
  text-align: center;
  line-height: 1.4;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.section02 h4 strong {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.section02 h4 span.numbers {
  font-size: clamp(30px, 9.339vw, 60px);
  margin-left: 0.05em;
  vertical-align: -3px;
}

.section02 .sec2_copy1 {
  font-size: clamp(14px, 4vw, 24px);
  text-align: center;
  margin: 1.3em calc(50% - 49vw) 0;
  width: 98vw;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

@media screen and (max-width: 736px) {
  .section02 .sec2_copy1 {
    height: auto;
    line-height: 1.5;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    grid-template-columns: 1fr auto 1.2fr;
  }
}

.section02 .sec2_copy1 .big {
  font-size: clamp(24px, 6.669vw, 40px);
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.section02 .sec2_copy1::before {
  content: "";
}

.section02 .sec2_copy1::after {
  content: "";
  display: inline-block;
  background: url("../imgs/speech.png") no-repeat;
  background-size: contain;
  width: 137px;
  height: 120px;
  margin: -0.7em 0 0 0.6em;
}

@media screen and (max-width: 736px) {
  .section02 .sec2_copy1::after {
    width: min(137px, 23vw);
    height: min(120px, 21vw);
    margin: -0.8em 0 0 0.5em;
    background-position: left top;
  }
}

.section02 .sec2_copy2 {
  text-align: center;
  margin-top: -1.5em;
}

@media screen and (max-width: 770px) {
  .section02 .sec2_copy1 {
    align-items: center;
  }
  .section02 .sec2_copy2 {
    margin-top: 0.3em;
  }
}

@media screen and (max-width: 736px) {
  .section02 .sec2_copy2 {
    margin-top: 0.6em;
    font-size: 0.8em;
    letter-spacing: 0.02em;
  }
}

/* cp banner 2024.06 */
.cp_freed_2406 {
  width: min(624px, 100%);
  margin: clamp(35px, 8vw, 50px) auto 0;

  &:before {
    content: "";
    display: inline-block;
    background: url("../imgs/now.png") no-repeat center top;
    background-size: min(160px, 33vw) auto;
    width: 100%;
    height: min(26px, 6vw);
    margin: 0 auto min(12px, 1vw);
  }

  & a {
    transition: all 0.3s;
  }

  & a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 736px) {
  .cp_freed_2406 {
    width: min(600px, 100%);
  }
}

.section03 {
  background: url("../imgs/pc_bk03.jpg") no-repeat;
  background-position: center top 145px;
  background-size: 1767px auto;
  margin-inline: auto;
  padding: 80px 0 max(5vw, 50px);
}

@media screen and (max-width: 736px) {
  .section03 {
    background: url("../imgs/sp_bk03.jpg") no-repeat;
    background-position: center top 120px;
    background-size: contain;
    padding: min(50px, 7vw) 0 max(5vw, 50px);
  }
}

main .case_wrap {
  width: 100%;
  border: #7ecef4 4px solid;
  background: var(--color-white);
  margin-top: 6.5em;
  position: relative;
}

@media screen and (max-width: 1139px) {
  main .case_wrap {
    border: none;
    border-top: #7ecef4 4px solid;
    border-bottom: #7ecef4 4px solid;
  }
}

main .case_wrap::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  border-right: #7ecef4 4px solid;
  border-bottom: #7ecef4 4px solid;
  bottom: -8px;
  right: -8px;
}

@media screen and (max-width: 736px) {
  main .case_wrap {
    border-top: #7ecef4 2px solid;
    border-bottom: #7ecef4 2px solid;
    background: var(--color-white);
    margin-top: 4em;
  }

  main .case_wrap::after {
    display: none;
  }
}

.case_wrap .case {
  padding: 0 min(80px, 5vw) 35px;
}

@media screen and (max-width: 736px) {
  .case_wrap .case {
    padding: 0 5% min(35px, 5vw);
  }
}

.case_wrap .no-tt {
  margin: -3.8em auto 0;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  width: fit-content;
}

@media screen and (max-width: 736px) {
  .case_wrap .no-tt {
    margin: -2.26em auto 0;
  }
}

.case_wrap .no-wrapper {
  width: 120px;
  height: 120px;
  border: var(--color-black) 4px solid;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  line-height: 1;
  padding-top: 0.2em;
  background: var(--color-white);
  margin-left: -1em;
  z-index: 2;
}

@media screen and (max-width: 736px) {
  .case_wrap .no-wrapper {
    width: clamp(55px, 18vw, 120px);
    height: clamp(55px, 18vw, 120px);
    border: var(--color-black) 2px solid;
    padding-top: 0.2em;
    margin-left: -0.4em;
  }
}

.case_wrap .no-copy {
  font-size: clamp(14px, 4vw, 24px);
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  color: var(--color-white);
  background: var(--color-black);
  padding: 0px 1.8em 0.1em 2.2em;
  position: relative;
  width: fit-content;
  height: 60px;
  display: grid;
  place-content: center;
  margin-left: -1em;
  z-index: 1;
}

.case_wrap .no-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--color-black) transparent var(--color-black) var(--color-black);
  border-width: 30px 20px 30px 0;
  filter: none;
}

@media screen and (max-width: 736px) {
  .case_wrap .no-copy {
    padding: 0px 1em 0.2em 1.7em;
    height: 2.6em;
  }

  .case_wrap .no-copy::after {
    right: -0.78em;
    border-width: 1.3em 0.8em 1.3em 0;
  }
}

.case_wrap .no-text {
  font-size: clamp(14px, 4.3vw, 24px);
}

.case_wrap .no-num {
  font-size: clamp(33px, 9.339vw, 67px);
  margin-top: -0.06em;
}

.case_wrap h6 {
  font-size: clamp(15px, 4.267vw, 30px);
  line-height: 1.5;
  margin: 0.6em auto 0;
  width: fit-content;
  text-align: center;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.case_wrap .ill_t1,
.case_wrap .ill_t2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5em;
}

.case_wrap .ill_t1 {
  column-gap: 2em;
}

@media screen and (max-width: 736px) {
  .case_wrap .ill_t1 {
    column-gap: 1em;
  }
}

.case_wrap .ill_t3 {
  display: block;
}

.case_wrap .ill_t3 img {
  margin-left: 2em;
}

@media screen and (max-width: 736px) {
  .case_wrap .ill_t3 img {
    margin-left: 0;
  }
}

.case_wrap .ill_t3 .cards_cont1 {
  width: min(640px, 90%);
  margin: auto;
  text-align: center;
}

.case_wrap .ill_t3 .cards_cont2 {
  width: min(510px, 85%);
  margin: auto;
}

.case_wrap .ill_t3 .cards_cont3 {
  width: min(510px, 85%);
  margin: 0 auto -0.5em;
}

.case_wrap .ill_t3 .cards_cont4 {
  display: grid;
  grid-template-columns: min(450px, 62%) auto;
  column-gap: 1.6em;
  width: min(740px, 100%);
  margin: 0.6em auto 0;
}

.case_wrap .ill_t3 .cards_cont4 img {
  margin-left: 0;
}

@media screen and (max-width: 736px) {
  .case_wrap .ill_t3 .cards_cont4 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 0.6em;
    margin: 0;
  }

  .case_wrap .ill_t3 .cards_cont4 img {
    display: block;
    margin: 0 auto -0.5em;
    width: 85%;
  }
}

.case_wrap .ill_t3 .cards_cont5 {
  width: min(510px, 85%);
  margin: 0 auto -0.5em;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .case_wrap .ill_t3 .cards_cont5 {
    width: min(410px, 95%);
  }
}

.case_wrap .cards {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  background: #fcfcfc;
  border: #eee 2px solid;
  padding: 35px;
  border-radius: 180px;
  justify-items: center;
}

@media screen and (max-width: 736px) {
  .case_wrap .cards {
    margin-bottom: min(45px, 10vw);
    padding: 30px min(30px, 3vw);
    border-radius: 60px;
  }
}

.case_wrap .cards:has(.ill_t3) {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .case_wrap .cards:has(.ill_t3) {
    margin-bottom: 10vw;
  }
}

.case_wrap .cards.mb0 {
  margin-bottom: 0;
  padding-bottom: 1.3em;
}

.case_wrap .ill_t1 .card::after,
.case_wrap .cards:has(.arrow_bottom)::after {
  content: "";
  display: inline-block;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 18px var(--color-red);
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 736px) {
  .case_wrap .ill_t1 .card::after,
  .case_wrap .cards:has(.arrow_bottom)::after {
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 12px var(--color-red);
    bottom: -7vw;
  }
}

.case_wrap .w95p {
  width: 95%;
  margin-inline: auto;
}

@media screen and (max-width: 736px) {
  .case_wrap .w95p {
    width: 100%;
  }
}

.case_wrap .w294 {
  width: min(294px, 100%);
  margin-inline: auto;
}

.case_wrap .w222 {
  width: min(222px, 100%);
  margin-inline: auto;
}

@media screen and (max-width: 736px) {
  .case_wrap .w294,
  .case_wrap .w222 {
    width: 100%;
    margin-inline: auto;
  }

  .case_wrap .ill_t3 .cards_cont1 .w222 {
    width: min(200px, 39%);
  }

  .case_wrap .w294 + .talk {
    margin: 0.4em -1em 0;
  }
}

.case_wrap .talk {
  font-size: clamp(10px, 3.3vw, 18px);
  line-height: 1.5;
  border: 2px solid var(--color-black);
  position: relative;
  padding: 0.5em min(1.4em, 3.5vw);
  box-shadow: 4px 4px 0 var(--color-black);
  display: grid;
  place-content: center;
  background: var(--color-white);
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk {
    border: 1px solid var(--color-black);
    padding: 0.5em 2vw;
    box-shadow: 3px 3px 0 var(--color-black);
    margin-top: 0.4em;
  }
}

.case_wrap .talk.re1 {
  margin-bottom: 1em;
  right: -110px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.re1 {
    margin-bottom: 1.1em;
    right: -14vw;
  }
}

.case_wrap .talk.re2 {
  right: -170px;
  margin-bottom: -2.7em;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.re2 {
    right: -21vw;
    margin-bottom: -2em;
  }
}

.case_wrap .talk.re3 {
  right: max(-28vw, -285px);
  margin-bottom: max(-1vw, -1em);
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.re3 {
    right: 0;
    margin: -0.3em auto 1.7em;
  }
}

.case_wrap .talk::before,
.case_wrap .talk::after {
  content: "";
  display: inline-block;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 21px var(--color-black);
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 736px) {
  .case_wrap .talk::before,
  .case_wrap .talk::after {
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 10px var(--color-black);
    position: absolute;
    top: -10px;
  }
}

.case_wrap .talk.re2::before,
.case_wrap .talk.re2::after {
  left: 40%;
}

.case_wrap .talk.re3::before,
.case_wrap .talk.re3::after {
  left: 8%;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.re3::before,
  .case_wrap .talk.re3::after {
    left: 50%;
  }
}

.case_wrap .talk::after {
  border-bottom-color: var(--color-white);
  top: -16px;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk::after {
    top: -8px;
  }
}

.case_wrap .talk.re::before,
.case_wrap .talk.re::after {
  border-bottom: none;
  border-top: solid 21px var(--color-black);
  top: inherit;
  bottom: -21px;
}

.case_wrap .talk.re::after {
  border-top-color: var(--color-white);
  bottom: -16px;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.re::before,
  .case_wrap .talk.re::after {
    border-top: solid 10px var(--color-black);
    bottom: -10px;
  }

  .case_wrap .talk.re::after {
    border-top-color: var(--color-white);
    bottom: -8px;
  }
}

.case_wrap .talk.lefts {
  display: grid;
  width: 100%;
}

.case_wrap .talk.lefts::before,
.case_wrap .talk.lefts::after {
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-right: solid 21px var(--color-black);
  border-left: none;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

.case_wrap .talk.lefts::after {
  border-right-color: var(--color-white);
  left: -16px;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.lefts::before,
  .case_wrap .talk.lefts::after {
    left: 50%;
    transform: translateX(-50%);
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: none;
    top: inherit;
    border-top: solid 10px var(--color-black);
    bottom: -10px;
  }

  .case_wrap .talk.lefts::after {
    border-top-color: var(--color-white);
    bottom: -8px;
  }
}

.case_wrap .talk_wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-content: start;
  row-gap: 1em;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk_wrap {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1.15fr;
    order: -1;
    column-gap: 0.7em;
    margin: -0.5em auto 0.5em;
    row-gap: 0;
  }
}

.case_wrap .cards:has(.ill_t2) {
  padding: 35px min(60px, 5%);
}

@media screen and (max-width: 736px) {
  .case_wrap .cards:has(.ill_t2) {
    padding: 30px min(50px, 3%);
  }
}

.case_wrap .cards:has(.ill_t3) {
  margin-top: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

@media screen and (max-width: 736px) {
  .case_wrap .cards:has(.ill_t3) {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.case_wrap .cards + .cards:has(.ill_t3) {
  margin-top: 2.5em;
  padding-top: 30px;
}

.case_wrap .cards + .cards:has(.ill_t3)::after {
  margin-top: 0;
  padding-top: 0;
}

.case_wrap .cards.ligature .ill_t2 {
  width: 100%;
  margin-left: min(50px, 4vw);
}

.case_wrap .cards.ligature .card {
  margin-bottom: 0.5em;
  width: min(420px, 100%);
}

@media screen and (max-width: 736px) {
  .case_wrap .cards.ligature .card {
    width: 100%;
  }

  .case_wrap .cards.ligature .ill_t2 {
    margin-left: 0;
  }
}

.case_wrap .cards.ligature .card.left {
  padding-right: 1em;
}

@media screen and (max-width: 736px) {
  .case_wrap .cards.ligature .card.left {
    padding-right: 0.5em;
    margin-left: 0;
  }
}

.case_wrap .cards.ligature .card.right {
  border-left: #ddd 1px solid;
  padding-left: 2.3em;
}

@media screen and (max-width: 736px) {
  .case_wrap .cards.ligature .card.left {
    padding-right: 0.3em;
  }

  .case_wrap .cards.ligature .card.right {
    border-left: #ccc 1px solid;
    padding-left: 0.3em;
  }

  .case_wrap .cards.ligature .card.right img {
    margin-right: -2vw;
    display: block;
  }
}

.case_wrap .stt2 {
  font-size: clamp(14px, 4vw, 24px);
  margin: -0.7em auto 0;
  width: fit-content;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.5em;
}

@media screen and (max-width: 736px) {
  .case_wrap .stt2 {
    margin: -1em auto 0;
    letter-spacing: 0.03em;
  }
}

.case_wrap .stt2.stt2b {
  margin-bottom: 1em;
}

.case_wrap .stt2.stt2c {
  margin-top: -0.2em;
  margin-bottom: 1em;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 736px) {
  .case_wrap .stt2.stt2c {
    margin-top: -1em;
  }
}

.case_wrap .stt2 p {
  margin: 0 auto 0;
  width: fit-content;
  line-height: 1.6;
}

.case_wrap .stt2::after {
  content: "";
}

.case_wrap .stt2::before {
  content: "";
  display: inline-block;
  background: url("../imgs/sec3_img03.svg") no-repeat;
  background-size: contain;
  width: 104px;
  height: 104px;
}

@media screen and (max-width: 736px) {
  .case_wrap .stt2::before {
    width: min(100px, 14vw);
    height: min(100px, 14vw);
    background-position: right center;
  }
}

.case_wrap .stt2.stt2c::before {
  content: "";
  display: none;
}

.case_wrap .talk.cool,
.case_wrap .talk.walm {
  background: #c2f6ff;
  padding: 0.5em min(3em, 4vw);
  margin-top: 1.5em;
}

@media screen and (max-width: 736px) {
  .case_wrap .talk.cool,
  .case_wrap .talk.walm {
    padding: 0.5em min(2em, 5vw);
    margin-top: 1.1em;
  }
}

.case_wrap .talk.cool::after {
  border-bottom-color: #c2f6ff;
}

.case_wrap .talk.walm {
  background: #ffe6d3;
}

.case_wrap .talk.walm::after {
  border-bottom-color: #ffe6d3;
}

.case_wrap .comment {
  font-size: clamp(12px, 3.47vw, 16px);
  margin: 0.8em auto -1em;
  width: fit-content;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .case_wrap .comment {
    margin-bottom: 0;
  }
}

.case_wrap .caution_wrap {
  width: fit-content;
  display: grid;
  margin: -2em auto 0;
}

.case_wrap .caution_wrap .caution {
  margin: 0.2em 0 0;
}

main .voice {
  margin: 1.5em max(-5vw, -80px) -35px;
  background: #ebf7fc;
  padding: 22px;
}

@media screen and (max-width: 736px) {
  main .voice {
    margin: 1.5em -5vw -7vw;
    background: #ebf7fc;
    padding: 6% 5%;
  }
}

.voice .voice_wrap {
  margin: 0 auto;
  width: fit-content;
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 35px;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .voice .voice_wrap {
    grid-template-columns: 34% 1fr;
    column-gap: 0.7em;
  }
}

.voice .pict {
  width: 200px;
  height: 200px;
  background: url(../imgs/sec3_img06.svg) var(--color-white);
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center top 24px;
  border: #d7edf6 2px solid;
  border-radius: 50%;
}

@media screen and (max-width: 736px) {
  .voice .pict {
    width: 29vw;
    height: 29vw;
    background-size: 96%;
    background-position: center top 0.9em;
    border: #d7edf6 1px solid;
  }
}

.voice .pict.v03 {
  background-image: url(../imgs/sec4_img03.svg);
  background-position: center top 14px;
}

@media screen and (max-width: 736px) {
  .voice .pict.v03 {
    background-size: 105%;
    background-position: center top 0.7em;
  }
}

.voice .pict.v04 {
  background-image: url(../imgs/sec5_img05.svg);
  background-position: center top 27px;
}

@media screen and (max-width: 736px) {
  .voice .pict.v04 {
    background-size: 100%;
    background-position: center top 0.5em;
  }
}

.voice .pict.v05 {
  background-image: url(../imgs/sec6_img04.svg);
  background-size: 99%;
  background-position: center top 33px;
}

@media screen and (max-width: 736px) {
  .voice .pict.v05 {
    background-size: 100%;
    background-position: center top 17px;
  }
}

.voice .voice_tt {
  font-size: clamp(12px, 3.47vw, 20px);
  width: fit-content;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  margin-top: 0.2em;
  padding: 0.4em 1.2em 0.42em 1.2em;
  line-height: 1;
  background: var(--color-red);
  color: var(--color-white);
}

@media screen and (max-width: 736px) {
  .voice .voice_tt {
    padding: 0.3em 1em 0.4em 1em;
  }
}

.voice .voice_copy {
  font-size: clamp(12px, 3.47vw, 18px);
  margin-top: 0.8em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #333;
}

@media screen and (max-width: 736px) {
  .voice .voice_copy {
    font-size: clamp(12px, 3.4vw, 18px);
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 0.6em;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
  }
}

.voice .voice_name {
  font-size: clamp(12px, 3.47vw, 14px);
  margin: 0.5em 0 0 0.1em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .voice .voice_name {
    margin-top: 0.3em;
  }
}

.voice .voice_name::before {
  background-color: #444;
  content: "";
  width: 14px;
  height: 2px;
  margin: 0 0.6em 0 0;
}

@media screen and (max-width: 736px) {
  .voice .voice_name::before {
    width: 10px;
    height: 1px;
    margin: 0 0.5em 0 0;
  }
}

.section04 {
  background: url("../imgs/pc_bk04.jpg") no-repeat;
  background-color: #f7f7f7;
  background-position: center center;
  background-size: 1641px auto;
  margin-inline: auto;
  padding: 100px 0;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}

@media screen and (max-width: 736px) {
  .section04 {
    background: url("../imgs/sp_bk04.jpg") no-repeat;
    background-color: #f7f7f7;
    background-position: center bottom 10vw;
    background-size: contain;
    padding: min(50px, 12vw) 0;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }
}

.section04 .sec4_wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .section04 .sec4_wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.section04 .sec4_image {
  width: min(420px, 90%);
}

@media screen and (max-width: 736px) {
  .section04 .sec4_image {
    width: min(280px, 63%);
    order: 2;
    margin: 7vw auto 0;
  }
}

.section04 .sec4_copy1 {
  font-size: clamp(13px, 3.734vw, 20px);
  letter-spacing: 0.02em;
}

@media screen and (max-width: 736px) {
  .section04 .sec4_copy1 {
    text-align: center;
  }
}

.section04 .sec4_copy2 {
  font-size: clamp(14px, 4vw, 24px);
  margin-top: 1em;
  line-height: 1.4;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  .section04 .sec4_copy2 {
    text-align: center;
    margin-top: 0.6em;
  }
}

.section04 .sec4_copy3 {
  margin-top: 1em;
}

.section04 .caution {
  width: auto;
}

.section04 .caution + .caution {
  margin-top: 0.2em;
}

@media screen and (max-width: 736px) {
  .section04 .caution + .caution {
    display: table;
  }
}

.section05 {
  background: url("../imgs/pc_bk05.jpg") no-repeat;
  background-position: center bottom 130px;
  background-size: 1134px auto;
  margin-inline: auto;
  padding: 110px 0 0;
}

@media screen and (max-width: 736px) {
  .section05 {
    background: url("../imgs/sp_bk05.jpg") no-repeat;
    background-position: center bottom 130px;
    background-size: contain;
    padding: min(50px, 11vw) 0 0;
  }
}

.section05 h5 {
  display: block;
  line-height: 0.5;
  margin: 0 auto;
  width: fit-content;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.section05 h5 span {
  display: inline;
  font-size: clamp(46px, 12vw, 100px);
  margin: 0 0.1em;
  vertical-align: -4px;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .section05 h5 {
    line-height: 1.7;
  }

  .section05 h5 span {
    vertical-align: -2px;
  }

  .section05 h5::after {
    height: 2px;
    position: relative;
    top: -1em;
  }
}

.section05 .steps_wrap {
  width: 100%;
  margin: 50px auto 0;
  background: #f7f7f7;
  padding: 100px 45px 45px 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  position: relative;
}

@media screen and (max-width: 736px) {
  .section05 .steps_wrap {
    margin: -1em auto 0;
    padding: min(70px, 15vw) 5% min(35px, 7vw);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    column-gap: 0;
    row-gap: 15vw;
  }
}

.section05 .steps_wrap::after {
  content: "";
  display: inline-block;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 18px var(--color-red);
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
}

.section05 .steps {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 12px;
  background-color: var(--color-white);
  position: relative;
}

@media screen and (max-width: 736px) {
  .section05 .steps_wrap::after {
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 12px var(--color-red);
    bottom: -35px;
  }
}

.section05 .steps:not(:last-child)::after {
  content: "";
  display: inline-block;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 18px #7ecef4;
  position: absolute;
  top: 88px;
  right: -18px;
}

@media screen and (max-width: 736px) {
  .section05 .steps:not(:last-child)::after {
    border-bottom: none;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 12px #7ecef4;
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.section05 .step_numbers {
  width: clamp(55px, 16vw, 120px);
  height: clamp(55px, 16vw, 120px);
  margin: -70px auto 0;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 50%;
  line-height: 1;
  padding-top: 0.2em;
  background: var(--color-white);
  z-index: 2;
  font-family: acumin-pro, "Barlow Condensed", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 736px) {
  .section05 .step_numbers {
    margin: -9vw auto 0;
  }
}

.section05 .no-text {
  font-size: clamp(13px, 3.734vw, 21px);
  font-weight: 300;
}

.section05 .no-num {
  font-size: clamp(28px, 8.004vw, 64px);
  font-weight: 600;
}

.section05 .wec5_stt {
  font-size: clamp(14px, 4vw, 19px);
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  border-top: #7ecef4 4px solid;
  border-bottom: #7ecef4 4px solid;
  padding: 0.4em 0.6em;
  display: grid;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .section05 .wec5_stt {
    border-top: #7ecef4 2px solid;
    border-bottom: #7ecef4 2px solid;
    padding: 0 0 0.1em;
  }
}

.section05 .sec5_image {
  width: 80%;
  margin: 1.1em auto 0.3em;
  display: grid;
  align-items: center;
}

.section05 .sec5_image.app {
  width: 64%;
}

@media screen and (max-width: 736px) {
  .section05 .sec5_image {
    width: min(320px, 60%);
    margin: 0.8em auto 0.1em;
  }

  .section05 .sec5_image.app {
    width: min(280px, 50%);
  }
}

.section05 .sec5_image img.bd {
  border: 1px solid #aaa;
}

.section05 .wec5_copy {
  font-size: clamp(12px, 3.47vw, 16px);
  padding: 0 min(30px, 5vw) min(30px, 5vw);
  letter-spacing: 0.05em;
}

.section05 .s1 .wec5_copy {
  margin-left: 1em;
  text-indent: -1em;
}

.section05 .wec5_copy .caution {
  margin-top: 0;
}

.section05 .wec5_copy p.stt {
  margin-bottom: 0.6em;
  display: flex;
}

@media screen and (max-width: 736px) {
  .section05 .wec5_copy p.stt {
    width: min(220px, 90%);
    margin: 0.3em auto 0.6em;
  }
}

.section05 h6 {
  font-size: clamp(17px, 4.8vw, 30px);
  line-height: 1.5;
  margin: 85px auto 0;
  width: fit-content;
  text-align: center;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 736px) {
  .section05 h6 {
    margin: min(50px, 12vw) auto 0;
    line-height: 1.8;
    padding: 0 5%;
  }
}

.section05 .under {
  width: min(750px, 90%);
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.07fr 1fr;
  column-gap: 2em;
  align-items: center;
}

@media screen and (max-width: 736px) {
  .section05 .under {
    width: 92%;
    margin: 1em auto 0;
    column-gap: 1em;
  }
}

.section06 {
  background: url("../imgs/pc_bk06.jpg");
  background-repeat: repeat-x;
  background-position: center top 45px;
  background-size: 74px 36px;
  margin-bottom: 6em;
}

@media screen and (max-width: 736px) {
  .section06 {
    background-position: center bottom;
    background-size: 44px 20px;
    margin-bottom: 10vw;
  }
}

.section06 .inner4 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 736px) {
  .section06 .inner4 {
    gap: 1.6em;
    padding: 0 5% 3em;
  }
}

.section06 a {
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  font-size: clamp(13px, 3.734vw, 24px);
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 30vw;
  position: relative;
}

@media screen and (max-width: 736px) {
  .section06 a {
    width: min(740px, 100%);
    line-height: 1.5;
  }
}

.section06 a::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  border-right: var(--color-black) 2px solid;
  border-bottom: var(--color-black) 2px solid;
  bottom: -4px;
  right: -4px;
  border-radius: 30vw;
}

@media screen and (max-width: 736px) {
  .section06 a::after {
    width: calc(100% - 2%);
    height: calc(100% - 2px);
    border-right: var(--color-black) 1px solid;
    border-bottom: var(--color-black) 1px solid;
    bottom: -3px;
    right: -3px;
  }
}

.section06 .bt {
  display: grid;
  grid-template-columns: 75px auto 30px;
  column-gap: min(100px, 10vw);
  align-items: center;
  position: relative;
  padding: 0.8em 60px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .section06 .bt {
    grid-template-columns: 1.3fr auto 1fr;
    column-gap: 1em;
    padding: 0.8em 1em 0.8em;
  }
}

.section06 .bt::before,
.section06 .bt::after {
  content: "";
  background: url(../imgs/img08.png) no-repeat;
  width: 75px;
  height: 75px;
  padding: 1em;
  background-size: contain;
}

@media screen and (max-width: 736px) {
  .section06 .bt::before,
  .section06 .bt::after {
    content: "";

    width: max(11vw, 34px);
    height: max(11vw, 34px);
    padding: 0;
  }
}

.section06 .bt.bt2::before {
  background: url(../imgs/img09.png) no-repeat;
  background-size: contain;
}

.section06 .bt::after {
  background: url(../imgs/img03.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  padding: 0;
}

@media screen and (max-width: 736px) {
  .section06 .bt::after {
    width: auto;
    height: min(25px, 4vw);
    background-position: center;
  }
}

@media (any-hover: hover) {
  .section06 a,
  .section06 a::after,
  .section06 a .bt::after {
    transition: 0.3s all;
  }

  .section06 a:hover {
    background: var(--color-red);
  }

  .section06 a:hover::after {
    border-color: var(--color-red);
  }

  .section06 a:hover .bt::after {
    transform: translate(7px, -7px);
  }
}

.section06 .bt span {
  margin: -0.2em 0 0 -1em;
}

@media screen and (max-width: 736px) {
  .section06 .bt span {
    margin: -0.2em 0 0 0;
  }
}

/* breadlist */

.breadlist-wrapper {
  background: #fcfcfc;
  height: 60px;
  border-top: #eee solid 1px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 736px) {
  .breadlist-wrapper {
    height: auto;
  }
}

.breadlist-wrapper .breadlist_topic_path {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .breadlist-wrapper .breadlist_topic_path {
    width: 100%;
  }
}

.breadlist-wrapper .breadlist_topic_path ul {
  padding: 0 20px;
}

@media screen and (max-width: 736px) {
  .breadlist-wrapper .breadlist_topic_path ul {
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
    margin: 0;
    height: 50px;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.breadlist-wrapper .breadlist_topic_path ul li {
  display: inline-block;
  margin-left: 18px;
  font-size: 12px;
  opacity: 0.84;
}

.breadlist-wrapper .breadlist_topic_path ul li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 736px) {
  .breadlist-wrapper .breadlist_topic_path ul li {
    margin-left: 20px;
    line-height: 50px;
  }
}

.breadlist-wrapper .breadlist_topic_path ul li a {
  color: inherit;
  position: relative;
  text-decoration: none;
}

@media (any-hover: hover) {
  .breadlist-wrapper .breadlist_topic_path ul li a:hover {
    text-decoration: underline;
  }
}

.breadlist-wrapper .breadlist_topic_path ul li a::after {
  position: absolute;
  content: ">";
  color: #666;
  text-indent: 10px;
  margin-top: -1px;
  transform: scaleX(0.8);
}

.breadlist-wrapper .breadlist_topic_path ul li:last-child a::after {
  content: "";
}
