@charset "utf-8";

.heroSec.type-center .heading1-articles + .heroSec_lead-articles {
  margin: 18px auto 0;
}
.heroSec.type-center .heroSec_lead-articles {
  font-size: 26px;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.025em;
  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: 52px;
  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: 32px;
  font-weight: bold;
  color: #fff;
}


.cntSec.articlesSec .articlesLargeInner {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cntSec.articlesSec {
  position: relative;
  background: url(/corporate/articles/images/articles_bg.jpg) no-repeat center right/contain;
}
.cntSec.articlesSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #fff;
}
.cntSec.articlesSec .innerWrap {
  max-width: 830px;
  min-width: 560px;
  width: 44%;
  padding: 100px 0;
  background-color: #fff;
  margin: 0 0 0 5px;
  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: 480px;
  margin: 0 auto;
}
.cntSec.articlesSec .articlesImage_inner {
  position: relative;
  z-index: 1;
  width: 600px;
}
.cntSec.articlesSec .articlesImage_inner img {
  width: 100%;
}
.cntSec.articlesSec .articlesTitle {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #003288;
}
.cntSec.articlesSec .articlesText {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.88;
  margin-top: 28px;
  padding: 0 5px;
}
.t-baseBtn .nmlBtn_itemLink {
  color: #1A1D21;
}
