@charset "UTF-8";
/* =======================================

  CONTENTS

======================================= */
.wrapper:has(#side_nav_field) {
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .wrapper:has(#side_nav_field) {
    flex-direction: column;
  }
}
.wrapper:has(#side_nav_field) main {
  flex: 1;
  padding-inline: 64px 48px;
  border-left: 1px solid #e51636;
}
@media only screen and (max-width: 1380px) {
  .wrapper:has(#side_nav_field) main {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 980px) {
  .wrapper:has(#side_nav_field) main {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper:has(#side_nav_field) main {
    width: 100%;
    padding: 64px 20px 0;
    border-left: none;
  }
}
.wrapper:has(#side_nav_field) main .cont_outer {
  padding-inline: 0;
}
.wrapper:has(#side_nav_field) main .cont_inner {
  padding-inline: 0;
}

main {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

#side_nav_field {
  position: sticky;
  top: 65px;
  width: 400px;
  background: #f7f7f7;
}
@media only screen and (max-width: 1180px) {
  #side_nav_field {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #side_nav_field {
    width: 100%;
    position: static;
  }
}

.side_nav_heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e51636;
  padding: 40px 47px 11px;
  border-bottom: 1px solid #e51636;
}
.side_nav_heading[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
@media only screen and (max-width: 767px) {
  .side_nav_heading {
    font-size: 1.6rem;
    padding: 48px 20px 24px;
  }
}

.side_nav {
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .side_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.side_nav_item {
  border-bottom: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .side_nav_item {
    width: 50%;
  }
}
.side_nav_item:has(.side_nav_active) {
  background: #fff;
}
.side_nav_item:has(.side_nav_active) .side_nav_link {
  color: #e51636;
}
@media only screen and (max-width: 767px) {
  .side_nav_item:nth-child(2n+1) {
    border-right: 1px solid #e51636;
  }
}

.side_nav_link {
  height: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  padding: 10px 48px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .side_nav_link {
    padding: 10px 48px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .side_nav_link {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 40px 10px 20px;
  }
}
.side_nav_link::before {
  content: "\e906";
  font-family: "kyb";
  color: #e51636;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .side_nav_link::before {
    right: 18px;
  }
}
.side_nav_link:not(a[href^="#"])::before {
  content: "\e900";
  transition: right 0.3s ease-out;
}
@media (any-hover: hover) {
  .side_nav_link:not(a[href^="#"]):not([href$=".pdf"]):hover::before {
    right: 12px;
  }
}
.side_nav_link:not(a[href^="#"])[href$=".pdf"]::before {
  content: "\e910";
}

.nav_field {
  width: 100%;
}

/*-----------------------------------------
  wrap
-----------------------------------------*/
.bg_g_wrap {
  padding-block: 80px;
  background: #efefef;
}
@media only screen and (max-width: 767px) {
  .bg_g_wrap {
    padding-block: 40px;
  }
}
.bg_g_wrap.mt_minus {
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .bg_g_wrap.mt_minus {
    margin-top: -40px;
  }
}

.border_g_b_wrap {
  padding-bottom: 64px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .border_g_b_wrap {
    padding-bottom: 40px;
  }
}

.border_r_b_wrap {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .border_r_b_wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.border_r_tb_wrap {
  padding-block: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #e51636;
  border-bottom: 1px solid #e51636;
}

.sec_wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec_wrap {
    margin-bottom: 40px;
  }
}

.sec_l_wrap {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .sec_l_wrap {
    margin-bottom: 60px;
  }
}

.sec_m_wrap {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .sec_m_wrap {
    margin-bottom: 32px;
  }
}

.cont_wrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cont_wrap {
    margin-bottom: 30px;
  }
}

.cont_m_wrap {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .cont_m_wrap {
    margin-bottom: 16px;
  }
}

.cont_l_wrap {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .cont_l_wrap {
    margin-bottom: 24px;
  }
}

.notes_wrap {
  padding: 24px;
  border: 1px solid #e2e2e2;
}
.notes_wrap .text_notes {
  font-size: 1.4rem;
  line-height: 2.2;
  color: #444;
}

.mode_multiply {
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
}

/*-----------------------------------------
  breadcrumbs_field
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .breadcrumbs_field {
    display: none;
  }
}
.breadcrumbs_field .breadcrumbs_list {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadcrumbs_field .breadcrumbs_list > li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  color: #fff;
}
.breadcrumbs_field .breadcrumbs_list > li:not(:last-child) {
  padding-right: 21px;
}
.breadcrumbs_field .breadcrumbs_list > li:not(:last-child)::after {
  content: "\e904";
  font-family: "kyb";
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.breadcrumbs_field .breadcrumbs_list > li.top {
  font-family: "Inter Tight", sans-serif;
  padding-left: 25px;
}
.breadcrumbs_field .breadcrumbs_list > li.top::before {
  content: "\e90c";
  font-family: "kyb";
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumbs_field .breadcrumbs_list > li a {
  color: #fff;
}

/*-----------------------------------------
page_title
-----------------------------------------*/
.page_title_field {
  min-height: 540px;
}
@media only screen and (max-width: 767px) {
  .page_title_field {
    min-height: 320px;
    margin-top: 64px;
  }
}
.page_title_field:has(.page_title_deco) {
  position: relative;
}
.page_title_field:has(.page_title_deco)::before {
  content: "";
  width: 250px;
  height: 1015px;
  background: #f1eded;
  clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page_title_field:has(.page_title_deco)::before {
    display: none;
  }
}
.page_title_field.page_company {
  background: url(/company/files/company-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_company .page_title_deco::before {
  background: rgba(229, 22, 54, 0.08);
}
.page_title_field.page_company:not(.page_lower) {
  border-bottom: 1px solid #e51636;
}
.page_title_field.page_motorsports {
  background: url(/company/files/company-motorsports-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_motorsports .page_title_deco::before {
  background: rgba(229, 22, 54, 0.08);
}
.page_title_field.page_products {
  background: url(/products/files/products-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_products .page_title_deco::before {
  background: rgba(229, 22, 54, 0.08);
}
.page_title_field.page_csr {
  background: url(/csr/files/csr-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_csr.page_lower {
  background: url(/csr/files/csr-page_lower_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_csr .page_title_deco::before {
  background: rgba(229, 22, 54, 0.08);
}
.page_title_field.page_ir {
  background: url(/ir/files/ir-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_ir .page_title_deco::before {
  background: rgba(229, 22, 54, 0.2);
}
.page_title_field.page_recruit {
  background: url(/recruit/files/recruit-page_head.jpg) no-repeat top center/cover;
}
.page_title_field.page_recruit .page_title_deco::before {
  background: rgba(229, 22, 54, 0.1);
}
.page_title_field.page_news {
  background: url(/news/files/news-page_head.png) no-repeat top center/cover;
}
.page_title_field.page_news .page_title_deco::before {
  background: rgba(229, 22, 54, 0.1);
}
.page_title_field.page_others {
  background: url(/files/others-page_head.png) no-repeat top center/cover;
}
.page_title_field.page_others .page_title_deco::before {
  background: rgba(229, 22, 54, 0.1);
}
.page_title_field.page_special {
  min-height: initial;
}
.page_title_field.page_special .breadcrumbs_field {
  position: relative;
  top: 98px;
}
.page_title_field.page_special .page_title_deco::before {
  content: none;
}
.page_title_field.page_special .page_title_wrap {
  min-height: initial;
  padding-block: 0;
}
.page_title_field.page_special .page_title_wrap .cont_inner {
  min-height: initial;
}
.page_title_field.page_special .page_special_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
  margin-block: -14px 0;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_special .page_special_img {
    height: 320px;
    margin-block: 0;
  }
}
.page_title_field.page_special .page_special_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_title_field .cont_inner {
  display: flex;
  gap: 40px 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 381px;
}
@media only screen and (max-width: 767px) {
  .page_title_field .cont_inner {
    justify-content: flex-end;
    min-height: 206px;
  }
}
.page_title_field .heading_wrap {
  margin-bottom: 0;
}
.page_title_field .heading_wrap .heading_en {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page_title_field .heading_wrap .heading_en {
    font-size: 3.6rem;
  }
}
.page_title_field .heading_wrap .heading_ja {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page_title_field .heading_wrap .heading_ja {
    font-size: 2rem;
  }
}
.page_title_field.page_lower {
  min-height: 320px;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_lower {
    min-height: 240px;
  }
}
.page_title_field.page_lower::before {
  content: none !important;
}
.page_title_field.page_lower .page_title_deco::before {
  content: none;
}
.page_title_field.page_lower .cont_inner {
  min-height: 161px;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_lower .cont_inner {
    justify-content: center;
    min-height: 126px;
  }
}
.page_title_field.page_lower .heading_wrap .heading_en {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_lower .heading_wrap .heading_en {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_lower .heading_wrap .heading_ja {
    font-size: 1.8rem;
  }
}
.page_title_field.page_lower .page_title_wrap {
  min-height: 320px;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_lower .page_title_wrap {
    min-height: 240px;
  }
}
.page_title_field.page_article .cont_inner {
  gap: 18px 0;
}
.page_title_field.page_article .article_head_wrap {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page_title_field.page_article .article_head_wrap .label {
  min-width: 100px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 6px;
  border: 1px solid #fff;
}
.page_title_field.page_article .article_head_wrap .date {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.page_title_field.page_article .heading_wrap .heading_ja {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_article .heading_wrap .heading_ja {
    font-size: 3.4rem;
    margin-bottom: 12px;
  }
}
.page_title_field.page_article .heading_wrap .heading_sub {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page_title_field.page_article .heading_wrap .heading_sub {
    font-size: 1.6rem;
  }
}

.page_title_wrap {
  min-height: 540px;
  height: 100%;
  padding-block: 98px 61px;
}
@media only screen and (max-width: 767px) {
  .page_title_wrap {
    min-height: 320px;
    padding-block: 84px 30px;
  }
}

.page_title_deco {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.page_title_deco::before {
  content: "";
  width: 375px;
  height: 1000px;
  background: rgba(229, 22, 54, 0.08);
  mix-blend-mode: overlay;
  clip-path: polygon(0 0, 100% 0%, 38% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page_title_deco::before {
    width: 182px;
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
  }
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.heading_wrap {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap {
    margin-bottom: 24px;
  }
}
.heading_wrap .heading_en {
  display: table;
  font-family: "Inter Tight", sans-serif;
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #e51636;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap .heading_en {
    font-size: 4.8rem;
    margin-bottom: 0;
  }
}
.heading_wrap .heading_en.text_stroke {
  -webkit-text-stroke: 3px #f7f7f7;
  text-stroke: 3px #f7f7f7;
  paint-order: stroke;
}
.heading_wrap .heading_ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #222;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .heading_wrap .heading_ja {
    font-size: 1.8rem;
  }
}
.heading_wrap.secondary_heading_wrap .heading_en {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.secondary_heading_wrap .heading_en {
    font-size: 1.6rem;
  }
}
.heading_wrap.secondary_heading_wrap .heading_ja {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.secondary_heading_wrap .heading_ja {
    font-size: 2.8rem;
  }
}
.heading_wrap.secondary_heading_wrap.size_l {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.secondary_heading_wrap.size_l {
    margin-bottom: 24px;
  }
}
.heading_wrap.secondary_heading_wrap.size_l .heading_en {
  font-size: 6.42rem;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.secondary_heading_wrap.size_l .heading_en {
    font-size: 4.8rem;
  }
}
.heading_wrap.secondary_heading_wrap.size_l .heading_ja {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.secondary_heading_wrap.size_l .heading_ja {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.heading_wrap.secondary_heading_wrap.size_s {
  margin-bottom: 24px;
}
.heading_wrap.secondary_heading_wrap.size_s .heading_en {
  font-size: 1.2rem;
}
.heading_wrap.secondary_heading_wrap.size_s .heading_ja {
  font-size: 1.8rem;
}
.heading_wrap.secondary_heading_wrap.centered .heading_en {
  margin-inline: auto;
}
.heading_wrap.secondary_heading_wrap.centered .heading_ja {
  text-align: center;
}
.heading_wrap.special_heading_wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.special_heading_wrap {
    margin-bottom: 24px;
  }
}
.heading_wrap.special_heading_wrap .heading_ja {
  font-size: 4.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.special_heading_wrap .heading_ja {
    font-size: 3.8rem;
  }
}
.heading_wrap.special_heading_wrap .heading_sub {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .heading_wrap.special_heading_wrap .heading_sub {
    font-size: 1.8rem;
  }
}

.heading_img_clm_wrap {
  display: flex;
  gap: 20px 80px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .heading_img_clm_wrap {
    gap: 0;
    flex-direction: column;
    margin: 0 -20px;
  }
}
.heading_img_clm_wrap .heading_wrap {
  flex: 1;
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  .heading_img_clm_wrap .heading_wrap {
    width: 100%;
    min-width: initial;
    padding-inline: 20px;
  }
}
.heading_img_clm_wrap figure {
  width: 100%;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .heading_img_clm_wrap figure {
    max-width: initial;
  }
}

@media (any-hover: hover) {
  a.heading_img_clm_wrap:hover .heading_wrap::after {
    text-indent: 14px;
  }
}
a.heading_img_clm_wrap .heading_wrap::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  a.heading_img_clm_wrap .heading_wrap::after {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.heading_cont_clm_wrap {
  display: flex;
  gap: 0 113px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1180px) {
  .heading_cont_clm_wrap {
    gap: 0 60px;
  }
}
@media only screen and (max-width: 980px) {
  .heading_cont_clm_wrap {
    gap: 20px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .heading_cont_clm_wrap {
    gap: 0;
  }
}
.heading_cont_clm_wrap .heading_wrap {
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .heading_cont_clm_wrap .heading_wrap {
    min-width: initial;
    padding-inline: 20px;
  }
}
.heading_cont_clm_wrap .detail_area {
  flex: 1;
}

.secondary_heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222;
  margin-bottom: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secondary_heading {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.secondary_heading::before {
  content: "";
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: #e51636;
  margin-bottom: 8px;
}

.secondary_single_heading {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .secondary_single_heading {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}

.third_heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .third_heading {
    font-size: 1.8rem;
  }
}
.third_heading::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #e51636;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fourth_heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #222;
  padding-bottom: 6px;
  margin-bottom: 24px;
  position: relative;
}
.fourth_heading::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #e51636;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fourth_heading::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.special_heading {
  display: table;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #e51636;
  margin-bottom: 24px;
  position: relative;
}
.special_heading[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
@media only screen and (max-width: 767px) {
  .special_heading {
    margin-inline: auto;
  }
}
.special_heading .heading_deco {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .special_heading .heading_deco {
    padding-bottom: 4px;
  }
}
.special_heading .heading_deco::before {
  content: "";
  width: 88px;
  height: 1px;
  background: #e51636;
  transform: rotate(-8deg);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(-8deg);
}

/*-----------------------------------------
  .lower_nav
-----------------------------------------*/
/* .lower_basic_nav */
.lower_basic_nav {
  border-bottom: 1px solid #e51636;
}

.lower_basic_list {
  display: flex;
  flex-wrap: wrap;
}
.lower_basic_list .lower_basic_item {
  width: 25%;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 980px) {
  .lower_basic_list .lower_basic_item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_item {
    width: 50%;
  }
}
@media only screen and (min-width: 981px) {
  .lower_basic_list .lower_basic_item:nth-child(4n) {
    border-right: none;
  }
}
@media only screen and (min-width: 981px) {
  .lower_basic_list .lower_basic_item:nth-child(-n+4) {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_basic_list .lower_basic_item:nth-child(3n) {
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_basic_list .lower_basic_item:nth-child(-n+3) {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_item:nth-child(2n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_item:nth-child(2n+1) {
    border-right: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_item:nth-child(-n+2) {
    border-top: 1px solid #e2e2e2;
  }
}
.lower_basic_list .lower_basic_link {
  height: 100%;
  min-height: 66px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222;
  padding: 18px 16px 18px 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_link {
    min-height: 80px;
    gap: 13px;
    font-size: 1.4rem;
    padding: 18px 16px 18px 17px;
  }
}
@media (any-hover: hover) {
  .lower_basic_list .lower_basic_link:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.lower_basic_list .lower_basic_link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .lower_basic_list .lower_basic_link::after {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.lower_basic_list .lower_basic_link .btn_text {
  flex: 1;
}

/* .lower_basic_img_nav */
.lower_basic_img_nav {
  border-bottom: 1px solid #e51636;
}

.lower_basic_img_list {
  display: flex;
  flex-wrap: wrap;
}
.lower_basic_img_list .lower_basic_img_item {
  width: 25%;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 980px) {
  .lower_basic_img_list .lower_basic_img_item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_item {
    width: 50%;
  }
}
@media only screen and (min-width: 981px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(4n) {
    border-right: none;
  }
}
@media only screen and (min-width: 981px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(-n+4) {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(3n) {
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(-n+3) {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(2n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(2n+1) {
    border-right: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_item:nth-child(-n+2) {
    border-top: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_item {
    border-right: none;
  }
}
.lower_basic_img_list .lower_basic_img_link {
  display: block;
  padding: 16px 16px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_link {
    padding: 18px 16px;
  }
}
@media (any-hover: hover) {
  .lower_basic_img_list .lower_basic_img_link:hover figure figcaption::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.lower_basic_img_list .lower_basic_img_link figure img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_link figure img {
    margin-bottom: 18px;
  }
}
.lower_basic_img_list .lower_basic_img_link figure figcaption {
  height: 100%;
  min-height: 66px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222;
  padding-left: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_link figure figcaption {
    min-height: 40px;
    gap: 13px;
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.lower_basic_img_list .lower_basic_img_link figure figcaption::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .lower_basic_img_list .lower_basic_img_link figure figcaption::after {
    width: 40px;
    height: 40px;
  }
}
.lower_basic_img_list .lower_basic_img_link figure .btn_text {
  flex: 1;
}

/* .lower_clm_nav */
.lower_clm_nav {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav {
    gap: 24px;
  }
}
.lower_clm_nav.clm_2 .lower_row {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav.clm_2 .lower_row {
    width: 100%;
  }
}
.lower_clm_nav.clm_3 {
  gap: 40px 48px;
}
@media only screen and (max-width: 980px) {
  .lower_clm_nav.clm_3 {
    gap: 40px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav.clm_3 {
    gap: 24px;
  }
}
.lower_clm_nav.clm_3 .lower_row {
  width: calc((100% - 96px) / 3);
}
@media only screen and (max-width: 980px) {
  .lower_clm_nav.clm_3 .lower_row {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav.clm_3 .lower_row {
    width: 100%;
  }
}
.lower_clm_nav.clm_3.gap_narrow {
  gap: 40px 24px;
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav.clm_3.gap_narrow {
    gap: 24px;
  }
}
.lower_clm_nav.clm_3.gap_narrow .lower_row {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 767px) {
  .lower_clm_nav.clm_3.gap_narrow .lower_row {
    width: 100%;
  }
}

.lower_row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .lower_row {
    ower_img_linkwidth: 100%;
  }
}
.lower_row:has(.lower_img_title) .lower_nav_list {
  border-bottom: none;
}
.lower_row:has(.lower_img_title) .lower_nav_item {
  border-bottom: 1px solid #e2e2e2;
}

.lower_img_link {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  .lower_img_link:not([target=_blank]):hover .lower_img_title::after {
    text-indent: 14px;
  }
}
.lower_img_link:last-child {
  border-bottom: 1px solid #e51636;
}
.lower_img_link:not([href]) .lower_img_title::after {
  content: none;
}
.lower_img_link[target=_blank] .lower_img_title::after {
  content: "\e901";
  font-size: 1.2rem;
  font-weight: bold;
}
@media (any-hover: hover) {
  .lower_img_link[target=_blank]:hover .lower_img_title::after {
    text-indent: 0;
  }
}
.lower_img_link figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
}
.lower_img_link figure figcaption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.04em;
  color: #e51636;
  text-align: right;
  padding: 16px 16px 0;
  position: absolute;
}
.lower_img_link figure figcaption[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
@media only screen and (max-width: 1180px) {
  .lower_img_link figure figcaption {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lower_img_link figure figcaption {
    font-size: 1.6rem;
  }
}
.lower_img_link figure figcaption::before {
  content: "";
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: #e51636;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .lower_img_link figure figcaption::before {
    margin-top: 7px;
  }
}
.lower_img_link figure figcaption .lower_img_heading {
  max-width: calc(100% - (40px + 1em));
  margin-left: 1em;
}
@media only screen and (max-width: 980px) {
  .lower_img_link figure figcaption .lower_img_heading {
    max-width: calc(100% - (30px + 1em));
  }
}
@media only screen and (max-width: 767px) {
  .lower_img_link figure figcaption .lower_img_heading {
    max-width: calc(100% - (30px + 1em));
  }
}
.lower_img_link figure img {
  width: 100%;
}
.lower_img_link .lower_img_title {
  min-height: 98px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #222;
  padding-block: 16px;
  margin-bottom: 0;
  position: relative;
}
@media (any-hover: hover) {
  .lower_img_link .lower_img_title:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
@media only screen and (max-width: 980px) {
  .lower_img_link .lower_img_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .lower_img_link .lower_img_title {
    min-height: 85px;
    gap: 4px;
    font-size: 2.2rem;
  }
}
.lower_img_link .lower_img_title::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 1px;
}
.lower_img_link .lower_img_title .btn_text {
  flex: 1;
}
.lower_img_link.type_white figure figcaption::before {
  background: #fff;
}
.lower_img_link.type_white figure figcaption .lower_img_heading {
  color: #fff;
}

.lower_nav_list {
  border: 1px solid #e51636;
  border-width: 1px 0;
}
.lower_nav_list .lower_nav_item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.lower_nav_list .lower_nav_link {
  min-height: 66px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #222;
  padding: 12px 0 12px 8px;
  position: relative;
}
@media (any-hover: hover) {
  .lower_nav_list .lower_nav_link:hover:not([target=_blank])::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.lower_nav_list .lower_nav_link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 1.6rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
.lower_nav_list .lower_nav_link[target=_blank]::after {
  content: "\e901";
  font-size: 0.8rem;
  font-weight: bold;
  text-indent: 2px;
}
.lower_nav_list .lower_nav_link .btn_text {
  flex: 1;
}

/* .lower_sub_nav_field */
.lower_sub_nav_field {
  padding-block: 64px;
  border: 1px solid #e51636;
  border-width: 1px 0;
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_field {
    padding-block: 40px 64px;
  }
}

.lower_sub_nav_wrap {
  display: none;
}
.lower_sub_nav_wrap.active_nav {
  display: block;
}

.lower_sub_title_item {
  display: table;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lower_sub_title_item {
    margin-bottom: 20px;
  }
}

.lower_sub_title_link {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #222;
}
@media (any-hover: hover) {
  .lower_sub_title_link:hover .btn_circle_arrow::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.lower_sub_title_link .btn_circle_arrow::after {
  width: 64px;
  height: 64px;
}

.lower_sub_nav_list {
  display: flex;
  flex-wrap: wrap;
}
.lower_sub_nav_list.clm_2 .lower_sub_nav_item {
  width: 50%;
  border: none;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
}
@media only screen and (min-width: 768px) {
  .lower_sub_nav_list.clm_2 .lower_sub_nav_item:nth-child(2n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (min-width: 768px) {
  .lower_sub_nav_list.clm_2 .lower_sub_nav_item:nth-child(-n+2) {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_list.clm_2 .lower_sub_nav_item {
    width: 100%;
    border-left: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_list.clm_2 .lower_sub_nav_item:first-child {
    border-top: 1px solid #e51636;
  }
}
.lower_sub_nav_list.clm_3 .lower_sub_nav_item {
  width: 33.3333333333%;
  border: none;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_list.clm_3 .lower_sub_nav_item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .lower_sub_nav_list.clm_3 .lower_sub_nav_item:nth-child(3n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (min-width: 768px) {
  .lower_sub_nav_list.clm_3 .lower_sub_nav_item:nth-child(-n+3) {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_list.clm_3 .lower_sub_nav_item:nth-child(2n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_list.clm_3 .lower_sub_nav_item:nth-child(-n+2) {
    border-top: 1px solid #e51636;
  }
}

.lower_sub_nav_item {
  width: 25%;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
}
@media only screen and (max-width: 980px) {
  .lower_sub_nav_item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_item {
    width: 50%;
  }
}
.lower_sub_nav_item.current_item .lower_sub_nav_link {
  color: #e51636;
  background: #fff;
}
.lower_sub_nav_item:first-child {
  border-left: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_item:first-child {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (min-width: 981px) {
  .lower_sub_nav_item:nth-child(4n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (min-width: 981px) {
  .lower_sub_nav_item:nth-child(-n+4) {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_sub_nav_item:nth-child(3n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .lower_sub_nav_item:nth-child(-n+3) {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_item:nth-child(2n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_item:nth-child(-n+2) {
    border-top: 1px solid #e51636;
  }
}

.lower_sub_nav_link {
  height: 100%;
  min-height: 85px;
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: #222;
  padding: 10px 16px 10px 20px;
  position: relative;
}
@media (any-hover: hover) {
  .lower_sub_nav_link:hover:not([target=_blank])::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_sub_nav_link {
    min-height: 65px;
    gap: 8px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 12px;
  }
}
.lower_sub_nav_link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 1.6rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
.lower_sub_nav_link[target=_blank]::after {
  content: "\e901";
  font-size: 1rem;
  font-weight: bold;
  text-indent: 2px;
}
.lower_sub_nav_link .btn_text {
  flex: 1;
}

.lower_mask_img_list {
  display: flex;
  flex-wrap: wrap;
}

.lower_mask_img_item {
  width: 33.3333333333%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_item {
    width: 100%;
  }
}
.lower_mask_img_item.size_l {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_item.size_l {
    width: 100%;
  }
}
.lower_mask_img_item.size_l .lower_mask_img_link {
  aspect-ratio: 19/8;
}
.lower_mask_img_item.size_l .lower_mask_img_link::after {
  width: 64px;
  height: 64px;
  font-size: 2.4rem;
  right: 24px;
}
@media only screen and (max-width: 1000px) {
  .lower_mask_img_item.size_l .lower_mask_img_link::after {
    width: 40px;
    height: 40px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_item.size_l .lower_mask_img_link::after {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    right: 16px;
  }
}

.lower_mask_img_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 19/12;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
@media (any-hover: hover) {
  .lower_mask_img_link:hover {
    opacity: 1;
  }
  .lower_mask_img_link:hover::after {
    background: rgba(255, 255, 255, 0.16);
    text-indent: 14px;
  }
  .lower_mask_img_link:hover figure img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_link {
    aspect-ratio: 19/8;
  }
}
.lower_mask_img_link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  right: 16px;
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 1000px) {
  .lower_mask_img_link::after {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_link::after {
    right: 16px;
  }
}
.lower_mask_img_link figure {
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.lower_mask_img_link figure img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.lower_mask_img_link hgroup {
  display: block;
  width: 100%;
  text-align: center;
}
.lower_mask_img_link hgroup .heading_en {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_link hgroup .heading_en {
    font-size: 1.4rem;
  }
}
.lower_mask_img_link hgroup .heading_en[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
.lower_mask_img_link hgroup .heading_ja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .lower_mask_img_link hgroup .heading_ja {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .lower_mask_img_link hgroup .heading_ja {
    font-size: 2.8rem;
  }
}

/* .related_link_field */
.related_link_field {
  max-width: 1345px;
  padding-block: 64px;
  margin-inline: auto;
  border-top: 1px solid #e51636;
  border-bottom: 1px solid #e51636;
  position: relative;
}
@media only screen and (max-width: 1441px) {
  .related_link_field {
    margin-inline: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .related_link_field {
    padding-block: 24px;
    margin-inline: 20px;
  }
}
.related_link_field::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #e51636;
  position: absolute;
  top: -1px;
  left: 0;
}
.related_link_field .related_link_clm {
  display: flex;
  gap: 0 76px;
}
@media only screen and (max-width: 1180px) {
  .related_link_field .related_link_clm {
    flex-direction: column;
    gap: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .related_link_field .related_link_clm {
    gap: 24px 0;
  }
}
.related_link_field .cont_outer {
  padding-inline: 20px;
}
@media only screen and (max-width: 767px) {
  .related_link_field .cont_outer {
    padding-inline: 0;
  }
}
.related_link_field .cont_inner {
  padding-inline: 0;
}
.related_link_field .heading_wrap {
  width: 184px;
  margin-block: 13px 0;
}
.related_link_field .heading_wrap .heading_en {
  font-size: 1.6rem;
  line-height: 1.2;
}
.related_link_field .heading_wrap .heading_ja {
  font-size: 2.4rem;
  line-height: 1.6;
}
.related_link_field .related_link_nav {
  flex: 1;
}
.related_link_field .related_link_nav .related_nav_list {
  display: flex;
  flex-wrap: wrap;
}
.related_link_field .related_link_nav .related_nav_item {
  width: 33.3333333333%;
  border: none;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .related_link_field .related_link_nav .related_nav_item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .related_link_field .related_link_nav .related_nav_item:nth-child(3n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (min-width: 768px) {
  .related_link_field .related_link_nav .related_nav_item:nth-child(-n+3) {
    border-top: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .related_link_field .related_link_nav .related_nav_item:nth-child(2n+1) {
    border-left: 1px solid #e51636;
  }
}
@media only screen and (max-width: 767px) {
  .related_link_field .related_link_nav .related_nav_item:nth-child(-n+2) {
    border-top: 1px solid #e51636;
  }
}
.related_link_field .related_link_nav .related_nav_link {
  height: 100%;
  min-height: 100px;
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: #222;
  padding: 10px 16px 10px 20px;
  position: relative;
}
@media (any-hover: hover) {
  .related_link_field .related_link_nav .related_nav_link:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
@media only screen and (max-width: 1180px) {
  .related_link_field .related_link_nav .related_nav_link {
    min-height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .related_link_field .related_link_nav .related_nav_link {
    min-height: 65px;
    gap: 8px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 12px;
  }
}
.related_link_field .related_link_nav .related_nav_link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 1180px) {
  .related_link_field .related_link_nav .related_nav_link::after {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.related_link_field .related_link_nav .related_nav_link .btn_text {
  flex: 1;
}

/*-----------------------------------------
  site_nav_list
-----------------------------------------*/
.site_nav_list {
  display: flex;
  flex-wrap: wrap;
}

.site_nav_item {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.site_nav_item:nth-child(-n+2) {
  border-top: 1px solid #e2e2e2;
}
.site_nav_item:nth-child(2n+1) {
  border-left: 1px solid #e2e2e2;
}

.site_nav_link {
  display: block;
  height: 100%;
  padding: 24px 24px 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site_nav_link {
    padding: 20px 12px;
  }
}
.site_nav_link::before {
  content: "";
  font-family: "kyb";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1180px) {
  .site_nav_link::before {
    top: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .site_nav_link::before {
    top: 20px;
    right: 12px;
  }
}
.site_nav_link[target=_blank]::before {
  content: "\e901";
}
.site_nav_link figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site_nav_link figure img {
  max-width: calc(100% - 30px);
  margin-bottom: 23px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .site_nav_link figure img {
    margin-bottom: 12px;
  }
}
.site_nav_link figure figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #666;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .site_nav_link figure figcaption {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------
  heading set
-----------------------------------------*/
.special_heading_set_wrap {
  max-width: 826px;
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media only screen and (max-width: 767px) {
  .special_heading_set_wrap {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }
}

.special_heading_set_clm {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 0 30px;
  padding: 30px 0 24px 28px;
}
@media only screen and (max-width: 980px) {
  .special_heading_set_clm {
    gap: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .special_heading_set_clm {
    display: flex;
    gap: 12px 0;
    flex-direction: column;
    padding: 0;
  }
}
.special_heading_set_clm .detail_area .detail_inner {
  margin-inline: 24px 0;
}
@media only screen and (max-width: 767px) {
  .special_heading_set_clm .detail_area .detail_inner {
    margin-inline: 0;
  }
}
.special_heading_set_clm .bg_area {
  margin-bottom: 15px;
}
.special_heading_set_clm .bg_area .emphasis_semi_text.color_site_primary {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 2px;
}

/*-----------------------------------------
  company
-----------------------------------------*/
.platform_img {
  width: 100%;
  max-width: 621px;
}

.information_sales_img {
  width: 100%;
  max-width: 580px;
}

/* message_wrap */
.message_wrap .ceo_img {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .message_wrap .ceo_img {
    margin-bottom: 24px;
  }
}
.message_wrap .message_heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .message_wrap .message_heading {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
.message_wrap p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .message_wrap p {
    margin-bottom: 24px;
  }
}
.message_wrap .signature_text {
  font-weight: 600;
  text-align: right;
}
.message_wrap .signature_img {
  text-align: right;
}

/* calendar_wrap */
.calendar_wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.calendar_wrap .calendar_img {
  width: calc((100% - 36px) / 4);
  padding: 13px 11px 11px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .calendar_wrap .calendar_img {
    width: calc((100% - 12px) / 2);
  }
}

/* google_map_wrap */
.google_map_wrap {
  position: relative;
  width: 100%;
  padding-top: 57.14%;
}
.google_map_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e51636;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.google_map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.traffic_means {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
}
.traffic_means.odakyu_line {
  color: #06559d;
}
.traffic_means.odakyu_line::before {
  border-color: #06559d;
}
.traffic_means.yokohama_line {
  color: #6b9348;
}
.traffic_means.yokohama_line::before {
  border-color: #6b9348;
}
.traffic_means.highway::before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(/files/common-icon_img_highway.svg) center no-repeat;
  border: none;
  border-radius: 0;
}
.traffic_means::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid #e2e2e2;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.traffic_way_wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .traffic_way_wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
}
.traffic_way_wrap .traffic_way {
  display: contents;
}
.traffic_way_wrap .traffic_way dt {
  min-width: 120px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  padding-inline: 23px 10px;
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .traffic_way_wrap .traffic_way dt {
    padding: 0 0 8px;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
}
.traffic_way_wrap .traffic_way dt .bus {
  position: relative;
  padding-left: 28px;
}
.traffic_way_wrap .traffic_way dt .bus::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/files/common-icon_img_bus.svg) center no-repeat;
  border: none;
  border-radius: 0;
  position: absolute;
  top: -2px;
  left: 0;
}
.traffic_way_wrap .traffic_way dt .taxi {
  position: relative;
  padding-left: 28px;
}
.traffic_way_wrap .traffic_way dt .taxi::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/files/common-icon_img_taxi.svg) center no-repeat;
  border: none;
  border-radius: 0;
  position: absolute;
  top: -2px;
  left: 0;
}
.traffic_way_wrap .traffic_way dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

/* motorsports_slider */
.motorsports_slider_clm {
  display: flex;
  gap: 24px 46px;
}
@media only screen and (max-width: 980px) {
  .motorsports_slider_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .motorsports_slider_clm {
    gap: 12px;
    flex-direction: column;
  }
}

#motorsports_main_slider {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #motorsports_main_slider {
    gap: 12px;
  }
}
#motorsports_main_slider .splide__arrows {
  order: 2;
}
@media only screen and (max-width: 767px) {
  #motorsports_main_slider .splide__arrows {
    order: 1;
  }
}
#motorsports_main_slider .splide__track {
  order: 1;
}
@media only screen and (max-width: 767px) {
  #motorsports_main_slider .splide__track {
    order: 2;
  }
}
#motorsports_main_slider figure img {
  width: 100%;
}
#motorsports_main_slider .splide__arrow {
  touch-action: manipulation;
}
#motorsports_main_slider .splide__arrow svg {
  display: none;
}
#motorsports_main_slider .splide__arrow--prev,
#motorsports_main_slider .splide__arrow--next {
  width: 56px;
  height: 32px;
  background: #f7f7f7;
  border: 1px solid #e51636;
  transition: background 0.2s ease-out;
}
@media (any-hover: hover) {
  #motorsports_main_slider .splide__arrow--prev:hover,
  #motorsports_main_slider .splide__arrow--next:hover {
    background: #e51636;
  }
  #motorsports_main_slider .splide__arrow--prev:hover::before,
  #motorsports_main_slider .splide__arrow--next:hover::before {
    color: #fff;
  }
}
#motorsports_main_slider .splide__arrow--next {
  margin-left: 8px;
}
#motorsports_main_slider .splide__arrow--prev::before,
#motorsports_main_slider .splide__arrow--next::before {
  font-family: "kyb";
  font-size: 1.2rem;
  line-height: 1;
  color: #e51636;
  position: relative;
  top: -1px;
  transition: right 0.3s ease-out;
}
#motorsports_main_slider .splide__arrow--prev::before {
  content: "\e903";
}
#motorsports_main_slider .splide__arrow--next::before {
  content: "\e904";
}

#motorsports_thumbnail_slider {
  width: 28%;
  max-width: 314px;
}
@media only screen and (max-width: 767px) {
  #motorsports_thumbnail_slider {
    width: 100%;
    max-width: initial;
  }
}
#motorsports_thumbnail_slider .splide__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  #motorsports_thumbnail_slider .splide__list {
    gap: 8px;
  }
}
#motorsports_thumbnail_slider .splide__slide {
  aspect-ratio: 149/84;
  width: calc((100% - 16px) / 2) !important;
  height: auto !important;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  #motorsports_thumbnail_slider .splide__slide:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  #motorsports_thumbnail_slider .splide__slide {
    width: calc((100% - 16px) / 3) !important;
  }
}
#motorsports_thumbnail_slider .splide__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s ease-out;
}
#motorsports_thumbnail_slider .splide__slide.is-active {
  border: 1px solid #e51636;
}
#motorsports_thumbnail_slider .splide__slide.is-active::before {
  background: rgba(255, 255, 255, 0);
}
#motorsports_thumbnail_slider .splide__slide figure img {
  width: 100%;
}

.img_general_set_clm {
  display: flex;
  gap: 24px 64px;
}
@media only screen and (max-width: 980px) {
  .img_general_set_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .img_general_set_clm {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1180px) {
  .img_general_set_clm figure {
    width: 300px;
  }
  .img_general_set_clm figure.fit_origin {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .img_general_set_clm figure {
    width: auto;
    margin-inline: auto;
  }
}
.img_general_set_clm .img_general_set_cont {
  flex: 1;
}

.img_detail_set_clm {
  display: flex;
  gap: 24px 48px;
  padding-block: 40px;
  border-bottom: 1px solid #e51636;
}
@media only screen and (max-width: 980px) {
  .img_detail_set_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .img_detail_set_clm {
    flex-direction: column;
  }
}
.img_detail_set_clm:first-child {
  border-top: 1px solid #e51636;
}
.img_detail_set_clm figure {
  width: 400px;
}
@media only screen and (max-width: 1180px) {
  .img_detail_set_clm figure {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .img_detail_set_clm figure {
    width: auto;
    margin-inline: auto;
  }
}
.img_detail_set_clm .img_detail_set_cont {
  flex: 1;
}
.img_detail_set_clm .img_detail_set_cont .img_detail_set_heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.img_detail_set_clm .img_detail_set_cont p {
  margin-bottom: 0;
}

/* img_caption_set_wrap */
.img_caption_set_wrap .img_caption_set_clm {
  display: flex;
  gap: 64px 48px;
  flex-wrap: wrap;
  padding-block: 30px 40px;
}
@media only screen and (max-width: 980px) {
  .img_caption_set_wrap .img_caption_set_clm {
    gap: 64px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .img_caption_set_wrap .img_caption_set_clm {
    gap: 16px;
    padding-block: 12px 24px;
    border-bottom: 1px solid #e51636;
  }
}
.img_caption_set_wrap .img_caption_set_clm:first-child {
  border-top: 1px solid #e51636;
}
.img_caption_set_wrap .img_caption_set_clm > * {
  width: calc((100% - 96px) / 3);
  position: relative;
}
@media only screen and (max-width: 980px) {
  .img_caption_set_wrap .img_caption_set_clm > * {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .img_caption_set_wrap .img_caption_set_clm > * {
    width: calc((100% - 24px) / 2);
  }
}
.img_caption_set_wrap .img_caption_set_clm > *:nth-child(3n+1)::before {
  content: "";
  width: calc(300% + 96px);
  height: 1px;
  background: #e51636;
  display: block;
  position: absolute;
  left: 0;
  bottom: -36px;
}
@media only screen and (max-width: 980px) {
  .img_caption_set_wrap .img_caption_set_clm > *:nth-child(3n+1)::before {
    width: calc(300% + 48px);
  }
}
@media only screen and (max-width: 767px) {
  .img_caption_set_wrap .img_caption_set_clm > *:nth-child(3n+1)::before {
    content: none;
  }
}
.img_caption_set_wrap .img_caption_set_clm .img_caption_set_cont figcaption {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 12px;
}

/*-----------------------------------------
  contact
-----------------------------------------*/
.contact_clm_wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact_clm_wrap {
    flex-direction: column;
  }
}

.contact_item {
  flex: 1;
  padding: 60px 20px 54px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact_item {
    padding: 30px 20px;
  }
}
.contact_item:not(:last-child) {
  border-right: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .contact_item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e51636;
  }
}
.contact_item .contact_heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact_item .contact_heading {
    margin-bottom: 20px;
  }
}
.contact_item .contact_supp {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
.contact_item .tel {
  display: table;
  font-family: "Inter Tight", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #e51636;
  padding-left: 40px;
  margin-inline: auto;
  position: relative;
}
.contact_item .tel::before {
  content: "\e913";
  font-family: "kyb";
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 3px;
  left: 0;
}

/*-----------------------------------------
  list（basic）
-----------------------------------------*/
/* .disc_list */
.disc_list > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 16px;
  position: relative;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.disc_list > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e51636;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}

.disc_basic_list > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 16px;
  position: relative;
}
.disc_basic_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.disc_basic_list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 5px;
}

/* .number_list */
.number_list {
  list-style: none;
  counter-reset: numlist;
}
.number_list > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 34px;
  position: relative;
}
.number_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.number_list > li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(numlist) ".";
  counter-increment: numlist;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #e51636;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.number_list > li .emphasis_color {
  display: block;
  font-size: initial;
  font-weight: 500;
  line-height: 2;
  color: #e51636;
}

/* .permission_prohibited_list */
.permission_prohibited_list > li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 1.5em;
  position: relative;
}
.permission_prohibited_list > li .disc_basic_list > li {
  font-weight: 400;
  margin-bottom: 0;
}
.permission_prohibited_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.permission_prohibited_list > li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
}
.permission_prohibited_list > li.permission_item::before {
  content: "〇";
}
.permission_prohibited_list > li.prohibited_item::before {
  content: "×";
}

/*-----------------------------------------
  link_list
-----------------------------------------*/
.link_list_clm {
  display: flex;
  gap: 66px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
@media only screen and (max-width: 980px) {
  .link_list_clm {
    gap: 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .link_list_clm {
    flex-direction: column;
    padding-bottom: 32px;
  }
}
.link_list_clm:not(:last-child) {
  border-bottom: 1px solid #e51636;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .link_list_clm:not(:last-child) {
    margin-bottom: 32px;
  }
}

.link_list_heading {
  min-width: 214px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
.link_list_heading a {
  color: #222;
}

.link_list {
  flex: 1;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .link_list {
    gap: 16px;
  }
}
.link_list .link_list_item {
  width: calc((100% - 48px) / 3);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 980px) {
  .link_list .link_list_item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .link_list .link_list_item {
    width: 100%;
  }
}
.link_list .link_list_link {
  color: #222;
}
.link_list .link_list_link[target=_blank] {
  position: relative;
  padding-right: 28px;
}
.link_list .link_list_link[target=_blank]::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e51636;
  position: absolute;
  bottom: 5px;
  right: 6px;
  transition: all 0.3s ease-out;
}

/*-----------------------------------------
  img_caption_link
-----------------------------------------*/
.img_caption_link_wrap .btn {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .img_caption_link_wrap .btn {
    margin-top: 24px;
  }
}

.img_caption_item figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
}
.img_caption_item figure figcaption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.04em;
  color: #e51636;
  text-align: right;
  padding: 16px 16px 0;
  position: absolute;
}
.img_caption_item figure figcaption[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
@media only screen and (max-width: 1180px) {
  .img_caption_item figure figcaption {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .img_caption_item figure figcaption {
    font-size: 1.6rem;
  }
}
.img_caption_item figure figcaption::before {
  content: "";
  flex: 1;
  max-width: 100px;
  height: 1px;
  background: #e51636;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .img_caption_item figure figcaption::before {
    margin-top: 7px;
  }
}
.img_caption_item figure figcaption .lower_img_heading {
  max-width: calc(100% - (100px + 1em));
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .img_caption_item figure figcaption .lower_img_heading {
    max-width: calc(100% - (30px + 1em));
  }
}
.img_caption_item figure img {
  width: 100%;
}
.img_caption_item.type_white figure figcaption::before {
  background: #fff;
}
.img_caption_item.type_white figure figcaption .lower_img_heading {
  color: #fff;
}

/*-----------------------------------------
  search
-----------------------------------------*/
.lower_search_area {
  padding: 40px 62px 64px !important;
  margin-bottom: 67px !important;
  border-bottom: 1px solid #e51636;
  background: transparent !important;
}
@media only screen and (max-width: 767px) {
  .lower_search_area {
    padding: 0 0 40px !important;
    margin-bottom: 40px !important;
  }
}
.lower_search_area .lower_search_box {
  width: 100%;
  background: #f7f7f7;
  transition: all 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lower_search_area .lower_search_box {
    padding-top: 0;
    top: 64px;
  }
}
.lower_search_area .lower_search_box form {
  display: block;
  max-width: 1016px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.lower_search_area .lower_search_box form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 25px 31px 25px 84px;
  border: 1px solid #e2e2e2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .lower_search_area .lower_search_box form input {
    padding: 19px 20px 19px 49px;
  }
}
.lower_search_area .lower_search_box form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.lower_search_area .lower_search_box form input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .lower_search_area .lower_search_box form input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .lower_search_area .lower_search_box form input::placeholder {
    font-size: 1.4rem;
  }
}
.lower_search_area .lower_search_box form input + .poplink {
  width: 100%;
}
.lower_search_area .lower_search_box form button {
  display: block;
}
.lower_search_area .lower_search_box form button::before {
  content: "\e90b";
  font-family: "kyb";
  font-size: 3.4rem;
  line-height: 1;
  color: #444;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .lower_search_area .lower_search_box form button::before {
    font-size: 2.4rem;
    left: 15px;
  }
}

/*-----------------------------------------
  report
-----------------------------------------*/
.report_clm_wrap {
  display: flex;
  gap: 40px 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  .report_clm_wrap {
    gap: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .report_clm_wrap {
    flex-direction: column;
  }
}
.report_clm_wrap .report_title_wrap {
  width: 27%;
  max-width: 248px;
  padding-right: 0;
}
@media only screen and (max-width: 980px) {
  .report_clm_wrap .report_title_wrap {
    width: auto;
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.report_clm_wrap .report_detail_wrap {
  flex: 1;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .report_clm_wrap .report_detail_wrap {
    padding-top: 0;
    border-top: none;
  }
}
.report_clm_wrap .report_cover_item figure {
  max-width: 248px;
}

.report_border_clm_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .report_border_clm_wrap {
    gap: 40px;
    flex-direction: column;
  }
}
.report_border_clm_wrap .report_title_wrap {
  width: 321px;
  padding-right: 73px;
}
@media only screen and (max-width: 980px) {
  .report_border_clm_wrap .report_title_wrap {
    width: 35%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .report_border_clm_wrap .report_title_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
}
.report_border_clm_wrap .report_title_wrap .report_cover_item:not(:last-child) {
  margin-bottom: 16px;
}
.report_border_clm_wrap .report_title_wrap .report_cover_item figure {
  max-width: 248px;
}
.report_border_clm_wrap .report_title_wrap .report_cover_item figcaption {
  min-height: 57px;
}
.report_border_clm_wrap .report_detail_wrap {
  flex: 1;
  padding-left: 64px;
  border-left: 1px solid #e51636;
}
@media only screen and (max-width: 980px) {
  .report_border_clm_wrap .report_detail_wrap {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .report_border_clm_wrap .report_detail_wrap {
    padding-left: 0;
    padding-top: 40px;
    border-left: none;
    border-top: 1px solid #e51636;
  }
}

.report_cover_item {
  display: table;
}
.report_cover_item figure {
  width: 100%;
  max-width: 180px;
  border: 1px solid #e51636;
}
.report_cover_item figcaption {
  min-height: 47px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 11px 11px 14px 16px;
}
.report_cover_item figcaption:has(.title) {
  justify-content: space-between;
}
.report_cover_item figcaption .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #222;
}
.report_cover_item figcaption .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #666;
  padding-right: 24px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .report_cover_item figcaption .size {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .report_cover_item figcaption .size {
    padding-right: 24px;
  }
}
.report_cover_item figcaption .size::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(/files/common-icon_img_pdf.svg) center no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}

.report_cover_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  color: #222;
  margin-block: 16px 0;
}

.report_table_contents_area {
  display: grid;
  gap: 16px 0;
  grid-template-columns: max-content 1fr;
}
@media only screen and (max-width: 767px) {
  .report_table_contents_area {
    gap: 20px 0;
  }
}
.report_table_contents_area.type_flex {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.report_table_contents_area.type_flex .disc_basic_list > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.report_table_contents_area.type_flex .disc_basic_list > li::before {
  width: 3px;
  height: 3px;
  top: 12px;
}

.report_table_contents_wrap {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .report_table_contents_wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
}

.report_table_contents_heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #e51636;
  letter-spacing: 0.04em;
}

.report_table_contents_link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222;
  padding: 17px 17px 17px 20px;
  border: 1px solid #e51636;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .report_table_contents_link {
    padding: 17px 12px;
  }
}
.report_table_contents_link[href$=".pdf"] {
  padding-left: 48px;
}
@media only screen and (max-width: 767px) {
  .report_table_contents_link[href$=".pdf"] {
    padding-left: 38px;
  }
}
.report_table_contents_link[href$=".pdf"]::before {
  content: "\e910";
  font-family: "kyb";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 19px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .report_table_contents_link[href$=".pdf"]::before {
    left: 10px;
  }
}

.report_table_contents_list_wrap {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.report_table_contents_list > li:not(:first-child) {
  margin-top: -1px;
}

/* .table_contents_btn_list */
.table_contents_btn_list {
  width: 100%;
  max-width: 248px;
  display: flex;
  border: 1px solid #e51636;
}
.table_contents_btn_list .table_contents_btn_item {
  flex: 1;
}
.table_contents_btn_list .table_contents_btn_item:not(:last-child) {
  border-right: 1px solid #e51636;
}
.table_contents_btn_list .table_contents_btn_link {
  display: block;
  color: #222;
  text-align: center;
  padding: 4px 0;
}
.table_contents_btn_list .btn_text {
  display: table;
  font-size: 1.4rem;
  padding-left: 25px;
  margin-inline: auto;
  position: relative;
}
.table_contents_btn_list .btn_text::before {
  content: "\e912";
  font-family: "kyb";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.table_contents_btn_single .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 35px 13px 16px;
}
.table_contents_btn_single .btn::before {
  right: 11px;
}
.table_contents_btn_single .btn .btn_text {
  flex: 1;
}

/* report_era_clm */
.report_era_clm {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .report_era_clm {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .report_era_clm {
    gap: 40px;
    flex-direction: column;
  }
}

.report_era_wrap {
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width: 980px) {
  .report_era_wrap {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .report_era_wrap {
    width: 100%;
  }
}

.report_era_heading {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #e51636;
  margin-bottom: 24px;
}

/* report_era_list */
.report_era_list {
  display: flex;
  gap: 38px;
  border-left: 1px solid #e51636;
}
@media only screen and (max-width: 980px) {
  .report_era_list {
    gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .report_era_list {
    gap: 0;
  }
}

.report_era_item {
  width: calc((100% - 38px) / 2);
  padding-left: 24px;
}
@media only screen and (max-width: 980px) {
  .report_era_item {
    width: calc((100% - 14px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .report_era_item {
    width: 50%;
    padding-left: 24px;
  }
}

/* report_era_single */
.report_era_single {
  border-left: 1px solid #e51636;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .report_era_single {
    padding-left: 24px;
  }
}
.report_era_single .report_era_item_clm {
  display: flex;
  gap: 16px 49px;
}
@media only screen and (max-width: 980px) {
  .report_era_single .report_era_item_clm {
    gap: 16px;
    flex-direction: column;
  }
}
.report_era_single .report_era_cont {
  width: 100%;
  max-width: 180px;
}
.report_era_single .report_cover_item:not(:last-child) {
  margin-bottom: 16px;
}
.report_era_single .report_cover_title {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-block: 0;
}

/* catalog_type_clm */
.catalog_type_clm {
  display: flex;
  gap: 40px 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .catalog_type_clm {
    gap: 24px;
  }
}
.catalog_type_clm .catalog_type_item {
  width: calc((100% - 72px) / 4);
}
@media only screen and (max-width: 767px) {
  .catalog_type_clm .catalog_type_item {
    width: calc((100% - 24px) / 2);
  }
}
.catalog_type_clm .catalog_type_item .report_cover_item figure {
  max-width: 160px;
}
.catalog_type_clm .catalog_type_item .report_cover_item figcaption {
  min-height: 42px;
  padding: 9px 11px 9px 16px;
}
@media only screen and (max-width: 980px) {
  .catalog_type_clm .catalog_type_item .report_cover_item figcaption {
    padding: 9px 6px 9px 6px;
  }
}
.catalog_type_clm .catalog_type_item .report_cover_title {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

/*-----------------------------------------
  products
-----------------------------------------*/
#factory_map_field {
  border: 1px solid #e2e2e2;
  background: #e9f4f5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #factory_map_field {
    padding: 20px 0 0;
  }
}
#factory_map_field .notes {
  display: table;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  padding: 2px 0 2px 12px;
  margin-bottom: 0;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 34px;
  left: 34px;
}
@media only screen and (max-width: 767px) {
  #factory_map_field .notes {
    font-size: 1.4rem;
    padding: 4px 12px;
    margin: 0 12px 12px;
    position: static;
  }
}
#factory_map_field .notes::before {
  content: "※";
  display: inline-block;
}
#factory_map_field svg {
  width: 100%;
  max-width: 1140px;
  height: auto;
  display: block;
  margin-inline: auto;
}
#factory_map_field svg g {
  transition: opacity 0.2s linear;
  cursor: pointer;
}
#factory_map_field svg g:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  #factory_map_field svg g:hover {
    opacity: 0.5;
  }
}
#factory_map_field svg rect,
#factory_map_field svg path {
  transition: all 0.2s linear;
}
#factory_map_field svg text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  white-space: pre;
  fill: #f7f7f7;
}
#factory_map_field svg text.size_s {
  font-size: 1.3rem;
}
#factory_map_field svg text.ls_filling {
  letter-spacing: -0.04em;
}
#factory_map_field svg .hokkaido {
  fill: #6b80db;
}
#factory_map_field svg .tohoku_area {
  fill: #3fafe5;
}
#factory_map_field svg .kanto_area {
  fill: #31d07b;
}
#factory_map_field svg .chubu_area {
  fill: #29b3b0;
}
#factory_map_field svg .kinki_area {
  fill: #b1af27;
}
#factory_map_field svg .chugoku_area {
  fill: #f8b900;
}
#factory_map_field svg .shikoku_area {
  fill: #ea8848;
}
#factory_map_field svg .kyushu_okinawa_area {
  fill: #e37e88;
}
#factory_map_field svg .sales_department_area {
  fill: #b769c8;
}
#factory_map_field svg .is_active rect,
#factory_map_field svg .is_active path {
  fill: #fff;
  stroke: #e51636;
  stroke-width: 2;
}
#factory_map_field svg .is_active text {
  fill: #e51636;
}

/* factory_detail */
.factory_detail_clm {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .factory_detail_clm {
    gap: 24px;
  }
}
.factory_detail_clm .factory_detail_cont {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 767px) {
  .factory_detail_clm .factory_detail_cont {
    width: 100%;
  }
}

.factory_detail_cont {
  display: flex;
  gap: 0 26px;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 24px 24px 25px;
  border: 1px solid #e51636;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .factory_detail_cont {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .factory_detail_cont {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 16px 25px;
  }
}
.factory_detail_cont .factory_detail_heading {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}
.factory_detail_cont .factory_detail_info {
  width: calc(100% - 220px);
}
@media only screen and (max-width: 1080px) {
  .factory_detail_cont .factory_detail_info {
    width: 100%;
    margin-bottom: 24px;
  }
}
.factory_detail_cont p {
  line-height: 1.625;
  margin-bottom: 12px;
}
.factory_detail_cont p.contact_text {
  margin-bottom: 0;
}
.factory_detail_cont .text_link {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.factory_detail_cont .btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media only screen and (max-width: 1080px) {
  .factory_detail_cont .btn {
    margin-inline: auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

/* office_detail */
.office_detail_clm {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .office_detail_clm {
    gap: 24px;
  }
}
.office_detail_clm .office_detail_cont {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 980px) {
  .office_detail_clm .office_detail_cont {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .office_detail_clm .office_detail_cont {
    width: 100%;
  }
}

.office_detail_cont {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 24px 25px;
  border: 1px solid #e51636;
}
@media only screen and (max-width: 767px) {
  .office_detail_cont {
    flex-direction: column;
    padding: 24px 16px 25px;
  }
}
.office_detail_cont .office_detail_heading {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
}
.office_detail_cont .office_detail_img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .office_detail_cont .office_detail_img {
    order: 2;
    width: 100%;
  }
}
.office_detail_cont .office_detail_img figure {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .office_detail_cont .office_detail_img figure {
    margin-inline: auto;
    text-align: center;
  }
}
.office_detail_cont .office_detail_info {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .office_detail_cont .office_detail_info {
    order: 1;
    width: 100%;
  }
}
.office_detail_cont .main_products_wrap {
  padding-top: 12px;
  border-top: 1px solid #e2e2e2;
}
.office_detail_cont .main_products_wrap p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.office_detail_cont .main_products_wrap .main_products_heading {
  font-size: 1.6rem;
  line-height: 1.625;
}
.office_detail_cont p {
  line-height: 1.625;
  margin-bottom: 12px;
}
.office_detail_cont p.contact_text {
  margin-bottom: 0;
}
.office_detail_cont p.main_products_heading {
  margin-bottom: 8px;
}
.office_detail_cont .btn.type_map {
  padding: 13px 52px 13px 25px;
}
@media only screen and (max-width: 767px) {
  .office_detail_cont .btn.type_map {
    margin-inline: auto;
  }
}

#container:has(.page_products) section:has(.products_detail_wrap).border_g_b_wrap:last-of-type {
  border-bottom: none;
}

/* .products_head_img_clm */
.products_head_img_clm {
  display: flex;
  gap: 62px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .products_head_img_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 1080px) {
  .products_head_img_clm {
    flex-direction: column;
  }
}
.products_head_img_clm .products_head_img {
  width: 52%;
  max-width: 478px;
}
@media only screen and (max-width: 1080px) {
  .products_head_img_clm .products_head_img {
    order: 2;
    width: auto;
    max-width: initial;
  }
}
@media only screen and (max-width: 1080px) {
  .products_head_img_clm .products_head_img figure {
    text-align: center;
  }
}
.products_head_img_clm .products_head_cont {
  flex: 1;
}
@media only screen and (max-width: 1080px) {
  .products_head_img_clm .products_head_cont {
    order: 1;
  }
}
.products_head_img_clm .products_head_cont .products_head_heading {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.products_head_img_clm .products_head_cont p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
}
.products_head_img_clm .products_head_cont .rsp {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .products_head_img_clm .products_head_cont .rsp {
    display: none;
  }
}

/* .products_img_clm */
.products_img_clm {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
  .products_img_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 1080px) {
  .products_img_clm {
    flex-direction: column;
  }
}
.products_img_clm .products_img {
  width: 43%;
  max-width: 400px;
}
@media only screen and (max-width: 1080px) {
  .products_img_clm .products_img {
    width: auto;
    max-width: initial;
  }
}
@media only screen and (max-width: 1080px) {
  .products_img_clm .products_img figure {
    text-align: center;
  }
}
.products_img_clm .products_img_cont {
  flex: 1;
}

/* .products_detail_wrap */
.products_detail_wrap {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

section:has(> .products_detail_wrap) + section {
  margin-top: 32px;
}

/* .products_detail_clm */
.products_detail_clm {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #e2e2e2;
}
.products_detail_clm .products_detail_img {
  width: 35%;
  max-width: 320px;
}
@media only screen and (max-width: 1080px) {
  .products_detail_clm .products_detail_img {
    width: auto;
    max-width: initial;
  }
}
@media only screen and (max-width: 1080px) {
  .products_detail_clm .products_detail_img figure {
    text-align: center;
  }
}
.products_detail_clm .products_detail_cont {
  flex: 1;
}
.products_detail_clm .products_detail_cont .products_detail_heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.products_detail_clm .products_detail_cont p {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.products_detail_clm .products_detail_cont a {
  text-decoration: underline;
}
.products_detail_clm .products_detail_cont a[target=_blank] {
  position: relative;
  padding-right: 28px;
}
.products_detail_clm .products_detail_cont a[target=_blank]::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e51636;
  position: absolute;
  bottom: 5px;
  right: 6px;
  transition: all 0.3s ease-out;
}
.products_detail_clm .products_sub_wrap {
  padding-top: 16px;
  border-top: 1px solid #e2e2e2;
}
.products_detail_clm .products_sub_clm {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.products_detail_clm .products_sub_clm > * {
  width: 38%;
  max-width: 200px;
}

/* .evenly_box_clm */
.evenly_box_clm {
  display: flex;
  gap: 24px 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .evenly_box_clm {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .evenly_box_clm {
    flex-direction: column;
  }
}
.evenly_box_clm.clm_2 > * {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 767px) {
  .evenly_box_clm.clm_2 > * {
    width: 100%;
  }
}

/*-----------------------------------------
  ir
-----------------------------------------*/
.personal_img_clm {
  display: flex;
  gap: 0;
}

/* .latest_heading_clm_wrap */
.latest_heading_clm_wrap {
  display: flex;
  gap: 0 80px;
}
@media only screen and (max-width: 1180px) {
  .latest_heading_clm_wrap {
    flex-direction: column;
  }
}
.latest_heading_clm_wrap .latest_clm_wrap {
  flex: 1;
  gap: 0 64px;
}
@media only screen and (max-width: 980px) {
  .latest_heading_clm_wrap .latest_clm_wrap {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .latest_heading_clm_wrap .latest_clm_wrap {
    gap: 20px 0;
    flex-direction: column;
  }
}

/* .latest_clm_wrap */
.latest_clm_wrap {
  display: flex;
  gap: 0 80px;
}
@media only screen and (max-width: 1280px) {
  .latest_clm_wrap {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  .latest_clm_wrap {
    gap: 20px 0;
    flex-direction: column;
  }
}
.latest_clm_wrap .latest_flex {
  flex: 1;
}
.latest_clm_wrap .latest_clm_detail {
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .latest_clm_wrap .latest_clm_detail {
    min-width: initial;
  }
}
.latest_clm_wrap .latest_clm_detail a {
  color: #222;
}
.latest_clm_wrap .latest_clm_detail .disc_list {
  margin-bottom: 6px;
}

.news_area .heading_clm_wrap {
  display: flex;
  gap: 20px 40px;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .news_area .heading_clm_wrap {
    flex-direction: column;
    margin-bottom: 28px;
  }
}
.news_area .heading_clm_wrap .secondary_heading {
  margin-bottom: 0;
}
.news_area .heading_clm_wrap .heading_clm_detail {
  display: flex;
  align-items: flex-end;
}
.news_area .heading_clm_wrap .heading_clm_detail .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .news_area .btn_link_area {
    align-items: flex-start;
  }
}

/* personal */
.kyb_numbers_list {
  display: flex;
  flex-wrap: wrap;
}

.kyb_numbers_item {
  aspect-ratio: 58/25;
  border: 1px solid #e51636;
  background: #fff;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item {
    width: 100%;
  }
}
.kyb_numbers_item:nth-child(2n) {
  margin-left: -1px;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item:nth-child(2n) {
    margin-left: 0;
  }
}
.kyb_numbers_item:not(:nth-child(-n+2)) {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item:not(:first-child) {
    margin-top: -1px;
  }
}
.kyb_numbers_item.size_l {
  width: calc(100% - 1px);
  aspect-ratio: auto;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item.size_l {
    width: 100%;
  }
}
.kyb_numbers_item.size_l .kyb_numbers_definition_list {
  align-items: normal;
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_item.size_l .kyb_numbers_definition_list {
    padding-top: 50px;
  }
}
.kyb_numbers_item.size_l .kyb_numbers_definition_list dd {
  width: 100%;
}
.kyb_numbers_item.bg_deco {
  position: relative;
}
.kyb_numbers_item.bg_deco::before {
  content: "";
  width: 655px;
  height: 280px;
  background: url(/ir/files/ir-personal_kyb_numbers_bg.png) center center no-repeat;
  background-size: contain;
  mix-blend-mode: hard-light;
  position: absolute;
  right: -15px;
  bottom: 10px;
}

.kyb_numbers_definition_list {
  padding: 60px 24px 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_definition_list {
    padding: 60px 8px 30px;
  }
}
.kyb_numbers_definition_list dt .emphasis_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.12em;
  padding: 10px 24px 13px 24px;
  background: #e51636;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1380px) {
  .kyb_numbers_definition_list dt .emphasis_title {
    font-size: 1.3043478261vw;
  }
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_definition_list dt .emphasis_title {
    font-size: 1.5rem;
    padding: 8px 5px;
  }
}
.kyb_numbers_definition_list dd .emphasis_number {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.125;
  letter-spacing: 0.12em;
  color: #e51636;
}
@media only screen and (max-width: 1380px) {
  .kyb_numbers_definition_list dd .emphasis_number {
    font-size: 2.1739130435vw;
  }
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_definition_list dd .emphasis_number {
    font-size: 2.2rem;
  }
}
.kyb_numbers_definition_list dd .emphasis_number em {
  font-family: "Inter Tight", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1380px) {
  .kyb_numbers_definition_list dd .emphasis_number em {
    font-size: 5.652173913vw;
  }
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_definition_list dd .emphasis_number em {
    font-size: 6rem;
  }
}

.kyb_numbers_element_clm {
  width: 100%;
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
}
.kyb_numbers_element_clm > * {
  width: calc((100% - 24px) / 3);
}
@media only screen and (max-width: 1280px) {
  .kyb_numbers_element_clm > * {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 980px) {
  .kyb_numbers_element_clm > * {
    width: 100%;
  }
}
.kyb_numbers_element_clm .secondary_heading {
  font-size: 2rem;
  font-weight: 700;
  color: #e51636;
  padding-inline: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .kyb_numbers_element_clm .secondary_heading {
    padding-inline: 0;
  }
}
.kyb_numbers_element_clm .secondary_heading::before {
  width: 6px;
  height: 6px;
  margin-bottom: 8px;
}

.kyb_numbers_element_wrap {
  padding: 24px 22px;
  background: rgba(247, 247, 247, 0.25);
  border: 1px solid rgba(229, 22, 54, 0.5);
  border-radius: 2px;
}

.kyb_numbers_element_heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.12em;
  padding-left: 12px;
  margin-bottom: 18px;
  border-left: 2px solid #e51636;
}
.kyb_numbers_element_heading .rsp {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .kyb_numbers_element_heading .rsp {
    display: none;
  }
}

.kyb_numbers_element:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
}

.numbers_element_cont .numbers_label {
  min-width: 45px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 4px 5px;
  margin-right: 8px;
  background: #ffeded;
  border-radius: 2px;
}
.numbers_element_cont .numbers_text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.14;
  margin-right: 4px;
}
.numbers_element_cont .numbers_value {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #e51636;
}
.numbers_element_cont .numbers_value .emphasis_number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 4px;
}

/* modal_field */
.modal_field {
  aspect-ratio: 928/651;
  background: url(/ir/files/ir-personal_place_modal_bg.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: relative;
}
.modal_field svg {
  width: 100%;
  height: auto;
}

/* modal */
.modal {
  display: none;
  width: 100%;
  max-width: 1140px;
  max-height: 85%;
  margin: 0;
  top: 50%;
  left: 50%;
  bottom: auto;
  padding: 80px 64px;
  background: #fff;
  box-shadow: 0px 0px 16px 8px rgba(39, 38, 47, 0.16);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  z-index: 20;
  position: fixed;
  overflow-y: auto;
}
@media only screen and (max-width: 1200px) {
  .modal {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 40px 24px;
  }
}
.modal .modal_cont {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_cont {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont {
    gap: 20px;
    flex-direction: column;
  }
}
.modal .modal_cont img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .modal .modal_cont img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont img {
    max-width: 300px;
    margin-inline: auto;
  }
}
.modal .modal_cont figcaption {
  flex: 1;
}
.modal .modal_cont .modal_heading {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont .modal_heading {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
}
.modal .modal_cont .modal_text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont .modal_text {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.modal .modal_cont .btn.type_line {
  margin-inline: auto 0;
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont .btn.type_line {
    padding: 20px 60px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal_cont .btn.type_line::after {
    right: 12px;
  }
}
.modal .modal_cont .btn.type_line .btn_text {
  font-size: 1.5rem;
}
.modal .modal_close {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  color: #e51636;
  text-align: center;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal .modal_close:hover {
    opacity: 0.5;
  }
}
.modal .modal_close::before, .modal .modal_close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_open {
  opacity: 1;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
@media (any-hover: hover) {
  .modal_open:hover {
    opacity: 0.5;
  }
}

.modal_explanation {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .modal_explanation {
    margin-bottom: 12px;
  }
}
.modal_explanation figure {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .modal_explanation figure {
    width: 25px;
  }
}
.modal_explanation p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e51636;
  margin-bottom: 0;
}

.modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease-out;
}

/*-----------------------------------------
  csr
-----------------------------------------*/
.csr_head_inner {
  max-width: 1000px;
}
.csr_head_inner p {
  line-height: 2.25;
}
.csr_head_inner .rsp {
  display: block;
}
@media only screen and (max-width: 980px) {
  .csr_head_inner .rsp {
    display: none;
  }
}

.emphasis_heading_set_wrap {
  border-radius: 8px;
}
.emphasis_heading_set_wrap .emphasis_heading_set_head {
  padding: 16px 24px;
  background: #16b342;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .emphasis_heading_set_wrap .emphasis_heading_set_head {
    padding: 16px 20px;
  }
}
.emphasis_heading_set_wrap .emphasis_heading_set_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.04em;
}
.emphasis_heading_set_wrap .emphasis_heading_set_cont {
  padding: 24px 40px;
  background: rgba(22, 179, 66, 0.06);
}
@media only screen and (max-width: 767px) {
  .emphasis_heading_set_wrap .emphasis_heading_set_cont {
    padding: 24px 20px;
  }
}
.emphasis_heading_set_wrap .emphasis_heading_set_cont .number_list > li::before {
  color: #16b342;
}
.emphasis_heading_set_wrap .emphasis_heading_set_cont .number_list > li .emphasis_color {
  color: #16b342;
}
.emphasis_heading_set_wrap.type_env .emphasis_heading_set_head {
  background: #16b342;
}
.emphasis_heading_set_wrap.type_env .emphasis_heading_set_cont {
  background: rgba(22, 179, 66, 0.06);
}
.emphasis_heading_set_wrap.type_env .emphasis_heading_set_cont .number_list > li::before {
  color: #16b342;
}
.emphasis_heading_set_wrap.type_env .emphasis_heading_set_cont .number_list > li .emphasis_color {
  color: #16b342;
}
.emphasis_heading_set_wrap.type_soc .emphasis_heading_set_head {
  background: #eb6438;
}
.emphasis_heading_set_wrap.type_soc .emphasis_heading_set_cont {
  background: rgba(235, 100, 56, 0.06);
}
.emphasis_heading_set_wrap.type_soc .emphasis_heading_set_cont .number_list > li::before {
  color: #eb6438;
}
.emphasis_heading_set_wrap.type_soc .emphasis_heading_set_cont .number_list > li .emphasis_color {
  color: #eb6438;
}
.emphasis_heading_set_wrap.type_gov .emphasis_heading_set_head {
  background: #2f89d9;
}
.emphasis_heading_set_wrap.type_gov .emphasis_heading_set_cont {
  background: rgba(47, 137, 217, 0.06);
}
.emphasis_heading_set_wrap.type_gov .emphasis_heading_set_cont .number_list > li::before {
  color: #2f89d9;
}
.emphasis_heading_set_wrap.type_gov .emphasis_heading_set_cont .number_list > li .emphasis_color {
  color: #2f89d9;
}

/*-----------------------------------------
  youtube
-----------------------------------------*/
.youtube_wrap {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 57/32;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.basic_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .basic_table.table_sp_scroll {
    min-width: 750px;
    min-height: auto;
  }
}
@media only screen and (max-width: 1180px) {
  .basic_table.tab_block {
    display: block;
    width: 100%;
  }
  .basic_table.tab_block thead,
  .basic_table.tab_block tbody,
  .basic_table.tab_block tr,
  .basic_table.tab_block th,
  .basic_table.tab_block td {
    display: block;
    width: 100%;
  }
  .basic_table.tab_block tr:first-child td {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .basic_table.sp_block {
    display: block;
    width: 100%;
  }
  .basic_table.sp_block thead,
  .basic_table.sp_block tbody,
  .basic_table.sp_block tr,
  .basic_table.sp_block th,
  .basic_table.sp_block td {
    display: block;
    width: 100%;
  }
  .basic_table.sp_block tr:first-child td {
    border-top: none;
  }
  .basic_table.sp_block thead tr:first-child th {
    border-top: none;
  }
  .basic_table.sp_block thead tr:first-child > *:last-child {
    border-bottom: 2px solid #666;
  }
  .basic_table.sp_block thead th:first-child {
    border-top: 3px solid #666 !important;
  }
  .basic_table.sp_block thead th:last-child {
    border-bottom: none;
  }
  .basic_table.sp_block tbody tr:first-child th:not(:first-child) {
    border-top: none;
  }
}
.basic_table.officer_composition_table tbody th {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .basic_table.officer_composition_table tbody th {
    width: 25%;
    font-size: 1.5rem;
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .basic_table.officer_composition_table tbody td {
    font-size: 1.5rem;
    padding: 12px 8px;
  }
}
.basic_table thead tr:first-child th {
  border-top: 1px solid #666;
}
.basic_table thead tr:first-child td {
  border-top: 1px solid #666;
}
.basic_table thead th {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.12em;
  text-align: left;
  vertical-align: middle;
  padding: 16px 24px;
  background: #f7e5e8;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .basic_table thead th {
    padding: 12px;
  }
}
.basic_table thead th:empty {
  background: transparent;
}
.basic_table thead td {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.12em;
  vertical-align: middle;
  padding: 16px 24px;
  background: #f7e5e8;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .basic_table thead td {
    padding: 12px;
  }
}
.basic_table tbody tr:first-child th {
  border-top: 1px solid #666;
}
.basic_table tbody tr:first-child td {
  border-top: 1px solid #666;
}
.basic_table tbody th {
  width: 316px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.12em;
  text-align: left;
  vertical-align: middle;
  padding: 18px 16px;
  background: #fff3f5;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 1080px) {
  .basic_table tbody th {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .basic_table tbody th {
    padding: 12px;
  }
}
.basic_table tbody th:empty {
  background: transparent;
}
.basic_table tbody th[rowspan] {
  border-right: 1px solid #666;
}
.basic_table tbody td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
  padding: 16px 24px;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .basic_table tbody td {
    padding: 12px;
  }
}
.basic_table .table_border_r {
  border-right: 1px solid #666;
}
.basic_table .table_border_l {
  border-left: 1px solid #666;
}

.accordion .accordion_target_inner .basic_table {
  margin-bottom: -1px;
}

/*-----------------------------------------
  .article_field
-----------------------------------------*/
.entry_base h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base h2 {
    margin-bottom: 16px;
  }
}
.entry_base h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .entry_base h3 {
    margin-bottom: 12px;
  }
}
.entry_base h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .entry_base h4 {
    margin-bottom: 12px;
  }
}
.entry_base p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base p {
    margin-bottom: 24px;
  }
}
.entry_base {
  /* ul */
}
.entry_base .disc_list {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base .disc_list {
    margin-bottom: 24px;
  }
}
.entry_base {
  /* ol */
}
.entry_base .number_list {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base .number_list {
    margin-bottom: 24px;
  }
}
.entry_base .figure_clm {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm {
    margin-bottom: 24px;
  }
}
.entry_base .figure_clm figcaption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.entry_base .figure_clm figcaption + img {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm figcaption + img {
    margin-top: 8px;
  }
}
.entry_base .figure_clm img + figcaption {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm img + figcaption {
    margin-top: 8px;
  }
}
.entry_base .figure_clm.clm_2 {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm.clm_2 {
    gap: 24px;
  }
}
.entry_base .figure_clm.clm_2 > * {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm.clm_2 > * {
    width: 100%;
  }
}
.entry_base .figure_clm.clm_3 {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm.clm_3 {
    gap: 24px;
  }
}
.entry_base .figure_clm.clm_3 > * {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 767px) {
  .entry_base .figure_clm.clm_3 > * {
    width: 100%;
  }
}
.entry_base .img_general_set_clm {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base .img_general_set_clm {
    margin-bottom: 24px;
  }
}
.entry_base .img_general_set_clm > figure {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .entry_base .img_general_set_clm > figure {
    max-width: none;
  }
}
.entry_base a {
  color: #e51636;
  text-decoration: underline;
}
.entry_base a[target=_blank]:not([href$=".pdf"]) {
  padding-right: 24px;
  position: relative;
}
.entry_base a[target=_blank]:not([href$=".pdf"])::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #e51636;
  position: absolute;
  right: 4px;
  bottom: 3px;
}
.entry_base a[href$=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 19px;
  background: url(/files/common-icon_img_pdf.svg) center no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.entry_base a[href$=".pdf"]:has(.size)::after {
  content: none;
}
.entry_base a[href$=".pdf"] .size {
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #666;
  margin-left: 8px;
  position: relative;
}
.entry_base a[href$=".pdf"] .size::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f7f7f7;
  position: absolute;
  bottom: 1px;
  z-index: 0;
}
.entry_base a[href$=".pdf"] .size::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 19px;
  background: url(/files/common-icon_img_pdf.svg) center no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.entry_base .lower_sub_nav_list {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .entry_base .lower_sub_nav_list {
    margin-bottom: 24px;
  }
}
.entry_base .lower_sub_nav_list .lower_sub_nav_link {
  padding-right: 16px !important;
  color: #222;
  text-decoration: none;
}
.entry_base .lower_sub_nav_list .lower_sub_nav_link[target=_blank]::after {
  font-size: 1rem;
  text-indent: 2px;
  position: relative;
  right: auto;
  bottom: auto;
}
.entry_base table {
  margin-bottom: 48px;
}
.entry_base .sp_scroll {
  margin-bottom: 48px;
}
.entry_base .sp_scroll > table {
  margin-bottom: 0;
}

/*-----------------------------------------
  youtube
-----------------------------------------*/
.youtube_field {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .youtube_field {
    margin-bottom: 24px;
  }
}
.youtube_field iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

/*-----------------------------------------
  map
-----------------------------------------*/
.map_field {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .map_field {
    margin-bottom: 24px;
  }
}
.map_field iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .map_field iframe {
    height: 100%;
    aspect-ratio: 4/3;
  }
}

/*-----------------------------------------
  global
-----------------------------------------*/
.global_legend_wrap {
  display: flex;
  gap: 10px 20px;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-bottom: 16px;
}
.global_legend_wrap .global_legend_text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

.global_legend_list {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  border-radius: 2px;
  padding: 7px 24px;
  background: #fff;
}
.global_legend_list > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 18px;
  position: relative;
}
.global_legend_list > li[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
.global_legend_list > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3b2b;
  position: absolute;
  top: 3px;
  left: 0;
}
.global_legend_list > li.regional::before {
  background: #ff3b2b;
}
.global_legend_list > li.production::before {
  background: #ffea49;
}
.global_legend_list > li.randd::before {
  background: #4de800;
}
.global_legend_list > li.other::before {
  background: #1e3dff;
}

.global_map_field {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.global_map_field #global_map_area {
  height: 580px;
}

/* leaflet */
.leaflet-interactive {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .leaflet-interactive:hover {
    opacity: 0.5;
  }
}

.leaflet-popup-content-wrapper {
  color: #222;
}

.leaflet-popup-content {
  width: 230px !important;
  margin: 28px 20px 20px;
}
.leaflet-popup-content .global_map_title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.leaflet-popup-content figure {
  text-align: center;
  margin-bottom: 8px;
}

.leaflet-container a.leaflet-popup-close-button {
  height: 16px;
  top: 8px;
  right: 8px;
  padding: 0;
}

/*-----------------------------------------
  accordion
-----------------------------------------*/
.accordion_field {
  counter-reset: accordionnum;
  display: flex;
  gap: 16px 0;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .accordion_field {
    gap: 8px 0;
  }
}

.accordion.open .accordion_trigger {
  background: rgba(255, 255, 255, 0);
}
.accordion.open .accordion_trigger .toggle_btn::before {
  content: "\e90e";
  top: 50%;
}
.accordion.type_num .accordion_trigger {
  padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .accordion.type_num .accordion_trigger {
    padding-left: 37px;
  }
}
.accordion.type_num .accordion_trigger::before {
  content: counter(accordionnum) ".";
  color: #e51636;
  position: absolute;
  left: 20px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .accordion.type_num .accordion_trigger::before {
    left: 12px;
  }
}
.accordion .accordion_trigger {
  counter-increment: accordionnum;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding: 12px 68px 12px 20px;
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
  transition: opacity 0.3s ease-out, background 0.3s ease-out;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .accordion .accordion_trigger:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .accordion_trigger {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 12px 52px 12px 12px;
  }
}
.accordion .accordion_trigger .toggle_btn {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e51636;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .accordion .accordion_trigger .toggle_btn {
    right: 12px;
  }
}
.accordion .accordion_trigger .toggle_btn::before {
  content: "\e90d";
  font-family: "kyb";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.accordion .accordion_target {
  border: 1px solid #e2e2e2;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}
.accordion .accordion_target_inner {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion_target_inner {
    padding: 16px 12px;
  }
}
.accordion p:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------
  tab content
-----------------------------------------*/
.tab_nav_field {
  display: flex;
  gap: 20px 40px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  margin-bottom: -1px;
}
@media only screen and (max-width: 768px) {
  .tab_nav_field {
    flex-direction: column;
    align-items: flex-end;
    border-bottom: none;
  }
}
.tab_nav_field .tab_nav_category {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .tab_nav_field .tab_nav_category {
    width: 100%;
    border-bottom: 1px solid #666;
  }
}
.tab_nav_field .tab_nav_category ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.tab_nav_field .tab_nav_category ul li {
  min-width: 114px;
  list-style: none;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
  background: #efefef;
  color: #222;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .tab_nav_field .tab_nav_category ul li {
    min-width: initial;
    width: calc((100% - 4px) / 2);
    padding: 8px;
  }
}
.tab_nav_field .tab_nav_category ul li.is_active {
  background: #fff;
  color: #e51636;
}
.tab_nav_field .tab_nav_category ul li.is_active::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #e51636;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab_nav_field .tab_nav_category ul li.is_active > a {
  color: #e51636;
}
@media (any-hover: hover) {
  .tab_nav_field .tab_nav_category ul li:hover {
    opacity: 0.6;
  }
}
.tab_nav_field .tab_nav_category ul li > a {
  display: block;
  color: #222;
  padding: 8px 16px;
}
.tab_nav_field .select_wrap {
  margin-bottom: 8px;
}
.tab_nav_field .xj-sel-wrap {
  display: none;
  margin-bottom: 8px;
}
.tab_nav_field .xj-sel-wrap.is_active {
  display: flex;
}

.tab_content {
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.tab_content.is_active {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.tab_content:not(.is_active) {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

/*-----------------------------------------
  search(geniee_search)
-----------------------------------------*/
#search_sort_field {
  padding: 48px 64px;
  background: #fff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #search_sort_field {
    padding: 24px 3%;
    margin-bottom: 32px;
  }
}
#search_sort_field .search_input_field {
  display: flex;
  border: 1px solid #666;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .search_input_field {
    margin-bottom: 24px;
  }
}
#search_sort_field .search_input_field ._attributegroup {
  padding: 0;
  margin: 0;
}
#search_sort_field .search_input_field {
  /* filetype_field */
}
#search_sort_field .search_input_field .filetype_field {
  background: #f7f7f7;
  border-right: 1px solid #666;
}
#search_sort_field .search_input_field .filetype_field form {
  position: relative;
}
#search_sort_field .search_input_field .filetype_field form::before {
  content: "\e90d";
  font-family: "kyb";
  font-weight: normal;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #search_sort_field .search_input_field .filetype_field form::before {
    right: 8px;
  }
}
#search_sort_field .search_input_field .filetype_field select {
  height: 75px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .search_input_field .filetype_field select {
    height: 45px;
    padding: 8px 25px 8px 8px;
  }
}
#search_sort_field .search_input_field ._keywordranking {
  padding: 0;
  margin: 0;
}
#search_sort_field {
  /* keyword_field */
}
#search_sort_field .keyword_field {
  flex: 1;
}
#search_sort_field .keyword_field form {
  display: flex;
  position: relative;
}
#search_sort_field .keyword_field input[type=search] {
  width: calc(100% - 75px);
  height: 75px;
  letter-spacing: 0.08em;
  padding: 16px;
  flex: 1;
}
#search_sort_field .keyword_field input[type=search]::-moz-placeholder {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.25);
}
#search_sort_field .keyword_field input[type=search]::placeholder {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  #search_sort_field .keyword_field input[type=search] {
    width: calc(100% - 45px);
    height: 45px;
    padding: 12px 8px;
  }
}
#search_sort_field .keyword_field .poplink {
  width: 100% !important;
  top: 75px;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .keyword_field .poplink {
    top: 45px;
  }
}
#search_sort_field .keyword_field [type=submit] {
  width: 75px;
  height: 75px;
  cursor: pointer;
  color: #fff;
  background: #222;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .keyword_field [type=submit] {
    width: 45px;
    height: 45px;
  }
}
#search_sort_field .keyword_field [type=submit]::before {
  content: "\e90b";
  font-family: "kyb";
  font-weight: normal;
  font-size: 3.3rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .keyword_field [type=submit]::before {
    font-size: 2.5rem;
  }
}
#search_sort_field .lastmodifiedselector_field {
  margin-bottom: 16px;
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector {
  gap: 8px 16px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label {
  max-width: 200px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-right: 0;
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label small {
  font-size: 1.6rem;
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds {
  flex: 1;
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form {
  display: table;
  width: auto;
  min-width: 153px;
  background: #f7f7f7;
  border: 1px solid #444;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form {
    min-width: initial;
  }
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form::after {
  content: "\e90d";
  font-family: "kyb";
  font-weight: normal;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form select {
  flex: none;
  width: 100%;
  font-size: 1.4rem;
  color: #222;
  padding: 10px 50px 10px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form select {
    padding-block: 8px;
    min-width: initial;
  }
}
#search_sort_field .attributegroup_field ._attributegroup {
  gap: 0 16px;
  padding: 0;
  margin: 0;
}
#search_sort_field .attributegroup_field ._attributegroup ._group {
  min-width: 280px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search_sort_field .attributegroup_field ._attributegroup ._group {
    min-width: initial;
  }
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes {
  flex: 1;
  display: flex;
  gap: 4px 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute._disable {
  text-decoration: none;
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute label {
  cursor: pointer;
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 0;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
#search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute input[type=checkbox]:checked {
  border-color: #222;
  accent-color: #222;
}

#search_results_field .pagenator_field {
  margin-bottom: 48px;
}
#search_results_field .pagenator_field ._pagenator {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator {
    max-width: 250px;
    padding-inline: 50px;
    margin-inline: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator:has(._first) {
    max-width: 300px;
    padding-left: 100px;
  }
}
#search_results_field .pagenator_field ._pagenator ._nav {
  flex: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 50px;
  height: 50px;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator ._nav {
    width: 42px;
    height: 42px;
  }
}
#search_results_field .pagenator_field ._pagenator ._nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #222;
}
#search_results_field .pagenator_field ._pagenator ._nav._current {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e51636;
  border-color: #e51636;
}
#search_results_field .pagenator_field ._pagenator ._nav._first {
  width: 56px;
  background: transparent;
  border-color: #e51636;
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator ._nav._first {
    width: 42px;
    position: absolute;
    left: 0;
  }
  #search_results_field .pagenator_field ._pagenator ._nav._first + ._prev {
    left: 50px;
  }
}
#search_results_field .pagenator_field ._pagenator ._nav._first > *::before {
  content: "\e915";
  font-family: "kyb";
  font-size: 1.7rem;
  font-weight: normal;
  color: #e51636;
}
#search_results_field .pagenator_field ._pagenator ._nav._prev {
  width: 56px;
  border: 1px solid #e51636;
  background: transparent;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator ._nav._prev {
    width: 42px;
    position: absolute;
    left: 0;
  }
}
#search_results_field .pagenator_field ._pagenator ._nav._prev > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#search_results_field .pagenator_field ._pagenator ._nav._prev > *::before {
  content: "\e903";
  font-family: "kyb";
  font-weight: normal;
  font-size: 1.2rem;
  color: #e51636;
}
#search_results_field .pagenator_field ._pagenator ._nav._next {
  width: 56px;
  display: flex;
  border: 1px solid #e51636;
  background: transparent;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  #search_results_field .pagenator_field ._pagenator ._nav._next {
    width: 42px;
    position: absolute;
    right: 0;
  }
}
#search_results_field .pagenator_field ._pagenator ._nav._next > *::before {
  content: "\e904";
  font-family: "kyb";
  font-weight: normal;
  font-size: 1.2rem;
  color: #e51636;
}
#search_results_field .pagenator_field ._pagenator ._nav ._disable {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}
#search_results_field .pagenator_field ._pagenator ._nav ._button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border-bottom: none;
  border-radius: 2px;
}
#search_results_field .search_status_wrap {
  display: flex;
  gap: 12px 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  #search_results_field .search_status_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
#search_results_field .search_status_wrap ._searchstatusfull ._status {
  font-size: 1.6rem;
  font-weight: 500;
}
#search_results_field .search_status_wrap ._searchstatusfull ._totalhits {
  color: #e51636;
}
#search_results_field .search_status_wrap ._searchstatusfull ._countstart {
  color: #e51636;
}
#search_results_field .search_status_wrap ._searchstatusfull ._countend {
  color: #e51636;
}
#search_results_field .search_status_wrap ._countselector {
  padding: 0;
  margin: 0;
}
#search_results_field .search_status_wrap ._countselector ._label {
  font-size: 1.6rem;
  font-weight: 500;
}
#search_results_field .search_status_wrap ._countselector ._count {
  padding: 0 12px;
  position: relative;
}
#search_results_field .search_status_wrap ._countselector ._count:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #e2e2e2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#search_results_field .search_status_wrap ._countselector ._count a {
  color: #222;
}
#search_results_field .search_status_wrap ._countselector ._count._current {
  color: #e51636;
}
#search_results_field .search_status_wrap ._countselector ._count:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #search_results_field .search_status_wrap ._countselector {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 0;
  }
  #search_results_field .search_status_wrap ._countselector ._label {
    width: 100%;
    flex: auto;
  }
}
#search_results_field ._items ._item {
  padding: 0 0 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2e2e2;
}
#search_results_field ._items ._item ._wrap {
  width: 100%;
  display: flex;
  gap: 12px 40px;
  padding-inline: 0;
}
@media only screen and (max-width: 767px) {
  #search_results_field ._items ._item ._wrap {
    gap: 12px 16px;
  }
}
#search_results_field ._items ._item ._wrap *[class^=_] {
  padding: 0;
}
#search_results_field ._items ._item ._wrap ._layoutgroup1 {
  width: 200px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #search_results_field ._items ._item ._wrap ._layoutgroup1 {
    width: 88px;
    min-width: 88px;
  }
}
#search_results_field ._items ._item ._wrap ._layoutgroup2 {
  flex: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  #search_results_field ._items ._item ._wrap ._layoutgroup2 {
    width: calc(100% - 104px);
  }
}
#search_results_field ._items ._item ._wrap ._layoutgroup2 ._layoutgroup2_1 {
  display: flex;
  flex-wrap: wrap;
}
#search_results_field ._items ._item ._wrap ._layoutgroup2 ._layoutgroup2_1_2 {
  display: block;
}
#search_results_field ._items ._item ._wrap ._thumbnail {
  width: 100%;
  padding: 0;
}
#search_results_field ._items ._item ._wrap ._thumbnail::before {
  content: none;
}
#search_results_field ._items ._item ._wrap ._thumbnail a {
  height: auto;
  position: static;
}
#search_results_field ._items ._item ._wrap ._thumbnail a img {
  border: none;
}
#search_results_field ._items ._item ._wrap ._seq {
  display: none;
}
#search_results_field ._items ._item ._wrap ._title {
  margin-bottom: 4px;
}
#search_results_field ._items ._item ._wrap ._title:has([href$=".pdf"]) {
  max-width: calc(100% - 32px);
}
#search_results_field ._items ._item ._wrap ._title a {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1d1d1f;
}
#search_results_field ._items ._item ._wrap ._filetype {
  margin: 6px 0 0 16px;
}
#search_results_field ._items ._item ._wrap ._filetype._filetype_pdf {
  width: 16px;
  height: 19px;
  background: url(/files/common-icon_img_pdf.svg) center no-repeat;
}
#search_results_field ._items ._item ._wrap ._link {
  margin-bottom: 12px;
}
#search_results_field ._items ._item ._wrap ._link a {
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #6d6d6d;
  text-decoration: underline;
}
#search_results_field ._items ._item ._wrap ._snippet {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_results_field ._items ._item ._wrap ._snippet {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
#search_results_field.type_technical_report_search ._items ._item ._wrap ._layoutgroup1 {
  display: none;
}

/*-----------------------------------------

  add css

-----------------------------------------*/
/*-----------------------------------------
 Arai
-----------------------------------------*/
.dummy_img {
  position: relative;
}
.dummy_img::before {
  content: "カヤバ様作成";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sp_scroll {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  .sp_scroll > figure {
    width: 720px;
  }
}

.lower_sub_nav_list.clm_1 .lower_sub_nav_item {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
  border-left: 1px solid #e51636;
}
.lower_sub_nav_list.clm_1 .lower_sub_nav_item:nth-child(1) {
  border-top: 1px solid #e51636;
}

/* 西澤さんのcss待ちなので一旦入れてる状態 */
.basic_table.table_fs_14 thead th, .basic_table.table_fs_14 thead td, .basic_table.table_fs_14 tbody th, .basic_table.table_fs_14 tbody td {
  font-size: 14px;
}
.basic_table .th_fs_14 th {
  font-size: 14px;
}
.basic_table .disc_basic_list {
  text-indent: 0;
}
.basic_table thead th.cell_highlight, .basic_table thead td.cell_highlight, .basic_table tbody th.cell_highlight, .basic_table tbody td.cell_highlight {
  background-color: rgb(255, 195, 195);
}
.basic_table thead td {
  background: #f7f7f7;
}
.basic_table.layout_auto {
  table-layout: auto;
}
.basic_table .th_align_c th {
  text-align: center;
}
.basic_table .td_align_c td {
  text-align: center;
}
.basic_table .th_align_l th {
  text-align: left;
}
.basic_table .td_align_l td {
  text-align: left;
}
.basic_table .th_align_r th {
  text-align: right;
}
.basic_table .td_align_r td {
  text-align: right;
}
.basic_table .td_v_align_m td {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .table_pc {
    display: none !important;
  }
}

.scroll-hint {
  overflow-y: hidden !important;
}

.health_declaration_wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .health_declaration_wrap {
    flex-direction: column;
    gap: 24px;
  }
}

.health_declaration_text {
  flex-shrink: 0;
}
.health_declaration_text figure {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .health_declaration_text figure {
    width: auto;
  }
}

/* .clm 画像幅ランダム横並び */
.some_img_wrap {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .some_img_wrap {
    justify-content: center;
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .some_img_wrap.type_sp_wrap {
    flex-wrap: wrap;
  }
}

/* .clm 汎用横並び */
.clm {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .clm {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.clm.clm_wrap {
  flex-wrap: wrap;
}
.clm.clm_2 > * {
  width: calc((100% - 48px) / 2);
}
@media only screen and (max-width: 767px) {
  .clm.clm_2 > * {
    width: 100%;
  }
}
.clm.clm_3 > * {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 767px) {
  .clm.clm_3 > * {
    width: 100%;
  }
}
.clm.clm_4 > * {
  width: calc((100% - 48px) / 4);
}
@media only screen and (max-width: 767px) {
  .clm.clm_4 > * {
    width: 100%;
  }
}
.clm img {
  width: 100%;
}
.clm figcaption:has(+ img) {
  margin-bottom: 12px;
}
.clm img + figcaption {
  margin-top: 12px;
}

.gist_box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .gist_box_wrap {
    margin-bottom: 24px;
  }
}
.gist_box_wrap .gist_box {
  margin-bottom: 0;
}

.gist_box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 14px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  color: white;
}
.gist_box:not(:where(.gist_box_wrap *)) {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .gist_box:not(:where(.gist_box_wrap *)) {
    margin-bottom: 24px;
  }
}
.gist_box.type_env {
  background: #16B342;
}
.gist_box.type_env .gist_num {
  color: #16B342;
}
.gist_box.type_soc {
  background: #eb6438;
}
.gist_box.type_soc .gist_num {
  color: #eb6438;
}
.gist_box.type_gov {
  background: #2f89d9;
}
.gist_box.type_gov .gist_num {
  color: #2f89d9;
}
.gist_box .gist_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100vmax;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Inter Tight", sans-serif;
}

.scroll-hint:has(.icon_top) .scroll-hint-icon {
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .basic_table.table_sp_scroll.sp_wide {
    min-width: 1000px;
  }
}

/* インデント汎用 */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent.alphabet {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.indent.alphabet > *:not(:first-child) {
  text-indent: 0;
}
.indent.alphabet > .note_list li {
  text-indent: 0;
}
.indent.number_r_bracket {
  padding-left: 3em;
  text-indent: -3em;
}

/* 文言間に一定の余白があるリスト */
.basic_list li:not(:last-child) {
  margin-bottom: 6px;
}

.note_list li {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
.note_list li:not(:last-child) {
  margin-bottom: 6px;
}
.note_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note_list.no_content li {
  padding-left: 0;
}
.note_list.no_content li::before {
  content: none;
}

.note_list_normal {
  font-size: 1.6rem;
  padding-left: 16px;
  position: relative;
}
.note_list_normal:not(:last-child) {
  margin-bottom: 8px;
}
.note_list_normal::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.number_default_list {
  list-style: none;
  counter-reset: numlist;
}
.number_default_list > li {
  padding-left: 32px;
  position: relative;
}
.number_default_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.number_default_list > li::before {
  content: counter(numlist) ". ";
  counter-increment: numlist;
  position: absolute;
  top: 0;
  left: 0;
}

.number_r_bracket_list {
  margin-left: 2.6em;
  text-indent: -2.6em;
  list-style: none;
  counter-reset: numlist;
}
.number_r_bracket_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.number_r_bracket_list > li::before {
  content: "（" counter(numlist) "）";
  counter-increment: numlist;
}
.number_r_bracket_list .circle-list {
  padding-left: 0em;
  text-indent: -1.2em;
}

.circle-list {
  padding-left: 1.3em;
  text-indent: -1.3em;
  list-style: none;
}
.circle-list li:not(:last-child) {
  margin-bottom: 6px;
}

.number_note_list {
  font-size: 1.4rem;
  list-style: none;
  counter-reset: numlist;
}
.number_note_list > li {
  padding-left: 40px;
  position: relative;
}
.number_note_list > li::before {
  content: "※" counter(numlist);
  counter-increment: numlist;
  position: absolute;
  top: 0;
  left: 0;
}
.number_note_list > li[data-num]::before {
  content: "※" attr(data-num);
}

.progress_table th {
  width: 100%;
}

.progress_icon_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 42px;
}
@media only screen and (max-width: 767px) {
  .progress_icon_list {
    gap: 24px 42px;
  }
}
.progress_icon_list p {
  margin: 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .progress_icon_list p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .progress_icon_list > * {
    width: calc(50% - 42px);
  }
}

/* 再発防止策の進捗状況 */
.progress_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 80px;
  height: 24px;
  margin-bottom: 8px;
  padding: 3px 12px 5px 12px;
  border-radius: 1px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.progress_icon.start {
  background-color: #FFFBD5;
}
.progress_icon.ongoing {
  background-color: #D4E9FF;
}
.progress_icon.complete {
  background-color: #0E63BD;
  color: #fff;
}
.progress_icon.other {
  background-color: #949494;
  color: #fff;
}

/* キャリア採用 */
.house_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.house_list li {
  width: 200px;
}
.house_list figcaption {
  margin-top: 8px;
}

/* Sports チェアスキー */
.career_timeline {
  display: flex;
  flex-wrap: wrap;
}
.career_timeline dt {
  width: 5em;
}
.career_timeline dd {
  width: calc(100% - 5em);
}

.career_step_list {
  width: 100%;
}

.career_step_item {
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 20px;
  width: 100%;
  min-height: 64px;
  border-bottom: 1px solid #e51636;
  border-right: 1px solid #e51636;
  border-left: 1px solid #e51636;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.career_step_item:first-child {
  border-top: 1px solid #e51636;
}

.catalog_area .heading_clm_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .catalog_area .heading_clm_wrap {
    flex-direction: column;
    margin-bottom: 28px;
  }
}

.vision_moving_wrap {
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .vision_moving_wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .vision_moving_wrap video {
    width: 100%;
    height: auto;
  }
}

/*-----------------------------------------
 Utsuno
-----------------------------------------*/
.accordion.type_faq .accordion_trigger {
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .accordion.type_faq .accordion_trigger {
    padding-left: 65px;
  }
}
.accordion.type_faq .accordion_trigger::before {
  content: "Q." counter(accordionnum);
  color: #e51636;
  position: absolute;
  left: 20px;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .accordion.type_faq .accordion_trigger::before {
    left: 12px;
  }
}

/* recruit */
.contact_item .email {
  display: table;
  font-family: "Inter Tight", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #e51636;
  padding-left: 40px;
  margin-inline: auto;
  position: relative;
}
.contact_item .email::before {
  content: "\e907";
  font-family: "kyb";
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  position: absolute;
  top: calc(50% - 0.5lh + 1px);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .contact_item .email {
    font-size: min(6.4vw, 3.2rem);
  }
}

/* about */
.about_dt {
  display: inline-block;
  position: relative;
  width: 7.5em;
}
@media only screen and (max-width: 767px) {
  .about_dt {
    display: block;
    width: auto;
  }
}
.about_dt::after {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 1lh;
}
@media only screen and (max-width: 767px) {
  .about_dt::after {
    display: inline;
    position: static;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
  }
}

.about_dd_name {
  display: inline-block;
  width: 17em;
}
@media only screen and (max-width: 767px) {
  .about_dd_name {
    display: block;
    width: auto;
  }
}

.links_country {
  display: inline-block;
  width: 7em;
}
@media only screen and (max-width: 767px) {
  .links_country {
    width: auto;
  }
}/*# sourceMappingURL=contents.css.map */