html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

#contents_area {
  color: #595757;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #contents_area {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #contents_area img {
    width: 100%;
    vertical-align: middle;
  }
}
.content_wrap {
  width: 100%;
  background: #fff;
}

.content_wrap img {
  width: 100%;
}

.c-point-heading {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .c-point-heading {
    margin-bottom: 30px;
  }
}
.c-point-heading__label {
  display: inline-block;
  color: #4c73a9;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 47px;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #c9caca solid 2px;
}
@media screen and (max-width: 768px) {
  .c-point-heading__label {
    font-size: 28px;
  }
}
.c-point-heading .num {
  display: inline-block;
  font-size: 104px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-point-heading .num {
    font-size: 62.5px;
  }
}

.c-subheading {
  position: relative;
  top: -20px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-subheading {
    top: -10px;
    margin-bottom: 10px;
  }
}
.c-subheading span {
  display: inline-block;
  color: #fff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.03em;
  padding: 0 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
}
@media screen and (max-width: 768px) {
  .c-subheading span {
    line-height: 1.3;
    font-size: 18px;
    padding: 0.3em 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-subheading.ls-narrow span {
    letter-spacing: -0.05em;
  }
}

.c-summary-heading {
  width: 900px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
  margin: 0 auto 40px;
}
@media (max-width: 1000px) {
  .c-summary-heading {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-summary-heading {
    height: 40px;
    line-height: 40px;
  }
}
.c-summary-heading span {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 68px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-summary-heading span {
    font-size: 22px;
    line-height: 40px;
  }
}
.c-summary-heading span::before {
  position: absolute;
  top: -15px;
  left: -60px;
  content: "";
  width: 51px;
  height: 55px;
  background: url(../image/title_bg_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-summary-heading span::before {
    left: -40px;
    width: 30px;
    height: 33px;
  }
}
.c-summary-heading span::after {
  position: absolute;
  top: -15px;
  right: -60px;
  content: "";
  width: 51px;
  height: 55px;
  background: url(../image/title_bg_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-summary-heading span::after {
    right: -40px;
    width: 30px;
    height: 33px;
  }
}

.c-option {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-option {
    margin: 15px 20px 0;
  }
}

.c-option__inner {
  position: relative;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  padding: 10px 15px;
}

.c-option__inner > *:first-child {
  margin-top: 0;
}

.c-option__inner::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}

.c-option__inner::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}

.c-button-secondary {
  color: #595757;
}

.c-list--type > li {
  margin-bottom: 5px;
}

.l-hero {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url(../image/hero.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: calc(100dvh - 113px);
    background: url(../image/hero_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.l-hero .hero__media {
  position: absolute;
  top: 11.701vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.841vw;
}
@media screen and (max-width: 768px) {
  .l-hero .hero__media {
    top: 15.369vw;
    width: 18.443vw;
  }
}
.l-hero .hero__copy {
  position: absolute;
  top: 36.189vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 2.11vw;
  line-height: 1.29;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .l-hero .hero__copy {
    /*top: 109.836vw;*/
    top: 113.169vw;
    font-size: 4.098vw;
  }
}
.l-hero .hero__copy span {
  margin-top: 0.3em;
  display: block;
  font-size: 2.494vw;
  letter-spacing: 0.11em;
  white-space: nowrap;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero .hero__copy span {
    margin-top: 0.5em;
    font-size: 4.508vw;
  }
}
.l-hero .hero__copy span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 4.22vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-hero .hero__copy span::after {
    height: 7.787vw;
  }
}

.l-intro {
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .l-intro {
    padding: 40px 0;
  }
}
.l-intro .intro__text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.22;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-intro .intro__text {
    font-size: 14px;
    padding: 0 10px;
  }
}

.l-point .point-nav {
  width: 920px;
  margin: 0 auto 50px;
}
@media (max-width: 920px) {
  .l-point .point-nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav {
    padding: 0 20px;
  }
}
.l-point .point-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 920px) {
  .l-point .point-nav__list {
    gap: 2.717vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 18px;
  }
}
.l-point .point-nav__item {
  width: 290px;
  height: 188px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
  position: relative;
}
@media (max-width: 920px) {
  .l-point .point-nav__item {
    width: 31.522vw;
    height: 20.435vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__item {
    width: 100%;
    height: auto;
    border-radius: 11px;
  }
}
.l-point .point-nav__item::after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 21px;
  height: 19px;
  background: url(../image/icon_arrow_down.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__item::after {
    position: absolute;
    bottom: auto;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    width: 12px;
    height: 11px;
  }
}
.l-point .point-nav__link {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__link {
    display: grid;
    grid-template-columns: 110px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.459vw 0 2.459vw 2.459vw;
  }
}
.l-point .point-nav__label {
  display: inline-block;
  padding: 0 0.5em;
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: #fff solid 1px;
  margin-bottom: 13px;
}
@media (max-width: 920px) {
  .l-point .point-nav__label {
    font-size: 2.065vw;
    padding-bottom: 1.087vw;
    margin-bottom: 1.413vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__label {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: right;
    padding-right: 2.074vw;
    border-bottom: none;
    position: relative;
  }
}
.l-point .point-nav__label span {
  display: inline-block;
  font-size: 43px;
  margin-left: 0.2em;
}
@media (max-width: 920px) {
  .l-point .point-nav__label span {
    font-size: 4.674vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__label span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__label::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 10.246vw;
    background: #fff;
  }
}
.l-point .point-nav__text {
  display: block;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 920px) {
  .l-point .point-nav__text {
    font-size: 1.957vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point-nav__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}
.l-point .point__visual {
  width: 100%;
}
.l-point .point__visual img {
  width: 100%;
}
.l-point .point__inner {
  width: 1060px;
  margin: 0 auto;
  background: #f7f8f8;
  margin-top: -250px;
  padding: 40px 40px 80px;
  border-radius: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  .l-point .point__inner {
    width: calc(100% - 40px);
    margin: -23.585vw 20px 0;
    padding: 3.774vw 3.774vw 7.547vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point__inner {
    /*width: 90.164vw;*/
    width: calc(100% - 30px);
    margin: -24.59vw 15px 0;
    padding: 40px 15px;
    /*margin: -24.59vw auto 0;
    padding: 40px 3.689vw;*/
  }
}
.l-point .point__header {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-point .point__header {
    margin-bottom: 50px;
  }
}
.l-point .point__header .point__lead {
  color: #4c73a9;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 1100px) {
  .l-point .point__header .point__lead {
    font-size: 3.019vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point__header .point__lead {
    font-size: 20px;
  }
}
.l-point .point__header .point__lead::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 42px;
  height: 3px;
  background: #4c73a9;
}
@media screen and (max-width: 768px) {
  .l-point .point__header .point__lead::after {
    width: 25px;
  }
}
.l-point .point__header .point__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-point .point__header .point__text {
    font-size: 16px;
  }
}
.l-point .point__section {
  width: 100%;
  background: #fff;
  padding: 0 60px 40px;
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .l-point .point__section {
    padding: 0 5.66vw 3.774vw;
  }
}
@media screen and (max-width: 768px) {
  .l-point .point__section {
    padding: 0 0 40px;
    margin-bottom: 50px;
  }
}
.l-point .point__subheader {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-point .point__subheader {
    margin-bottom: 20px;
  }
}
.l-point .point__sublead {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-point .point__sublead {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
.l-point .point__sublead span {
  display: inline-block;
  font-size: 24px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-point .point__sublead span {
    font-size: 16px;
  }
}
.l-point .point__sublead .c-tag-black {
  margin-top: 0.5em;
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-point .point__sublead .c-tag-black {
    font-size: 12px;
  }
}
.l-point .point__subtext {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .l-point .point__subtext {
    font-size: 14px;
  }
}
.l-point .point__note .c-text {
  font-size: 12px;
}
.l-point .point__action {
  margin-top: 40px;
  text-align: center;
}
.l-point .point__action .c-button-secondary {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .l-point .point__action .c-button-secondary {
    font-size: 12px;
  }
}
.l-point .point__wide-visual {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-point .point__wide-visual {
    margin-bottom: 20px;
  }
}
.l-point .point__center-lead {
  font-size: 24px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-point .point__center-lead {
    font-size: 15px;
  }
}
.l-point .point__video {
  width: 100%;
  margin-bottom: 40px;
}
.l-point .point__video a {
  display: block;
  position: relative;
}
.l-point .point__video a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 83px;
  height: 83px;
  background: url(../image/icon_play.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-point .point__video a::after {
    width: 36px;
    height: 36px;
  }
}
.l-point .point__video-caption {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-point .point__video-caption {
    font-size: 12px;
  }
}
.l-point .point__summary-lead {
  color: #4c73a9;
  font-size: 32px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-lead {
    font-size: 20px;
  }
}
.l-point .point__summary-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.l-point .point__summary-text span {
  display: inline-block;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #fff;
  padding: 0 0.3em;
  position: relative;
}
.l-point .point__summary-text span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-text span::after {
    height: 26px;
  }
}
.l-point .point__summary-text.pc-no-space span.t1 {
  padding: 0 0 0 0.3em;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-text.pc-no-space span.t1 {
    padding: 0 0.3em;
  }
}
.l-point .point__summary-text.pc-no-space span.t2 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-text.pc-no-space span.t2 {
    padding: 0 0.3em;
  }
}
.l-point .point__summary-text.pc-no-space span.t3 {
  padding: 0 0.3em 0 0;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-text.pc-no-space span.t3 {
    padding: 0 0.3em;
  }
}
.l-point .point__summary-table-title {
  font-size: 14px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-table-title {
    font-size: 12px;
    line-height: 1.2;
  }
}
.l-point .point__summary-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.l-point .point__summary-table td {
  padding: 0 1.5em;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-table td {
    font-size: 12px;
    height: auto;
    line-height: 1.2;
    padding: 0.5em 1em;
    vertical-align: middle;
  }
}
.l-point .point__summary-table tr:nth-child(odd) {
  background: #efefef;
}
.l-point .point__summary-table tr > td:nth-child(1) {
  border-right: #f7f8f8 solid 8px;
}
@media screen and (max-width: 768px) {
  .l-point .point__summary-table tr > td:nth-child(1) {
    border-width: 5px;
  }
}

.point--01 .point01__section--a .point__sublead span {
  border-bottom: #231815 solid 1px;
}
.point--01 .point01__section--a .point__photos {
  width: 100%;
  display: grid;
  grid-template-columns: 423px 367px;
  gap: 70px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .point--01 .point01__section--a .point__photos {
    grid-template-columns: 39.906vw 34.623vw;
    gap: 6.604vw;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__photos {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__photos .point__photo {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.point--01 .point01__section--a .point__photos .point__photo:nth-child(1) {
  position: relative;
}
.point--01 .point01__section--a .point__photos .point__photo:nth-child(1)::after {
  position: absolute;
  top: 130px;
  right: -52px;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../image/icon_plus.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .point--01 .point01__section--a .point__photos .point__photo:nth-child(1)::after {
    top: 12.264vw;
    right: -4.906vw;
    content: "";
    width: 3.396vw;
    height: 3.396vw;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__photos .point__photo:nth-child(1)::after {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -23px;
    width: 23px;
    height: 23px;
  }
}
.point--01 .point01__section--a .point__photos .point__photo-caption {
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__photos .point__photo-caption {
    font-size: 14px;
  }
}
.point--01 .point01__section--a .point__photos .point__photo-caption span {
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .point--01 .point01__section--a .point__photos .point__photo-caption span {
    white-space: normal;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__photos .point__photo-caption span {
    font-size: 12px;
  }
}
.point--01 .point01__section--a .point__photos .point__photo .point__photo-img {
  width: 100%;
}
.point--01 .point01__section--a .point__note {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--a .point__note {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__subheader {
    margin-bottom: 0;
  }
}
.point--01 .point01__section--b .point__connect {
  margin-bottom: 40px;
}
.point--01 .point01__section--b .point__connect-lead-text {
  color: #000000;
  font-size: 31px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__connect-lead-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.point--01 .point01__section--b .point__connect-highlight {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__connect-highlight {
    margin-bottom: 20px;
  }
}
.point--01 .point01__section--b .point__connect-highlight span {
  display: inline-block;
  padding: 0 1.5em;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__connect-highlight span {
    font-size: 14px;
  }
}
.point--01 .point01__section--b .point__connect-alert {
  color: #cc0100;
  font-size: 24px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__connect-alert {
    font-size: 14px;
  }
}
.point--01 .point01__section--b .point__connect-desc {
  padding: 0 60px;
  font-size: 12px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--b .point__connect-desc {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--c .point__wide-visual {
    padding: 0 30px;
  }
}
.point--01 .point01__section--c .point__note {
  padding: 0 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point--01 .point01__section--c .point__note {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.point--01 .point01__section--c .c-list--type {
  margin: 0 30px;
}
.point--01 .point01__section--c .point__action {
  margin-left: 30px;
  margin-right: 30px;
}
.point--01 .point__summary-inner {
  width: 605px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point--01 .point__summary-inner {
    width: 100%;
  }
}
.point--01 .point__summary-illust {
  width: 550px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .point--01 .point__summary-illust {
    width: 330px;
    margin: 0 auto 30px;
  }
}
.point--01 .point__summary-illust-2 {
  width: 655px;
  margin-right: -50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point--01 .point__summary-illust-2 {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.point--02 .point__inner {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point--02 .point__section {
    padding: 0 10px 40px;
  }
}
.point--02 .point__photo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .point--02 .point__photo-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.point--02 .point__photo-title .desc1 {
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .point--02 .point__photo-title .desc1 {
    font-size: 16px;
  }
}
.point--02 .point__photo-title .desc2 {
  display: inline-block;
  color: #036eb8;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 3px;
  border: #036eb8 solid 1px;
}
.point--02 .point__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .point--02 .point__photos {
    gap: 6px;
  }
}
.point--02 .point__photo-caption {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point--02 .point__photo-caption {
    margin-top: 10px;
    font-size: 14px;
  }
}
.point--02 .point__photo-caption span {
  margin-top: 0.5em;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .point--02 .point__photo-caption span {
    font-size: 12px;
  }
}
.point--02 .point__summary-inner {
  width: 835px;
  margin: 0 auto;
}
@media (max-width: 875px) {
  .point--02 .point__summary-inner {
    width: 100%;
  }
}
.point--02 .point__summary-illust {
  width: 325px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .point--02 .point__summary-illust {
    width: 195px;
    margin-bottom: 30px;
  }
}
.point--02 .point__summary-illust-2 {
  width: 100%;
  margin: 0 auto;
}

.point--03 .point__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point--03 .point__header {
    margin-bottom: 30px;
  }
}
.point--03 .point__photo {
  width: 668px;
  margin: 0 auto 40px;
}
@media (max-width: 800px) {
  .point--03 .point__photo {
    width: 100%;
  }
}
.point--03 .point__desc {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .point--03 .point__desc {
    font-size: 14px;
    margin: 30px auto 20px;
  }
}
.point--03 .point__section {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .point--03 .point__section {
    padding: 20px 15px 40px;
  }
}
.point--03 .point03__subheading {
  color: #008bd5;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.075em;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .point--03 .point03__subheading {
    font-size: 20px;
  }
}
.point--03 .point03__subheading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 42px;
  height: 3px;
  background: #008bd5;
}
@media screen and (max-width: 768px) {
  .point--03 .point03__subheading::after {
    width: 25px;
  }
}
.point--03 .text-highlight {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point--03 .text-highlight {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.point--03 .text-highlight span {
  display: inline-block;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point--03 .text-highlight span {
    padding: 0 0.3em;
  }
}
.point--03 .text-highlight span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 30px;
  background: #008bd5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .point--03 .text-highlight span::after {
    height: 20px;
  }
}
.point--03 .text-highlight.gradient span::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c73a9), color-stop(25%, #4c73a9), to(#275697));
  background: linear-gradient(to bottom, #4c73a9 0%, #4c73a9 25%, #275697 100%);
}
.point--03 .point__illust {
  width: 645px;
  margin: 0 auto 25px;
}
@media (max-width: 800px) {
  .point--03 .point__illust {
    width: 100%;
    margin-bottom: 15px;
  }
}
.point--03 .point__note-list {
  width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point--03 .point__note-list {
    width: 100%;
  }
}
.point--03 .point__note-list li {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 3.3em;
  text-indent: -3.3em;
}
.point--03 .point__summary-inner {
  width: 855px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .point--03 .point__summary-inner {
    width: 100%;
  }
}
.point--03 .point__summary-lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-lead {
    margin-bottom: 20px;
  }
}
.point--03 .point__summary-illust {
  width: 457px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-illust {
    width: 274px;
    margin-bottom: 25px;
  }
}
.point--03 .point__summary-illust-2 {
  margin-right: -21px;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .point--03 .point__summary-illust-2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-illust-2 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.point--03 .point__summary-action-text {
  width: 430px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 2;
  letter-spacing: 0.03em;
  margin: 0 auto 7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-action-text {
    width: 240px;
    font-size: 14px;
  }
}
.point--03 .point__summary-action-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-30deg) translateY(-50%);
          transform: rotate(-30deg) translateY(-50%);
  content: "";
  width: 2px;
  height: 24px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-action-text::before {
    width: 2px;
    height: 20px;
  }
}
.point--03 .point__summary-action-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
  content: "";
  width: 2px;
  height: 24px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .point--03 .point__summary-action-text::after {
    width: 2px;
    height: 20px;
  }
}
.point--03 .point__action {
  margin-top: 0;
}

.point__bottom {
  width: 100%;
  padding: 100px 0 110px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point__bottom {
    padding: 60px 0 80px;
  }
}
.point__bottom .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .point__bottom .inner {
    padding: 0 40px;
  }
}
.point__bottom .title {
  text-align: center;
  display: block;
  width: 374px;
  letter-spacing: 0.05em;
  color: #666;
  font-size: 20px;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.5;
  margin: 0 auto 7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point__bottom .title {
    width: 280px;
    font-size: 16px;
  }
}
.point__bottom .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-30deg) translateY(-50%);
          transform: rotate(-30deg) translateY(-50%);
  content: "";
  width: 2px;
  height: 24px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .point__bottom .title::before {
    width: 2px;
    height: 20px;
  }
}
.point__bottom .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
  content: "";
  width: 2px;
  height: 24px;
  background: #666;
}
@media screen and (max-width: 768px) {
  .point__bottom .title::after {
    width: 2px;
    height: 20px;
  }
}
.point__bottom .image {
  width: 300px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .point__bottom .image {
    width: 300px;
  }
}
.point__bottom .button_box {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .point__bottom .button_box {
    width: 280px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.point__bottom .c-btn-more {
  display: block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.25em;
  background: #AAD2E4;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.point__bottom .c-btn-more::after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../image/icon_blank.svg) no-repeat;
  background-size: contain;
}
.point__bottom .c-btn-more:hover {
  opacity: 0.7;
}

.bounce-in {
  opacity: 0;
}

.bounce-in.is-active {
  -webkit-animation: bounce-in 1s ease forwards;
          animation: bounce-in 1s ease forwards;
}

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}