@charset "UTF-8";
a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

main.top {
  color: #000;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

/* ========================================
  Display
======================================== */
.u-hiddenSP {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-hiddenSP {
    display: block !important;
  }
}

.u-hiddenTab {
  display: none !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenTab {
    display: block !important;
  }
}

.u-hiddenPC {
  display: block !important;
}
@media print, screen and (min-width: 1024px) {
  .u-hiddenPC {
    display: none !important;
  }
}

.u-showSP {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .u-showSP {
    display: block !important;
  }
}

.u-showTab {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .u-showTab {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-showTab {
    display: none !important;
  }
}

.u-showPC {
  display: none !important;
}
@media print, screen and (min-width: 1024px) {
  .u-showPC {
    display: block !important;
  }
}

/* ----------------------------------------
  JS
---------------------------------------- */
.u-hide {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}

.u-show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

/* ========================================
  Top
======================================== */
.top-inner {
  margin-left: 24px;
  margin-right: 24px;
}
@media print, screen and (min-width: 768px) {
  .top-inner {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-inner {
    max-width: 1312px;
    margin-left: 52px;
    margin-right: 52px;
  }
}
@media print, screen and (min-width: 1416px) {
  .top-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------
  Section
---------------------------------------- */
.top-section {
  margin-bottom: 64px;
}
@media print, screen and (min-width: 1024px) {
  .top-section {
    margin-bottom: 120px;
  }
}
.top-section:last-child {
  margin-bottom: 0;
}

.top-section_title {
  line-height: 1.4;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 1024px) {
  .top-section_title {
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 2.25rem;
  }
}

/* ----------------------------------------
  Utility List
---------------------------------------- */
.top-utility {
  max-height: 999999px;
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}

.top-utility_list {
  margin-right: -32px;
  margin-bottom: -8px;
}
@media print, screen and (min-width: 768px) {
  .top-utility_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}

.top-utilityList_listItem {
  line-height: 1.4;
  font-size: 0.8125rem;
  margin-right: 32px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .top-utilityList_listItem {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-utilityList_listItem {
    line-height: 1.4;
    font-size: 1rem;
  }
}
.top-utilityList_listItem > a {
  display: block;
  position: relative;
  color: #333;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-utilityList_listItem > a:hover {
    color: #df0523;
  }
}

/* ========================================
  Hero
======================================== */
.top-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

/* ----------------------------------------
  Slider
---------------------------------------- */
.top-hero_slider {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_slider {
    max-width: 1312px;
    margin: 0 auto;
  }
}
.top-hero_slider .slick-list {
  overflow: visible;
}
.top-hero_slider .slick-list img {
  width: 100%;
  height: auto;
}
.top-hero_slider .slick-arrow {
  position: absolute;
  bottom: 24px;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #999;
  border-radius: 100%;
  background-color: transparent;
  z-index: 100;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (max-width: 1023.98px) {
  .top-hero_slider .slick-arrow {
    display: none !important;
  }
}
.top-hero_slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-hero_slider .slick-arrow:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .top-hero_slider .slick-arrow:hover:before {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}
.top-hero_slider .slick-prev {
  right: 80px;
}
.top-hero_slider .slick-prev:before {
  background-image: url(../img/icon_prev.svg);
}
.top-hero_slider .slick-next {
  right: 40px;
}
.top-hero_slider .slick-next:before {
  background-image: url(../img/icon_next.svg);
}

.top-hero_slider {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  height: 189px;
}
@media print, screen and (min-width: 768px) {
  .top-hero_slider {
    height: 404px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_slider {
    height: 440px;
  }
}

.top-hero_slider.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  height: auto;
}

/* ----------------------------------------
  Card
---------------------------------------- */
.top-hero_sliderCard a {
  position: relative;
  display: block;
  overflow: hidden;
}
.top-hero_sliderCard a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderCard a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-hero_sliderCard a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-hero_sliderCard a:hover::after {
    opacity: 1;
  }
}
.top-hero_sliderCard:not(.slick-current) a::after {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.top-hero_sliderCardTextArea {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  padding: 0 16px 16px;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767.98px) {
  .top-hero_sliderCardTextArea {
    min-height: 110px;
    padding-top: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.11%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardTextArea {
    min-height: 110px;
    padding: 40px 262px 24px 42px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.64%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextArea {
    min-height: 231px;
    padding: 108px 324px 32px 56px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.05%, rgba(0, 0, 0, 0.54) 56.78%, rgba(0, 0, 0, 0.9) 100%);
  }
}
@media print, screen and (min-width: 1312px) {
  .top-hero_sliderCardTextArea {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .top-hero_sliderCardTextArea-noCopy {
    min-height: 75px;
    padding-top: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.64%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardTextArea-noCopy {
    min-height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.64%, rgba(0, 0, 0, 0.6) 43.37%, #000 100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextArea-noCopy {
    min-height: 231px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.17%, rgba(0, 0, 0, 0.405) 62.04%, rgba(0, 0, 0, 0.675) 73.75%, rgba(0, 0, 0, 0.9) 100%);
  }
}

.top-hero_sliderCardCopy {
  line-height: 1.375;
  width: 100%;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderCardCopy {
    line-height: 1.3888888889;
    margin-bottom: 4px;
    text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5607843137);
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardCopy {
    line-height: 1.4;
    margin-bottom: 12px;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
}
@media print, screen and (min-width: 1312px) {
  .top-hero_sliderCardCopy {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.top-hero_sliderCardTitle {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  max-width: 100%;
  padding-right: 16px;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTitle {
    line-height: 1.6;
    padding-right: 22px;
    font-size: 1rem;
  }
}
.top-hero_sliderCardTitle:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 4px auto;
  background-position: center;
  vertical-align: text-bottom;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTitle:after {
    width: 14px;
    height: 17px;
    background-size: 5px auto;
    vertical-align: bottom;
  }
}
a[target=_blank] .top-hero_sliderCardTitle:after {
  background-image: url(../img/icon_external-accent.svg);
  background-size: 8px auto;
}
@media print, screen and (min-width: 1024px) {
  a[target=_blank] .top-hero_sliderCardTitle:after {
    background-size: 11px auto;
  }
}

.top-hero_sliderCardTextAreaInner {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.1s;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCardTextAreaInner {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.slick-current .top-hero_sliderCardTextAreaInner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

/* ----------------------------------------
  Pager
---------------------------------------- */
@media screen and (max-width: 767.98px) {
  .top-hero_sliderNavigation {
    background-color: #222;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderNavigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.top-hero_sliderNavigationInner {
  position: relative;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.top-hero_sliderPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-hero_sliderPagination {
    width: 100%;
    padding-right: 12px;
    padding-bottom: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderPagination {
    position: absolute;
    bottom: 24px;
    right: 42px;
    width: 200px;
    height: 28px;
    padding-right: 10px;
    padding-bottom: 2px;
    z-index: 100;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderPagination {
    right: 120px;
    width: 224px;
    height: 32px;
    padding-right: 0;
  }
}

.top-hero_sliderCurrent,
.top-hero_sliderTotal {
  margin: 0 8px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderCurrent,
  .top-hero_sliderTotal {
    font-size: 0.8125rem;
  }
}

.top-hero_sliderController {
  position: relative;
  width: 80px;
  height: 1px;
}

.top-hero_sliderController .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  overflow: hidden;
}
.top-hero_sliderController .slick-dots li button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  border: 0;
  background-color: #ddd;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .top-hero_sliderController .slick-dots li button {
    background-color: #999;
  }
}
.top-hero_sliderController .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #df0523;
}
.top-hero_sliderController .slick-dots .slick-active {
  z-index: 10;
}
.top-hero_sliderController .slick-dots .slick-active button::before {
  -webkit-animation: bar 4.5s linear forwards;
  animation: bar 4.5s linear forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.top-hero_sliderController .slick-dots .slick-active button.is-paused::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes bar {
  100% {
    width: 100%;
  }
}

@keyframes bar {
  100% {
    width: 100%;
  }
}
/* ----------------------------------------
  Buttons
---------------------------------------- */
.top-hero_sliderButtons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-left: 72px;
}
@media print, screen and (min-width: 1024px) {
  .top-hero_sliderButtons {
    margin-top: -16px;
    width: 32px;
    height: 32px;
    margin-left: 80px;
  }
}

.top-hero_sliderButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-radius: 100%;
  z-index: 100;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: contain;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-hero_sliderButton.js-play:before {
  background-image: url(../img/icon_play.svg);
}
.top-hero_sliderButton.js-pause:before {
  background-image: url(../img/icon_pause.svg);
}
@media (any-hover: hover) {
  .top-hero_sliderButton:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .top-hero_sliderButton:hover:before {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
}
.top-hero_sliderButton.is-active {
  display: none;
}

/* ========================================
  Notice
======================================== */
.top-notice {
  background-color: #f7f7f7;
}

/* ----------------------------------------
  Editor
---------------------------------------- */
.top-notice_editor {
  max-height: 999999px;
  padding-top: 24px;
  padding-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_editor {
    max-width: 1176px;
    padding-bottom: 40px;
  }
}
.top-notice_editor h2 {
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_editor h2 {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}
.top-notice_editor h2:last-child {
  margin-bottom: 0;
}
.top-notice_editor p {
  line-height: 1.6;
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_editor p {
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 1rem;
  }
}
.top-notice_editor p:last-child {
  margin-bottom: 0;
}
.top-notice_editor p a {
  text-decoration: underline;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-notice_editor p a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 2px;
  background-image: url(../img/icon_external.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-notice_editor p a:hover {
    text-decoration: none;
    color: #df0523;
  }
  .top-notice_editor p a:hover[target=_blank]:after {
    background-image: url(../img/icon_external-accent.svg);
  }
}

.top-notice_link {
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
  font-size: 0.875rem !important;
}
@media print, screen and (min-width: 1024px) {
  .top-notice_link {
    line-height: 1.6;
    font-size: 1rem !important;
  }
}
.top-notice_link a {
  position: relative;
  display: block;
  color: #333;
  padding-left: 18px;
  text-decoration: none !important;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-notice_link a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
}
@media (any-hover: hover) {
  .top-notice_link a:hover {
    color: #df0523;
  }
}

.top-notice_hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.top-notice_hr:last-child {
  margin-bottom: 0;
}

/* ========================================
  Pickup
======================================== */
.top-pickup {
  margin-bottom: 64px;
  padding-top: 32px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup {
    margin-bottom: 80px;
    padding-top: 56px;
  }
}

.top-pickup_title {
  line-height: 1.4;
  margin-bottom: 32px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_title {
    line-height: 1.4;
    margin-bottom: 24px;
    font-size: 1.75rem;
  }
}

.top-pickup_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .top-pickup_list {
    justify-content: space-between;
    margin-bottom: -16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-pickup_list {
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767.98px) {
  .top-pickup_listItem {
    width: 48.7179487179%;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-pickup_listItem {
    margin: 0 16px 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_listItem {
    margin: 0 20px 16px;
  }
}

@media print, screen and (max-width: 1023.98px) {
  .top-pickup_listItem > a {
    display: flex;
    align-items: center;
  }
}
.top-pickup_listItem > a .top-pickup_listIcon {
  position: relative;
  width: 31.5789473684%;
  background-color: #f7f7f7;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .top-pickup_listItem > a .top-pickup_listIcon {
    width: 56px;
    height: 56px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_listItem > a .top-pickup_listIcon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}
.top-pickup_listItem > a .top-pickup_listIcon > div {
  padding-top: 100%;
}
.top-pickup_listItem > a .top-pickup_listIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54.1666666667%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .top-pickup_listItem > a .top-pickup_listIcon img {
    width: 50%;
  }
}
.top-pickup_listItem > a .top-pickup_listIcon + .top-pickup_listText {
  margin-left: 5.2631578947%;
}
@media print, screen and (min-width: 768px) {
  .top-pickup_listItem > a .top-pickup_listIcon + .top-pickup_listText {
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_listItem > a .top-pickup_listIcon + .top-pickup_listText {
    margin-left: 0;
    margin-top: 8px;
  }
}
.top-pickup_listItem > a .top-pickup_listText {
  font-weight: 600;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767.98px) {
  .top-pickup_listItem > a .top-pickup_listText {
    line-height: 1.1;
    width: 63.1578947368%;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-pickup_listItem > a .top-pickup_listText {
    line-height: 1.1;
    font-size: 0.875rem;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-pickup_listItem > a .top-pickup_listText {
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-pickup_listItem > a .top-pickup_listText {
    line-height: 1.1;
    max-width: 132px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-pickup_listItem > a[target=_blank] .top-pickup_listText {
    width: 53.2894736842%;
  }
}
.top-pickup_listItem > a[target=_blank] .top-pickup_listText:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(../img/icon_external-accent.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767.98px) {
  .top-pickup_listItem > a[target=_blank] .top-pickup_listText:after {
    margin-right: -15px;
  }
}
@media (any-hover: hover) {
  .top-pickup_listItem > a:hover .top-pickup_listText {
    color: #df0523;
  }
}

/* ========================================
  Prdct
======================================== */
.top-prdct_category {
  position: relative;
}

/* ----------------------------------------
  Category Pickup
---------------------------------------- */
.top-prdct_categoryPickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: normal;
  margin-right: -1.7964071856%;
  margin-bottom: 24px;
}

.top-prdct_categoryPickupItem {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  width: 23.2035928144%;
  margin-right: 1.7964071856%;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0392156863);
}
.top-prdct_categoryPickupItem > a {
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 20px 7.7419354839% 28px;
  font-size: 1rem;
  font-weight: 600;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media (any-hover: hover) {
  .top-prdct_categoryPickupItem > a:hover {
    color: #df0523;
  }
}
.top-prdct_categoryPickupItem img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* ----------------------------------------
  Category List
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top-prdct_categoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-prdct_categoryList {
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_categoryList {
    justify-content: normal;
    margin-right: -2.2222222222%;
  }
}
@media print, screen and (min-width: 1313px) {
  .top-prdct_categoryList {
    margin-right: -1.7964071856%;
  }
}

.top-prdct_categoryListItem {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .top-prdct_categoryListItem {
    width: 48.2456140351%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_categoryListItem {
    order: 0;
    width: 30.9381237525%;
    margin-right: 2.3952095808%;
  }
}
@media print, screen and (min-width: 1313px) {
  .top-prdct_categoryListItem {
    width: 23.2035928144%;
    margin-right: 1.7964071856%;
  }
}
.top-prdct_categoryListItem > a {
  position: relative;
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 8px;
  font-size: 0.875rem;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_categoryListItem > a {
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_categoryListItem > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #df0523;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.top-prdct_categoryListItem > a img {
  width: 40px;
  height: auto;
  margin-right: 16px;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_categoryListItem > a img {
    width: 56px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (any-hover: hover) {
  .top-prdct_categoryListItem > a:hover {
    color: #df0523;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 1024px) {
  .top-prdct_categoryListItem > a:hover::after {
    width: 100%;
  }
}

/* ----------------------------------------
  Button
---------------------------------------- */
.top-prdct_moreButton {
  width: 180px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_moreButton {
    width: 304px;
  }
}
.top-prdct_moreButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-prdct_moreButton a {
    height: 54px;
    font-size: 1rem;
  }
}
.top-prdct_moreButton a span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .top-prdct_moreButton a:hover {
    color: #df0523;
  }
}

/* ========================================
  Engineers
======================================== */
.top-engineers {
  width: 100%;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers {
    padding-bottom: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .top-engineers_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1416px) {
  .top-engineers_banner {
    align-items: normal;
  }
}

@media screen and (max-width: 767.98px) {
  .top-engineers_bannerTitle {
    margin: 0 -24px 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-engineers_bannerTitle {
    order: 2;
    width: 56.8713450292%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_bannerTitle {
    width: 60.9756097561%;
  }
}
.top-engineers_bannerTitle img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .top-engineers_bannerTextArea {
    order: 1;
    width: 38.4502923977%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_bannerTextArea {
    width: 35.9756097561%;
  }
}
@media print, screen and (min-width: 1416px) {
  .top-engineers_bannerTextArea {
    padding-top: 56px;
  }
}

.top-engineers_bannerText {
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_bannerText {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 1416px) {
  .top-engineers_bannerText {
    line-height: 1.4;
    font-size: 2.25rem;
  }
}

.top-engineers_bannerButton {
  width: 134px;
}
@media print, screen and (max-width: 1023.98px) {
  .top-engineers_bannerButton {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_bannerButton {
    width: 144px;
    margin-top: 32px;
  }
}
.top-engineers_bannerButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_bannerButton a {
    height: 52px;
    font-size: 1rem;
  }
}
.top-engineers_bannerButton a span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .top-engineers_bannerButton a:hover {
    color: #df0523;
  }
}

/* ----------------------------------------
  Slider
---------------------------------------- */
.top-engineers_slider {
  margin-top: 40px;
}
.top-engineers_slider .slick-list {
  overflow: visible;
}
.top-engineers_slider .slick-track {
  display: flex;
}
.top-engineers_slider .slick-slide {
  height: auto !important;
}
.top-engineers_slider .slick-arrow {
  position: absolute;
  top: 74px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 5;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-engineers_slider .slick-arrow {
    top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_slider .slick-arrow {
    width: 48px;
    height: 48px;
    top: 93px;
  }
}
.top-engineers_slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_slider .slick-arrow:before {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
}
.top-engineers_slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media (any-hover: hover) {
  .top-engineers_slider .slick-arrow:hover {
    background-color: #df0523;
    border-color: #df0523;
  }
  .top-engineers_slider .slick-arrow:hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.top-engineers_slider .slick-prev {
  left: -8px;
}
@media print, screen and (min-width: 768px) {
  .top-engineers_slider .slick-prev {
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_slider .slick-prev {
    left: -25px;
  }
}
.top-engineers_slider .slick-prev:before {
  background-image: url(../img/icon_prev-l.svg);
}
.top-engineers_slider .slick-next {
  right: -8px;
}
@media print, screen and (min-width: 768px) {
  .top-engineers_slider .slick-next {
    right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_slider .slick-next {
    right: -25px;
  }
}
.top-engineers_slider .slick-next:before {
  background-image: url(../img/icon_next-l.svg);
}

.top-engineers_slider {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  height: 246px;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_slider {
    height: 267px;
  }
}

.top-engineers_slider.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  height: auto;
}

/* ----------------------------------------
  Card
---------------------------------------- */
.top-engineers_card {
  width: 280px;
  margin-right: 16px;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_card {
    width: 304px;
    margin-right: 32px;
  }
}
.top-engineers_card:last-child {
  margin-right: 0;
}
.top-engineers_card:not(.slick-active) a {
  opacity: 0.15;
  pointer-events: none;
}

.top-engineers_card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-engineers_card > a .top-engineers_cardImage {
  position: relative;
  width: 280px;
  height: 158px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_card > a .top-engineers_cardImage {
    width: 304px;
    height: 171px;
    margin-bottom: 16px;
  }
}
.top-engineers_card > a .top-engineers_cardImageInner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.top-engineers_card > a .top-engineers_cardImageInner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-engineers_card > a .top-engineers_cardImageInner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-engineers_card > a .top-engineers_cardText {
  line-height: 1.6;
  margin: 0 4px;
  font-size: 0.9375rem;
  font-weight: 600;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_card > a .top-engineers_cardText {
    line-height: 1.6;
    margin: 0 8px;
    font-size: 1rem;
  }
}
.top-engineers_card > a .top-engineers_cardCategory {
  line-height: 1.6;
  display: inline-block;
  margin: 8px 4px 0;
  padding: 1px 8px;
  color: #666;
  border-radius: 2px;
  background-color: #ededed;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 1024px) {
  .top-engineers_card > a .top-engineers_cardCategory {
    margin: 8px 8px 0;
  }
}
@media (any-hover: hover) {
  .top-engineers_card > a:hover .top-engineers_cardImageInner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-engineers_card > a:hover .top-engineers_cardImageInner::after {
    opacity: 1;
  }
  .top-engineers_card > a:hover .top-engineers_cardText {
    color: #df0523;
  }
}

/* ========================================
  Corporate
======================================== */
/* ----------------------------------------
  Page List
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .top-corporate_pageList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-corporate_pageList {
    margin-bottom: 0;
  }
}

.top-corporate_pageListItem {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top-corporate_pageListItem {
    width: 48.2456140351%;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-corporate_pageListItem {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-corporate_pageListItem {
    width: 23.1707317073%;
  }
}
@media screen and (max-width: 767.98px) {
  .top-corporate_pageListItem:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1023.98px) {
  .top-corporate_pageListItem > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.top-corporate_pageListItem > a .top-corporate_pageListImage {
  position: relative;
  width: 38.4615384615%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .top-corporate_pageListItem > a .top-corporate_pageListImage {
    width: 36.3636363636%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-corporate_pageListItem > a .top-corporate_pageListImage {
    width: 100%;
  }
}
.top-corporate_pageListItem > a .top-corporate_pageListImageInner {
  position: relative;
}
@media print, screen and (max-width: 1023.98px) {
  .top-corporate_pageListItem > a .top-corporate_pageListImageInner {
    padding-top: 68.3333333333%;
  }
}
.top-corporate_pageListItem > a .top-corporate_pageListImageInner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-corporate_pageListItem > a .top-corporate_pageListImageInner img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (max-width: 1023.98px) {
  .top-corporate_pageListItem > a .top-corporate_pageListImageInner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-corporate_pageListItem > a .top-corporate_pageListTitle {
  line-height: 1.4;
  width: 56.4102564103%;
  font-size: 0.875rem;
  font-weight: 500;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-corporate_pageListItem > a .top-corporate_pageListTitle {
    line-height: 1.4;
    width: 58.7878787879%;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-corporate_pageListItem > a .top-corporate_pageListTitle {
    line-height: 1.4;
    width: 100%;
    margin-top: 16px;
    font-size: 1.125rem;
  }
}
.top-corporate_pageListItem > a .top-corporate_pageListTitle > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.top-corporate_pageListItem > a .top-corporate_pageListTitle > span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-corporate_pageListItem > a[target=_blank] .top-corporate_pageListTitle > span {
  padding-right: 21px;
}
.top-corporate_pageListItem > a[target=_blank] .top-corporate_pageListTitle > span:after {
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_external-accent.svg);
  background-size: 13px auto;
}
@media (any-hover: hover) {
  .top-corporate_pageListItem > a:hover .top-corporate_pageListImageInner::after {
    opacity: 1;
  }
  .top-corporate_pageListItem > a:hover .top-corporate_pageListImageInner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top-corporate_pageListItem > a:hover .top-corporate_pageListTitle {
    color: #df0523;
  }
}

/* ========================================
  News
======================================== */
@media print, screen and (min-width: 1024px) {
  .top-news:has(+ .top-social) {
    margin-bottom: 80px;
  }
}

/* ----------------------------------------
  List
---------------------------------------- */
.top-news_list {
  max-height: 999999px;
  border-top: 1px solid #ddd;
}

.top-news_listItem {
  border-bottom: 1px solid #ddd;
}
.top-news_listItem > a {
  display: block;
  padding: 16px 8px;
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a {
    display: flex;
    padding: 20px 8px 16px;
  }
}
.top-news_listItem > a .header {
  color: #333;
}
.top-news_listItem > a .date {
  display: inline-block;
  line-height: 21px;
  margin-right: 16px;
  font-size: 0.8125rem;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_listItem > a .date {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .date {
    line-height: 27px;
    width: 156px;
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.top-news_listItem > a .region {
  display: inline-block;
  line-height: 22px;
  min-width: 64px;
  padding: 0 5px;
  background-color: #ededed;
  font-size: 0.6875rem;
  text-align: center;
  vertical-align: top;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_listItem > a .region {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .region {
    line-height: 27px;
    width: 120px;
    padding: 0 5px;
    font-size: 0.75rem;
  }
}
.top-news_listItem > a .body {
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 500;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-news_listItem > a .body {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .top-news_listItem > a:hover .body {
    color: #df0523 !important;
  }
}

.top-news_list-pickup {
  border-top: none;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.top-news_list-pickup .top-news_listItem {
  border-bottom: none;
}
.top-news_list-pickup .top-news_listItem > a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .top-news_list-pickup .top-news_listItem > a {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup .top-news_listItem > a {
    padding: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a {
    align-items: center;
  }
}
.top-news_list-pickup .top-news_listItem > a .image {
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-news_list-pickup .top-news_listItem > a .image {
    width: 100px;
    height: 75px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup .top-news_listItem > a .image {
    width: 212px;
    height: 142px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .image {
    width: 304px;
    height: 228px;
  }
}
.top-news_list-pickup .top-news_listItem > a .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .top-news_list-pickup .top-news_listItem > a .cont {
    width: calc(100% - 116px);
  }
}
@media print, screen and (min-width: 768px) {
  .top-news_list-pickup .top-news_listItem > a .cont {
    width: calc(100% - 228px);
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_list-pickup .top-news_listItem > a .cont {
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .cont {
    width: calc(100% - 344px);
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_list-pickup .top-news_listItem > a .header {
    margin-top: 8px;
    margin-bottom: -8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .header {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.top-news_list-pickup .top-news_listItem > a .date {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .date {
    width: auto;
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.top-news_list-pickup .top-news_listItem > a .body {
  line-height: 1.6;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-pickup .top-news_listItem > a .body {
    line-height: 1.6;
    font-size: 1.375rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .top-news_list-new .top-news_listItem > a .header {
    width: 316px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_list-new .top-news_listItem > a .body {
    width: calc(100% - 316px);
  }
}

/* ----------------------------------------
  Button
---------------------------------------- */
.top-news_moreButton {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1023.98px) {
  .top-news_moreButton {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-news_moreButton {
    position: absolute;
    top: -3px;
    right: 0;
    width: 144px;
  }
}
.top-news_moreButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-news_moreButton a {
    height: 54px;
    font-size: 1rem;
  }
}
.top-news_moreButton a span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  vertical-align: bottom;
}
@media (any-hover: hover) {
  .top-news_moreButton a:hover {
    color: #df0523;
  }
}

/* ========================================
  Social
======================================== */
/* ----------------------------------------
  Item
---------------------------------------- */
.top-social_item {
  max-height: 999999px;
}
.top-social_item a {
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .top-social_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-social_item a .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-social_item a .image {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-social_item a .image {
    width: 212px;
    height: 159px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-social_item a .image {
    width: 304px;
    height: 228px;
  }
}
.top-social_item a .image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .top-social_item a .cont {
    width: calc(100% - 228px);
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-social_item a .cont {
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-social_item a .cont {
    width: calc(100% - 344px);
  }
}
.top-social_item a .body {
  line-height: 1.6;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .top-social_item a .body {
    line-height: 1.6;
    font-size: 1.375rem;
  }
}
.top-social_item a .link {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media print, screen and (min-width: 1024px) {
  .top-social_item a .link {
    line-height: 1.6;
    margin-top: 24px;
    font-size: 1rem;
  }
}
.top-social_item a .link span {
  display: flex;
  align-items: center;
}
.top-social_item a .link span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
}
@media print, screen and (min-width: 1024px) {
  .top-social_item a .link span:after {
    margin-left: 8px;
    margin-bottom: 1px;
  }
}
@media (any-hover: hover) {
  .top-social_item a:hover {
    color: #df0523;
  }
}

/* ========================================
  About Kyocera
======================================== */
.top-aboutKyocera {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 1024px) {
  .top-aboutKyocera {
    padding-bottom: 64px;
  }
}
.top-aboutKyocera .top-section_title {
  text-align: center;
}

/* ----------------------------------------
  Banner
---------------------------------------- */
.top-aboutKyocera_banners {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .top-aboutKyocera_banners {
    padding: 0 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-aboutKyocera_banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 22px;
  }
}
@media print, screen and (max-width: 1023.98px) {
  .top-aboutKyocera_banners {
    margin-bottom: -32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-aboutKyocera_banners {
    padding: 0;
  }
}

.top-aboutKyocera_banner {
  width: 100%;
}
@media print, screen and (max-width: 1023.98px) {
  .top-aboutKyocera_banner {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-aboutKyocera_banner {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .top-aboutKyocera_banner {
    width: 23.1707317073%;
  }
}
.top-aboutKyocera_banner > a {
  display: block;
  height: 100%;
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerImage {
  position: relative;
  margin-bottom: 16px;
  padding-top: 36.5131578947%;
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerImage::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerTitle {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 700;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 1024px) {
  .top-aboutKyocera_banner > a .top-aboutKyocera_bannerTitle {
    display: inline-block;
    line-height: 1.4;
    font-size: 1.25rem;
  }
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerTitle:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg id="svg-arw" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66927 4.36637C4.77865 4.4879 4.83333 4.62766 4.83333 4.78564C4.83333 4.94363 4.77865 5.08339 4.66927 5.20492L1.15104 8.70492C1.04167 8.81429 0.907986 8.86898 0.75 8.86898C0.592014 8.86898 0.452257 8.81429 0.330729 8.70492C0.221354 8.58339 0.166667 8.44363 0.166667 8.28564C0.166667 8.12766 0.221354 7.9879 0.330729 7.86637L3.42969 4.78564L0.330729 1.70491C0.221354 1.58339 0.166667 1.44363 0.166667 1.28564C0.166667 1.12766 0.221354 0.993977 0.330729 0.884602C0.452257 0.763075 0.592014 0.702311 0.75 0.702311C0.907986 0.702311 1.04774 0.756998 1.16927 0.866373L4.66927 4.36637Z" fill="%23df0523"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
}
.top-aboutKyocera_banner > a .top-aboutKyocera_bannerText {
  line-height: 1.6;
  margin-top: 8px;
  color: #333;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1024px) {
  .top-aboutKyocera_banner > a .top-aboutKyocera_bannerText {
    line-height: 1.6;
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .top-aboutKyocera_banner > a:hover .top-aboutKyocera_bannerImage::after {
    opacity: 1;
  }
  .top-aboutKyocera_banner > a:hover .top-aboutKyocera_bannerTitle {
    color: #df0523;
  }
}