@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
/* Scss Document */
/* Fonts */
/* Break Point */
/* Container Margin */
/* Hover Style */
/* 色設定 */
/* *** mixin *** */
/* break point */
/* hover */
/* gradation */
/* *** SUBARUの総合安全 *** */
/* *** Nav *** */
/* *** module.css 上書き *** */
/* SP txt-img-wrap & アコーディオン */
@media (min-width: 768px) {
  .txt-img-wrap + .txt-img-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767.89px) {
  .txt-img-wrap {
    display: flex;
    flex-direction: column;
  }
  .txt-img-wrap .txt-wrap h4 {
    padding-right: 4rem;
    font-size: 1.8rem;
    position: relative;
    font-weight: bold;
  }
  .txt-img-wrap .txt-wrap h4::before {
    content: "";
    display: block;
    background-color: #014e98;
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2px;
    right: 0.875rem;
  }
  .txt-img-wrap .txt-wrap h4::after {
    content: "";
    display: block;
    background-color: #014e98;
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2px;
    right: 0.875rem;
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .txt-img-wrap .txt-wrap h4.is-active::before {
    opacity: 0;
  }
  .txt-img-wrap .txt-wrap h4.is-active::after {
    transform: rotate(0);
    transition-duration: 0.3s;
  }
  .txt-img-wrap .txt-wrap .txt {
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
    opacity: 0;
  }
  .txt-img-wrap .txt-wrap .txt.is-open {
    padding: 1.6rem;
    font-size: 1.4rem;
    background: #e5e5e5;
    line-height: normal;
    height: auto;
    opacity: 1;
  }
  .txt-img-wrap .img-wrap {
    margin-top: 16px;
  }
  .txt-img-wrap > .img-wrap {
    width: 100%;
  }
  .txt-img-wrap + .txt-img-wrap {
    margin-top: 32px;
  }
}
#contnets {
  position: relative;
}

strong {
  font-weight: bold;
}

.emphasis {
  color: #014E98;
}

.safety-content {
  position: relative;
  color: #0d0d0d;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.safety-content .inner-xs-wrap {
  max-width: 1066px;
}
.safety-content .alpha_hover {
  transition: 0.5s;
}
.safety-content .alpha_hover:hover {
  opacity: 0.7;
}

.subagaku-btn {
  display: flex;
  width: 90%;
  max-width: 620px;
  border: 1px solid #1B4F93;
  border-radius: 1.4rem;
  align-items: center;
  color: #1B4F93;
  justify-content: center;
  flex-direction: column;
  margin: 6rem auto;
  height: 8.8rem;
  position: relative;
}
@media (max-width: 767.89px) {
  .subagaku-btn {
    height: auto;
    padding: 2rem 0 1.5rem;
  }
}
.subagaku-btn:hover {
  opacity: 0.7;
}
.subagaku-btn .text1 {
  background-color: #FFF;
  display: inline-flex;
  padding: 0 20px;
  gap: 20px;
  align-items: center;
  font-size: 1.4rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  justify-content: center;
  transform: translate(-50%, 0);
}
@media (max-width: 767.89px) {
  .subagaku-btn .text1 {
    width: 65vw;
  }
}
.subagaku-btn .text1:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #1B4F93;
  height: 1.5rem;
  transform: rotate(-30deg);
}
.subagaku-btn .text1:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #1B4F93;
  height: 1.5rem;
  transform: rotate(30deg);
}
.subagaku-btn .text2 {
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
@media (max-width: 767.89px) {
  .subagaku-btn .text2 {
    flex-direction: column;
    gap: 1rem;
  }
}
.subagaku-btn .text2:after {
  content: "";
  width: 24px;
  height: 10px;
  position: absolute;
  right: 4%;
  top: 45%;
  display: block;
  background-image: url(/safety/top/images/2026/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.subagaku-btn .text2:before {
  content: "";
  width: 140px;
  height: 46px;
  background-image: url(/safety/top/images/2026/logo_subagaku.png);
  display: block;
}

/* *** main Visual area *** */
.mv-txt {
  margin-top: 60px;
  background-image: url(/safety/top/images/2026/hero.webp);
  background-size: cover;
  padding: 140px 20px 130px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.89px) {
  .mv-txt {
    margin-top: 5rem;
    background-image: url(/safety/top/images/2026/hero_sp.webp);
    padding: 8rem 2rem;
  }
}
.mv-txt h2 {
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width: 767.89px) {
  .mv-txt h2 {
    font-size: 2.8rem;
  }
}
.mv-txt p {
  margin-top: 3rem;
  font-size: 2rem;
}
@media (max-width: 767.89px) {
  .mv-txt p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}

/* MOVIE */
.movie-area {
  max-width: 1066px;
  margin: 10rem auto 0 auto;
}
@media (max-width: 767.89px) {
  .movie-area {
    margin-top: 6.5rem;
  }
}
.movie-area .movie-grid {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.89px) {
  .movie-area .movie-grid {
    row-gap: 3rem;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.movie-area .movie-grid .half {
  width: calc(50% - 15px);
}
@media (max-width: 767.89px) {
  .movie-area .movie-grid .half {
    width: 45vw;
  }
  .movie-area .movie-grid .half .bc_modal_movie:after {
    content: "";
    background-size: 20vw;
  }
}

/* Other Story */
.story-area {
  max-width: 1066px;
  margin: 0 auto;
}
.story-area h2 {
  font-size: 3.6rem;
  margin-top: 10rem;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: bold;
  color: #0d0d0d;
}
@media (max-width: 767.89px) {
  .story-area h2 {
    margin-top: 6.4rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.story-area h2 span {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  display: block;
}
@media (max-width: 767.89px) {
  .story-area h2 span {
    font-size: 1.6rem;
  }
}
.story-area .item {
  padding: 3.8rem 7.5rem;
  background-image: url(/safety/top/images/2026/bg_story1.webp);
  background-size: 100% auto;
  color: white;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767.89px) {
  .story-area .item {
    padding: 2rem;
  }
}
.story-area .item.is-open .story-body .txt-close {
  display: none;
}
.story-area .item.is-open .story-body .txt-open {
  display: block;
}
.story-area .item.is-open:after {
  background-image: url(/safety/top/images/2026/icon_close.svg);
}
.story-area .item:hover {
  filter: brightness(1.3);
}
.story-area .item:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/safety/top/images/2026/icon_open.svg);
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.story-area .item .story-head {
  display: flex;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media (max-width: 767.89px) {
  .story-area .item .story-head {
    font-size: 1.2rem;
  }
}
.story-area .item .story-head .name {
  margin-left: 15px;
}
.story-area .item .story-head .tag {
  margin-left: 24px;
  display: inline-flex;
  border-radius: 50px;
  padding: 0 20px;
  align-items: center;
  height: 30px;
  border: 1px solid #fff;
  line-height: 1;
}
.story-area .item .story-body .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.89px) {
  .story-area .item .story-body .title {
    font-size: 2rem;
  }
}
.story-area .item .story-body .txt-open {
  display: none;
}
@media (max-width: 767.89px) {
  .story-area .item .story-body p {
    font-size: 1.4rem;
  }
}
.story-area .item .story-body p + p {
  margin-top: 1em;
}
.story-area .item.story2 {
  background-image: url(/safety/top/images/2026/bg_story2.webp);
}
.story-area .item.story3 {
  background-image: url(/safety/top/images/2026/bg_story3.webp);
}

/* 死亡・重傷交通事故件数が10年で約50％低減 */
.down-50per {
  margin-bottom: 9rem;
}
.down-50per .down-head {
  display: flex;
  gap: 9rem;
}
@media (max-width: 767.89px) {
  .down-50per .down-head {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.down-50per .down-head .down-title {
  font-size: 9rem;
  flex-shrink: 0;
}
@media (max-width: 767.89px) {
  .down-50per .down-head .down-title {
    font-size: 4.8rem;
  }
}
.down-50per .graph-img {
  max-width: 940px;
  margin: 0 auto;
}
.down-50per .graph-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #1b4f93;
  margin-bottom: 0.8em;
}
@media (max-width: 767.89px) {
  .down-50per .graph-title {
    font-size: 1.6rem;
  }
}
.down-50per .note-list {
  margin-top: 2.5rem;
}
@media (max-width: 767.89px) {
  .down-50per .catchcopy {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .down-50per .catchcopy {
    margin-bottom: 5rem;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

/* XX安全 */
/* タイトル */
@media (max-width: 767.89px) {
  .title-area {
    margin-block-end: 3rem;
  }
}
@media (min-width: 768px) {
  .title-area {
    margin-block-end: 4rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .title-area .title-arrow_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.89px) {
  .title-area .title-arrow_wrap {
    margin-bottom: 20px;
  }
}
.title-area .title-arrow_wrap .h3ttl {
  flex-shrink: 0;
}
.title-area .title-arrow_wrap .arrow_nav {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.7s ease;
}
@media (min-width: 768px) {
  .title-area .title-arrow_wrap .arrow_nav {
    width: 600px;
  }
}
.title-area .title-arrow_wrap .arrow_nav.animated {
  opacity: 1;
  transform: translateX(0);
}
.title-area .title-arrow_wrap .arrow_nav img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .title-area .h3ttl {
    margin-bottom: 0;
  }
}
@media (max-width: 767.89px) {
  .title-area .h3ttl {
    font-size: 3.2rem;
  }
}
@media (max-width: 767.89px) {
  .title-area .h3ttl .sub {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .title-area .h3ttl .sub {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .title-area .description {
    text-align: center;
  }
}

/* SUBARUラインアップ */
@media (min-width: 768px) {
  .sec-common-lineup {
    font-size: 16px;
    padding: 40px 0 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1150px;
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 767.89px) {
  .sec-common-lineup {
    text-align: center;
  }
  .sec-common-lineup .swiper-outer {
    margin-left: -16px;
    width: 100vw;
  }
  .sec-common-lineup .swiper-outer .swiper {
    padding-left: 16px;
  }
  .sec-common-lineup .title_lead2 {
    text-align: center;
  }
}
.sec-common-lineup .title {
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .sec-common-lineup .title {
    margin-block-end: 1rem;
    font-size: clamp(2.5em, 1.6111111111em + 1.8518518519vw, 3em);
  }
}
@media (max-width: 767.89px) {
  .sec-common-lineup .title {
    margin-block-end: 0.5rem;
    font-size: clamp(1.5em, 0.375em + 3.75vw, 2em);
  }
}
.sec-common-lineup .note {
  text-align: center;
  padding-block-start: 0;
}
@media (min-width: 768px) {
  .sec-common-lineup .note {
    margin-block-end: 3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767.89px) {
  .sec-common-lineup .note {
    padding-block-end: 1.5rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .sec-common-lineup ul.lineup-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: unset !important;
    transform: unset !important;
    gap: 20px;
  }
}
@media (max-width: 767.89px) {
  .sec-common-lineup ul.lineup-wrap {
    /* margin-block-end: 3rem; */
  }
}
@media (min-width: 768px) {
  .sec-common-lineup ul.lineup-wrap li {
    flex-basis: 23.5%;
    margin-block-end: 2rem;
    font-size: 1.125rem;
    width: 23.5% !important;
    transition: unset !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) and (max-width: 1200px) {
  .sec-common-lineup ul.lineup-wrap li {
    flex-basis: 23%;
    width: 23% !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1000px) {
  .sec-common-lineup ul.lineup-wrap li {
    flex-basis: 22.5%;
    width: 22.5% !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec-common-lineup ul.lineup-wrap li a {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .sec-common-lineup ul.lineup-wrap li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    transform: unset !important;
  }
  .sec-common-lineup ul.lineup-wrap li .pic {
    overflow: hidden;
    transition: 0.5s all;
  }
  .sec-common-lineup ul.lineup-wrap li .pic img {
    transition: 0.5s all;
  }
  .sec-common-lineup ul.lineup-wrap li .pic img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
  }
  .sec-common-lineup ul.lineup-wrap li p {
    text-align: center;
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 767.89px) {
  .sec-common-lineup ul.lineup-wrap li p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sec-common-lineup ul.lineup-wrap li p {
    font-size: 1.6rem;
  }
}

.lineup_modal {
  width: min(100% - 2.5rem, 1000px);
  height: calc(100% - 2.5rem) !important;
  color: #000;
  overflow: hidden;
  border-radius: 2rem !important;
}
@media (min-width: 768px) {
  .lineup_modal.iziModal.isAttached {
    border-radius: 1.25rem !important;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.iziModal.isAttached {
    border-radius: 0.625rem !important;
  }
}
.lineup_modal .modal_inner {
  position: relative;
}
@media (min-width: 768px) {
  .lineup_modal .modal_inner {
    padding: 2rem 1.5rem 2rem 2rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .modal_inner {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.lineup_modal .close_btn {
  background-color: #000;
  border-radius: 50%;
  border: none;
  aspect-ratio: 1/1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  transition: opacity ease 300ms;
  cursor: pointer;
  position: absolute;
  transition: all 0.3s 0s ease;
  cursor: pointer;
}
.lineup_modal .close_btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .lineup_modal .close_btn {
    width: 58px;
    top: 2rem;
    right: 2.25rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .close_btn {
    width: 9.33%;
    top: 1rem;
    right: 0.75rem;
  }
}
.lineup_modal .close_btn::before, .lineup_modal .close_btn::after {
  content: "";
  width: 66.67%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .lineup_modal .close_btn::before, .lineup_modal .close_btn::after {
    height: 0.25rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .close_btn::before, .lineup_modal .close_btn::after {
    height: 0.125rem;
  }
}
.lineup_modal .close_btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media (min-width: 768px) {
  .lineup_modal .head {
    display: flex;
    justify-content: space-between;
    margin-block: 5rem 2rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .head {
    margin-block: 3rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .text_area {
    flex-basis: 48%;
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .text_area .logo {
    margin-block-end: 1.5rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .head .text_area .logo {
    margin-block-end: 1rem;
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .text_area .copy {
    margin-block-end: 1.5rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .head .text_area .copy {
    margin-block-end: 1rem;
    font-size: clamp(1rem, -0.25rem + 3.75vw, 1.75rem);
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .text_area .text_small {
    font-size: 1rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .head .text_area .text_small {
    font-size: clamp(0.75rem, -0.25rem + 3.75vw, 1rem);
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .text_area .price {
    font-size: 2.25rem;
  }
  .lineup_modal .head .text_area .price span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .head .text_area .price {
    margin-block-end: 1rem;
    font-size: clamp(1.875rem, -0.25rem + 3.75vw, 2.25rem);
  }
  .lineup_modal .head .text_area .price span {
    font-size: clamp(1rem, -0.25rem + 3.75vw, 1.5rem);
  }
}
@media (min-width: 768px) {
  .lineup_modal .head .pic_area {
    flex-basis: 50%;
  }
}
.lineup_modal .container {
  border: 1px solid #333;
}
@media (min-width: 768px) {
  .lineup_modal .container {
    margin-block-end: 2rem;
    padding: 1.5rem 1.25rem 1rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .container {
    margin-block-end: 1.5rem;
    padding: 2rem 1.25rem 0;
  }
}
.lineup_modal .container > div:first-child {
  margin-block-end: 1.5rem;
  padding-block-end: 1.5rem;
  border-bottom: 1px solid #333;
}
.lineup_modal .container .container_title {
  text-align: center;
}
@media (min-width: 768px) {
  .lineup_modal .container .container_title {
    margin-block-end: 1.5rem;
    font-size: 1.875rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .container .container_title {
    font-size: clamp(1rem, -0.25rem + 3.75vw, 1.75rem);
    margin-block-end: 1.5rem;
  }
}
.lineup_modal .container .cols {
  margin-block: 0;
}
@media (min-width: 768px) {
  .lineup_modal .container .cols {
    display: flex;
    justify-content: space-between;
    margin-block: 1rem 2rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .container .cols {
    margin-block: 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .lineup_modal .container .cols .unit {
    flex-basis: 49.5%;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .container .cols .unit:first-child {
    margin-block-end: 1.5rem;
  }
}
@media (min-width: 768px) {
  .lineup_modal .container .cols .unit P {
    margin-block-start: 0.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal .container .cols .unit P {
    margin-block-start: 0.5rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_impreza .head .text_area .logo {
    width: 360px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_impreza .head .text_area .logo {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_crosstrek .head .text_area .logo {
    width: 420px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_crosstrek .head .text_area .logo {
    width: 74%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_forester .head .text_area .logo {
    width: 420px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_forester .head .text_area .logo {
    width: 74%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_outback .head .text_area .logo {
    width: 400px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_outback .head .text_area .logo {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_levorg .head .text_area .logo {
    width: 360px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_levorg .head .text_area .logo {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_layback .head .text_area .logo {
    width: 380px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_layback .head .text_area .logo {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_wrxs4 .head .text_area .logo {
    width: 120px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_wrxs4 .head .text_area .logo {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .lineup_modal.lineup_brz .head .text_area .logo {
    width: 200px;
  }
}
@media (max-width: 767.89px) {
  .lineup_modal.lineup_brz .head .text_area .logo {
    width: 44%;
  }
}

/* 試乗ボタン */
@media (min-width: 768px) {
  .sec-common-btn {
    margin-block: 4rem;
  }
}
@media (max-width: 767.89px) {
  .sec-common-btn {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .sec-common-btn .btn a {
    padding-inline: 2rem;
  }
}

.sec-common-btn .bnr_text {
  line-height: 1;
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
@media (min-width: 768px) {
  .sec-common-btn .bnr_text {
    margin-block-end: 1.5rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 767.89px) {
  .sec-common-btn .bnr_text {
    margin-block-end: 1.2rem;
    font-size: 1.4rem;
  }
}
.sec-common-btn .btn {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .sec-common-btn .btn {
    width: 540px;
  }
}
@media (max-width: 767.89px) {
  .sec-common-btn .btn {
    width: min(93.33%, 500px);
  }
}
.sec-common-btn .btn a {
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
  color: #fff;
  background-color: #db5f00;
  /* box-shadow: 3px 3px 6px rgba($black, .16); */
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .sec-common-btn .btn a {
    padding: 1.875rem;
    font-size: 2rem;
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  .sec-common-btn .btn a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.89px) {
  .sec-common-btn .btn a {
    padding: 5%;
    font-size: 1.6rem;
  }
}
.sec-common-btn .btn .arrow {
  position: relative;
}
.sec-common-btn .btn .arrow::before {
  content: "";
  width: 18px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.7%;
  z-index: 1;
}
.sec-common-btn .btn .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid #fff;
  border-right: solid #fff;
  border-width: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 3.7%;
}

/* JNCAP */
.sec02 {
  /* p {
  	@include mixins.pc-layout {
  		font-size: 1.6rem;
  	}
  	@include mixins.sp-layout {
  		font-size: 0.875rem;
  	}
  } */
  /* JNCAP */
}
@media (min-width: 768px) {
  .sec02 .target02,
  .sec02 .target03,
  .sec02 .target04,
  .sec02 .target05 {
    margin-block-end: 10rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .target02,
  .sec02 .target03,
  .sec02 .target04,
  .sec02 .target05 {
    margin-block-end: 4rem;
  }
}
.sec02 .title_sec2 {
  color: #014e98;
}
@media (min-width: 768px) {
  .sec02 .title_sec2 {
    margin-block-end: 3rem;
    padding-block: 1rem;
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 767.89px) {
  .sec02 .title_sec2 {
    margin-block-end: 1.5rem;
    padding-block: 0.875rem;
    font-size: 2rem;
  }
}
.sec02 .btn-wrap {
  text-align: center;
}
.sec02 .btn-wrap .note {
  margin-bottom: 2rem;
}
.sec02 .fivestar_area {
  display: flex;
}
@media (min-width: 768px) {
  .sec02 .fivestar_area {
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .sec02 .fivestar_area .fivestar_logo {
    flex-basis: 14.2rem;
    margin-inline-end: 3rem;
    justify-content: space-between;
  }
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_logo {
    width: 26vw;
    margin-top: -2vw;
    flex-shrink: 0;
    margin-right: 3vw;
  }
}
.sec02 .fivestar_area .fivestar_text_area sup {
  font-size: 50%;
  position: relative;
  top: 0.5em;
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_text_area {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec02 .fivestar_area .fivestar_text_area .note_ajust {
  font-size: 1.2rem;
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_text_area .note_ajust {
    margin-left: -28vw;
  }
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_text_area .fivestar_text_area_inner .fivestar_text {
    flex-basis: 55vw;
    font-size: 2rem;
    flex-shrink: 0;
  }
}
.sec02 .fivestar_area .fivestar_text_area .fivestar_text {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec02 .fivestar_area .fivestar_text_area .fivestar_text {
    flex-basis: auto;
    font-size: 3.6rem;
  }
}
.sec02 .fivestar_area .fivestar_text_area .fivestar_text .num1 {
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_text_area .fivestar_text .num1 {
    font-size: 3rem;
  }
}
.sec02 .fivestar_area .fivestar_text_area .fivestar_text span {
  display: block;
}
@media (min-width: 768px) {
  .sec02 .fivestar_area .fivestar_text_area .fivestar_text span {
    font-size: 0.75rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .fivestar_area .fivestar_text_area .fivestar_text span {
    display: block;
    width: 100%;
  }
}
.sec02 .impreza_crosstrek {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .sec02 .impreza_crosstrek {
    margin-block: 1.5em;
  }
}
@media (max-width: 767.89px) {
  .sec02 .impreza_crosstrek {
    margin-block: 1rem;
  }
}
.sec02 .impreza_crosstrek li {
  flex-basis: 50%;
}
.sec02 .world_evaluation_area {
  /* アコーディオンボタン */
  /* 各国の賞 */
  /* .ls_evaluation_wrap {
        line-height: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        &.is-open {
            line-height: normal;
            height: auto;
            opacity: 1;
        }
    } */
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area {
    margin-block: 3rem;
    padding-block-end: 2rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area {
    margin-block: 4rem;
    padding-block-end: 4rem;
  }
}
.sec02 .world_evaluation_area h3.title {
  text-align: center;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area h3.title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area h3.title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area p.lead {
    margin-block: 1.6rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area p.lead {
    margin-block: 2rem 3rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec02 .world_evaluation_area ul.ls_world_evaluation_icons {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area ul.ls_world_evaluation_icons {
    margin-block-end: 2rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area ul.ls_world_evaluation_icons {
    margin-inline: auto;
    margin-block-end: 3rem;
  }
}
.sec02 .world_evaluation_area .btn_world_evaluation {
  display: block;
  margin-block-end: 2rem;
  margin-inline: auto;
  text-align: center;
  padding-block-end: 0.5rem;
  border-bottom: 1px solid #333;
  position: relative;
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .btn_world_evaluation {
    cursor: pointer;
  }
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .btn_world_evaluation {
    padding-block-end: 1rem;
  }
}
.sec02 .world_evaluation_area .btn_world_evaluation::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 1px;
  top: 8px;
  background-color: #0d0d0d;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .btn_world_evaluation::after {
    top: 12px;
  }
}
.sec02 .world_evaluation_area .btn_world_evaluation::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  position: absolute;
  right: 9px;
  top: 0;
  background-color: #0d0d0d;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .btn_world_evaluation::before {
    top: 4px;
  }
}
.sec02 .world_evaluation_area .btn_world_evaluation.is-active:before {
  opacity: 0;
}
.sec02 .world_evaluation_area .world_evaluation_wrap {
  display: none;
}
.sec02 .world_evaluation_area .world_evaluation_wrap.is-open {
  display: block;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation {
    margin-block-start: 3.2rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation {
    margin-block-start: 5rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_icons {
    flex-basis: 336px;
    max-width: 336px;
  }
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_icons .caption {
  margin-block-start: 0.5rem;
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text {
    margin-block-start: 1rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text {
    flex: 1;
  }
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text h4 {
  border-bottom: 1px solid #dde2e6;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text h4 {
    margin-block-end: 1.4rem;
    padding-block-end: 1rem;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text h4 {
    margin-block-end: 1.6rem;
    padding-block-end: 1rem;
    font-size: 2.4rem;
  }
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text h4 small {
  font-size: 70%;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_info .evaluation_info_text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle {
    margin-block-start: 2rem;
    margin-inline: auto;
  }
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle.small_list {
    max-width: 600px;
  }
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 1rem;
  padding-block-end: 1rem;
  border-bottom: 1px solid #d4d9de;
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span {
  padding-block: 0.5rem;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.model {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.model {
    flex-basis: 35%;
  }
}
.sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.year {
  border-left: 1px solid #d4d9de;
  border-right: 1px solid #d4d9de;
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.year {
    margin-inline: 1%;
    padding-inline: 2%;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.year {
    margin-inline: 3%;
    padding-inline: 5%;
  }
}
@media (max-width: 767.89px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.star {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  .sec02 .world_evaluation_area .world_evaluation .world_evaluation_vehicle li span.star {
    flex-basis: 23%;
  }
}
.sec02 .score_area_wrap {
  text-align: center;
}
.sec02 .score_area_wrap .score_area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-inline: auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec02 .score_area_wrap .score_area {
    margin-block-end: 6.4rem;
    padding-block: 1.5rem;
    padding-inline: 4.8rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .score_area_wrap .score_area {
    margin-block-end: 2.4rem;
    padding-block: 0.8rem;
    padding-inline: 1rem;
    gap: 0.4rem;
  }
}
.sec02 .score_area_wrap .score_area .text {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec02 .score_area_wrap .score_area .text {
    padding: 0.6rem 2rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .score_area_wrap .score_area .text {
    padding: 0rem 1.2rem;
    font-size: 1.4rem;
  }
}
.sec02 .score_area_wrap .score_area .text span {
  background: rgb(203, 174, 83);
  color: #fff;
  display: inline-flex;
  height: 4.6rem;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  padding: 1px 1em 0 1em;
  line-height: 0;
  position: relative;
  background: linear-gradient(90deg, rgb(203, 174, 83) 0%, rgb(145, 112, 12) 100%);
}
@media (min-width: 768px) {
  .sec02 .score_area_wrap .score_area .text span {
    bottom: -8px;
  }
}
@media (max-width: 767.89px) {
  .sec02 .score_area_wrap .score_area .text span {
    font-size: 1.5rem;
    height: 2.6rem;
    bottom: 0;
  }
}
.sec02 .score_area_wrap .score_area .score {
  color: #a68336;
}
.sec02 .score_area_wrap .score_area .score .js-flip_01 > div:nth-child(1) {
  color: #b79544;
}
.sec02 .score_area_wrap .score_area .score .js-flip_01 > div:nth-child(2) {
  color: #b08e3f;
}
.sec02 .score_area_wrap .score_area .score .js-flip_01 > div:nth-child(3) {
  color: #a38033;
}
.sec02 .score_area_wrap .score_area .score .js-flip_02 > div:nth-child(1) {
  color: #9b782c;
}
.sec02 .score_area_wrap .score_area .score .js-flip_02 > div:nth-child(2) {
  color: #937025;
}
.sec02 .score_area_wrap .score_area .score .js-flip_02 > div:nth-child(3) {
  color: #937025;
}
@media (min-width: 768px) {
  .sec02 .score_area_wrap .score_area .score {
    font-size: 9.1rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .score_area_wrap .score_area .score {
    font-size: 4.6rem;
  }
}
.sec02 .score_area_wrap .score_area .score .num_flip {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
}
.sec02 .score_area_wrap .score_area .score .small {
  color: #89661d;
}
.sec02 .score_area_wrap .score_area .score .small .txt {
  color: #000;
}
@media (min-width: 768px) {
  .sec02 .score_area_wrap .score_area .score .small {
    font-size: 3rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .score_area_wrap .score_area .score .small {
    font-size: 1.6rem;
  }
}
.sec02 .play-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
  font-size: 2rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto 3rem;
}
@media (max-width: 767.89px) {
  .sec02 .play-buttons {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
}
.sec02 .play-buttons .item {
  text-align: center;
  display: flex;
  gap: 13px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.89px) {
  .sec02 .play-buttons .item {
    flex-direction: row;
    font-size: 1.4rem;
    gap: 0.8rem;
    justify-content: flex-start;
  }
}
.sec02 .play-buttons .item:hover {
  opacity: 0.7;
}
.sec02 .play-buttons .item:after {
  display: none;
}
.sec02 .play-buttons .text1 {
  color: #fff;
  padding: 0.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 13px 0;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  background-color: #1b4f93;
}
@media (max-width: 767.89px) {
  .sec02 .play-buttons .text1 {
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
  }
}
.sec02 .play-buttons .text1:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(/safety/top/images/2026/btn_play.svg) no-repeat;
  display: block;
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area .btn_evaluation_sp {
    display: block;
    margin-block-end: 6rem;
    margin-inline: auto;
    padding-block-end: 1rem;
    border-bottom: 1px solid #333;
    position: relative;
  }
  .sec02 .evaluation_area .btn_evaluation_sp::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    position: absolute;
    right: 1px;
    top: 13px;
    background-color: #0d0d0d;
  }
  .sec02 .evaluation_area .btn_evaluation_sp::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 18px;
    position: absolute;
    right: 9px;
    top: 5px;
    background-color: #0d0d0d;
  }
  .sec02 .evaluation_area .btn_evaluation_sp.is-active:before {
    opacity: 0;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area .ls_evaluation_wrap {
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .sec02 .evaluation_area .ls_evaluation_wrap.is-open {
    line-height: normal;
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation {
    display: flex;
    justify-content: space-between;
    margin-block-end: 4.8rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation {
    margin-block-end: 3.22rem;
  }
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation li {
    flex-basis: 32%;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation li {
    margin-block-end: 3.2rem;
  }
}
.sec02 .evaluation_area ul.ls_evaluation li .title {
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation li .title {
    font-size: 2rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation li .title {
    font-size: 2rem;
  }
}
.sec02 .evaluation_area ul.ls_evaluation li .score {
  color: #92710c;
  text-align: center;
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation li .score {
    font-size: 3.6rem;
    margin: 8px 0;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation li .score {
    font-size: 2.8rem;
  }
}
.sec02 .evaluation_area ul.ls_evaluation li .score span {
  font-size: 70%;
  color: #000;
}
.sec02 .evaluation_area ul.ls_evaluation li figure {
  display: block;
  position: relative;
}
.sec02 .evaluation_area ul.ls_evaluation li figure figcaption.incaption {
  padding: 0.4rem 0.8rem;
  width: 100%;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation li .text {
    margin-block-start: 0.8rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation li .text {
    margin-block-start: 0.4rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_evaluation li .text_sm {
    margin-block-start: 0.8rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_evaluation li .text_sm {
    margin-block-start: 0.4rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .sec02 .evaluation_area ul.ls_caution {
    margin-block-start: 1.6rem;
    font-size: 1.2em;
  }
}
@media (max-width: 767.89px) {
  .sec02 .evaluation_area ul.ls_caution {
    margin-block-start: 1.6rem;
    font-size: 1.2rem;
  }
}
.sec02 .evaluation_area ul.ls_caution li {
  display: flex;
}
.sec02 .evaluation_area ul.ls_caution li span.num {
  width: 2.5em;
}
@media (min-width: 768px) {
  .sec02 ul.ls_saved_mov {
    display: flex;
    flex-direction: column;
    margin-block-end: 2rem;
    margin-inline: auto;
    max-width: 900px;
    gap: 3rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 ul.ls_saved_mov {
    margin-block-end: 1rem;
  }
}
@media (min-width: 768px) {
  .sec02 ul.ls_saved_mov li {
    flex-basis: 49.5%;
  }
}
@media (max-width: 767.89px) {
  .sec02 ul.ls_saved_mov li {
    margin-block-end: 1.5rem;
  }
}
@media (min-width: 768px) {
  .sec02 ul.ls_saved_mov li .title {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 767.89px) {
  .sec02 ul.ls_saved_mov li .title {
    font-size: 1.6rem;
    margin-block-end: 0.25rem;
  }
}
@media (min-width: 768px) {
  .sec02 ul.ls_saved_mov li .text {
    padding-block-start: 0.5rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 ul.ls_saved_mov li .text {
    font-size: 1.4rem;
    padding-block-start: 0.25rem;
  }
}
@media (min-width: 768px) {
  .sec02 .target03_note {
    font-size: 0.75rem;
    text-align: center;
  }
}
@media (max-width: 767.89px) {
  .sec02 .target03_note {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .sec02 .sec_common_btn {
    margin-block: 6rem 6.5rem;
  }
}
@media (max-width: 767.89px) {
  .sec02 .sec_common_btn {
    margin-block: 3.5rem 4rem;
  }
}
.sec02 .mapbox {
  margin-bottom: 6rem;
}

.title_lead2 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media (max-width: 767.89px) {
  .title_lead2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.title_lead2.mbs {
  margin-bottom: 2rem;
}

.title_lead {
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .title_lead {
    margin-block-end: 3.5rem;
    font-size: clamp(2.5em, 1.6111111111em + 1.8518518519vw, 3em);
  }
}
@media (max-width: 767.89px) {
  .title_lead {
    margin-block-end: 2.5rem;
    text-align: left;
    font-size: clamp(1.5em, 0.375em + 3.75vw, 2em);
  }
}

@media (min-width: 768px) {
  ul.ls_roots {
    display: flex;
    justify-content: space-between;
    margin-block-end: 2rem;
    margin-inline: auto;
    max-width: 1140px;
  }
}
@media (max-width: 767.89px) {
  ul.ls_roots {
    margin-block-end: 1rem;
  }
}
@media (min-width: 768px) {
  ul.ls_roots li {
    flex-basis: 49.5%;
  }
}
@media (max-width: 767.89px) {
  ul.ls_roots li {
    margin-block-end: 1.5rem;
  }
}

@media (min-width: 768px) {
  .roots_text {
    margin-inline: auto;
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .target05 ul.ls_eyesight {
    display: flex;
    justify-content: space-between;
    margin-block: 3rem 2rem;
    margin-inline: auto;
    max-width: 1140px;
  }
}
@media (max-width: 767.89px) {
  .target05 ul.ls_eyesight {
    margin-block: 1.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .target05 ul.ls_eyesight li {
    flex-basis: 49.5%;
  }
  .target05 ul.ls_eyesight li.text_area {
    flex-basis: 46.5%;
  }
}
@media (max-width: 767.89px) {
  .target05 ul.ls_eyesight li {
    margin-block-end: 1.5rem;
  }
}
.target05 .lead {
  font-weight: bold;
}
@media (min-width: 768px) {
  .target05 .lead {
    margin-block-end: 3.2rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 767.89px) {
  .target05 .lead {
    margin-block-end: 2.4rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.target05 h4 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .target05 h4 {
    margin-block-end: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 767.89px) {
  .target05 h4 {
    margin-block-end: 1.2em;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .target05 p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 767.89px) {
  .target05 p {
    font-size: 1.4rem;
  }
}

.episode_area .title_sec2.tl_episode {
  padding-block: 0;
  border: none;
}
.episode_area .episode_slider {
  overflow: hidden;
}
@media (min-width: 768px) {
  .episode_area .episode_slider ul {
    margin-block-end: 9.6rem;
  }
}
@media (max-width: 767.89px) {
  .episode_area .episode_slider ul {
    margin-block-end: 4.8rem;
  }
}
.episode_area .episode_slider ul .episode_slide {
  display: flex;
  flex-direction: column;
  background: #f2f6f9;
  box-shadow: 2px 2px 10px -2px #b4b4b4;
  height: auto;
}
@media (min-width: 768px) {
  .episode_area .episode_slider ul .episode_slide {
    border-radius: 3rem;
    padding: 3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767.89px) {
  .episode_area .episode_slider ul .episode_slide {
    border-radius: 1.4rem;
    padding: 1.4rem;
  }
}
.episode_area .episode_slider ul .episode_slide .episode_name {
  margin-block-end: 0.4rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .episode_area .episode_slider ul .episode_slide .episode_name {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.89px) {
  .episode_area .episode_slider ul .episode_slide .episode_name {
    font-size: 1.6rem;
  }
}
.episode_area .episode_slider ul .episode_slide .episode_text {
  color: #333;
  margin-block-start: 1.2rem;
  flex: 1;
}
.episode_area .swiper-container {
  --swiper-pagination-bullet-size: 0.625rem;
  --swiper-pagination-color: #00a0e9;
  --swiper-pagination-bullet-inactive-color: #bdbdbe;
  --swiper-pagination-bullet-inactive-opacity: 1;
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .episode_area .swiper-container {
    margin-block: 1.875rem 6.25rem;
  }
}
@media (max-width: 767.89px) {
  .episode_area .swiper-container {
    margin-block: 1rem 3.125rem;
  }
}
@media (max-width: 767.89px) {
  .episode_area .swiper-container::before, .episode_area .swiper-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2.25rem;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
}
.episode_area .swiper-container::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
}
.episode_area .swiper-container::after {
  right: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8), transparent);
}
.episode_area .swiper-container .swiper {
  padding-inline-end: 10px;
  margin-block-end: 1.875rem;
  overflow: visible;
}
@media (max-width: 767.89px) {
  .episode_area .swiper-container .swiper {
    margin-block-end: 1.5rem;
  }
}
.episode_area .swiper-container .swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.episode_area .swiper-container .swiper-pagination {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(35, 35, 51, 0.5);
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 0.1rem 0;
  border-radius: 9999px;
}
/* 動画モーダル */
.bc_modal_movie {
  opacity: 1;
  margin: 0;
}

.bc-movie-modal {
  display: none;
  justify-content: center;
  align-items: center;
}

.bc-movie-modal-body {
  width: 100%;
}
.bc-movie-modal-body .vjs-tech {
  visibility: visible;
}

/* 追従ローカルメニュー */
.tab-wrap.cmn-tab-wrap {
  padding-block-end: var(--menuH);
  position: relative;
}

.tab-wrap.fixed-menu:not(.is-fixed) {
  display: none;
}
.tab-wrap.fixed-menu.is-fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-block: var(--size8);
  border-bottom: solid 1px var(--silver);
}

.sc_header_menu {
  background: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 101;
  padding: 0;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #E8F1FB;
  border-bottom: 2px solid #014E98;
  font-size: 16px;
  /*スクロールバー非表示（Chrome・Safari）*/
}
@media (min-width: 768px) {
  .sc_header_menu {
    height: 5em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu {
    height: 4.5em;
    left: 0;
    padding-block: 0.375em;
  }
}
.sc_header_menu .note {
  font-weight: 600;
  margin-block-end: 0.375em;
}
@media (min-width: 768px) {
  .sc_header_menu .note {
    margin-inline-start: 0.5em;
    padding-block-start: 0;
    font-size: 0.875em;
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu .note {
    margin-inline-start: 0.5em;
    padding-block-start: 0;
    font-size: 0.75em;
    line-height: 1;
  }
}
.sc_header_menu .note .emphasis {
  color: #333;
  background: linear-gradient(transparent 70%, #FFDC10 0%);
}
.sc_header_menu .sc_header_menu_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .sc_header_menu .sc_header_menu_wrap {
    width: 1200px;
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu .sc_header_menu_wrap {
    width: 100%;
  }
}
.sc_header_menu .sc_header_menu_inn {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.sc_header_menu .sc_header_menu_inn::-webkit-scrollbar {
  display: none;
}
.sc_header_menu ul {
  display: flex;
}
@media (max-width: 767.89px) {
  .sc_header_menu ul {
    width: -moz-max-content;
    width: max-content;
    padding-right: calc(100% - 20px);
  }
}
.sc_header_menu ul li {
  position: relative;
  border: 2px solid #014E98;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sc_header_menu ul li {
    margin-left: 0.25em;
    padding: 0.125em 0.75em;
    border-radius: 1em;
    flex-basis: 20%;
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu ul li {
    margin-left: 0.25em;
    padding: 0.125em 0.75em;
    border-radius: 1em;
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu ul li:first-child {
    margin-left: 0;
  }
}
.sc_header_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #333333;
  font-weight: 600;
}
@media (min-width: 768px) {
  .sc_header_menu ul li a {
    font-size: 0.875em;
  }
  .sc_header_menu ul li a:hover {
    cursor: pointer;
    color: #014E98;
  }
}
@media (max-width: 767.89px) {
  .sc_header_menu ul li a {
    font-size: 0.875em;
  }
}
.sc_header_menu ul li.current {
  background-color: #014E98;
}
.sc_header_menu ul li.current a {
  color: #fff;
}
.sc_header_menu.is-active {
  display: flex;
}

#contents .sp-only {
  display: none;
}
@media (max-width: 767.89px) {
  #contents .sp-only {
    display: block;
  }
}
#contents .pc-only {
  display: block;
}
@media (min-width: 768px) {
  #contents .pc-only {
    display: none;
  }
}
#contents .top-visual {
  position: relative;
  margin-top: 75px;
}
@media (max-width: 767.89px) {
  #contents .top-visual {
    margin-top: calc(50 / 390 * 100vw);
  }
}
#contents .top-visual .top-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
#contents .top-visual .top-title sup {
  font-size: 2rem;
}
@media (max-width: 767.89px) {
  #contents .top-visual .top-title sup {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.89px) {
  #contents .top-visual .top-title {
    font-size: calc(28 / 390 * 100vw);
    line-height: 1.5;
    text-align: center;
  }
}
#contents .top-visual .note {
  position: absolute;
  right: 35px;
  bottom: 15px;
  font-size: 1.1rem;
  color: #fff;
}
@media (max-width: 767.89px) {
  #contents .top-visual .note {
    width: 100%;
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.4;
    text-align: center;
    right: 0;
    bottom: calc(10 / 390 * 100vw);
  }
}
@media (min-width: 768px) {
  #contents .top-visual .bg {
    height: 432px;
  }
}
#contents .top-visual .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #contents .intro-text .inner-wrap {
    padding: 50px 0;
  }
}
#contents .intro-text .inner-wrap .intro-title {
  font-size: clamp(2.4rem, 3.1168831169vw, 4.8rem);
  line-height: 1.2916666667;
  text-align: center;
}
#contents .intro-text .inner-wrap .intro-title sup {
  font-size: 50%;
}
@media (max-width: 767.89px) {
  #contents .intro-text .inner-wrap .intro-title {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.5;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .inner-wrap {
    width: 100%;
  }
}
#contents .safety-categories .safety-content-wrapper {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  gap: 9.4339622642%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #contents .safety-categories .safety-content-wrapper {
    gap: 4.7169811321%;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper {
    flex-direction: column;
    gap: calc(50 / 390 * 100vw);
  }
}
@media (min-width: 768px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar {
    width: max(33.4558823529vw, 455px);
    margin-left: calc((100vw - 100% - 15px) / 2 * -1);
  }
}
@media (min-width: 768px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list {
    position: sticky;
    top: 0;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item {
  position: relative;
  max-height: 127px;
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item img {
  max-height: 127px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item.is-active a:before {
  background: rgba(0, 0, 0, 0.6);
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  z-index: 5;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: calc(20 / 390 * 100vw);
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title {
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  margin: auto 0;
  z-index: 10;
}
@media (min-width: 768px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title {
    padding-left: 33.3333333333%;
  }
}
@media (max-width: 1200px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title {
    padding-left: 22.2222222222%;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-icon {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.1111111111vw, 1.6rem);
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-icon {
    font-size: calc(15 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-icon em {
  border: 1px solid #fff;
  margin-right: 10px;
  padding: 0 1em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-icon em {
    font-size: calc(13 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-text {
  display: block;
  font-size: clamp(1.5rem, 1.3888888889vw, 2rem);
  line-height: 1.6;
  font-weight: 600;
  margin-top: 0.8em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .nav-title .nav-text {
    font-size: calc(20 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .bg-nav {
    height: calc(80 / 390 * 100vw);
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a .bg-nav img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item a:hover:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item + .safety-nav-item {
  margin-top: 10px;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-nav-sidebar .safety-nav-list .safety-nav-item + .safety-nav-item {
    margin-top: calc(10 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area {
  width: 62.2641509434%;
}
@media (max-width: 1200px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area {
    width: 84.9056603774%;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area {
    width: 100%;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub {
  display: flex;
  align-items: center;
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub em {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #000;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub em {
    font-size: calc(12 / 390 * 100vw);
    border-color: #fff;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub p {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-left: 0.5em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub p {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.5;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub p strong {
  font-size: 4.2rem;
  font-weight: 100;
  margin-right: 0.05em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .sub p strong {
    font-size: calc(24 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .main {
  font-size: 4.8rem;
  line-height: 1.2916666667;
  color: #1b4f93;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .safety-heading .main {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp {
    padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw);
    color: #fff;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp.safety01 {
    background: url("/safety/zeroaccident/images/safety_heading_ph01.webp") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp.safety02 {
    background: url("/safety/zeroaccident/images/safety_heading_ph02.webp") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp.safety03 {
    background: url("/safety/zeroaccident/images/safety_heading_ph03.webp") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp.safety04 {
    background: url("/safety/zeroaccident/images/safety_heading_ph04.webp") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp.safety05 {
    background: url("/safety/zeroaccident/images/safety_heading_ph05.webp") no-repeat;
    background-size: cover;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp .category-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1.6875em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .block-sp .category-text {
    font-size: calc(15 / 390 * 100vw);
    line-height: 1.5333333333;
  }
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content {
    padding: 0 calc(20 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content .category-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1.6875em;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content .category-text {
    font-size: calc(15 / 390 * 100vw);
    line-height: 1.5333333333;
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content .category-title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 60px;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content .category-title {
    font-size: calc(19 / 390 * 100vw);
    line-height: 1.6315789474;
    margin-top: calc(60 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety .category-content .category-image {
  margin-top: 30px;
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety + .section-safety {
  margin-top: 110px;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .section-safety + .section-safety {
    margin-top: calc(50 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .btn-detail {
  text-align: center;
  margin-top: 65px;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .btn-detail {
    margin-top: calc(30 / 390 * 100vw);
    padding: 0 calc(20 / 390 * 100vw);
  }
}
#contents .safety-categories .safety-content-wrapper .safety-content-area .btn-detail a {
  font-size: 1.8rem;
  color: #1b4f93;
  line-height: 2;
  font-weight: 600;
  padding: 1em 2em;
  border: 1px solid #1b4f93;
  border-radius: 30px;
  transition: 0.3s all ease;
}
@media (max-width: 767.89px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .btn-detail a {
    display: flex;
    justify-content: center;
    font-size: calc(18 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) 0;
    border-radius: calc(30 / 390 * 100vw);
  }
}
@media (min-width: 768px) {
  #contents .safety-categories .safety-content-wrapper .safety-content-area .btn-detail a:hover {
    opacity: 0.7;
  }
}
#contents .sec-common-lineup {
  margin-top: 140px;
  margin-bottom: 100px;
}
@media (max-width: 767.89px) {
  #contents .sec-common-lineup {
    margin: calc(70 / 390 * 100vw) 0;
  }
}
@media (max-width: 767.89px) {
  #contents .sec-common-lineup .swiper {
    overflow: hidden;
  }
}
@media (max-width: 767.89px) {
  #contents .sec-common-lineup .swiper .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
  }
}
#contents .sec-common-lineup .btn a.no-icon:after {
  background: none;
}
#contents .btn-subaru-area {
  padding: 85px 0;
  background: #dee2e6;
}
@media (max-width: 767.89px) {
  #contents .btn-subaru-area {
    padding: calc(60 / 390 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  #contents .btn-subaru-area .ls_cv {
    display: flex;
    justify-content: center;
    gap: 6.1946902655%;
  }
}
@media (min-width: 768px) {
  #contents .btn-subaru-area .ls_cv li {
    max-width: 450px;
    width: 39.8230088496%;
  }
}
@media (max-width: 767.89px) {
  #contents .btn-subaru-area .ls_cv li {
    margin-block-end: 1.5rem;
  }
}
#contents .btn-subaru-area .ls_cv li a {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #contents .btn-subaru-area .ls_cv li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}
#contents .btn-subaru-area .ls_cv li span {
  position: relative;
  display: block;
  font-size: min(2.4rem, 2vw);
  font-weight: bold;
  color: #1b4f93;
  background-color: #fff;
  border-radius: 100px;
  padding: 13px;
  text-align: center;
  border: 1px solid #1b4f93;
  width: 100%;
}
@media (max-width: 767.89px) {
  #contents .btn-subaru-area .ls_cv li span {
    width: 100%;
    font-size: calc(20 / 390 * 100vw);
    padding: calc(13 / 390 * 100vw);
  }
}
#contents .btn-subaru-area .ls_cv li span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid #1b4f93;
  border-right: solid #1b4f93;
  border-width: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 6%;
}
@media (max-width: 767.89px) {
  #contents .btn-subaru-area .ls_cv li span::after {
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
    border-width: calc(2 / 390 * 100vw);
  }
}
@media (max-width: 767.89px) {
  #contents .btn-subaru-area .ls_cv li span {
    font-size: calc(18 / 390 * 100vw);
  }
}

html {
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */


