/* ==========================================================================
Custom modules.css
https://corporate.murata.com/

Published.2026.03.10

Outline:
1.Renew Corporate Header
2.Highlight Section Header
2-1.Layout:Highlight Section Header
2-2.Carousel highlight Section
2-3.JavaScript Carousel Specific (JS動作関連)
2-4.Media Queries (レスポンシブ対応)
3.Renew NewsArea Section
3-1.Media Queries (レスポンシブ対応)
4.Related Link Over-ride
5.breadcrumb
6.Renew Corporate Footer
7. Header Scroll Back
========================================================================== */



/* ==========================================================================
1.Renew Corporate Header
========================================================================== */

@font-face {
  font-weight: 400;
  font-family: icons;
  font-style: normal;
  src: url(/ja-jp/asset/icons.eot);
  src: url(/ja-jp/asset/icons.eot?#iefix) format("eot"),url(/ja-jp/asset/icons.woff) format("woff"),url(/ja-jp/asset/icons.ttf) format("truetype"),url(/ja-jp/asset/icons.svg#icons) format("svg")
}

[class*=" icons-"],[class^=icons-] {
  font-weight: 400;
  font-family: icons;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.global-menu{
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1500px;
  width: calc(100% - 60px);
  margin: auto;
}

.global-menu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  z-index: -1;
  border-bottom: solid 1px #e2e2e2;
}

.header-logo-mark{
  width: 145px;
  min-width: 145px;
  margin-bottom: 20px;
  margin-right: 32px;
  display: flex;
  align-items: end;
}

.header-logo-mark a{
  display: contents;
}

.header-menubox{
  width: stretch;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.menubox-inner{
  display: flex;
  align-items: center;
}

.menubox-inner a,
.menubox-inner button{
  text-decoration: none;
  font-size: 15px;
}

.menubox-inner a:nth-of-type(2){
  margin: 0 20px;
}

.menubox-inner a:hover{
  text-decoration: underline;
}

.header-inquiry{
  background: #f6f6f7;
  padding: 10px 20px;
  height: 47px;
}

.header-language{
  background: #e2e2e2;
  padding: 10px 20px;
  cursor: pointer;
  appearance: none;
  border: none;
  height: 47px;
}

.header-language:hover{
  color: #c01;
  text-decoration: underline;
}

.menu-list-1{
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
  width: stretch;
  max-width: 950px;
}

.header-menubox,
.menu-list-1{
  width: stretch;
  width: -moz-available; /* Firefox */
  width: -webkit-fill-available; /* Safari */
}

.menu-list-1 ul{
  display: flex;
  justify-content: space-between;
}

.menu-list-1 li a{
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}

.menu-list-1 li a:has(span){
  padding-right: 0;
}

.menu-list-1 li a:before {
  border-bottom: 2px solid #c01;
  border-left-width: 0;
  border-right: 2px solid #c01;
  border-top-width: 0;
  content: "";
  height: 8px;
  position: absolute;
  top: 45%;
  width: 8px;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.menu-btn-story,
.menu-btn-story.is-active-menu{
  background: #c01;
  color: #fff!important;
  padding: 0 10px;
}

.menu-btn-story.is-active-menu::after{
  display: none;
}

.menu-list-1 li a:has(span):before,
.menu-btn-story:before{
  display: none;
}

.menu-list-1 li a:hover:after,
.menu-list-1 li a.is-active-menu:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.menu-list-1 li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ea002a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform .3s cubic-bezier(.215,.61,.355,1);
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  transition: transform .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
  content: "";
}

.global-submenu{
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: auto;
}

.menu-list-2{
  display: none;
  position: relative;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 10px 40px;
  font-size: 14px;
  font-weight: bold;  
}

.menu-list-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f6f6f7;
  z-index: -1;
}

.menu-list-3{
  display: none;
  position: relative;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 10px 40px;
  font-size: 14px;
  font-weight: bold;
}

.menu-list-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #e2e2e2;
  z-index: -1;
}

.is-active-menu{
  color: #c01;
  text-decoration: underline;
}

.is-visible{
  display: flex;
}

.p-header__logo {
  z-index:2;
}

.p-header__global-link:after {
  position: unset;
}

.p-header__global-title {
  width: auto;
}

.p-header__global-link._search {
  padding: 10px 10px 5px !important;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.header-menubox,
.menu-list-1 {
  width: stretch;
  width: -moz-available; /* Firefox */
  width: -webkit-fill-available; /* Safari */
}


@media only print, screen and (min-width: 1025px) {
  .p-header__nav-inner {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
  }
}

@media only print and (min-width: 768px), screen and (min-width: 1025px) and (min-width: 768px) {
  .p-header__global-link:hover {
    color:#222;
    text-decoration: none;
  }
}
@media only print, screen and (max-width: 1200px) and (min-width: 1025px) {
  .header-menubox{
    gap:35px;
  }
  
}


/* ==========================================================================
2.Highlight Section Header
========================================================================== */

.p-highlight-section__header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only print, screen and (max-width: 1199.9px) {
  .p-highlight-section__header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.p-highlight-section__title span {
  font-size: 4.4rem;
  margin-bottom: 2.5rem;
  display: block;
}

@media only print, screen and (min-width: 1200px) {
  .p-highlight-section__title span {
    font-size: 5.6rem;
    margin-bottom: 0;
    display: inline-block;
  }
}

/* ==========================================================================
2-1.Layout:Highlight Section Header
========================================================================== */

.l-highlight {
  background: #f6f6f7;
}

.l-highlight_inner {
  margin: 0;
  padding: 4rem 0;
}

/* ==========================================================================
2-2.Carousel highlight Section
========================================================================== */

.m-carousel-highlight {
  margin-bottom: 10px;
  overflow: hidden;
}

.m-carousel-highlight li {
  list-style: none;
}

.m-carousel-highlight_slider {
  margin: 0 auto;
  max-width: 1200px;
}

.m-carousel-highlight_control {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 1200px;
}

.m-carousel-highlight_panel-list > div.m-carousel-slide-group {
  overflow: visible;
  position: relative;
}

.m-carousel-highlight_panel-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.m-carousel-highlight_panel-list > li,
.m-carousel-highlight_panel-list > div.m-carousel-slide-group {
  overflow: visible;
  position: relative;
}

.m-carousel-highlight_panel-list > li img {
  width: 100%;
}

.m-carousel-highlight_panel-list > li > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  margin-right: 30px;
  box-shadow: 10px 6px 22px rgb(38 38 38 / 8%);
  background-color: #fff;
  padding-bottom: 25px;
  height: 100%;
}

.m-carousel-highlight_panel-list > li a:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
}

.m-carousel-panel_image {
  overflow: hidden;
}

.m-carousel-panel_image img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-carousel-panel_title {
  padding: 15px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: underline;
  line-height: 1.5;
}

.m-carousel-panel_title .c-icon._text-img img,
.m-carousel-panel_title .c-icon._text-img svg {
  height: 1.4rem;
}

.m-carousel-highlight_panel-list > li a:hover .m-carousel-panel_image img {
  transform: scale(1.03);
}

.m-carousel-highlight_panel-list > li a:hover .m-carousel-panel_title {
  color: #c01;
}

.m-carousel-highlight_panel-list > li > a::after {
  position: absolute;
  bottom: 5px;
  right: 45px;
  display: inline-block;
  margin-top: -0.5em;
  color: #ea002a;
  font-weight: 400;
  font-size: 3.5rem;
  font-family: icons;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: none !important;
  content: "\ea5b";
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fallback for non-JS/non-carousel environments */
.m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  transform: none !important;
  margin: 0;
  padding: 0;
}

.m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list::before {
  content: none;
}

.m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
}

.m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li:not(:first-child) {
  display: block;
}

/* --- GridMode ON Panel 1-4 --- */
.m-carousel-highlight.carousel-grid-mode .m-carousel-highlight_panel-list > li {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding-top: 0 !important;
}
.m-carousel-highlight.carousel-grid-mode .m-carousel-highlight_panel-list::before {
  content: none;
}

.carousel-grid-mode .js-carousel_panel-list {
  flex-wrap: nowrap;
  width: auto !important;
  transform: none !important;
}

.carousel-grid-mode .js-carousel_panel-list > li {
  width: calc((100% - 48px) / 4) !important;
  flex-shrink: 0;
}
.m-carousel-highlight.carousel-grid-mode .js-carousel_panel-list > li:nth-child(n + 5) {
  display: none;
}

.m-carousel-highlight_control-wrap {
  padding: 0 15px;
}

.m-carousel-highlight_nav {
  align-items: center;
  display: flex;
  margin-left: 15px;
}

.m-carousel-highlight_nav > li + li {
  margin-left: 5px;
}

.m-carousel-highlight_button {
  margin-left: 15px;
}

.m-carousel-highlight_prev,
.m-carousel-highlight_next,
.m-carousel-highlight_pause,
.m-carousel-highlight_play {
  display: block;
  font-size: 0;
  height: 28px;
  width: 28px;
}

.m-carousel-highlight_prev,
.m-carousel-highlight_next {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.m-carousel-highlight_prev::after,
.m-carousel-highlight_next::after {
  border-bottom: 2px solid #525b5c;
  border-left-width: 0;
  border-right: 2px solid #525b5c;
  border-top-width: 0;
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateY(-50%) rotate(135deg);
}

.m-carousel-highlight_prev::after {
  left: 12px;
}

.m-carousel-highlight_next::after {
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
}

.m-carousel-highlight_pause,
.m-carousel-highlight_play {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0;
  position: relative;
}

.m-carousel-highlight_pause::before,
.m-carousel-highlight_pause::after {
  background-color: #222;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.m-carousel-highlight_pause::before {
  left: 8px;
}

.m-carousel-highlight_pause::after {
  right: 8px;
}

.m-carousel-highlight_play::before {
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #222;
  border-top: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.l-highlight button {
  cursor: pointer;
}

/* ==========================================================================
2-3.JavaScript Carousel Specific (JS動作関連)
========================================================================== */

.js-carousel_panel-list {
  display: flex;
  touch-action: pan-y;
}

.js-carousel_panel-list > li.is-hide,
.js-carousel_panel-list > div.is-hide {
  display: none;
}

.js-carousel_panel-list > li img,
.js-carousel_panel-list > div img {
  pointer-events: none;
}

.js-carousel_panel-list.is-active {
  user-select: none;
}

.js-carousel_panel-list.is-active > li,
.js-carousel_panel-list.is-active > div {
  flex-basis: auto;
}

.js-carousel_pause:not(.is-active),
.js-carousel_play:not(.is-active) {
  display: none;
}

.js-carousel-highlight:not(.carousel) {
  padding-bottom: 0;
  margin-bottom: 0;
}

.js-carousel-highlight:not(.carousel) .js-carousel_control {
  display: none;
}

.carousel.is-animation .js-carousel_panel-list {
  transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.carousel:not(.is-built) .js-carousel_control {
  display: none;
}

/* Counter & Indicator */
.carousel_counter {
  align-items: center;
  display: flex;
}

.carousel_number.current {
  font-size: 2rem;
  margin-right: 5px;
}

.carousel_number.max {
  margin-left: 5px;
}

.carousel_indicator {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 15px;
  position: relative;
  width: 100px;
}

.carousel_indicator::before,
.carousel_indicator::after {
  border-top: 0 solid #ea002a;
  content: "";
  display: block;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100px;
  z-index: 1;
}

.carousel_indicator::before {
  transform: scale(0, 1);
}

.is-grow .carousel_indicator::before {
  border-top-width: 4px;
  transform: scale(1, 1);
}

.is-shrink .carousel_indicator::after {
  border-top-width: 4px;
  transform: scale(0, 1);
}

.carousel_indicator > li {
  flex-basis: 100%;
  font-size: 0;
  position: relative;
}

.carousel_indicator > li::before,
.carousel_indicator > li::after {
  content: "";
  display: block;
  width: 100%;
}

.carousel_indicator > li::before {
  border-top: 1px solid #525b5c;
}

.carousel_indicator > li::after {
  border-top: 4px solid #ea002a;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.carousel_indicator > li > span {
  position: absolute;
  top: 50%;
}

.carousel_indicator > li[aria-current]::after {
  transform: scale(1, 1);
}

.carousel_indicator > li[aria-current] ~ li::after {
  transform: scale(0, 1);
}

.carousel_indicator > li.is-hide {
  display: none;
}

.is-grow .carousel_indicator > li:not(:first-child)::after,
.is-shrink .carousel_indicator > li:not(:first-child)::after {
  border-top-width: 0;
}

/* ==========================================================================
2-4.Media Queries (レスポンシブ対応)
========================================================================== */

/* SP/TB (768px以下) のスタイリング */
@media print, screen and (max-width: 768px) {
  .m-carousel-highlight_panel-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    padding: 15px;
  }
  
  .m-carousel-highlight_panel-list > li {
    width: auto !important;
  }
  
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 0;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group {
    padding: 0;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li {
    width: 100% !important;
    flex-shrink: 0;
    display: flex;
    background-color: #fff;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li > a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
  }
  
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li > a {
    margin-right: 0;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li > a > .m-carousel-panel_title,
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li > a > .m-carousel-panel_title {
    padding: 10px;
    font-size: 1.4rem;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li > a > .m-carousel-panel_title .c-icon._text-img img,
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li > a > .m-carousel-panel_title .c-icon._text-img svg {
    height: 1.3rem;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group > ul > li > a::after {
    position: absolute;
    bottom: 0px;
    right: 8px;
    display: inline-block;
    margin-top: -0.5em;
    color: #ea002a;
    font-weight: 400;
    font-size: 3.5rem;
    font-family: icons;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    text-decoration: none !important;
    content: "\ea5b";
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li > a::after {
    bottom: 0;
    right: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .m-carousel-highlight_slider {
    width: 100%;
    flex-shrink: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .m-carousel-highlight_control-wrap {
    width: 100%;
    padding: 0 15px;
  }
  
  .m-carousel-highlight_panel-list > div.m-carousel-slide-group {
    display: none !important;
  }
  
  .m-carousel-highlight_panel-list ul {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    width: auto !important;
  }
  
  .m-carousel-highlight_panel-list > li {
    flex-shrink: 0;
    flex-grow: 0;
  }
  
  /* Fallback for non-JS (PC) */
  .m-carousel-highlight:not(.carousel) .m-carousel-highlight_panel-list > li {
    width: 25%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .m-carousel-highlight .carousel_indicator {
    width: 200px;
  }
  
  .m-carousel-highlight .carousel_indicator::before,
  .m-carousel-highlight .carousel_indicator::after {
    width: 200px;
  }
  
  .m-carousel-highlight_nav {
    margin-left: 40px;
  }
  
  .m-carousel-highlight_nav > li + li {
    margin-left: 30px;
  }
  
  .m-carousel-highlight_button {
    margin-left: 40px;
  }
  
  .m-carousel-highlight_control {
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1199.9px) {
  .m-carousel-highlight_panel-list {
    padding-left: 15px;
  }
}

/* ==========================================================================
3.Renew NewsArea Section
========================================================================== */

.l-newsarea,
.l-newsarea .p-top-info-group {
  background-color: transparent;
}
.l-newsarea .p-top-info-group__inner .l-row {
  flex-direction: column;
}
.l-newsarea .p-top-info-group__inner .l-row>.l-col._m3,
.l-newsarea .p-top-info-group__inner .l-row>.l-col._m9 {
  width: 100%;
}
.l-newsarea .p-top-info-group__inner .l-row>.l-col._m9 {
  padding-top: 1.0rem;
}
.l-newsarea .p-top-headding {
  margin-bottom: 0;
}
.l-newsarea .p-top-headding__text {
  padding-bottom: 0;
}
.l-newsarea .p-top-headding__text:before {
  content: none;
}
.l-newsarea .p-top-headding__text span {
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.l-newsarea .c-filter-tab__btn,
.l-newsarea .c-filter-tab__btns {
  justify-content: space-between;
  gap: 8px;
}

/* ==========================================================================
3-1.Media Queries (レスポンシブ対応)
========================================================================== */

/* PC (1200px以上) のスタイリング */
@media only print, screen and (min-width: 1200px) {
  .l-newsarea {
    background-size: auto;
  }
  .l-newsarea .p-top-headding__text span {
    font-size: 5.6rem;
  }
}

/* PC (1025px以上) のスタイリング */
@media only print, screen and (min-width: 1025px) {
  .l-newsarea .c-filter-tab__header {
    padding-bottom: 5rem;
  }
}

/* TB=PC (768px以上) のスタイリング */
/* 背景画像はQASのItemIDなので本番用のものに必ず差し替えること */
@media only print, screen and (min-width: 768px) {
  .l-newsarea {
    background-image: url(/-/media/8EDEA38021CF4C6D8CE3BCD6E050B4BF.ashx);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: top right;
  }
  .l-newsarea .c-filter-tab__btn {
    padding: 0;
    width: 100%;
  }
  .l-newsarea .c-news__item .c-news__link {
    display: flex;
  }
  .l-newsarea .c-news__item .c-news__link .c-news__date {
    margin-right: 32px;
  }
  .l-newsarea .c-news__item .c-news__link .c-tag {
    min-width: 124px;
    margin-right: 32px;
  }
}

/* SP/TB (767.9px以下) のスタイリング */
@media only print, screen and (max-width: 767.9px) {
  .l-newsarea .c-filter-tab__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }
  .l-newsarea .c-filter-tab__btn {
    gap: 0;
    padding: 0;
  }
  .l-newsarea .c-filter-tab__btn>button[aria-selected=true]:after {
    content: none;
  }
  .l-newsarea .c-news__item .c-news__link .c-tag {
    min-width: 124px;
  }
}


/* ==========================================================================
4.Related Link Over-ride
========================================================================== */

.p-relation-links {
  background-color: #fff;
}


/* ==========================================================================
5.breadcrumb
========================================================================== */

.l-container .p-breadcrumb {
  max-width: 1500px;
}

@media only print, screen and (max-width: 1024px) {
  .p-breadcrumb {
    display: block;
  }
  .p-breadcrumb__inner li>a,
  .p-breadcrumb__inner li>span {
    font-size: 1.4rem;
  }
}


/* ==========================================================================
6.Renew Corporate Footer
========================================================================== */
/*---------- 日本語のみの設定あり ----------*/

.p-footer__contents{
  padding: 6rem 0 0;
}
.p-footer__gridbox{
  display: grid;
  grid-template-columns: 9fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}
.p-footer__gridbox ul,
.p-footer__bnr ul {
  list-style: none;
}

.p-footer__shareicons{
  grid-row: span 2 / span 2;
}
.p-footer__footerlinks .p-footer__footerlinks-items{
  display: flex;
  grid-gap: 20px 90px;
}
/* US版調整 */
.for-us .p-footer__footerlinks .p-footer__footerlinks-items{
  flex-wrap: wrap;
  grid-gap: 20px 60px;
}
.for-us .p-footer__footerlinks .p-footer__footerlinks-items .icon{
  vertical-align: middle;
  margin-right: 0.5em;
}

.p-footer__footerlinks .p-footer__footerlinks-items .p-footer__footerlinks-item a{
  color: #FFFFFF;
}
.p-footer__shareicons .p-footer__shareicons-items{
  display: flex;
  margin-bottom: 25px;
}
.p-footer__article-items .p-article__item a{
  color: #FFFFFF;
}
.p-footer__footerlinks-item a .p-link__tab .icon-tab,
.p-article__item a .p-link__tab .icon-tab{
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.5em;
  vertical-align: baseline;
}
.p-footer__bnr{
  width:90%;
}
.p-footer__bnr .p-footer__bnr{
  display: flex;
  gap: 10px;
}
.p-footer__bnr .p-footer__bnr .p-footer__bnr-item{
  width: calc(100% / 3 - 6.66667px);
}
.p-footer__bnr .p-footer__bnr .p-footer__bnr-item img{
  width: 100%;
}
.p-footer__copyrights{
  width: 100vw;
  margin-top: 25px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding: 1.5rem 0;
  background: #1a1a1a;
}

@media screen and (max-width:1024px) {
  .p-footer__gridbox{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .p-footer__footerlinks .p-footer__footerlinks-items{
    grid-gap: 20px 80px;
    margin-bottom: 0;
  }
  .p-footer__bnr{
    width:100%;
  }
  .p-footer__article-items{
    display: flex;
    flex-direction: column;
    gap:16px;
  }
}

@media screen and (max-width:650px) {
  .p-footer__contents{
    padding: 4rem 0 0;
  }
  .p-footer__footerlinks{
    margin-bottom:0;
  }
  .p-footer__footerlinks .p-footer__footerlinks-items {
    flex-direction: column; 
    grid-gap: 16px;
  }
  .p-footer__bnr .p-footer__bnr{
    flex-wrap: wrap;
  }
  .p-footer__bnr .p-footer__bnr .p-footer__bnr-item{
    width: calc(100% / 2 - 5px);
  }
}

@media screen and (max-width:415px) {
  .p-footer__bnr .p-footer__bnr{
    flex-direction: column;
  }
  .p-footer__bnr .p-footer__bnr .p-footer__bnr-item{
    width:100%;
  }
}

/*--------------- Only ja-JP ---------------*/
.p-footer__flbox{
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 50px;
}
.p-footer__flbox ul,
.p-footer__bnr ul {
  list-style: none;
}

.style-jp .p-footer__footerlinks .p-footer__footerlinks-items{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-gap:20px 90px;
}

.style-jp .p-footer__shareicons .p-footer__shareicons-items{
  display: flex;
  margin-bottom: 30px;
}

.style-jp .p-footer__bnr{
  width:83%;
}

@media screen and (max-width:1024px) {
  .p-footer__flbox{
    display: block;
  }
  
  .style-jp .p-footer__footerlinks .p-footer__footerlinks-items{
    grid-gap: 20px 35px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:650px) {
  .style-jp .p-footer__footerlinks{
    margin-bottom: 40px;
  }
  
  .style-jp .p-footer__footerlinks .p-footer__footerlinks-items {
    grid-auto-flow: inherit;
    grid-template-rows: inherit;
    grid-gap: 16px;
  }
  .style-jp .p-footer__bnr{
  width: 100%;
}

}
/*--------------- Only ja-JP END ---------------*/


/* ==========================================================================
7. Header Scroll Back
========================================================================== */

html {
  scroll-padding-top: var(--header-height, 100px);
  overflow: initial;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.l-header.is-hidden-by-scroll {
  transform: translateY(-100%);
}