@charset "utf-8";
:root {
  --ceil_width_01: 30;
  --ceil_width_01_px: 30px;
  --ceil_width_02: 348;
  --ceil_width_02_px: 348px;
  --imp_swiper_height: 60;
  --imp_swiper_height_px: 60px;
  --news_section-height: 800;
  --news_section-height_px: 800px;
  --topics_section-height: 870;
  --topics_section-height_px: 870px;
  --sustainable01_section-height: 733;
  --sustainable01_section-height_px: 733px;
  --sustainable02_section-height: 650;
  --sustainable02_section-height_px: 650px;
  --dx_section-height: 610;
  --dx_section-height_px: 610px;
  --careers_section-height: 610;
  --careers_section-height_px: 610px;
  --corporate-ir_section-height: 450;
  --corporate-ir_section-height_px: 450px;

  --topics_cnt_width: 315px;
}

/* Layout Base
================================================== */
.cntSec {
  border-top: none;
}
.cntSec .innerWrap {
  z-index: 3;
  height: 100%;
}
.cntSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cntSec::after {
  z-index: 0;
  position: absolute;
  top: 0;
  height: 100%;
}

/* Main Visual
================================================== */
.cntSec.mv .mvSwiper {
  z-index: 0;
  width: 100%;
  height: var(--visible_height);
  min-height: 500px;
  max-height: 900px;
}
.cntSec.mv .mvSwiper_img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.cntSec.mv .mvCnt_list {
  display: inline-block;
  position: absolute;
  bottom: 110px;
  left: 40px;
  width: calc(100% - 74px);
}
.cntSec.mv .mvCnt_item {
  z-index: 2;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-10%);
  animation: mv_cnt_off 0.8s ease both;
}
.cntSec.mv .mvCnt_item.current {
  display: block;
  opacity: 1;
  transform: translateX(0%);
  animation: mv_cnt_on 0.5s 0.8s ease both;
}
.cntSec.mv .mvCnt_title {
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.cntSec.mv .mvCnt_title + .nmlBtn {
  margin-top: 20px;
}
.cntSec.mv .mvCnt_title-main {
  font-size: 22px;
  text-shadow: 0 0 0.25em #000;
  line-height: 1.5;
  display: block;
}
.cntSec.mv .mvCnt_title-sub {
  font-size: 18px;
  text-shadow: 0 0 0.25em #000;
  line-height: 1.5;
  display: block;
}
.mvCnt_title .sp_w195 {
  width: 195px;
}
.mvCnt_item .nmlBtn_item {
  display: flex;
  justify-content: flex-start;
}
.mvCnt_item .arrow-pdf .nmlBtn_itemLink::after,
.topicsCnt_item .arrow-pdf .nmlBtn_itemLink::after {
  background: url(/common_v2/images/icon_pdf_white.svg) center/43px no-repeat;
}
.mvSwiper_pagination {
  width: auto;
  height: 4px;
  min-width: 300px;
  bottom: 80px;
  left: 40px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.mvSwiper_pagination .mvSwiper_bullet {
  position: relative;
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s all ease;
  opacity: 0.45;
}
.mvSwiper_pagination .mvSwiper_bullet::after {
  content: "";
  width: 40px;
  height: 10px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.mvSwiper_pagination .mvSwiper_bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.mvCnt_btnList {
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  width: 100%;
  display: flex;
  z-index:1;
}
.mvCnt_btnList::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  display: block;
  background: #fff;
}
.mvCnt_btnItem {
  color: #fff;
  background: rgba(0,0,0,0.1);
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mvCnt_btnItem-icon {
  flex: 0;
  margin-right: 10px;
}
.cntSec.mv .nmlBtn_item.bg-transparent .nmlBtn_itemLink {
  background: rgba(0,0,0,0.4);
  width: 240px;
}

/* Important Notice
================================================== */
.cntSec.imp {
  background: #fff;
  position: relative;
  z-index: 0;
}
.cntSec.imp .impSwiper {
  z-index: 0;
  position: relative;
  display: flex;
  height: 100%;
  background: #007CCF;
  width: 100%;
  margin: 0 0 0 auto;
  padding-left: 10px;
}
.cntSec.imp .impSwiper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
}
.cntSec.imp .impSwiper_prgs {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #003288;
  bottom: 0;
  left: calc(2px*var(--tan));
  position: absolute;
  transition: none;
  z-index: 1;
}
.cntSec.imp .impSwiper_prgs.start {
  width: 110%;
  transition: 8s width ease;
}
.cntSec.imp .impSwiper_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--imp_swiper_height_px);
  background: url(/common_v2/images/icon_info.svg) left center / 23px no-repeat;
  width: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1;
  position: relative;
}
.cntSec.imp .impSwiper_body {
  position: relative;
  height: var(--imp_swiper_height_px);
  width: 100%;
}
.cntSec.imp .impSwiper_item {
  display :flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  width: calc(100% - 12px);
  transition: 0.3s all ease;
}
.cntSec.imp .impSwiper_text {
  width: 100%;
  word-wrap: break-word;
}
.cntSec.imp .impSwiper_link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -12px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.cntSec.imp .impSwiper_link {
  color: #fff;
  font-weight: bold;
  background: url(/common_v2/images/line_white.png) no-repeat left bottom;
  background-size: 0px 1px;
  transition: .3s background-size linear;
}
.cntSec.imp .impSwiper_link.arrow-pdf .file-size::before {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.cntSec.imp .impSwiper_ctl {
  display: none;
}
.cntSec.imp .impSwiper_ctl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 23px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
/* News Section
================================================== */
.cntSec.news {
  min-height: 400px;
  transition: 0.3s all ease;
}
.cntSec.news::after {
  right: 0;
  content: "";
  height: 100px;
  background: rgba(0,124,207,0.45);
  width: 80px;
  clip-path: polygon(
    21.5% 100%,
    72.6% 0%,
    100% 0%,
    100% 100%
  );
}
.cntSec.news .innerWrap {
  height: 100%;
  padding: 64px 0 48px;
}

.cntSec.news .topHeading2 {
  color: #1A1D21;
  line-height: 1;
  background-color: #fff;
  margin: 0;
  padding: 34px 0 36px;
}
.cntSec.news .topHeading2_sub {
  color: #003288;
  line-height: 1;
}

.cntSec.news .news_deco_01 {
  z-index: 1;
  position: absolute;
  background: rgba(0,50,136,0.65);
  width: 107px;
  height: 100px;
  top: 0;
  right: 22px;
  clip-path: polygon(
    6% 94%,
    43% 0%,
    100% 0%,
    62% 100%
  );
}
.cntSec.news .topNews {
  background-color: #fff;
  height: auto;
  width: 100%;
  padding-top: 10px;
  position: relative;
}
.cntSec.news .topNews_inner {
  height: 100%;
  width: 100%;
}
.cntSec.news .newsItem {
  padding: 18px 10px 14px;
  position: relative;
}
.cntSec.news .topNews_category {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  gap: 4px;
  padding: 0 10px 4px;
  background-color:#fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cntSec.news .topNews_category::-webkit-scrollbar {
  display:none;
}
.cntSec.news .topNews_category_scroll-rail {
  width: 100%;
  background-color: #fff;
}
.cntSec.news .topNews_category_scroll-rail_inner {
  position: relative;
  height: 4px;
  background: #c8d8f2;
  width: calc(100% - 170px);
  margin-left: 10px;
}
.cntSec.news .topNews_category_scroll-rail_inner::after {
  z-index: 0;
  content: "";
  position: absolute;
  height: 4px;
  width: 150px;
  background: #c8d8f2;
  right: -150px;
  top: 0;
  display: block;
}

.cntSec.news .topNews_category_scroll-thumb {
  z-index: 1;
  position: absolute;
  background-color: #003288;
  height: 4px;
  width: 150px;
  left: 0;
  top: 0;
}
.cntSec.news .topNews_cateBtn {
  flex: 1 0 auto;
  min-width: 64px;
  position: relative;
  color: #fff;;
  font-weight: bold;
  transition: 0.3s all ease;
  padding: 0 10px;
  height: 40px;
  background-color: #bcbdbe;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cntSec.news .topNews_cateBtn.current {
  background: #003288;
}

.cntSec.news .topNews_cateBtn.current::before,
.cntSec.news .topNews_cateBtn.current::after {
  background: #003288;
  border-color: #003288;
}
.cntSec.news .topNews_item-title.txtLink + .topNews_item-category {
  margin-top: 14px;
}
.cntSec.news .topNews + .nmlBtn {
  width: 240px;
  margin: 16px auto 0;

}

/* Topics Section
================================================== */
.cntSec.topics {
  min-height: var(--topics_section-height_px);
  background: url(/top/images/bg_topics_sp.jpg) center / cover no-repeat;
}
.cntSec.topics .innerWrap {
  padding: 50px 10px 80px;
}
.cntSec.topics .topHeading2,
.cntSec.topics .topHeading2_sub,
.cntSec.topics .topHeading3,
.cntSec.topics .topHeading3_sub,
.cntSec.topics .topParagraph_small {
  color: #fff;
  font-weight: bold
}
.cntSec.topics .topHeading2,
.cntSec.topics .topHeading2_sub {
  line-height: 1;
}
.cntSec.topics .topHeading2_sub {
  font-weight: 400;
}
.cntSec.topics .topHeading2 {
  margin-bottom: 37px;
}
.cntSec.topics .topHeading3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cntSec.topics .topHeading3_main {
  font-size: 26px;
  background: #fff;
  color: #003288;
  display: inline-block;
  padding: 0 4px;
  line-height: 1.3;
}
.cntSec.topics .topHeading3_main:first-child {
  box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}
.cntSec.topics .topHeading3_sub {
  margin-bottom: 16px;
  background: #fff;
  color: #003288;
  letter-spacing: 0.055em;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.cntSec.topics .topics_deco_01 {
  z-index: 1;
  position: absolute;
  background: #003288;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
}
.cntSec.topics .topics_deco_02 {
  z-index: 2;
  position: absolute;
  background: linear-gradient( -68.2deg,
    #003288 0%,
    #003288 33%,
    rgba(0,124,207, .45) 33%,
    rgba(0,124,207, .45) 42.7%,
    transparent 42.7%,
    transparent 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.cntSec.topics .topicsCnt {
  margin-left: auto;
  margin-right: auto;
  margin-top: -12px;
  width: var(--topics_cnt_width);
  position: relative;
  z-index: 99
}
.cntSec.topics .topicsCnt_item {
  display:none;
  transition: 0.3s all ease;
  opacity: 0;
  animation: topics_cnt_off 0.5s 0.5s ease both;
}
.cntSec.topics .topicsCnt_item.current {
  opacity: 1;
  animation: topics_cnt_on 0.5s 1s ease both;
  display: block;
}
.cntSec.topics .topicsSwiper {
  z-index: -1;
}
.cntSec.topics .topicsSwiper .swiper-slide {
  transition: 0.5s all ease;
  position: relative;
  height: 178px;
  width: 100%;
  overflow: hidden;
}
.cntSec.topics .topicsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.cntSec.topics .topicsSwiper_pagination.swiper-pagination {
  position: absolute;
  bottom: 48px;
  width: 200px;
  right: 0;
  display:flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 60px;
}
.cntSec.topics .topicsSwiper_bullet.swiper-pagination-bullet {
  position: relative;
  width: 48px;
  height: 6px;
  opacity: 1;
  border-radius: 0;
  transition: 0.3s all ease;
  background: transparent;
  z-index: 1;
}
.cntSec.topics .topicsSwiper_bullet::after {
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 6px;
  background: repeating-linear-gradient(
    -68.2deg,
    transparent 0%,
    transparent 2.5%,
    #4B6EAC 2.5%,
    #4B6EAC 50%,
    #fff 50%,
    #fff 97.5%,
    transparent 97.5%,
    transparent 100%
  );
  background-size: 220%;
  background-position: 95% 0%;
  transition: .3s all ease;
  clip-path: polygon(
    5% 100%,
    10% 0%,
    100% 0%,
    95% 100%
  )
}
.cntSec.topics .topicsSwiper_bullet.swiper-pagination-bullet-active::after {
  background-position: 5% 0%;
}
.cntSec.topics .topicsSwiper_button.swiper-button-next {
  justify-content: flex-start;
  position: absolute;
  color: #fff;
  text-align: left;
  line-height: 1;
  padding: 10px 0 0 2px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  width: 62px;
  top: 255px;
  transform: translate(100%, -50%);
  right: 80px;
  transition: 0.3s all ease;
  text-shadow: 0 0 1em #000;
}
.cntSec.topics .topicsSwiper_button.swiper-button-next::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: repeating-linear-gradient(
    160deg,
    transparent 0%,
    transparent 10%,
    #fff 10%,
    #fff 90%,
    transparent 90%,
    transparent 100%
  );
}
.cntSec.topics .nmlBtn_item .nmlBtn_itemLink {
  width: 240px;
}

/* Sustainable Section (first)
================================================== */
.cntSec.sustainable01 {
  padding-top: 350px;
}
.cntSec.sustainable01 .innerWrap {
  text-align: right;
  padding: 26px 20px 48px;
}
.cntSec.sustainable01::before {
  width: 100%;
  height: 350px;
  background: url(/top/images/bg_sustainable01_sp.jpg) center / cover no-repeat;
}
.cntSec.sustainable01::after {
  content: "";
  width: 140px;
  height: 350px;
  position:absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(-68.2deg,
  #fff 25%,
  rgba(0, 50, 136, .45) 25%,
  rgba(0, 50, 136, .45) 50%,
  transparent 50%
  )
}
.cntSec.sustainable01 .topHeading2 {
  color: #003288;
  margin-bottom: 10px;
  text-align: right;
  font-size: 22px;
}

.cntSec.sustainable01 .sustainable01_deco_01 {
  z-index: 1;
  position: absolute;
  background: #007CCF;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0;
  clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 0%,
    100% 100%
  );
}
.cntSec.sustainable01 .sustainable01_deco_02 {
  z-index: 1;
  position: absolute;
  background: rgba(0,124,207,0.45);
  background: rgba(0,124,207,0.45);
  width: calc(130px + (var(--sustainable01_section-height_px)*var(--tan)));
  height: 100%;
  bottom: 0;
  right: 0;
  clip-path: polygon(
    0% 100%,
    100% 0%,
    100% 0%,
    0% 100%
  );
}
.cntSec.sustainable01 .nmlBtn {
  width: 240px;
  margin: 25px 0 0 auto;
}

/* Sustainable Section (second)
================================================== */
.cntSec.sustainable02 {
  /* height: var(--sustainable02_section-height_px); */
  padding-top: 350px;
}
.cntSec.sustainable02 .innerWrap {
  padding: 25px 20px 54px;
}
.cntSec.sustainable02::before {
  width: 100%;
  height: 350px;
  background: url(/top/images/bg_sustainable02_sp.jpg) center / cover no-repeat;
}
.cntSec.sustainable02::after {
  content: "";
  width: 140px;
  height: 350px;
  position:absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-111.8deg,
  transparent 50%,
  rgba(0, 50, 136, .45) 50%,
  rgba(0, 50, 136, .45) 75%,
  #fff 75%
  )
}
.cntSec.sustainable02 .topHeading2 {
  color: #003288;
  margin-bottom: 14px;
  text-align: left;
  font-size: 22px;
}
.cntSec.sustainable02 .nmlBtn {
  width: 240px;
  margin: 25px auto 0 0;
  gap: 16px;
}
/* DX Section
================================================== */
.cntSec.dx {
  padding-top: 350px;
  overflow: hidden;
}
.cntSec.dx .innerWrap {
  text-align: right;
  padding: 25px 20px 48px;
}
.cntSec.dx::before {
  width: 100%;
  height: 350px;
  background: url(/top/images/bg_dx_sp.jpg) center / cover no-repeat;
}
.cntSec.dx::after {
  content: "";
  width: 140px;
  height: 350px;
  position:absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(-68.2deg,
  #fff 25%,
  rgba(0, 50, 136, .45) 25%,
  rgba(0, 50, 136, .45) 50%,
  transparent 50%
  )
}
.cntSec.dx .dx_deco_01 {
  top: 350px;
  right: 69px;
  position: absolute;
  width: 800px;
  height: 2000px;
  background-color: #f2f2f2;
  clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%
  )
}
.cntSec.dx .dx_deco_02 {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 92px;
  height: 210px;
  background: linear-gradient(-68.2deg,
  #f2f2f2 48%,
  transparent 48%
  )
}
.cntSec.dx .topHeading2 {
  color: #003288;
  margin-bottom: 14px;
  text-align: right;
  font-size: 22px;
}
.cntSec.dx .nmlBtn {
  width: 240px;
  margin: 25px 0 0 auto;
}
/* Career Section
================================================== */
.cntSec.careers {
  padding-top: 350px;
  background: linear-gradient(337deg, #057ccf 40%, #003288);
}
.cntSec.careers .innerWrap {
  padding: 32px 20px 48px;
}
.cntSec.careers::before {
  width: 100%;
  height: 350px;
  background: url(/top/images/bg_careers_sp.png) center / cover no-repeat;
  z-index: 0;
}
.cntSec.careers .topHeading2,
.cntSec.careers .topHeading2_sub,
.cntSec.careers .topParagraph {
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.cntSec.careers .topHeading2,
.cntSec.careers .topHeading2_sub {
  line-height: 1;
}
.cntSec.careers .topHeading2_sub {
  font-weight: 400;
}
.cntSec.careers .topHeading2 {
  margin-bottom: 27px;
}
.cntSec.careers .topParagraph {
  margin-bottom: 32px;
}
.cntSec.careers .nmlLink {
  flex-direction: column;
}
.cntSec.careers .nmlBtn {
  width: 240px;
}
/* Corporate Section
================================================== */
.cntSec.corporate {
  min-height: 363px;
  background: url(/top/images/bg_corporate_sp.jpg) 100% / cover no-repeat
}
.corporate_bg_img {
  width: 100%;
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.cntSec.corporate .innerWrap  {
  z-index: 2;
  padding: 48px 20px;
  min-height: 363px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cntSec.corporate::after {
  z-index: 1;
  left: 0;
  content: "";
  width: 240px;
  background: rgba(0, 50, 136, 0.5);
  clip-path: polygon(
    0% 100%,
    0% 0%,
    100% 0%
  )
}
.cntSec.corporate .topHeading2,
.cntSec.corporate .topHeading2_sub,
.cntSec.corporate .topParagraph_small {
  text-align: left;
  color: #fff;
  font-weight: bold
}
.cntSec.corporate .topParagraph_small {
  margin-bottom: auto;
}
.cntSec.corporate .topHeading2,
.cntSec.corporate .topHeading2_sub {
  line-height: 1;
}
.cntSec.corporate .topHeading2 {
  margin-bottom: 30px;
}
.cntSec.corporate .topHeading2_sub {
  font-weight: 400;
}
.cntSec.corporate .nmlBtn {
  margin: auto auto 0 0;
  width: 240px;
}

/* Investor Relations Section
================================================== */
.cntSec.ir {
  border-top: 1px solid #fff;
  min-height: 363px;
  background: url(/top/images/bg_ir_sp.jpg) 100% / cover no-repeat;
}
.cntSec.ir .innerWrap {
  z-index: 2;
  padding: 48px 20px;
  min-height: 363px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cntSec.ir::after {
  z-index: 1;
  right: 0;
  content: "";
  width: 240px;
  background: rgba(0, 124, 207, 0.5);
  clip-path: polygon(
    0% 100%,
    100% 0%,
    100% 100%
  )
}

.cntSec.ir .ir_bg_img {
  width: 100%;
  object-fit: cover;
}
.cntSec.ir .innerWrap {
  z-index: 2;
}
.cntSec.ir .topHeading2,
.cntSec.ir .topHeading2_sub,
.cntSec.ir .topParagraph_small {
  text-align: left;
  color: #fff;
  font-weight: bold
}
.cntSec.ir .topParagraph_small {
  margin-bottom: auto;
}
.cntSec.ir .topHeading2,
.cntSec.ir .topHeading2_sub {
  line-height: 1;
}
.cntSec.ir .topHeading2 {
  margin-bottom: 30px;
}
.cntSec.ir .topHeading2_sub {
  font-weight: 400;
}
.cntSec.ir .nmlBtn {
  margin: auto auto 0 0;
  width: 240px;
}

/* TOP用モジュール
================================================== */
.topHeading2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.05em;
  text-align: center;
}
.topHeading2_sub {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.topHeading3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.topHeading3_sub {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.topParagraph {
  font-size: 16px;
  line-height: 2;
}
.topParagraph_small {
  font-size: 16px;
  line-height: 2;
}

.cntSec .nmlBtn_item {
  min-width: 240px;
}


/* KeyFrames
================================================== */
@keyframes mv_cnt_off {
  0% {
    opacity:1;
    display: block;
    transform: translateX(0%);
  }
  100% {
    opacity:0;
    display: none;
    transform: translateX(-10%);
  }

}
@keyframes mv_cnt_on {
  0% {
    opacity:0;
    display: none;
    transform: translateX(-10%);
  }
  100% {
    opacity:1;
    display: block;
    transform: translateX(0%);
  }

}

@keyframes topics_cnt_off {
  0% {
    opacity:1;
    display: block;
  }
  100% {
    opacity:0;
    display: none;
  }
}
@keyframes topics_cnt_on {
  0% {
    opacity:0;
    display: none;
  }
  100% {
    opacity:1;
    display: block;
  }

}

