@charset "utf-8";

/* M&A */
.ma-intro {
  padding: 56px 0;
  background: url(/corporation/business-support/mergers-and-acquisitions/images/ma_bg.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ma-intro_inner {
  position: relative;
}
.ma-intro_logo {
  width: 340px;
  margin: 0 auto 18px;
}
.ma-intro_container {
  position: relative;
}
.ma-intro_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  width: 100%;
  height: 256px;
}
.ma-intro_card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  filter: blur(30px);
}
.ma-intro_card .ma-intro_card_text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.5;
  text-align: center;
}
.ma-intro_card .ma-intro_card_btn {
  position: relative;
  z-index: 2;
}
.ma-intro_card .ma-intro_card_btn .nmlBtn2_link {
  width: 220px;
  height: 48px;
  font-size: 16px;
  border: 1px solid #980012;
}
.ma-intro_card .ma-intro_card_btn .nmlBtn2_link .text {
  font-size: 16px;
  color: #980012;
}
.ma-intro_bottom {
  margin-top: 36px;
}
.ma-intro_bottom .nmlBtn_itemLink {
  width: 100%;
}

.ma-intro .swiper-buttons {
  position: absolute;
  z-index: 1;
  top: calc(50% - 32px);
  left: -10px;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 20px);
  height: 64px;
  pointer-events: none;
  /* opacity: 0; */
}
.ma-intro .swiper-button-prev,
.ma-intro .swiper-button-next {
  position: static;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 64px;
  background: rgba(0,0,0,.65);
  transition: all .2s ease;
  pointer-events: all;
  border-radius: 8px 0 0 8px;
}
.ma-intro .swiper-button-prev::after,
.ma-intro .swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  margin-left: 8px;
  background: url(/common_v2/images/arrow_right_half_white.svg) center no-repeat;
  background-size: contain;
}
.ma-intro .swiper-button-prev {
  transform: rotate(180deg);
}
.ma-intro .swiper-control {
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  transform: translateX(-50%);
}
.ma-intro .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  column-gap: 14px;
  width: auto;
  padding: 0;
  line-height: 1;
}
.ma-intro .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  transition: all .2s linear;
}
.ma-intro .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.ma-intro .swiper-container .swiper-button-stop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
  opacity: var(--hnb-hover-opacity);
}
.ma-intro .swiper-container .swiper-button-stop:hover {
  opacity: 1;
}
.ma-intro .swiper-container .swiper-button-stop.is-stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
}
.ma-intro .swiper-container .swiper-button-stop.is-start {
  opacity: 1;
}
.ma-intro .swiper-container .swiper-button-stop.is-start:before {
  content: "▶";
  font-size: 16px;
  line-height: 16px;
}


/* ma-merit */
.ma-meritWrapper {
  margin-top: 40px;
}
.ma-merit {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  width: 614px !important;
}
.ma-merit::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 72px;
  left: calc(50% - 35px);
  width: 80px;
  height: 71px;
  background: url(/corporation/business-support/mergers-and-acquisitions/images/img_01.svg) center no-repeat;
  background-size: contain;
}
.ma-merit .ma-merit_item {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 52px;
}
.ma-merit .ma-merit_box {
  position: relative;
  height: 100%;
  padding: 22px 22px;
  background: #F7F7F7;
}
.ma-merit .ma-merit_box:not(:first-child)::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 12px);
  left: calc(50% - 28px);
  width: 56px;
  height: 24px;
  background: url(/corporation/business-support/mergers-and-acquisitions/images/icon_down.svg) center no-repeat;
  background-size: contain;
}
.ma-merit .ma-merit_box.merit {
  background: #FFF1E8;
}
.ma-merit .ma-merit_box .ma-merit_title {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(23/18);
  letter-spacing: .025em;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #333333;
}
.ma-merit .ma-merit_box .ma-merit_suffix {
  margin-top: 15px;
  font-size: 16;
}

/* ma-step */
.ma-step {
  display: flex;
  flex-direction: column;
  row-gap: 38px;
  padding: 24px;
  background: #FFF1E8;
}
.ma-step .ma-step_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px 10px 9px;
  color: #980012;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(21/16);
  letter-spacing: .025em;
}
.ma-step .ma-step_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(50% - 9px);
  top: calc(100% + 0px);
  width: 18px;
  height: 40px;
  background: url(/corporation/business-support/mergers-and-acquisitions/images/icon_next.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
}