@charset "utf-8";

.heroSec.type-center .heading1-articles + .heroSec_lead-articles {
  margin: 18px auto 0;
}
.heroSec.type-center .heroSec_lead-articles {
  font-size: 22px;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.35);
}
.heroSec.type-center .heroSec_lead-articles::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
}
.heroSec.type-center .heading1-articles {
  text-align: center;
  margin: 0 auto;
}
.heroSec.type-center .heading1-articles .text-main {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.15;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.35);
}
.heading1-articles .text-sub-articles {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}


.cntSec.articlesSec .articlesLargeInner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.cntSec.articlesSec {
  position: relative;
  background: url(/corporate/articles/images/articles_bg_sp.jpg) no-repeat bottom/100%;
}
.cntSec.articlesSec .innerWrap {
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.cntSec.articlesSec .innerWrap::after {
  position: absolute;
  top: 0;
  content: "";
  width: 120px;
  height: 100%;
  right: -120px;
  background-color: #fff;
}
.cntSec.articlesSec .innerWrap .articlesInner {
  width: 100%;
  margin: 0 auto;
}
.cntSec.articlesSec .articlesImage_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px 20px;
}
.cntSec.articlesSec .articlesImage_inner img {
  width: 100%;
}
.cntSec.articlesSec .articlesTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  color: #003288;
}
.cntSec.articlesSec .articlesText {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.625;
  margin-top: 14px;
  padding: 0;
}
.t-baseBtn .nmlBtn_itemLink {
  color: #1A1D21;
}
.t-base_mainSec .imgOpen_btn {
  border-color: #A9B7C1;
  background: url(/common_v2/images/icon_search_gray.svg) no-repeat center right 10px / 16px;
}
