@charset "UTF-8";
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;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

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

area {
  outline: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

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

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("/saiyou/group/tire/font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("/saiyou/group/tire/font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/saiyou/group/tire/font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/saiyou/group/tire/font/Roboto-Bold.woff") format("woff");
  font-family: "Roboto";
  font-display: swap;
}
:root {
  --Brand-Black: #000000;
  --Brand-Red: #E60012;
  --Brand-Red_hover: #B4000E;
  --Other-body_color: #262626;
  --Other-Bg: #F9F8F6;
  --Other-Bg02: #F0F1EC;
  --border-white_border: #CCC8C4;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: var(--Other-body_color);
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", sans-serif;
}
body._fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.wrap {
  background: #F9F8F6;
  min-width: 1160px;
}

a, button {
  text-decoration: none;
}

button {
  font-family: inherit;
}

._pc {
  display: block;
}

._sp {
  display: none;
}

.header-title-sp {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  min-width: 1160px;
  height: 100px;
}
._index .header {
  display: none;
}

.header_innter {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  height: 100%;
}

.header_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 100px;
}
.header_logo img {
  width: 130px;
  height: auto;
}

.header_title {
  display: flex;
  flex-wrap: wrap;
  color: #231815;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.header_navi {
  display: flex;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}

.header_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.header_item {
  border-left: 1px solid var(--border-white_border);
}
.header_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  height: 64px;
}
.header_item:first-child a {
  padding-right: 25px;
  padding-left: 25px;
}

.header_item-image {
  display: none;
}

.header_item-en {
  display: none;
}

.header_item-text {
  display: block;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.header_utility {
  display: none;
}
.header_all a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Brand-Red);
  width: 140px;
  height: 100px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.header_all-text-pc {
  display: block;
}

.header_all-text-sp {
  display: none;
}

.header_button {
  display: none;
  position: relative;
  background: var(--Brand-Black);
  width: 100px;
  height: 100px;
}
.header_button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  width: 40px;
  height: 3px;
}
.header_button span:before, .header_button span:after {
  display: block;
  position: absolute;
  top: 50%;
  background: #FFF;
  width: 40px;
  height: 3px;
  content: "";
}
.header_button span:before {
  top: -13px;
  transition: transform 0.3s;
}
.header_button span:after {
  top: 13px;
  transition: transform 0.3s;
}
._menu-open .header_button span {
  background-color: rgba(255, 255, 255, 0);
}
._menu-open .header_button span:before {
  top: 0;
  transform: rotate(45deg);
}
._menu-open .header_button span:after {
  top: 0;
  transform: rotate(-45deg);
}

.footer {
  border-top: 3px solid var(--border-white_border);
  overflow-x: clip;
}

.footer_inner {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 60px 0;
}
.footer_inner:before {
  display: block;
  position: absolute;
  right: 73.5%;
  bottom: 0;
  z-index: -1;
  background-image: url("/saiyou/group/tire/img/img_footer_pc_left.png");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 380px;
  height: 360px;
  content: "";
}
.footer_inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 73.5%;
  z-index: -1;
  background-image: url("/saiyou/group/tire/img/img_footer_pc_right.png");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 380px;
  height: 360px;
  content: "";
}

.footer_logo {
  margin: 0 auto;
  width: 55px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 40px auto 0;
  width: 100%;
  max-width: 500px;
}

.footer_item a {
  display: block;
  color: var(--Other-body_color);
  font-size: 16px;
  line-height: 1;
  text-decoration-line: underline;
}
.footer_item a[target=_blank]:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  background-image: url("/saiyou/group/tire/img/ico_blank_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  content: "";
}

.footer_copy {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.section._top {
  position: relative;
  height: auto; /**/
}
.section#jobInfo {
  position: relative;
  z-index: 2;
}
.section._about-movie {
  position: relative;
}
.section._about-movie:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/saiyou/group/tire/img/bridgestone/bg_movie.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  content: "";
}
.section._about-more {
  position: relative;
  margin-top: -56px;
}
.section._white {
  background-color: #fff;
}
.section._Bg {
  background-color: var(--Other-Bg);
}
.section._Bg02 {
  background-color: var(--Other-Bg02);
}

.section_inner {
  padding: 120px;
}
.section_inner._white {
  background-color: #fff;
}
.section_inner._Bg {
  background-color: var(--Other-Bg);
}
.section_inner._Bg02 {
  background-color: var(--Other-Bg02);
}
.section_inner._brl {
  border-radius: 60px 0 0 0;
}
.section_inner._brlr {
  border-radius: 60px 60px 0 0;
}
.section_inner._brlr-all {
  border-radius: 60px;
}
.section_inner._last {
  padding-bottom: 200px;
}
.section_inner._pt80 {
  padding-top: 80px;
}
.section._about-movie .section_inner {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  padding: 200px 120px 216px;
}

.section_content {
  margin: 0 auto;
  max-width: 1200px;
}

.section_col {
  display: flex;
  gap: 40px;
}

.section_col-image {
  margin-top: 75px;
  max-width: 506px;
}

.section_col-inner {
  flex: 1;
}

.section_text {
  font-size: 16px;
  line-height: 1.8;
}
.section_text._right {
  text-align: right;
}
.heading-2 + .section_text {
  margin-top: 20px;
}
.section_text + .section_text {
  margin-top: 24px;
}

.section_unit {
  padding-top: 120px;
}

.section_definition {
  margin-top: 40px;
}

.section_box {
  margin-top: 40px;
}

.section_step {
  margin-top: 30px;
}

.section_about-box {
  display: flex;
  flex-direction: column;
  gap: 59px;
  margin-top: 200px;
}

.section_about-more {
  margin-top: 60px;
}
.section_scroll img {
  width: 100%;
}

.section_role-image {
  margin-top: 61px !important;
}

.section_role-brand_image {
  margin-top: 40px;
}

.section_shop-type {
  margin-top: 60px;
}

.section_shop {
  margin-top: 30px;
}

.section_performance-card {
  margin-top: 39px;
}

.section_role-brand {
  margin-top: 30px;
}

.section_solution-card {
  margin: 60px 0;
}

.top-mv_inner {
  position: relative;
  z-index: 1;
}

.top-mv_logo {
  display: flex;
  align-items: center;
  padding: 49px 30px;
}
.top-mv_logo img {
  width: 130px;
}
.top-mv_logo span {
  margin-left: 30px;
  color: #231815;
  font-size: 15px;
  line-height: 1.3;
}

.top-mv_unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 194px auto 0;
  padding: 0 140px;
  width: 100%;
  max-width: 1440px;
}

.top-mv_heading {
  width: 763px;
}

.top-mv_bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}
.top-mv_bg:before {
  position: absolute;
  top: -176px;
  left: 503px;
  z-index: -1;
  background-image: url("/saiyou/group/tire/img/bg_top_kv01_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1638px;
  height: 1071px;
  content: "";
}
.top-mv_bg:after {
  position: absolute;
  top: 612px;
  left: -490px;
  z-index: -1;
  background-image: url("/saiyou/group/tire/img/bg_top_kv02_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1300px;
  height: 569px;
  content: "";
}
.top-mv_bg._abs {
  position: absolute;
}

.top-mv-link {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: fluffy-y;
  margin-top: 40px;
}
@keyframes fluffy-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-mv-link a {
  display: flex;
  border-radius: 10px;
  background: var(--Brand-Red);
  padding: 14px 50px;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.top-mv-link span {
  display: flex;
  align-items: center;
}
.top-mv-link span:after {
  display: block;
  transform: rotate(90deg);
  margin: 0 0 0 12px;
  background-image: url("/saiyou/group/tire/img/ico_arrow_oval_white.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
}

.top-navi {
  position: relative;
  z-index: 2;
  margin: 0 0 0;
  padding: 464px 120px 200px;
}

.top-navi_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.top-navi_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  border: 3px solid var(--border-white_border);
  border-radius: 20px;
  background: #FFF;
  padding: 80px 60px;
  width: 100%;
}
.top-navi_item + .top-navi_item {
  margin-top: 60px;
}
.top-navi_item:after {
  content: none;
}
.top-navi_item._role:after {
  background-image: url("/saiyou/group/tire/img/ico_top_navi_01.svg");
  width: 50px;
  height: 41px;
}
.top-navi_item._training:after {
  vertical-align: unset;
  background-image: url("/saiyou/group/tire/img/ico_top_navi_02.svg");
  width: 66px;
  height: 40px;
}
.top-navi_item._about:after {
  bottom: 18px;
  vertical-align: middle;
  background-image: url("/saiyou/group/tire/img/ico_top_navi_03.svg");
  width: 35px;
  height: 41px;
}

.top-navi_image {
  border-radius: 10px;
  width: 400px;
  overflow: hidden;
}

.top-navi_unit {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}

.top-navi_heading-main {
  color: var(--Brand-Red);
  font-weight: 700;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.top-navi_heading-main:after {
  display: inline-block;
  margin: 0 0 0 22px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
._role .top-navi_heading-main:after {
  vertical-align: middle;
  background-image: url("/saiyou/group/tire/img/ico_top_navi_01.svg");
  width: 64px;
  height: 52px;
}
._training .top-navi_heading-main:after {
  vertical-align: unset;
  background-image: url("/saiyou/group/tire/img/ico_top_navi_02.svg");
  width: 80px;
  height: 48px;
}
._about .top-navi_heading-main:after {
  vertical-align: middle;
  background-image: url("/saiyou/group/tire/img/ico_top_navi_03.svg");
  width: 46px;
  height: 54px;
}

.top-navi_heading-sub {
  display: block;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
}

.top-navi_text {
  color: var(--Other-body_color);
  font-size: 16px;
  line-height: 1.8;
}

.top-navi_link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 3px solid var(--Brand-Red);
  border-radius: 999px;
  background: #FFF;
  padding: 16px 16px 16px 30px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.top-navi_link a:after {
  display: block;
  background-image: url("/saiyou/group/tire/img/ico_arrow_oval_red.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
}
.top-navi_link a._disabled {
  border: 3px solid var(--border-white_border);
  pointer-events: none;
  color: var(--border-white_border);
}
.top-navi_link a._disabled:after {
  background-image: url("/saiyou/group/tire/img/ico_arrow_oval_gray.svg");
}

.info_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/saiyou/group/tire/img/ico_info_heading.svg");
  background-position: 50% 0;
  background-size: 350px 176px;
  background-repeat: no-repeat;
  padding: 196px 0 0;
}

.info_heading-en {
  display: block;
  color: var(--Brand-Red);
  font-weight: 700;
  font-weight: 700;
  font-size: 74px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}

.info_heading-text {
  display: block;
  margin: 16px 0 0;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}

.info_heading-sub {
  display: block;
  margin: 20px 0 0;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.info_news {
  margin: 80px 0 0;
}

.info_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 80px 0 0;
}

.info_area-item input {
  display: none;
}
.info_area-item input:checked + label {
  border: 3px solid #F58787;
  background: var(--Brand-Red);
}
.info_area-item input:checked + label .info_area-item-text,
.info_area-item input:checked + label .info_area-item-sub {
  color: #FFF;
}
.info_area-item input:disabled + label {
  box-shadow: none;
  border: 3px solid #E7E7E7;
  background: #E7E7E7;
  pointer-events: none;
}
.info_area-item input:disabled + label .info_area-item-text,
.info_area-item input:disabled + label .info_area-item-sub {
  color: #8B8B8B;
}
.info_area-item label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 6px 6px 20px 0px #DBD6C5;
  border: 3px solid #484848;
  border-radius: 16px;
  background: #FFF;
  padding: 30px;
  width: 100%;
  height: 100%;
  min-height: 140px;
}

.info_area-item-text {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.info_area-item-sub {
  color: #666;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.info_area-item-sub span {
  display: inline-block;
}
.info_area-item-sub span:after {
  content: "・";
}
.info_area-item-sub span:last-child:after {
  content: none;
}

.info_category {
  margin: 80px 0 0;
}

.info_category-heading {
  position: relative;
  padding-left: 32px;
  color: var(--Other-body_color);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}
.info_category-heading:before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url("/saiyou/group/tire/img/ico_category.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
}

.info_category-list {
  margin: 30px 0 0;
  border-top: 1px solid var(--border-white_border);
}

.info_category-unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-white_border);
  padding: 24px 0;
}

.info_category-title {
  width: 140px;
  color: var(--Other-body_color);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.info_category-item {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.info_category-checkbox input {
  display: none;
}
.info_category-checkbox input:checked + label {
  border: 1px solid #F58787;
  background: var(--Brand-Red);
  padding-top: 11px;
  padding-bottom: 11px;
  color: #FFF;
}
.info_category-checkbox input:checked + label:before {
  border: none;
  background-image: url("/saiyou/group/tire/img/ico_check_white.svg");
  background-position: 50% 50%;
  background-size: 12px 9px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.info_category-checkbox input:disabled + label {
  border: 2px solid #E8E8E8;
  background: #E8E8E8;
  pointer-events: none;
  color: #8B8B8B;
}
.info_category-checkbox input:disabled + label:before {
  border: 1px solid #C2C2C2;
}
.info_category-checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border: 2px solid var(--border-white_border);
  border-radius: 999px;
  background: #FFF;
  padding: 10px 18px;
  color: var(--Other-body_color);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.info_category-checkbox label:before {
  display: block;
  border: 1px solid #9A9583;
  width: 10px;
  height: 10px;
  content: "";
}

.info_detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 80px 0 0;
}

.info_detail-nodata {
  display: none;
  grid-column: span 2;
}
.info_detail-nodata._show {
  display: block;
}

.info_detail-nodata-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  padding: 80px 60px;
}

.info_detail-nodata-text {
  position: relative;
  padding: 83px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.info_detail-nodata-text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/saiyou/group/tire/img/ico_attention_red.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 63px;
  content: "";
}

.info_detail-item {
  width: 100%;
}
.info_detail-item._hide, .info_detail-item._sort-hide {
  display: none;
}
.info_detail-item a {
  display: block;
  position: relative;
  box-shadow: 8px 8px 30px 0px #DBD6C5;
  border: 3px solid #000;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.info_detail-status {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 999px;
  background: var(--Brand-Red);
  padding: 8px 20px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.info_detail-status._gray {
  background: var(--border-white_border);
  color: #262626;
}
.info_detail-status._black {
  background: var(--Other-body_color);
}

.info_detail-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.info_detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.info_detail-unit {
  position: relative;
  padding: 40px 30px;
}

.info_detail-area {
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: translateY(-50%);
  border-radius: 0px 30px 30px 0px;
  background: var(--Other-body_color);
  padding: 10px 30px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.info_detail-area span {
  position: relative;
}
.info_detail-area span:first-child {
  padding-right: 8px;
}
.info_detail-area span:first-child:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  width: 1px;
  height: 16px;
  content: "";
}

.info_detail-box + .info_detail-box {
  margin-top: 16px;
  border-top: 1px solid var(--border-white_border);
  padding-top: 16px;
}

.info_detail-title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.info_detail-category {
  margin: 4px 0 0;
  color: var(--Other-body_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

.info_detail-data {
  display: flex;
  flex-wrap: wrap;
  color: var(--Other-body_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.info_detail-data + .info_detail-data {
  margin-top: 4px;
}
.info_detail-data dt {
  width: 80px;
}
.info_detail-data dd {
  flex: 1;
}

.mv {
  padding: 100px 120px 120px;
}
.mv._job {
  padding: 100px 120px 80px;
}

.mv_inner {
  display: flex;
  position: relative;
  gap: 0 80px;
  margin: 0 auto;
  padding-right: 420px;
  width: 100%;
  max-width: 1200px;
}
.mv._job .mv_inner {
  padding: 0;
}
.mv._about .mv_inner:after, .mv._training .mv_inner:after, .mv._role .mv_inner:after {
  position: absolute;
  top: -29px;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 360px;
  height: 350px;
  content: "";
}
.mv._about .mv_inner:after {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_mv_about.png");
}
.mv._training .mv_inner:after {
  background-image: url("/saiyou/group/tire/img/training/img_mv_training.png");
}
.mv._role .mv_inner:after {
  background-image: url("/saiyou/group/tire/img/role/img_mv_role.png");
}

.mv_unit {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 780px;
}

.mv_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}
.mv_title ._red {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--Brand-Red);
  font-weight: 700;
  font-size: 74px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}
.mv._job .mv_title ._red {
  margin-bottom: 4px;
  font-size: 36px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", sans-serif;
}

.mv_label {
  margin-top: 20px;
}

.mv_text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.mv._job .mv_text {
  margin-top: 20px;
}

.mv_terms {
  margin-top: 21px;
}

.mv_slide {
  margin-top: 46px;
}

.mv_slide-list {
  margin: 0 auto !important;
  width: 440px;
}

.mv_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 16px;
}
.mv_dots li {
  display: flex;
}
.mv_dots li.slick-active button:before {
  background-color: var(--Brand-Red);
}
.mv_dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 0;
}
.mv_dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  background-color: #CCC8C4;
  width: 10px;
  height: 10px;
  content: "";
}

.news_item {
  display: flex;
  align-items: baseline;
  gap: 0 18px;
  border-top: 1px solid #D4D0BF;
  padding: 24px 30px 23px 30px;
}
.news_item:last-child {
  border-bottom: 1px solid #D4D0BF;
}

.news_date {
  width: 100%;
  max-width: 80px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}

.news_text {
  width: 100%;
}

.definition_list {
  display: flex;
  gap: 0 10px;
  border-top: 1px solid #CCC8C4;
  padding: 19px 0 20px;
}
.definition_list:last-child {
  border-bottom: 1px solid #CCC8C4;
}
.definition._outline .definition_list {
  padding: 23px 0 24px 0;
}

.definition_term {
  width: 100%;
  max-width: 200px;
  color: var(--Brand-Red);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.definition_term span {
  display: block;
  color: var(--Other-body_color);
  font-size: 14px;
  line-height: 1.4;
}
.definition._outline .definition_term {
  color: var(--Other-body_color);
}

.definition_description {
  flex: 1;
}

.definition_description-unit + .definition_description-unit {
  margin-top: 20px;
  border-top: 1px solid #CCC8C4;
  padding-top: 20px;
}
.definition_description-unit .definition_description-text + .definition_description-title {
  margin-top: 8px;
}

.definition_description-heading {
  margin-bottom: 14px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.definition_description-title {
  position: relative;
  padding-left: 14px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.definition_description-text + .definition_description-title, .definition_description-list + .definition_description-title {
  margin-top: 21px;
}
.definition_description-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--Brand-Black);
  width: 10px;
  height: 2px;
  content: "";
}

.definition_description-text {
  font-size: 16px;
  line-height: 1.8;
}
.definition_description-title + .definition_description-text {
  margin-top: 4px;
}
.definition_description-text + .definition_description-text {
  margin-top: 4px;
}

.definition_description-title + .definition_description-list {
  margin-top: 5px;
}

.step_item {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.step_item + .step_item {
  margin-top: 40px;
}
.step_item + .step_item:before {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #CCC8C4;
  border-right: 9px solid transparent;
  border-bottom: 0;
  border-left: 9px solid transparent;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}

.step_number {
  padding: 0 30px;
  color: var(--Brand-Red);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.step_number span {
  display: block;
  margin: 0 0 4px 0;
  font-size: 20px;
  line-height: 1;
}

.step_unit {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  padding: 30px 60px 30px 61px;
  width: 100%;
}
.step_unit:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #ccc8c4 2px, #ccc8c4 4px);
  background-color: white;
  width: 2px;
  height: calc(100% - 32px);
  content: "";
}

.step_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.step_text {
  font-size: 16px;
  line-height: 1.6;
}

.step_link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.message {
  display: flex;
  position: relative;
  gap: 120px;
  margin-top: 60px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 60px;
}
.message:after {
  position: absolute;
  right: -19px;
  bottom: -26px;
  background-image: url("/saiyou/group/tire/img/templete/ico_message.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 104px;
  content: "";
}

.message_unit {
  position: relative;
  width: 100%;
}
.message_unit + .message_unit:before {
  position: absolute;
  top: 0;
  left: -60px;
  background-color: var(--border-white_border);
  width: 1px;
  height: 100%;
  content: "";
}

.message_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.message_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.message_list {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
}
.message_list:before, .message_list:after {
  position: absolute;
  left: 0;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #ccc8c4 2px, #ccc8c4 4px);
  background-color: white;
  width: 100%;
  height: 1px;
  content: "";
}
.message_list:before {
  top: 0;
}
.message_list:after {
  bottom: 0;
}

.outline {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 40px;
}

.outline_unit {
  width: 100%;
}
.outline_unit._map {
  max-width: 540px;
  height: 560px;
}

.outline_map {
  border: 3px solid var(--border-white_border);
  width: 100%;
  height: 100%;
}
.outline_map iframe {
  width: 100%;
  height: 100%;
}

.learn-more {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 11;
  width: 100%;
  max-width: 540px;
}
.learn-more a {
  display: block;
  position: relative;
  border: 3px solid var(--Brand-Black);
  border-radius: 10px;
  background: #FFF;
  padding: 28px 64px 28px 87px;
}
.learn-more a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/templete/ico_learn-more.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 76px;
  content: "";
}
.learn-more a[target=_blank]:after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
}

.learn-more_close {
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.learn-more_close:before {
  display: block;
  background-image: url("/saiyou/group/tire/img/ico_close_black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: "";
}

.learn-more_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}

.learn-more_text {
  margin-top: 4px;
  color: var(--Other-body_color);
  font-size: 16px;
  line-height: 1.6;
}

.about-dna {
  position: relative;
  padding-left: 320px;
}
.about-dna:before {
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 10px;
  background-image: url("/saiyou/group/tire/img/bridgestone/img_training_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 260px;
  height: 360px;
  content: "";
}

.about-dna_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
}
.about-dna_title ._red {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--Brand-Red);
  font-size: 32px;
  line-height: 1.6;
}
.about-dna_title ._red > span {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 74px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}

.about-dna_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.about-movie {
  display: flex;
  justify-content: center;
}
.about-movie iframe {
  border-radius: 10px;
  background-color: var(--Brand-Black);
  padding: 20px;
  width: 840px;
  height: 490px;
}

.about-movie_area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about-movie_area:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
  background-color: #F9F8F6;
  width: 100%;
  height: 100%;
  content: "";
}
.about-movie_area #about-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135.8333333333vw;
  min-width: 1996px;
  height: 76.3888888889vw;
  min-height: 100vh;
}
.about-vision_banner {
  display: flex;
  align-items: center;
  border: 3px solid var(--border-white_border);
  border-radius: 16px;
  background-image: url("/saiyou/group/tire/img/bridgestone/bg_about_vision.png");
  background-position: center;
  background-size: 100% 100%;
  padding: 57px;
  width: 100%;
  height: 300px;
}
.about-vision_banner span {
  position: relative;
  padding-right: 34px;
}
.about-vision_banner span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/ico_blank_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  content: "";
}
.about-vision_banner span img {
  width: 601px;
}

.training {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin: 120px 0 0;
}
.training._wide {
  flex-direction: column;
}

.training_unit {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}
._switch .training_unit {
  order: 2;
}
._wide .training_unit {
  flex: unset;
}

.training_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.training_heading-sub {
  display: inline-block;
  background: var(--Brand-Red);
  padding: 4px 16px;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.training_heading-text {
  display: block;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
}

.training_text {
  color: var(--Other-body_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.training_image-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.training_image-list .training_image {
  width: 100%;
}

.training_image {
  width: 400px;
}
.training_image img {
  border-radius: 10px;
}
._switch .training_image {
  order: 1;
}

.tire-shop {
  display: flex;
  gap: 0 27px;
}

.tire-shop_item {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 397px;
}
.tire-shop_item a {
  display: block;
}
.tire-shop_item:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: clamp(137px, 11.8055555556vw, 170px);
  content: "";
}
.tire-shop_item._01:before {
  background-image: url("/saiyou/group/tire/img/role/img_box01.png");
}
.tire-shop_item._02:before {
  background-image: url("/saiyou/group/tire/img/role/img_box02.png");
}
.tire-shop_item._03:before {
  background-image: url("/saiyou/group/tire/img/role/img_box03.png");
}
.tire-shop_item._04:before {
  background-image: url("/saiyou/group/tire/img/role/img_box04.png");
}

.tire-shop_title {
  padding-top: clamp(150px, 12.9166666667vw, 186px);
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
.tire-shop_title span {
  position: relative;
}
.tire-shop_item a[target=_blank] .tire-shop_title span:after {
  position: absolute;
  top: 5px;
  right: -23px;
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  content: "";
}

.tire-shop_text {
  margin-top: 4px;
  color: var(--Other-body_color);
  font-size: 16px;
  line-height: 1.6;
}

.role-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.role-brand_item {
  width: calc(33.3333333333% - 30px);
}
.role-brand_item figure figcaption {
  display: block;
  margin-top: 10px;
  color: var(--Brand-Black);
  font-size: 16px;
  line-height: 1.6;
}

.heading-1 {
  font-weight: bold;
}

.heading-2 {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}
.heading-2._center {
  text-align: center;
}
.heading-2._center-all {
  text-align: center;
}
.heading-2 ._sub {
  display: block;
  margin-bottom: 15px;
  color: var(--Brand-Red);
  font-weight: 700;
  font-size: 74px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
}

.heading-3 {
  position: relative;
  padding-left: 14px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}
.heading-3:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--Brand-Red);
  width: 4px;
  height: 100%;
  content: "";
}

.label {
  display: inline-block;
  border-radius: 24px;
  padding: 8px 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.label._black {
  background-color: var(--Other-body_color);
}
.label._red {
  background-color: var(--Brand-Red);
}
.label._news {
  border: 1px solid var(--Other-body_color);
  padding: 7px 15px;
  color: var(--Other-body_color);
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
}
.label span {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
.label span:before {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  width: 1px;
  height: 16px;
  content: "";
}

.label_unit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.terms_item {
  position: relative;
  border: 1px solid var(--border-white_border);
  background-color: #FFFFFF;
  padding: 14px 18px 14px 39px;
  font-size: 14px;
  line-height: 1;
}
.terms_item:before {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/ico_check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  content: "";
}

.box {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-white_border);
  border-radius: 16px;
  background-color: #FFFFFF;
}
.box._gray {
  border-width: 4px;
  background-color: var(--Other-Bg);
  padding: 56px;
}
.box._entry {
  gap: 16px;
  border: none;
  padding: 40px 63px;
}
.box._job {
  position: relative;
  flex-direction: row;
  gap: 10px;
  border-radius: 10px;
  padding: 38px 110px 38px 28px;
}
.box._job:before {
  position: absolute;
  right: 28px;
  bottom: -38px;
  background-image: url("/saiyou/group/tire/img//templete/ico_school.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 118px;
  content: "";
}
.box._reception {
  gap: 10px;
  margin-top: 1px;
  border-radius: 10px;
  padding: 29px 28px 28px 28px;
}
.box._about-vision {
  gap: 24px;
  border-radius: 20px;
  padding: 81px 59px 80px 59px;
}
.box._about-product {
  gap: 24px;
  border-radius: 20px;
  padding: 81px 59px 56px 59px;
}
.box._about-technology {
  gap: 24px;
  border-radius: 20px;
  padding: 81px 59px;
}

.box_title {
  width: 100%;
  color: var(--Brand-Red);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.box._job .box_title {
  max-width: 170px;
}
.box._reception .box_title {
  color: var(--Brand-Black);
  font-size: 16px;
  line-height: 1.6;
}
.box._entry > .box_title {
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}

.box_text {
  font-size: 16px;
  line-height: 1.8;
}
.box._job .box_text {
  flex: 1;
}
.box._reception .box_text {
  font-size: 15px;
  line-height: 1.6;
}
.box._entry > .box_text {
  font-size: 16px;
  line-height: 1.6;
}

.button {
  position: relative;
  border: 3px solid var(--Brand-Red);
  border-radius: 100px;
  padding: 11px 43px 11px 20px;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.button[target=_blank]:after {
  position: absolute;
  top: 16px;
  right: 19px;
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  content: "";
}

.text-link {
  display: inline-block;
  color: var(--Brand-Red);
  text-decoration-line: underline;
  word-break: break-all;
}
.text-link[target=_blank] {
  position: relative;
  padding-right: 24px;
}
.text-link[target=_blank]:before {
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  content: "";
}

.list_item {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.list_item:before {
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100px;
  background-color: var(--Brand-Red);
  width: 8px;
  height: 8px;
  content: "";
}
.list_item + .list_item {
  margin-top: 11px;
}
.list._definition .list_item {
  line-height: 1.8;
}
.list._definition .list_item:before {
  top: 12px;
  left: 6px;
  background-color: #262626;
  width: 4px;
  height: 4px;
}
.list._definition .list_item + .list_item {
  margin-top: 4px;
}

.card {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 30px 0px #DBD6C5;
  border: 3px solid var(--Brand-Black);
  border-radius: 10px;
  background-color: #FFFFFF;
  width: 100%;
}
.card a {
  display: block;
  position: relative;
  margin-top: 240px;
  width: 100%;
  height: 100%;
}
.card a:before {
  position: absolute;
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 7px 7px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  content: "";
}
.card_unit._col2 .card {
  width: calc(50% - 17px);
}
.card_unit._col2._small .card {
  width: calc(50% - 10px);
}
.card._small a {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 179px;
}
.card._small a:before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border-radius: 10px;
  width: 140px;
  height: 140px;
}
.card._full {
  border-radius: 16px;
}
.card._full a {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 440px;
  min-height: 300px;
}
.card._full a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 400px;
  height: 240px;
  content: "";
}
.card._gray {
  background-color: var(--Other-Bg);
}
.card._product01 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_product01.png");
}
.card._product02 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_product02.png");
}
.card._technology01 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_technology01.png");
}
.card._technology02 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_technology02.png");
}
.card._technology03 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_technology03.png");
}
.card._technology04 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_technology04.png");
}
.card._more01 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_more01.png");
}
.card._more02 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_more02.png");
}
.card._more03 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_more03.png");
}
.card._more04 a:before {
  background-image: url("/saiyou/group/tire/img/bridgestone/img_about_more04.png");
}
.card._performance01 {
  border-radius: 16px;
  pointer-events: none;
}
.card._performance01 .card_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-left: 370px;
  min-height: 240px;
}
.card._performance01 .card_inner:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/role/img_performance.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 180px;
  content: "";
}
.card._solution01 a:before {
  border: 1px solid var(--border-white_border);
  border-radius: 10px;
  background-image: url("/saiyou/group/tire/img/role/img_about_more01.png");
}
.card._solution02 a:before {
  border: 1px solid var(--border-white_border);
  border-radius: 10px;
  background-image: url("/saiyou/group/tire/img/role/img_about_more02.png");
}

.card_inner {
  padding: 30px;
}
.card._small .card_inner {
  margin: 0 0 0 156px;
  padding: 20px 49px 20px 20px;
}
.card._small a[target=_blank] .card_inner:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  content: "";
}

.card_title {
  display: inline-block;
  position: relative;
  color: var(--Brand-Black);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}
.card._small .card_title {
  line-height: 1.4;
}
.card a[target=_blank] .card_title {
  padding-right: 28px;
}
.card a[target=_blank] .card_title:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/saiyou/group/tire/img/ico_blank_red.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
}
.card._small a[target=_blank] .card_title {
  padding-right: 0;
}
.card._small a[target=_blank] .card_title:after {
  content: none;
}

.card_text {
  margin-top: 10px;
  color: var(--Other-body_color);
  font-size: 16px;
  line-height: 1.6;
}
.card._small .card_text {
  margin-top: 4px;
}

.card_note {
  margin-top: 26px;
  color: var(--Other-body_color);
  font-size: 14px;
  line-height: 1.6;
  line-height: 160%;
}

.card_unit {
  display: flex;
  gap: 41px 34px;
}
.card_unit._col2 {
  flex-wrap: wrap;
}
.card_unit._col2._small {
  gap: 21px 20px;
}
.card_unit._full {
  flex-direction: column;
  gap: 30px 0;
}

.figure {
  margin: 40px 0 0;
}

.figure_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 13px;
}

.figure_item {
  display: block;
  width: 100%;
}
.figure_item img {
  border-radius: 10px;
}
.figure_item figcaption {
  margin: 10px 0 0;
  color: var(--Brand-Black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.75;
  color: white;
  line-height: 1;
  font-family: "slick";
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
}
.slick-dots li button {
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  background: transparent;
  padding: 5px;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  content: "•";
  color: black;
  line-height: 20px;
  text-align: center;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@media screen and (min-width: 980px){
  .header_navi {
    top: auto !important;
  }
}
@media screen and (min-width: 1440px){
  .footer_inner:before {
    right: auto;
    left: 0;
  }
  .footer_inner:after {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1380px){
  .top-navi_item {
    gap: 40px;
    padding: 60px 40px;
  }
  .top-navi_image {
    width: 320px;
  }
  .top-navi_unit {
    gap: 20px;
  }
  .top-navi_heading-main {
    font-size: 48px;
  }
}
@media screen and (any-hover: hover) and (max-width: 979px){
  .header_item a:hover {
    opacity: 0.5;
  }
  .header_item a:hover .header_item-text {
    color: var(--Brand-Black) !important;
  }
}
@media screen and (max-width: 979px){
  .wrap {
    min-width: 0;
  }
  .header-title-sp {
    display: block;
    position: relative;
    z-index: 100;
    background: var(--Other-Bg02);
    padding: 8px;
    color: #231815;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  .header {
    min-width: 0;
    height: 60px;
  }
  ._index .header {
    display: block;
  }
  .header_innter {
    box-shadow: none;
  }
  .header_logo a {
    width: 162px;
    height: 60px;
  }
  .header_logo span {
    display: block;
    height: 17px;
    overflow: hidden;
  }
  .header_title {
    display: none;
  }
  .header_navi {
    display: none;
    position: fixed;
    top: 60px;
    z-index: -1;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 24px 100px;
    width: 100%;
    height: calc(100% - 60px);
  }
  ._menu-open .header_navi {
    display: block;
  }
  .header_navi-unit {
    border-radius: 6px;
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .header_navi-unit-inner {
    border-radius: 6px;
    background: #fff;
    padding: 40px;
  }
  .header_list {
    flex-wrap: wrap;
    justify-content: unset;
    align-items: stretch;
    gap: 0 40px;
    height: auto;
  }
  .header_item {
    border-bottom: 1px solid var(--border-white_border);
    border-left: none;
    width: calc(50% - 20px);
  }
  .header_item a {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 20px;
    padding: 24px 42px 24px 0;
    height: 100%;
  }
  .header_item a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url("/saiyou/group/tire/img/ico_arrow_oval_red.svg");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    content: "";
  }
  .header_item:first-child a {
    padding-left: 0;
  }
  .header_item-image {
    display: block;
    width: min(150px, 10.4166666667vw);
  }
  .header_item-unit {
    flex: 1;
  }
  .header_item-en {
    display: block;
    color: var(--Brand-Red);
    font-weight: 700;
    font-weight: 700;
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
  }
  .header_item-text {
    font-size: min(18px, 1.25vw);
    line-height: 1.6;
    white-space: unset;
  }
  .header_item-text br {
    display: none;
  }
  .header_item-text[data-switch-text] {
    font-size: 0;
  }
  .header_item-text[data-switch-text]:before {
    content: attr(data-switch-text);
    font-size: min(18px, 1.25vw);
  }
  .header_utility {
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(40px, 2.7777777778vw);
    margin: 80px 0 0;
  }
  .header_utility-item a {
    color: var(--Other-body_color);
    font-size: min(18px, 1.25vw);
    line-height: 1;
    text-decoration-line: underline;
  }
  .header_utility-item a[target=_blank]:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    background-image: url("/saiyou/group/tire/img/ico_blank_black.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    content: "";
  }
  .header_all {
    margin: 0 0 0 auto;
  }
  .header_all a {
    width: 76px;
    height: 60px;
    font-size: 14px;
    line-height: 1.2;
  }
  .header_all-text-pc {
    display: none;
  }
  .header_all-text-sp {
    display: block;
  }
  .header_button {
    display: block;
    width: 60px;
    height: 60px;
  }
  .header_button span {
    width: 30px;
    height: 2px;
  }
  .header_button span:before, .header_button span:after {
    width: 30px;
    height: 2px;
  }
  .header_button span:before {
    top: -10px;
  }
  .header_button span:after {
    top: 10px;
  }
  .section._top {
    padding: 0 0 80px;
    height: auto !important;
  }
  .section_inner {
    padding: 80px 24px;
  }
  .section_inner._brl {
    border-radius: 28px 0 0 0;
  }
  .section_inner._brlr {
    border-radius: 24px 24px 0 0;
  }
  .section_inner._brlr-all {
    border-radius: 24px;
  }
  .section_inner._last {
    padding-bottom: 120px !important;
  }
  .section._about-movie .section_inner {
    padding: 200px 24px 216px;
  }
  .section_col {
    flex-direction: column;
    gap: 13px 0;
  }
  .section_col-image {
    margin: 0 auto;
  }
  .section_scroll {
    margin: 0 -24px;
    padding: 0 24px;
    overflow: scroll;
  }
  .section_scroll img {
    min-width: 780px;
  }
  .top-mv {
    padding: 34.25vw 24px 54vw;
  }
  .top-mv_logo {
    display: none;
  }
  .top-mv_unit {
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .top-mv_heading {
    width: 60vw;
  }
  .top-mv_bg {
    position: absolute;
    overflow: hidden;
  }
  .top-mv_bg:before {
    position: absolute;
    top: -30.75vw;
    left: 19.75vw;
    background-image: url("/saiyou/group/tire/img/bg_top_kv01_sp.png");
    width: 111.5vw;
    height: 62.5vw;
    content: "";
  }
  .top-mv_bg:after {
    position: absolute;
    top: 126.75vw;
    left: -17.5vw;
    background-image: url("/saiyou/group/tire/img/bg_top_kv02_sp.png");
    width: 111.5vw;
    height: 62.5vw;
    content: "";
  }
  .top-mv-link {
    margin-top: 7.5vw;
  }
  .top-mv-link a {
    margin: 0 auto;
    border-radius: 1.5vw;
    padding: 3vw 10.5vw;
    font-size: 3.5vw;
    line-height: 1;
  }
  .top-mv-link span {
    flex-direction: unset;
    justify-content: center;
  }
  .top-mv-link span:after {
    margin: 0 0 0 3vw;
    width: 4vw;
    height: 4vw;
  }
  .top-navi {
    margin: 4px 0 0;
    padding: 0 24px;
  }
  .top-navi_item {
    display: block;
    position: relative;
    border: 2px solid var(--border-white_border);
    border-radius: 8px;
    padding: 24px;
  }
  .top-navi_item + .top-navi_item {
    margin-top: 24px;
  }
  .top-navi_item:after {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
  }
  .top-navi_image {
    border-radius: 4px;
    width: 100%;
    height: 40vw;
  }
  .top-navi_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .top-navi_unit {
    gap: 24px;
    margin: 16px 0 0;
  }
  .top-navi_heading-main {
    font-size: 28px;
    line-height: 1.6;
  }
  .top-navi_heading-main:after {
    content: none;
  }
  .top-navi_heading-sub {
    font-size: 16px;
    line-height: 1.4;
  }
  .top-navi_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .top-navi_link a {
    gap: 12px;
    border: 2px solid var(--Brand-Red);
    padding: 8px 8px 8px 16px;
    font-size: 13px;
  }
  .info_area {
    gap: 12px;
  }
  .info_area-item-text {
    font-size: 18px;
  }
  .info_detail {
    gap: 20px;
  }
  .mv {
    padding: 100px 60px 78px;
  }
  .mv._job {
    padding: 100px 60px 80px;
  }
  .mv_inner {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    padding: 0;
  }
  .mv._about .mv_inner:after, .mv._training .mv_inner:after, .mv._role .mv_inner:after {
    top: auto;
    right: 4px;
    bottom: -142px;
    width: 132px;
    height: 129px;
  }
  .mv_unit {
    max-width: none;
  }
  .definition_term {
    max-width: 180px;
  }
  .message {
    flex-direction: column;
    gap: 47px;
  }
  .message:after {
    right: 24px;
    bottom: -38px;
    width: 40px;
    height: 69px;
  }
  .message_unit + .message_unit:before {
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .outline {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .outline_unit._map {
    max-width: none;
    height: 365px;
  }
  .about-vision_banner {
    padding: 3.9583333333vw;
    height: 20.8333333333vw;
  }
  .about-vision_banner span img {
    width: 41.7361111111vw;
  }
  .training {
    gap: 30px;
  }
  .training_image {
    width: 300px;
  }
  .tire-shop {
    flex-direction: column;
    gap: 28px 0;
  }
  .tire-shop_item {
    min-height: auto;
  }
  .tire-shop_item:before {
    max-width: 353px;
    height: clamp(137px, 53.5vw, 214px);
  }
  .tire-shop_title {
    padding-top: min(59.5vw, 238px);
    line-height: 1.4;
  }
  .tire-shop_text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .heading-2 ._sub {
    margin-bottom: 9px;
    font-size: 38px;
    line-height: 1.1;
  }
  .card_unit._col2._small .card {
    width: 100%;
  }
  .card._small a {
    min-height: auto;
  }
  .card._small a:before {
    border-radius: 4px;
    width: 70px;
    height: 70px;
  }
  .card._full {
    border-radius: 4px;
  }
  .card._full a {
    padding: min(53.5vw, 214px) 0 0;
    min-height: auto;
  }
  .card._full a:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: min(53.5vw, 214px);
  }
  .card._solution01 a:before {
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 348px;
  }
  .card._solution02 a:before {
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 348px;
  }
  .card._small .card_inner {
    margin: 0 0 0 86px;
    padding: 16px 44px 14px 16px;
  }
  .card._small a[target=_blank] .card_inner:after {
    width: 14px;
    height: 14px;
  }
  .card_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .card._small .card_title {
    line-height: 1.4;
  }
  .card_text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.6;
  }
  .card_unit._col2._small {
    gap: 16px;
  }
}
@media screen and (max-width: 767px){
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
  .header_navi-unit {
    background: #fff;
    height: 100%;
  }
  .header_navi-unit-inner {
    padding: 40px 24px;
  }
  .header_list {
    display: block;
  }
  .header_item {
    width: 100%;
  }
  .header_item:last-child {
    border-bottom: none;
  }
  .header_item a {
    gap: 0 12px;
    padding: 16px 32px 16px 0;
  }
  .header_item a:after {
    width: 20px;
    height: 20px;
  }
  .header_item-image {
    width: 60px;
  }
  .header_item-en {
    font-size: 18px;
    line-height: 1;
  }
  .header_item-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .header_item-text[data-switch-text]:before {
    font-size: 14px;
  }
  .header_utility {
    flex-direction: column;
    gap: 4px 0;
    margin: 40px 0 0;
  }
  .header_utility-item a {
    font-size: 12px;
  }
  .footer {
    border-top: 2px solid var(--border-white_border);
  }
  .footer_inner {
    padding: 40px 24px 50vw;
  }
  .footer_inner:before {
    content: none;
  }
  .footer_inner:after {
    left: 0;
    background-image: url("/saiyou/group/tire/img/img_footer_sp.png");
    width: 100%;
    height: 40.25vw;
  }
  .footer_logo {
    width: 36px;
  }
  .footer_list {
    gap: 16px;
  }
  .footer_item a {
    font-size: 12px;
  }
  .footer_copy {
    font-size: 12px;
  }
  .section._about-more {
    margin-top: -22px;
  }
  .section._about-movie .section_inner {
    padding: 138px 24px 102px;
  }
  .section._about-dna .section_inner {
    padding-bottom: 22px;
  }
  .section._about-more .section_inner {
    padding: 83px 24px;
  }
  .section_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .heading-2 + .section_text {
    margin-top: 16px;
  }
  .section_text + .section_text {
    margin-top: 16px;
  }
  .section_unit {
    padding-top: 81px;
  }
  .section_definition {
    margin-top: 15px;
  }
  .section_box {
    margin-top: 24px;
  }
  .section_step {
    margin-top: 16px;
  }
  .section_about-box {
    gap: 24px;
    margin-top: 80px;
  }
  .section_about-more {
    margin-top: 15px;
  }
  .section_role-image {
    margin-top: 39px !important;
  }
  .section_role-brand_image {
    margin-top: 38px;
  }
  .section_shop-type {
    margin-top: 39px;
  }
  .section_shop {
    margin-top: 32px;
  }
  .section_role-brand {
    margin-top: 40px;
  }
  .section_solution-card {
    margin: 80px 0 30px;
  }
  .info_heading {
    background-size: 240px 121px;
    padding: 137px 0 0;
  }
  .info_heading-en {
    font-size: 38px;
    line-height: 1.1;
  }
  .info_heading-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
  }
  .info_heading-sub {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .info_news {
    margin: 40px 0 0;
  }
  .info_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 40px 0 0;
  }
  .info_area-item label {
    gap: 8px;
    padding: 12px;
    min-height: 110px;
  }
  .info_area-item-text {
    font-size: 15px;
  }
  .info_area-item-sub {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
  }
  .info_category {
    margin: 40px 0 0;
  }
  .info_category-heading {
    font-size: 20px;
    line-height: 1.4;
  }
  .info_category-heading:before {
    top: 3px;
  }
  .info_category-list {
    margin: 20px 0 0;
  }
  .info_category-unit {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 0;
  }
  .info_category-title {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
  .info_category-item {
    display: flex;
    gap: 12px;
  }
  .info_category-checkbox input:checked + label {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .info_category-checkbox input:checked + label:before {
    background-size: 12px 9px;
    width: 12px;
    height: 12px;
  }
  .info_category-checkbox input:disabled + label {
    border: 1px solid #E8E8E8;
  }
  .info_category-checkbox label {
    border: 1px solid var(--border-white_border);
    padding: 14px 18px;
    font-size: 13px;
  }
  .info_detail {
    display: block;
    margin: 40px 0 0;
  }
  .info_detail-nodata-content {
    padding: 40px 24px;
  }
  .info_detail-nodata-text {
    padding: 46px 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .info_detail-nodata-text:before {
    width: 40px;
    height: 36px;
  }
  .info_detail-item + .info_detail-item {
    margin-top: 20px;
  }
  .info_detail-item a {
    box-shadow: 4px 4px 20px 0px #DBD6C5;
    border: 2px solid #000;
    border-radius: 6px;
  }
  .info_detail-status {
    top: 14px;
    right: 14px;
    padding: 8px 16px;
    font-size: 13px;
  }
  .info_detail-image {
    height: 220px;
  }
  .info_detail-unit {
    padding: 32px 20px 20px;
  }
  .info_detail-area {
    padding: 10px 20px;
    font-size: 14px;
  }
  .info_detail-box + .info_detail-box {
    margin-top: 12px;
    padding-top: 12px;
  }
  .info_detail-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .info_detail-category {
    font-size: 14px;
    line-height: 1.6;
  }
  .info_detail-data {
    font-size: 14px;
    line-height: 1.6;
  }
  .info_detail-data + .info_detail-data {
    margin-top: 0;
  }
  .mv {
    padding: 68px 20px 78px;
  }
  .mv._job {
    padding: 68px 24px 80px;
  }
  .mv_unit {
    padding: 0 4px;
  }
  .mv_title {
    font-size: 20px;
    line-height: 1.4;
  }
  .mv._job .mv_title {
    order: 1;
  }
  .mv_title ._red {
    margin-bottom: 8px;
    font-size: 38px;
    line-height: 1.1;
  }
  .mv._job .mv_title ._red {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.4;
  }
  .mv_label {
    order: 3;
    margin-top: 14px;
  }
  .mv_text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.8;
  }
  .mv._job .mv_text {
    order: 2;
    margin-top: 16px;
  }
  .mv_terms {
    order: 4;
    margin-top: 16px;
  }
  .mv_slide {
    margin-top: 0;
    max-width: 100%;
  }
  .mv_slide-list {
    width: 100%;
    max-width: 440px;
  }
  .mv_dots {
    gap: 0 8px;
    margin-top: 13px;
  }
  .mv_dots li button {
    width: 8px;
    height: 8px;
  }
  .mv_dots li button:before {
    width: 8px;
    height: 8px;
  }
  .news_item {
    flex-wrap: wrap;
    gap: 5px 12px;
    padding: 15px 0 14px 0;
  }
  .news_date {
    width: auto;
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }
  .news_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .definition_list {
    flex-direction: column;
    gap: 12px 0;
    padding: 20px 0 18px;
  }
  .definition._outline .definition_list {
    padding: 19px 0;
  }
  .definition_term {
    font-size: 16px;
    line-height: 1.4;
  }
  .definition_term span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
  }
  .definition_description-unit .definition_description-text + .definition_description-title {
    margin-top: 8px;
  }
  .definition_description-heading {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .definition_description-title {
    font-size: 14px;
    line-height: 1.4;
  }
  .definition_description-text + .definition_description-title, .definition_description-list + .definition_description-title {
    margin-top: 15px;
  }
  .definition_description-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .definition_description-title + .definition_description-text {
    margin-top: 5px;
  }
  .step_item {
    flex-direction: column;
  }
  .step_item + .step_item {
    margin-top: 35px;
  }
  .step_item + .step_item:before {
    top: -23px;
  }
  .step_number {
    padding: 16px 16px 14px 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  .step_number span {
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 16px;
  }
  .step_unit {
    gap: 12px;
    padding: 18px 20px 24px;
  }
  .step_unit:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #ccc8c4 2px, #ccc8c4 4px);
    width: calc(100% - 32px);
    height: 2px;
  }
  .step_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .step_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .step_link {
    flex-direction: column;
    gap: 16px;
  }
  .message {
    margin-top: 16px;
    border-radius: 8px;
    padding: 24px 24px 39px 24px;
  }
  .message_title {
    font-size: 16px;
    line-height: 1.6;
  }
  .message_text {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.8;
  }
  .message_list {
    margin: 16px 0;
    padding: 16px 0;
  }
  .outline {
    gap: 24px;
    margin-top: 16px;
  }
  .learn-more {
    right: auto;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 352px;
  }
  .learn-more a {
    border-radius: 4px;
    padding: 16px 50px 16px 16px;
  }
  .learn-more a:before {
    content: none;
  }
  .learn-more a[target=_blank]:after {
    right: 16px;
  }
  .learn-more_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .learn-more_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-dna {
    padding: 0 0 202px 0;
  }
  .about-dna:before {
    top: auto;
    bottom: 0;
    border-radius: 4px;
    background-image: url("/saiyou/group/tire/img/bridgestone/img_training_sp.png");
    background-position: top right;
    background-size: auto 181px;
    background-color: #000000;
    width: 100%;
    height: 181px;
  }
  .about-dna_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .about-dna_title ._red {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
  }
  .about-dna_title ._red > span {
    font-size: 38px;
    line-height: 1.1;
  }
  .about-dna_text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
  }
  .about-movie iframe {
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    height: 51.5vw;
  }
  .about-vision_banner {
    border: 2px solid var(--border-white_border);
    border-radius: 6px;
    padding: 21px;
    height: 120px;
  }
  .about-vision_banner span {
    padding: 0px 20px 8px 0;
  }
  .about-vision_banner span:after {
    width: 13px;
    height: 13px;
  }
  .about-vision_banner span img {
    width: 215px;
  }
  .training {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 80px 0 0;
  }
  ._switch .training_unit {
    order: unset;
  }
  .training_heading-sub {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .training_heading-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .training_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .training_image-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .training_image {
    width: 100%;
  }
  .training_image img {
    border-radius: 4px;
  }
  ._switch .training_image {
    order: unset;
  }
  .role-brand {
    flex-direction: column;
    gap: 15px 0;
  }
  .role-brand_item {
    width: 100%;
  }
  .role-brand_item figure figcaption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .heading-2._center {
    text-align: left;
  }
  .heading-3 {
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.4;
  }
  .label {
    padding: 8px 16px;
    font-size: 12px;
  }
  .label._news {
    padding: 5px 10px 5px 12px;
    font-size: 12px;
  }
  .terms {
    gap: 8px;
  }
  .terms_item {
    padding: 10px 10px 10px 29px;
    font-size: 12px;
  }
  .terms_item:before {
    top: 52%;
    left: 9px;
  }
  .box {
    border-radius: 8px;
  }
  .box._gray {
    border-width: 2px;
    padding: 21px 22px 22px 22px;
  }
  .box._entry {
    gap: 11px;
    padding: 25px 20px;
  }
  .box._job {
    flex-direction: column;
    padding: 22px 22px 36px 22px;
  }
  .box._job:before {
    right: 18px;
    bottom: -43px;
    width: 40px;
    height: 67px;
  }
  .box._reception {
    gap: 8px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 14px 0;
  }
  .box._about-vision {
    gap: 15px;
    border-radius: 8px;
    padding: 25px 23px 23px 24px;
  }
  .box._about-product {
    gap: 15px;
    border-radius: 8px;
    padding: 25px 23px 23px 24px;
  }
  .box._about-technology {
    gap: 15px;
    border-radius: 8px;
    padding: 25px 23px 23px 24px;
  }
  .box_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .box._reception .box_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .box._entry > .box_title {
    font-size: 14px;
    line-height: 1.6;
  }
  .box_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .box._reception .box_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .box._entry > .box_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .button {
    border: 2px solid var(--Brand-Red);
    padding: 11px 29px 12px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
  }
  .button[target=_blank]:after {
    top: 15px;
    right: 15px;
  }
  .list_item {
    font-size: 14px;
    line-height: 1.8;
  }
  .list_item:before {
    top: 9px;
  }
  .list._definition .list_item {
    padding-left: 14px;
    line-height: 1.8;
  }
  .list._definition .list_item:before {
    width: 3px;
    height: 3px;
  }
  .card {
    box-shadow: 4px 4px 20px 0px #DBD6C5;
    border: 2px solid var(--Brand-Black);
    border-radius: 4px;
  }
  .card a {
    margin-top: 140px;
  }
  .card a:before {
    top: -140px;
    border-radius: 2px 2px 0 0;
    height: 140px;
  }
  .card_unit._col2 .card {
    width: 100%;
  }
  .card._performance01 {
    border-radius: 6px;
  }
  .card._performance01 .card_inner {
    padding: min(55vw, 220px) 24px 22px;
    min-height: auto;
  }
  .card._performance01 .card_inner:before {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: min(75vw, 300px);
    height: min(45vw, 180px);
  }
  .card_inner {
    padding: 24px 24px 21px 24px;
  }
  .card a[target=_blank] .card_title {
    padding-right: 22px;
  }
  .card a[target=_blank] .card_title:after {
    width: 13px;
    height: 13px;
  }
  .card_note {
    margin-top: 20px;
  }
  .card_unit {
    flex-direction: column;
    gap: 17px;
  }
  .card_unit._col2 {
    flex-direction: column;
  }
  .figure_scroll-area {
    margin: 0 -24px;
    overflow-x: auto;
  }
  .figure_scroll-unit {
    box-sizing: content-box;
    padding: 0 24px;
    width: 780px;
  }
  .figure_list {
    display: block;
  }
  .figure_item + .figure_item {
    margin-top: 16px;
  }
  .figure_item img {
    border-radius: 4px;
  }
  .figure_item figcaption {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (any-hover: hover){
  .header_item a:hover .header_item-text {
    color: var(--Brand-Red);
  }
  .header_utility-item a:hover {
    text-decoration-line: none;
  }
  .header_all a:hover {
    background: var(--Brand-Red_hover);
  }
  .header_button:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .footer_item a:hover {
    text-decoration-line: none;
  }
  .top-mv-link a:hover {
    background: var(--Brand-Red_hover);
  }
  .top-navi_link a:hover {
    border: 3px solid var(--Brand-Red);
    background: var(--Brand-Red);
    color: #FFF;
  }
  .top-navi_link a:hover:after {
    background-image: url("/saiyou/group/tire/img/ico_arrow_oval_white.svg");
  }
  .info_area-item input:checked + label:hover {
    border: 3px solid #F58787;
    background: var(--Brand-Red);
  }
  .info_area-item label:hover {
    box-shadow: 6px 6px 20px 0px rgba(255, 0, 0, 0.1);
    border: 3px solid var(--Brand-Red);
    background: #F7E8E8;
  }
  .info_category-checkbox label:hover {
    border: 2px solid var(--border-white_border);
    background: var(--border-white_border);
  }
  .info_detail-item a:hover {
    box-shadow: 8px 8px 30px 0px rgba(255, 0, 0, 0.16);
    border: 3px solid var(--Brand-Red);
  }
  .learn-more:hover a {
    box-shadow: 8px 8px 30px 0px rgba(255, 0, 0, 0.16);
    border: 3px solid var(--Brand-Red);
  }
  .about-vision_banner:hover {
    opacity: 0.7;
  }
  .button:hover {
    background-color: var(--Brand-Red);
    color: #FFFFFF;
  }
  .button:hover[target=_blank]:after {
    background-image: url("/saiyou/group/tire/img/ico_blank_white.svg");
  }
  .text-link:hover {
    text-decoration: none;
  }
  .card:hover {
    box-shadow: 8px 8px 30px 0px rgba(255, 0, 0, 0.16);
    border: 3px solid var(--Brand-Red);
  }
}
