section.overview {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.overview {
    padding: 0;
  }
}
section.overview .overview__leading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.05rem;
  margin-top: 2.5rem;
}
section.overview .overview__video {
  margin: 2.5rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.overview .overview__video {
    width: 55rem;
  }
}
section.overview .overview__video[data-play='true'] .overview__videoPcTrigger,
section.overview .overview__video[data-play='true'] .overview__videoPc::after {
  opacity: 0;
  visibility: hidden;
}
section.overview .overview__video .overview__videoPc {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  transform: translateZ(0);
  background-color: #000000;
}
section.overview .overview__video .overview__videoPc::after {
  content: '';
  background-image: url('/static/business/overseas/overseas_business_thumb.webp');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
section.overview .overview__video .overview__videoPc iframe {
  border-radius: 0.25rem;
}
section.overview .overview__video .overview__videoPc .overview__videoPcTrigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 4.25rem;
  height: 4.25rem;
  background-image: url('/static/icon/ico_play_btn.webp');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
section.overview .overview__video .overview__videoPc .overview__videoPcTrigger:hover {
  background-image: url('/static/icon/ico_play_btn@hover.webp');
}
section.overview .overview__video .overview__videoSp {
  position: relative;
  width: 100%;
  background-image: url('/static/business/overseas/overseas_business_thumb.webp');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  aspect-ratio: 350/196;
}
section.overview .overview__video .overview__videoSp::after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url('/static/icon/ico_play_btn.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
section.overview .overview__video .overview__videoTimer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.75rem;
  color: #595757;
}
section.overview .overview__video .overview__videoTimer p:first-child {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.overview .overview__video .overview__videoTimer p:first-child {
    font-size: 0.75rem;
  }
}
section.overview .overview__video .overview__videoTimer p:first-child::after {
  content: '';
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('/static/icon/ico_time.webp');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.75rem;
}
section.overview .overview__video .overview__videoTimer p:last-child {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
section.overview .overview__overview {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.overview .overview__overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.overview .overview__overview .overview__overviewItem {
  display: flex;
  flex-direction: column;
}
section.overview .overview__overview .overview__overviewItem img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  section.overview .overview__overview .overview__overviewItem img {
    margin-top: 0;
    order: 1;
  }
}
section.overview .overview__overview .overview__overviewItem .overview__overviewItemTitle {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.08rem;
  order: 1;
}
@media screen and (min-width: 768px) {
  section.overview .overview__overview .overview__overviewItem .overview__overviewItemTitle {
    margin-top: 1.25rem;
    line-height: 1.4;
    order: 2;
  }
}
section.overview .overview__overview .overview__overviewItem .overview__overviewItemContent {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08rem;
  order: 3;
}
@media screen and (min-width: 768px) {
  section.overview .overview__overview .overview__overviewItem .overview__overviewItemContent {
    margin-top: 0.625rem;
  }
}
section.overview .overview__linkWrapper {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  section.overview .overview__linkWrapper {
    flex-direction: row;
    gap: 2.5rem;
  }
}

section.example {
  margin-top: 5rem;
}
section.example .example__heading {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.example .example__heading {
    padding: 0;
  }
}
section.example .example__slider {
  position: relative;
}
section.example .example__slider .example__swiper {
  margin-top: 2.5rem;
}
section.example .example__slider .example__swiper .swiper-slide {
  width: 20.625rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.example .example__slider .example__swiper .swiper-slide {
    width: 100%;
  }
}
section.example .example__slider .example__swiper .swiper-slide .example__slideItem {
  width: 19.375rem;
}
@media screen and (min-width: 768px) {
  section.example .example__slider .example__swiper .swiper-slide .example__slideItem {
    width: 100%;
  }
  section.example .example__slider .example__swiper .swiper-slide .example__slideItem:hover .example__slideImage img {
    transform: scale(1.05);
  }
  section.example .example__slider .example__swiper .swiper-slide .example__slideItem:hover .example__slideTitle h3 {
    text-decoration: underline;
  }
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideImage {
  width: 100%;
  aspect-ratio: 312/206;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  section.example
    .example__slider
    .example__swiper
    .swiper-slide
    .example__slideItem
    .example__slideLink
    .example__slideImage {
    aspect-ratio: 416/277;
  }
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideImage
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideTime {
  display: block;
  margin-top: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #595757;
}
@media screen and (min-width: 768px) {
  section.example
    .example__slider
    .example__swiper
    .swiper-slide
    .example__slideItem
    .example__slideLink
    .example__slideTime {
    font-size: 1rem;
  }
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideTime
  span {
  font-family: 'Roboto', sans-serif;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideTitle {
  position: relative;
  margin-top: 0.75rem;
  padding-right: 1.625rem;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideTitle
  h3 {
  display: inline;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideTitle::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/static/business/icon/ico_red_arrow_left.webp');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideLink
  .example__slideLeading {
  margin-top: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
section.example .example__slider .example__swiper .swiper-slide .example__slideItem .example__slideTags {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideTags
  .example__slideTag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #595757;
}
section.example
  .example__slider
  .example__swiper
  .swiper-slide
  .example__slideItem
  .example__slideTags
  .example__slideTag::before {
  content: '';
  background-image: url('/static/business/icon/ico_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.875rem;
}
section.example .example__slider .example__navigationBtn {
  position: absolute;
  z-index: 10;
  top: 5.375rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  border: 1px solid #595757;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.example .example__slider .example__navigationBtn {
    display: none;
  }
}
section.example .example__slider .example__navigationBtn.example__navigationBtn--prev {
  left: 1rem;
}
section.example .example__slider .example__navigationBtn.example__navigationBtn--next {
  right: 1rem;
}
section.example .example__slider .example__navigationBtn svg {
  width: 1.1875rem;
  height: 0.5625rem;
}
@media screen and (min-width: 768px) {
  section.example .example__slider .example__navigationBtn svg {
    width: 1.875rem;
    height: 0.875rem;
  }
}

section.linkedIn {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
section.linkedIn .linkedIn__heading {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__heading {
    padding: 0;
  }
}
section.linkedIn .linkedIn__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__swiper {
    margin-top: 4rem;
    padding: 0 5.625rem;
  }
}
section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide {
  width: 19.25rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide .linkedIn__slide {
  width: 16.5rem;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide .linkedIn__slide {
    width: 100%;
  }
}
section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide .linkedIn__slide .linkedIn__slideImage {
  width: 100%;
  aspect-ratio: 300/373;
  border: 1px solid #b8b8b8;
  border-radius: 0.25rem;
  box-shadow: 0.5rem 0.5rem 0 #d8dce0;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide .linkedIn__slide .linkedIn__slideImage {
    aspect-ratio: 345/426;
  }
}
@media screen and (max-width: 767px) {
  section.linkedIn .linkedIn__slider .linkedIn__swiper .swiper-slide-active .linkedIn__slide {
    width: 18.75rem;
  }
}
section.linkedIn .linkedIn__slider .linkedIn__navigationBtn {
  position: absolute;
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #595757;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__navigationBtn {
    display: none;
  }
}
section.linkedIn .linkedIn__slider .linkedIn__navigationBtn.linkedIn__navigationBtn--prev {
  left: 1rem;
}
section.linkedIn .linkedIn__slider .linkedIn__navigationBtn.linkedIn__navigationBtn--next {
  right: 1rem;
}
section.linkedIn .linkedIn__slider .linkedIn__navigationBtn svg {
  width: 1.1875rem;
  height: 0.5625rem;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__slider .linkedIn__navigationBtn svg {
    width: 1.875rem;
    height: 0.875rem;
  }
}
section.linkedIn .linkedIn__footer {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__footer {
    margin-top: 3.75rem;
  }
}
section.linkedIn .linkedIn__footer .linkedIn__footerBtn img {
  width: 1.375rem;
  height: 1.25rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  section.linkedIn .linkedIn__footer .linkedIn__footerBtn:hover img {
    filter: invert(1);
  }
}

section.network {
  margin-top: 5rem;
}
section.network .network__heading {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.network .network__heading {
    padding: 0;
  }
}
section.network .network__heading .network__leading {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.05rem;
}
section.network .network__mapContainer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.network .network__mapContainer .network__mapWrapper {
  overflow-x: auto;
}
section.network .network__mapContainer .network__mapWrapper::-webkit-scrollbar-track {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
section.network .network__mapContainer .network__mapWrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
section.network .network__mapContainer .network__mapWrapper::-webkit-scrollbar-thumb {
  background: #e6002d;
}
section.network .network__mapContainer .network__mapWrapper::-webkit-scrollbar-track {
  background: #9ea3a6;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
section.network .network__mapContainer .network__mapWrapper .network__map {
  position: relative;
  width: 54.375rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map {
    width: 64.25rem;
    margin: 3.4375rem auto 0;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map {
    width: 75rem;
    margin: 3.4375rem auto 0;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapImage {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  display: block;
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay {
  position: absolute;
  background-color: #ffffff;
  opacity: 0;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay:hover {
    opacity: 0.4;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--europe {
  width: 10.875rem;
  height: 2.75rem;
  top: 3rem;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--europe {
    width: 12.875rem;
    height: 3.1875rem;
    top: 3.5625rem;
    left: 1.5rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--europe {
    width: 15rem;
    height: 3.75rem;
    top: 4.125rem;
    left: 1.75rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--hongkong {
  width: 10.9375rem;
  height: 2.8125rem;
  top: 5.6875rem;
  left: 13.0625rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--hongkong {
    width: 12.9375rem;
    height: 3.3125rem;
    top: 6.75rem;
    left: 15.5rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--hongkong {
    width: 15.125rem;
    height: 3.875rem;
    top: 7.875rem;
    left: 18.0625rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--pacific {
  width: 14.5625rem;
  height: 2.8125rem;
  top: 18.3125rem;
  left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--pacific {
    width: 17.25rem;
    height: 3.3125rem;
    top: 21.6875rem;
    left: 1.6875rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--pacific {
    width: 20.125rem;
    height: 3.875rem;
    top: 25.25rem;
    left: 2rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--japan {
  width: 10.875rem;
  height: 2.8125rem;
  top: 10.125rem;
  left: 25.3125rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--japan {
    width: 12.875rem;
    height: 3.3125rem;
    top: 12rem;
    left: 29.875rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--japan {
    width: 15rem;
    height: 3.875rem;
    top: 14rem;
    left: 34.875rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--taiwan {
  width: 10.875rem;
  height: 2.75rem;
  top: 15.25rem;
  left: 25.3125rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--taiwan {
    width: 12.875rem;
    height: 3.1875rem;
    top: 18.0625rem;
    left: 29.875rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--taiwan {
    width: 15rem;
    height: 3.75rem;
    top: 21rem;
    left: 34.875rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--usa {
  width: 11rem;
  height: 2.75rem;
  top: 6.4375rem;
  left: 41.9375rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--usa {
    width: 12.875rem;
    height: 3.1875rem;
    top: 7.625rem;
    left: 49.5625rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--usa {
    width: 15rem;
    height: 3.75rem;
    top: 8.875rem;
    left: 57.875rem;
  }
}
section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--australia {
  width: 10.9375rem;
  height: 2.75rem;
  top: 20.5rem;
  left: 29.8125rem;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--australia {
    width: 12.9375rem;
    height: 3.25rem;
    top: 24.1875rem;
    left: 35.25rem;
  }
}
@media screen and (min-width: 1153px) {
  section.network .network__mapContainer .network__mapWrapper .network__map .network__mapOverlay--australia {
    width: 15.125rem;
    height: 3.75rem;
    top: 28.25rem;
    left: 41.125rem;
  }
}
section.network .network__mapContainer[data-scrolled='true']::after {
  opacity: 0;
}
section.network .network__mapContainer::after {
  content: '';
  width: 5rem;
  height: 4.75rem;
  background-image: url('/static/icon/ico_scroll.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  section.network .network__mapContainer::after {
    display: none;
  }
}

section.network .networkDialog__content {
  flex-direction: column;
  color: #ffffff;
  padding: 0 1rem 2rem 1.25rem;
  display: none;
}
section.network .networkDialog__content.is-active {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content {
    padding: 2.5rem;
  }
}
section.network .networkDialog__content .networkDialog__scroller {
  max-height: calc(100vh - 28.5rem);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__scroller {
    overflow: initial;
  }
}
section.network .networkDialog__content .networkDialog__scroller::-webkit-scrollbar {
  width: 3px;
}
section.network .networkDialog__content .networkDialog__scroller::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
section.network .networkDialog__content .networkDialog__scroller::-webkit-scrollbar-track {
  background: #ffffff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
section.network .networkDialog__content .networkDialog__scroller .networkDialog__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__scroller .networkDialog__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
section.network .networkDialog__content .networkDialog__scroller dl {
  display: grid;
  grid-template-columns: 1fr;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__scroller dl {
    font-size: 1.125rem;
    margin-top: 2rem;
    grid-template-columns: max-content 1fr;
    row-gap: 2rem;
    column-gap: 1rem;
  }
}
section.network .networkDialog__content .networkDialog__scroller dl dt {
  padding-left: 1.25rem;
  margin-top: 1.875rem;
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__scroller dl dt {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__scroller dl dd {
    margin-top: 0;
    padding-left: 1.25rem;
    border-left: 1px solid #ffffff;
  }
}
section.network .networkDialog__content .networkDialog__more {
  height: 4.125rem;
  background-color: #363434;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__more {
    margin: 3.25rem 2.125rem 0 auto;
    height: 3.5rem;
    transition:
      background-color 0.2s ease-in-out,
      color 0.2s ease-in-out;
  }
  section.network .networkDialog__content .networkDialog__more:hover {
    background-color: #ffffff;
    color: #363434;
  }
}
section.network .networkDialog__content .networkDialog__more span {
  display: block;
  min-width: 14.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.network .networkDialog__content .networkDialog__more span {
    font-size: 1rem;
    min-width: 11.625rem;
  }
}
section.network .networkDialog__content .networkDialog__more svg {
  width: 1rem;
  height: 1rem;
}

section.performance {
  margin-top: 5rem;
  padding: 0 1rem;
}
section.performance .performance__filter {
  margin-top: 2.5rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter {
    padding: 0;
  }
}
section.performance .performance__filter.performance__filter--region {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter.performance__filter--region {
    margin-top: 0;
  }
}
section.performance .performance__filter .performance__filterTitle {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter .performance__filterTitle {
    margin: 0;
  }
}
section.performance .performance__filter .performance__filterList {
  margin-top: 1.75rem;
  border: 1px solid #9ea3a6;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter .performance__filterList {
    margin-top: 1.5rem;
    border: none;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 0.75rem;
    padding-bottom: 1.5rem;
  }
}
section.performance .performance__filter .performance__filterList[aria-expanded] .performance__filterItem {
  display: block;
}
section.performance
  .performance__filter
  .performance__filterList[aria-expanded]
  .performance__filterItem:not(:first-of-type)[aria-selected='true']
  .performance__filterItemBtn {
  background-color: #d8dce0;
}
section.performance
  .performance__filter
  .performance__filterList[aria-expanded]
  .performance__filterItem:first-of-type
  .performance__filterItemBtn::after {
  transform: rotate(180deg);
}
section.performance .performance__filter .performance__filterList .performance__filterItem {
  position: relative;
  display: none;
}
section.performance .performance__filter .performance__filterList .performance__filterItem[aria-selected='true'] {
  display: block;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter .performance__filterList .performance__filterItem[aria-selected='true'] {
    pointer-events: none;
  }
  section.performance
    .performance__filter
    .performance__filterList
    .performance__filterItem[aria-selected='true']
    .performance__filterItemBtn {
    background-color: #d8dce0;
  }
}
section.performance
  .performance__filter
  .performance__filterList
  .performance__filterItem[aria-selected='true']
  .performance__filterItemBtn::after {
  opacity: 1;
}
section.performance .performance__filter .performance__filterList .performance__filterItem[aria-disabled='true'] {
  pointer-events: none;
}
section.performance
  .performance__filter
  .performance__filterList
  .performance__filterItem[aria-disabled='true']
  .performance__filterItemBtn {
  color: #999999;
}
@media screen and (min-width: 768px) {
  section.performance .performance__filter .performance__filterList .performance__filterItem {
    display: block;
    padding: 0 0.5rem;
    border-right: 1px solid #9ea3a6;
  }
  section.performance .performance__filter .performance__filterList .performance__filterItem:first-of-type,
  section.performance .performance__filter .performance__filterList .performance__filterItem:nth-of-type(7n) {
    border-left: 1px solid #9ea3a6;
  }
  section.performance .performance__filter .performance__filterList .performance__filterItem::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.25rem;
    border-top: 1px solid #e6002d;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  section.performance .performance__filter .performance__filterList .performance__filterItem:hover::after {
    opacity: 1;
  }
}
section.performance
  .performance__filter
  .performance__filterList
  .performance__filterItem:first-of-type
  .performance__filterItemBtn::after {
  opacity: 1;
  background-image: url('/static/business/icon/ico_arrow_down.webp');
}
section.performance .performance__filter .performance__filterList .performance__filterItem .performance__filterItemBtn {
  height: 3rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 0.6875rem 1.25rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
section.performance
  .performance__filter
  .performance__filterList
  .performance__filterItem
  .performance__filterItemBtn::after {
  content: '';
  background-image: url('/static/business/icon/ico_check.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.performance
    .performance__filter
    .performance__filterList
    .performance__filterItem
    .performance__filterItemBtn::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  section.performance
    .performance__filter
    .performance__filterList
    .performance__filterItem
    .performance__filterItemBtn {
    justify-content: center;
    height: 2.625rem;
    border-radius: 0.25rem;
  }
}
section.performance .performance__articles {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.performance .performance__articles {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
  }
}
section.performance .performance__articles .performance__article {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.performance .performance__articles .performance__article:hover .card__thumb img {
    transform: scale(1.05);
  }
  section.performance .performance__articles .performance__article:hover .card__titleContent {
    text-decoration: underline;
  }
}
section.performance .performance__articles .performance__article .card.corporate_common .card__thumb {
  aspect-ratio: 1/1;
}
section.performance
  .performance__articles
  .performance__article
  .card.corporate_common
  .card__content
  .card__inner
  .card__title
  .card__titleContent {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.performance
    .performance__articles
    .performance__article
    .card.corporate_common
    .card__content
    .card__inner
    .card__title
    .card__titleContent {
    line-height: 1.4;
  }
}
section.performance .performance__articles .performance__articleLocation {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #595757;
}
section.performance .performance__articles .performance__articleLocation:empty {
  display: none;
}
section.performance .performance__articles .performance__empty {
  grid-column: 1/-1;
  text-align: center;
  font-weight: 500;
}
section.performance .performance__footer {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

section.others {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.others {
    padding: 0;
  }
}
section.others .others__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.others .others__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.25rem;
  }
}
section.others .others__list .card .card__thumb {
  aspect-ratio: 3/2;
}

section.contact {
  background-color: #f5f6f7;
}
section.contact .contact__container {
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container {
    max-width: 64.125rem;
    padding: 6.25rem 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
  }
}
section.contact .contact__container .contact__content {
  display: flex;
  flex-direction: column;
}
section.contact .contact__container .contact__content .contact__heading {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container .contact__content .contact__heading {
    text-align: left;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
section.contact .contact__container .contact__content .contact__leading {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.058m;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container .contact__content .contact__leading {
    margin-top: 2.5rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
section.contact .contact__container .contact__section {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container .contact__section {
    margin-top: 0;
    justify-content: flex-start;
    align-items: center;
  }
}
section.contact .contact__container .contact__section .contact__btn {
  height: 4.125rem;
  background-color: #363434 !important;
  color: #ffffff !important;
  border: 1px solid #363434 !important;
  padding: 0 1.5rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container .contact__section .contact__btn {
    height: 3.5rem;
    transition:
      background-color 0.2s ease-in-out,
      color 0.2s ease-in-out;
  }
  section.contact .contact__container .contact__section .contact__btn:hover {
    background-color: #ffffff !important;
    color: #363434 !important;
  }
}
section.contact .contact__container .contact__section .contact__btn span {
  display: block;
  min-width: 14.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.contact .contact__container .contact__section .contact__btn span {
    font-size: 1rem;
    min-width: 11.625rem;
  }
}
section.contact .contact__container .contact__section .contact__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

section.kdNews {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.kdNews {
    padding: 0;
  }
}
section.kdNews .kdNews__footer {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  section.kdNews .kdNews__footer {
    margin-top: 2.5rem;
    justify-content: flex-end;
  }
}
