
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}

h3+h4{
  margin-top: 40px;
}

  h4 {
    color: #DE0815;
    font-size: 1.25rem;
  }

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

hr{
  border-top: 1px solid #C5C5C5;
  margin-top: 80px;
  margin-bottom: 80px;
}


.display-1 {
  font-size: 70px;
}

.display-2 {
  font-size: 40px;
}

.display-3 {
  font-size: 28px;
}

.display-4 {
  font-size: 16px;
}

.display-5 {
  font-size: 14px;
}




@media(max-width:600px) {
  .display-1 {
    font-size: 30px;
  }

  .display-2 {
    font-size: 16px;
  }

  .display-3 {
    font-size: 16px;
  }

  .display-4 {
    font-size: 14px;
  }

  .display-5 {
    font-size: 14px;
  }
}

.mt0 {
  margin-top: 0 !important;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  a {
    color: #DE0815;
  }
  img {
    border-radius: 8px;
    &.noRadius {
      border-radius: 0 !important;
    }
  }
  @media (max-width:768px) {
    padding: 0;
    .navbar & {
      padding: 0 20px;
    }
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width:768px) {
.col-12 .row{
  margin:0;
}
}

.col {
  box-sizing: border-box;
  padding: 20px;
}

@media (min-width: 981px) {
  .col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-2-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .col {
    padding: 12px;
  }

  .col-1,
  .col-2,
  .col-2-5ths,
  .col-3,
  .col-4,
  .col-5 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 601px) and (max-width: 767px) {
  .col {
    padding: 15px;
  }

  .col-1,
  .col-2,
  .col-2-5ths,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (max-width: 600px) {
  .col {
    padding: 10px;
  }

  .col-1,
  .col-2,
  .col-2-5ths,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (max-width: 600px) {
  .s-col-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .s-col-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .s-col-2-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .s-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .s-col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .s-col-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .s-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .s-col-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .s-col-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .s-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .s-col-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .s-col-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .s-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.col-item {
  padding: 10px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .width1080 {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .boxSizing {
    box-sizing: border-box;
  }
  .flex{
    display: flex;
  }
}

.col-item-c {
  padding: 10px 20px;
  text-align: center;
}

.col-item .btn-primary {
  display: block;
  margin: 10px auto;
  width: fit-content;
}

@media (max-width: 600px) {
  .col-item{
    padding-left: 0;
    padding-right: 0;
  }
}


.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.card-icon {
  position: absolute;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 120px;
  margin-top: -100px;
  margin-left: -10px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.navbar-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}

.navbar-brand img {
  height: 25px;
  margin: 25px 15px 25px 25px;
}

@media (max-width: 600px) {
  .navbar-brand img {
    height: 15px;
    margin-left: 0px;
  }
}

.navbar-caption {
  font-size: 16px;
  font-weight: bold;
  width: -webkit-fill-available;
  white-space: nowrap;

}

.navbar-toggler {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 25px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #f00000;
  transition: 0.3s ease-in-out;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


.navbar-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 25px;
  background-color: rgba(40, 40, 40, 0.9);
  width: 250px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar-menu.active {
  display: block;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-nav .nav-item {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-link {
  color: white;
  text-decoration: none;
  display: block;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 600px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-menu {
    width: 100%;
    right: 0;
    text-align: center;
  }

  .navbar-nav .nav-item {
    border-bottom: none;
  }
}


.btn {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-primary {
  background-color: #dd1b31;
  color: white;
  border: none;
}

.btn-primary:hover {
  background-color: #eb5a6a;
}

.footer {
  background-color: #282828;
  color: white;
  text-align: center;
  padding: 52px 0;
  margin-top: 100px;
  .row {
    align-items: center;
  }
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  @media (max-width:768px) {
    padding: 32px;
    .container {
      flex-direction: column;
      align-items: flex-start;
    }
  }
}

.footer-corpLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff !important;
  transition: all .3s;
  &:hover {
    color: #aaa !important;
    border-color: #aaa;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 100;
}

#scrollToTop.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


#scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#scrollToTop a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}


@media (max-width: 600px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .btn {
    width: 100%;
  }
}

.sectionid-001 {
  padding-top: 90px;
}

.sectionid-002 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
}

.sectionid-003 {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
}

.sectionid-slide {
  padding-top: 60px;
  padding-bottom: 0px;
}

.sectionid-004 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #efefef;
}

.sectionid-004-2 {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #efefef;
}

.sectionid-005 {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #fff;
}


.sectionid-vcp {
  padding-top: 90px;
  background-color: #fff;
}


.main-block {
  padding-top: 100px;
  padding-bottom: 200px;
  color: #fff;
  text-align: center;
}


.hover-expand {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hover-trigger {
  position: relative;
  z-index: 1;
}

.hover-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.hover-expand:hover .hover-img {
  transform: scale(1.2);
  outline: 10px solid #f00000;
  outline-offset: -10px;
  border-radius: 8px;
}

.expand-info {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background-color: #f00000;
  color: #fff;
  padding: 0px 15px 15px 15px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: 0;
}

.hover-expand:hover .expand-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transform: scale(1.2);
  z-index: 2;
}


.expand-caption {
  font-size: 13px;
  margin-bottom: 10px;
}

.space-pc {
  display: block
}

@media (max-width:600px) {
  .space-pc {
    display: none
  }
}
.space-sp {
  display: none
}

@media (max-width:600px) {
  .space-sp {
    display: block
  }
}




.toggles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.switch {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

@media (max-width: 600px) {
  .switch {
    gap: 5px;
    padding: 5px;
  }
}


.switch input {
  display: none;
}

.switch-slider {
  position: relative;
  width: 50px;
  height: 26px;
  background-color: #ccc;
  border-radius: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
}

@media (max-width: 600px) {
  .switch-slider {
    width: 28px;
    height: 16px;
  }
}

.switch-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}


@media (max-width: 600px) {
  .switch-slider::before {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
  }
}

input:checked+.switch-slider {
  background-color: #f00000;
}

input:checked+.switch-slider::before {
  transform: translateX(24px);
}


@media (max-width: 600px) {
  input:checked+.switch-slider::before {
    transform: translateX(12px);
  }
}


.menu-toggle {
  font-size: 28px;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease, opacity 0.3s ease;
}


.menu-toggle:hover {
  opacity: 0.8;
  color: #2E2E2E;
}

.download-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  border: 1px solid #333;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333 !important;
  transition: all .3s;
  &:hover {
    color: #fff !important;
    border-color: #333;
    background-color: #333;
  }
}

@media (max-width: 600px) {
  .download-btn {
    display: none;
  }
}


.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.menu-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.menu-box {
  width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 12px;
  padding: 70px 0 60px;
  position: relative;
  animation: scaleUp 0.4s ease forwards;
  transform: scale(0.5);
  opacity: 0;
  overflow: auto;
  box-sizing: border-box;
}

.menu-overlay.active .menu-box {
  opacity: 1;
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.menu-box ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.menu-box li {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.menu-box .col-3:last-child {
  display: flex;
  align-items: flex-end;
}
.menu-topLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 24px;
  width: 100%;
  height: 30px;
  background: #EFEFEF;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333;
  transition: all .3s;
  &:hover {
    opacity: .7;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.5);
  }
}

.close-btn:hover {
  color: #f00000;
  transform: scale(1.2);
}

.credit-fixed {
  position: fixed;
  bottom: 10px;
  right: 25px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  z-index: 3000;
  pointer-events: none;
  font-family: sans-serif;
}


.category-highlight-Category_01 .thumbnail-img {
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 1);
}

.category-highlight-Category_02 .thumbnail-img {
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 1);
}

.category-highlight-Category_03 .thumbnail-img {
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 1);
}

.category-highlight-Category_04 .thumbnail-img {
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 1);
}

.thumbnail-img:hover {
  box-shadow: none !important;
}

.thumbnail-img {
  transition: transform 0.21s ease-in-out, box-shadow 0.3s ease;
}


.custom-style-01 {
  margin-top: 0px;
  text-align: center
}

.custom-style-02 {
  color: #000;
  margin-top: 5px;
  text-align: center
}

.custom-style-03 {
  font-size: 14px;
  margin-top: -15px;
  padding: 5px;
  text-align: left
}

.custom-style-04 {
  color: #000;
  text-align: center
}

.custom-style-05 {
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1)
}

.custom-style-06 {
  background-color: #f00000;
  border-radius: 30px;
  color: #FFF;
  font-size: 16px;
  margin-top: 320px;
  padding: 16px 32px;
  text-align: center;
  width: 200px
}


.top-style-01 {
  display: none
}

.top-style-02 {
  text-align: center
}

.top-style-03 {
  width: 70%
}

.top-style-04 {
  margin-bottom: 5px
}


.nav-block {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: background-color 0.3s ease;
}

@media (max-width: 600px) {
  .nav-block {
    height: 100px;
  }
}

.nav-block.fixed {
  position: fixed;
  top: 75px;
  left: 0;
  background-color: #FFF3F4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .nav-block.fixed {
    top: 65px;
  }
}

/* ===== breadcrumbs ===== */
.breadcrumbs {
  font-size: 12px;
  color: #666;
  padding-bottom: 20px;
  padding-left: 20px;
  @media (min-width: 768px) {
    margin-top: 16px;
    padding-left: 0;
  }
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  display: inline;
  white-space: nowrap;
}

.breadcrumbs li+li::before {
  content: "＞";
  margin: 0 .5em;
  color: #999;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs [aria-current="page"] {
  color: #333;
  font-weight: 600;
}

.breadcrumbs .home-icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 6px;
}

















.heading-mvb,
.heading-wide {
  position: relative;
  font-weight: 700
}

.caption-card,
.profile-card,
.profile-overlay {
  -webkit-backdrop-filter: blur(2px)
}

.overlay-grid,
.profile-overlay {
  transform: translateX(-50%);
  z-index: 2
}


.heading-mvb {
  font-size: 2rem;
  text-align: center;
  letter-spacing: .05em;
  margin: 0 auto .8em;
  display: block;
  padding-bottom: .4em;
  border-left: none;
}
@media (max-width:768px) {
  .heading-mvb{
    font-size: 1.8rem;
    margin: .8em auto .8em;
  }
}
.profile-meta,
.profile-name {
  color: #333;
  letter-spacing: .02em
}

.heading-mvb::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-top: 20px;
  background: linear-gradient(to right, #e60012 0, #ccc 60%, #ccc 100%)
}

.title-kpi {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  line-height: 130%;
  padding: 7px 7px 7px 20px;
  position: relative;
  sup {
    font-size: 1rem;
    padding-bottom: .8em;
  }
}

.title-kpi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: #e60012
}

.heading-wide {
  font-size: 1.5rem;
  color: #333;
  padding: 92px 12px 12px 20px;
  border-top: 1px solid #C5C5C5;
  margin-top: 80px;
  line-height: 130%;
  &.animate-zoom {
    display: block;
  }
  &::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: calc(100% - 80px);
    border-radius: 2px;
    background: linear-gradient(to bottom, #e60012 0, #ccc 60%, #ccc 100%);
  }
  @media (max-width:768px) {
    margin-top: 40px;
    padding-top: 62px;
    &::before {
      height: calc(100% - 50px);
    }
  }
}
.heading-noBorder {
  padding-top: 12px;
  border-top: none;
  &::before {
    height: 100%;
  }
}

.hero-banner,
.visual-section,
.visual-section.v2 {
  position: relative;
  width: 100%;
  overflow: hidden
}

.visual-wrap {
  position: relative;
  width: 100%
}

.data-image img,
.hero-img,
.visual-img,
.visual-section.v2 .visual-img {
  width: 100%;
  height: auto;
  display: block
}

.visual-overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 97%;
  background: rgba(255, 255, 255, .85);
  border-radius: 0 8px 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  .main-text.animate-zoom, .sub-text.animate-zoom, .company.animate-zoom, .name.animate-zoom {
    display: block;
  }
  &.visual-overlay_narrow {
    width: auto;
  }
}

.case-title::after,
.underline {
  width: 70%;
  background: linear-gradient(to right, #e60012 0, #ccc 60%, #ccc 100%)
}

.data-info,
.overlay-left {
  flex: 1
}

.overlay-left {
  border-left: 2px solid #DD0716;
  padding-left: 24px;
    @media (max-width:768px) {
  padding-left: 12px;
  }
}

.main-text {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  color: #333
}

.sub-text {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 10px;
  color: #333
}

.underline {
  height: 3px;
  border-radius: 2px
}

.overlay-right {
  color: #333;
  white-space: nowrap
}

.company {
  font-size: .95rem;
  line-height: 1.5;
  margin: 0
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  & + .note {
    padding-left: 0;
    li {
      display: flex;
      gap: .5em;
      list-style-type: none;
      font-size: .85rem;
      span {
        flex-shrink: 0;
      }
    }
  }
}

.table-date {
  text-align: right;
  font-size: 87.5%;
}

.table-kpi {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
  font-size: 1rem;
  @media (max-width:768px) {
    table-layout: auto;
  }
}

.table-kpi thead th {
  background: #e60012;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 14px 16px;
  border-bottom: 2px solid #d91b1b;
  border-right: 1px solid rgba(255, 255, 255, .25)
}

.table-kpi td:last-child,
.table-kpi th[scope=row]:last-child,
.table-kpi thead th:last-child {
  border-right: none
}

.table-kpi td,
.table-kpi th[scope=row] {
  padding: 16px 20px;
  color: #333;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #efefef
}

.table-kpi th[scope=row] {
  text-align: left;
  font-weight: 600
}

.table-kpi tbody tr:hover td,
.table-kpi tbody tr:hover th[scope=row] {
  background: #fafafa
}

.profile-card {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  background: rgba(255, 255, 255, .88);
  padding: 22px 28px 18px;
  max-width: min(520px, 60vw);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .04)
}


@media (max-width:768px) {
  .visual-overlay {
    position: static;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 20px;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    width:100%;
  }

  .overlay-right {
    text-align: left;
    white-space: normal;
    margin-top: 4px
  }

  .line-colored,
  .underline {
    width: 100%
  }

  .main-text {
    font-size: 20px;
  }

  .company,
  .name,
  .sub-text {
    font-size: 12px
  }

  .table-kpi {
    font-size: .95rem
  }

  .table-kpi td,
  .table-kpi th[scope=row] {
    padding: 12px 14px
  }

  .profile-card {
    position: static;
    background: rgba(255, 255, 255, 0);
    padding: 16px 0 0;
    box-shadow: none;
  }

  .profile-meta,
  .profile-name {
    font-size: 10px
  }
}

.profile-square {
  display: flex;
  justify-content: center;
}

.profile-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  overflow: visible;
  background: #eee
}

.profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.profile-overlay {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 85%;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(2px);
  padding: 20px 24px 18px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
  a {
    color: #333;
    text-decoration: underline;
    &:hover {
      color: #DE0815;
      text-decoration: none;
    }
  }
}

.profile-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 6px
}

.profile-meta {
  font-size: 12px;
  font-weight: 500;
  margin: 3px 0
}

.case-card {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
  max-width: 480px;
  margin: 60px auto
}

.case-title {
  font-size: 1.6rem;
  font-weight: 8500;
  margin-bottom: 10px;
  color: #111;
  text-align: left
}

.case-heading,
.data-title {
  font-weight: 500;
  position: relative
}

.case-title::after {
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0 30px;
  border-radius: 2px
}

.case-image img {
  width: 100%;
  border-radius: 20px;
  display: block
}

.case-content {
  padding-top: 28px
}

.case-heading {
  font-size: 1.3rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px
}

.case-heading .arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../assets/images/r_arrow.png") center center/contain no-repeat
}

.case-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.data-block {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 10px 30px;
  max-width: 900px;
  box-sizing: border-box
}

.data-header {
  display: flex;
  align-items: center
}

.data-title {
  font-size: 1.6rem;
  color: #222;
  padding-left: 14px;
  margin: 15px 0
}

.data-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #e60012 0, #ccc 60%, #ccc 100%)
}

.data-list .dot,
.md-tag .tag-dot {
  display: inline-block;
  background: #e60012
}

.data-body {
  display: flex;
  align-items: flex-start;
  gap: 20px
}

.data-image {
  flex-shrink: 0;
  width: 120px
}

.data-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  color: #333
}

.data-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px
}

.data-list .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.data-list strong {
  font-weight: 700;
  font-size: 1.2rem
}

.hero-wrap {
  position: relative
}

.caption-card {
  position: absolute;
  bottom: clamp(16px, 4vw, 48px);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(2px);
  padding: clamp(14px, 2.2vw, 20px) clamp(16px, 3vw, 28px);
  box-sizing: border-box;
  max-width: min(680px, 70vw);
  border-radius: 4px
}

.cap-line1,
.cap-line2 {
  margin: 0 0 6px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(1.05rem, 2vw, 1.35rem)
}

.cap-line2 {
  margin-bottom: 10px
}

.line-stack {
  position: relative;
  margin-top: 6px;
}

.line-colored {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #e60012 0, #ccc 65%, #ccc 100%)
}

@media (max-width:768px) {
  .data-body {
    flex-direction: column;
    gap: 20px
  }

  .data-image {
    width: 100px
  }

  .caption-card {
    position: static;
    max-width: 100%;
    padding: 16px 0 0;
  }

  .cap-line1,
  .cap-line2 {
    font-size: 20px
  }
}

.member-detail {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 24px
}

.md-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 2.5rem;
}

.board-photo,
.md-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px
}

.md-role {
  color: #666;
  margin: .2rem 0 .3rem;
  font-size: 1rem
}

.md-name {
  font-size: 2rem;
  margin: 0 0 .6rem;
  font-weight: 600;
  color: #222
}

.md-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 6px 0 14px
}

.badge {
  background: #333;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: #fff
}

.badge b {
  font-weight: 600;
  margin-left: .3em
}

.md-sep {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 14px 0
}

.md-tag {
  margin: 10px 0 14px;
  color: #d43030;
  font-weight: 700;
  font-size: .95rem
}

.md-tag .tag-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: baseline
}

.md-headline {
  font-size: 1.2rem;
  margin: 6px 0 8px;
  font-weight: 600;
  color: #222
}

.md-lead {
  color: #444;
  line-height: 1.9;
  margin: 0 0 20px
}

.acc-card {
  background: #f7f7f7;
  border-radius: 10px;
  overflow: clip;
  border: 1px solid #ececec
}

.acc-card>summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  position: relative
}

.acc-card>summary::-webkit-details-marker {
  display: none
}

.acc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #222
}

.acc-bar {
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #e60012 0, #ccc 60%, #ccc 100%)
}

.acc-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e60012;
  position: relative;
  flex-shrink: 0
}

.acc-icon::after,
.acc-icon::before {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.acc-icon::before {
  width: 14px;
  height: 2px
}

.acc-icon::after {
  width: 2px;
  height: 14px;
  transition: opacity .2s
}

.acc-content {
  padding: 0 18px 16px
}

.md-history {
  margin: 0;
  padding-left: 1em;
  color: #333;
  line-height: 1.9
}

.md-history li {
  margin: .2em 0
}

.acc-card[open] .acc-icon::after {
  opacity: 0
}

@media (max-width:900px) {
  .md-grid {
    grid-template-columns: 1fr
  }

  .md-photo {
    max-width: 440px
  }
}

.board-hero {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 40px;
}

.overlay-grid {
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: min(1100px, 96%);
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.overlay-card {
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(2px);
  padding: 16px 18px 18px;
  position: relative;
  overflow: hidden
}

.profile-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 14px;
  margin-bottom: 10px
}

.name,
.role {
  margin: 0 0 4px
}

.role {
  color: #666;
  font-size: .95rem
}

.role-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #e60012 0, #ccc 60%, #ccc 100%)
}

.role-name {
  display: flex;
  flex-direction: column
}

.name {
  font-size: 1.15rem;
  font-weight: 600;
  color: #222
}

.kana {
  margin: 0;
  color: #777;
  font-size: .95rem
}

.desc {
  margin: 0;
  color: #333;
  line-height: 1.8;
  font-size: 14px
}

.profile-square {
  padding-bottom: 120px !important
}

@media (max-width:640px) {
  .overlay-grid {
    grid-template-columns: 1fr;
    width: 92%;
    display: contents;
  }

  .overlay-card {
    padding: 14px 16px 16px
  }
}


.timeline-block {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
}

.timeline-label {
  display: inline-flex;
  align-items: center;
  background: #e60012;
  color: #fff;
  border-radius: 999px;
  padding: 6px 15px 6px 5px;
  font-weight: 600;
  font-size: 1.1rem;
}

.timeline-label .num {
  background: #fff;
  color: #e60012;
  font-weight: 700;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 0.9rem;
  margin-right: 10px;
}

.timeline-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* text-align */
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}

/* roundtable */
.roundTable-talk {
  display: flex;
  text-align: left;
  max-width: 1080px;
  margin: 1rem auto;
  dt {
    flex-shrink: 0;
    width: 4.5rem;
    font-size: 1.25rem;
    font-weight: bold;
  }
  @media (max-width:767px) {
    dt {
      width: 3rem;
      font-size: 1rem;
    }
  }
  dd {
    margin-left: 0;
    p {
      margin-top: 0;
    }
  }
}
.roundTable-column {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* typewriter column */
.typewriter-column {
  width: 100%;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* only pc or sp */
@media (min-width:768px) {
  .spOnly {
    display: none;
  }
}
@media (max-width:767px) {
  .pcOnly {
    display: none;
  }
}

/* anchor */
.anchor {
  margin: 0 0 5px 0;
  padding: 12px 25px 0 25px;
  background-color: #ebebeb;
  border-radius: 5px;
  ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    li {
      margin: 0 23px 12px 0;
      display: flex;
      a {
        color: #333;
        text-decoration: none;
        position: relative;
        display: flex;
        padding: 0 0 0 43px;
        align-items: center;
        line-height: 2.5;
        &::before {
          content: "";
          position: absolute;
          top: calc(50% - 19px);
          left: 0;
          background-image: url("/integrated_report/2025/assets/images/icon_anchor.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 100%;
          width: 38px;
          height: 38px;
        }
      }
    }
  }
}

/* home */
.home-fv {
  margin-top: 75px;
  padding: 15px 0 56px;
  background: linear-gradient(180deg, #EFEFEF 0%, #DADADA 100%);
  @media (max-width:767px) {
    margin-top: 65px;
    padding: 16px 20px;
  }
}
.home-section {
  margin: 60px auto;
  @media (max-width:767px) {
    margin: 42px auto;
    padding: 0 20px;
  }
}
.home-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  &::before {
    content: "";
    display: block;
    width: 3px;
    height: 56px;
    background: linear-gradient(180deg, #DE0815 0%, #BDBDBD 50%);
  }
  span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
  }
  @media (max-width:767px) {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    gap: 4px;
    padding: 4px 4px 6px 20px;
    &::before {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
    }
  }
}
.homeColumn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 30px -10px 0;
  padding: 0;
  .home-fv & {
    flex-wrap: wrap;
  }
  @media (max-width:767px) {
    flex-wrap: wrap;
    margin: 20px -8px 0;
    gap: 8px 4px;
  }
}
.homeColumn-item {
  list-style: none;
  @media (min-width:768px) {
    width: calc((100% - 52px) / 4);
    .home-fv & {
      width: calc((100% - 32px) / 3);
      &:nth-child(-n + 2) {
        width: calc((100% - 16px) / 2);
      }
    }
    .homeColumn-case & {
      width: calc(100% / 3);
    }
  }
  @media (max-width:767px) {
    width: calc((100% - 4px) / 2) !important;
  }
}
.homeColumn-link {
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 12px 11px 20px;
  p {
    margin: 16px 0 0;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
    &.homeColumn-text {
      margin-top: 10px;
      font-weight: 400;
      font-size: .75rem;
      line-height: 150%;
    }
  }
  &:hover {
    background-color: #EFEFEF;
  }
}
.homeColumn-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  img {
    border-radius: 8px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  }
  .read-badge {
    top: auto;
    bottom: 14px;
    right: 14px;
    display: flex;
    border-radius: 4px;
    background: rgba(51, 51, 51, 0.90);
  }
}


/* data/info */
.data-groupList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 0;
  box-sizing: border-box;
  @media (max-width:767px) {
  }
  .col-item {
    div {
      min-height: 8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #eee;
      padding: 10px 0;
      @media (max-width:767px) {
        padding: 0 10px;
      }
    }
    @media (max-width:767px) {
      padding: 0 5px;
    }
  }
  a {
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  @media (min-width:768px) {
    img {
      width: 250px;
    }
  }
}

.data-groupList .col-item img {
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  
  @media (max-width:767px) {
   width:100%; 
  }
}

/* data/non_financial_data */
.nonFinancialData {
  .title-kpi {
    margin-top: 50px;
  }
  tbody th {
    text-align: left;
    font-weight: 600;
    padding: 16px 20px;
    color: #333;
    vertical-align: middle;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #efefef;
    &:last-child {
      border-right: none;
    }
  }
  tbody tr:hover td, tbody tr:hover th {
    background: #fafafa;
  }
  tbody td {
    text-align: right;
    &.center {
      text-align: center;
    }
  }
  th.indent2, td.indent2 {
    padding: 10px 10px 10px 50px !important;
  }
  th.indent3, td.indent3 {
    padding: 10px 10px 10px 80px !important;
  }
  .color1tr td, .color1tr th {
    color: #916b6b !important;
  }
  .list {
    margin: 20px 0 0;
    padding: 0;
    li {
      display: flex;
      gap: .5em;
      list-style-type: none;
      font-size: .85rem;
      span {
        flex-shrink: 0;
      }
    }
  }
  @media (max-width:768px) {
    .table-wrap table {
      width: 240%;
    }
  }
}

/* link text */
.link-text {
  color: #DB0B0B;
  &:hover {
    text-decoration: underline;
  }
}
/* esg/social */
.social-heading {
  margin-top: 64px;
  font-size: 142.857%;
  font-weight: bold;
  line-height: 2.5;
  .col-item > &:first-child {
    margin-top: 0;
  }
  @media (max-width:768px) {
    line-height: 1.5;
  }
}
.social-system {
  display: block;
  max-width: 1127px;
  margin: 72px auto 0;
}
 @media (max-width:768px) {
      .humanrights_list {
  padding-inline-start: 15px;
  }
 }
.humanrights_list li{
  list-style: none;  
}


/* esg/environment */
.environment-graph {
  display: block;
  max-width: 1034px;
  margin: 40px auto 0;
}

/* esg/governance */
.governance-structure {
  @media (min-width:767px) {
    width: 68.05896805896806%;
  }
  margin: 30px auto 0;
}
.governance-human {
  text-align: right;
  margin: 40px 40px 0 0;
  font-size: 0.75rem;
  @media (max-width:768px) {
    margin-right: 0;
  }
  img {
    width: 110px;
    margin: 0 0 0 auto;
  }
}
.governanceMTG {
  @media (min-width:767px) {
    margin: 32px auto 0;
    width:93%;
  }
  @media (max-width:768px) {
    margin-top: 32px;
    .governance-human + & {
      margin-top: 16px;
    }
  }
  h3 {
    font-size: 1.5rem;
  }
}

.governanceMTG-inner {
  display: flex;
  gap: 70px;
  align-items: center;
  min-height: 196px;
  margin-top: 30px;
  padding: 0 20px;
  border-radius: 22px;
  background: #FAFAFA;
  box-sizing: border-box;
  @media (max-width:768px) {
    flex-direction: column;
    gap: 10px;
    min-height: auto;
    padding: 20px;
  }
}
.governanceMTG-cell {
  font-weight: bold;
  @media (max-width:768px) {
    width: 100% !important;
  }
}
.governanceMTG-cell:nth-child(2) {
  width: 135px;
}
.governanceMTG-red {
  color: #DE0815;
  margin-top: 0;
}
.governanceMTG-number {
  text-align: center;
  margin: 0;
  line-height: 1.1;
  span {
    font-size: 4rem;
  }
}
.governanceMTG-member {
  display: flex;
  flex-shrink: 0;
  width: 56.97445972495088%;
  gap: 40px;
  margin: 0 0 0 auto;
  @media (max-width:768px) {
    width: 100%;
    margin: 30px 0 0;
    flex-wrap: wrap;
    gap: 20px;
    & > div {
      width: calc(50% - 10px);
    }
  }
  p {
    margin: 12px 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em;
    span {
      font-size: 1.875rem;
      font-weight: 500;
    }
  }
  img {
    width: 164px;
    margin: auto;
    @media (max-width:768px) {
      width: 100%;
    }
  }
}
.governanceMTGOther {
  margin: 40px auto 0;
  display: flex;
  gap: 30px;
  width: 86.69354838709677%;
  @media (max-width:768px) {
    flex-direction: column;
    width: 100%;
  }
}
.governanceMTGOther-cell {
  width: calc(33% - 20px);
  @media (max-width:768px) {
    width: 100%;
  }
  h3 {
    font-size: 1.5rem;
    margin: 0 0 24px;
  }
  p {
    line-height: 2;
    font-weight: 500;
  }
}
.governanceMTGOther-number {
  display: flex;
  align-items: center;
  color: #D20000;
  font-weight: bold;
  dt {
    display: flex;
    align-items: center;
    background-color: #D20000;
    height: 40px;
    padding: 0 29px;
    border-radius: 20px;
    color: #fff;
    margin-right: 17px;
  }
  dd {
    font-size: 1.25rem;
    margin: 0;
    span {
      font-size: 1.875rem;
    }
  }
}
.governance-transition {
  @media (min-width:767px) {
    width: 78.14516129032258%;
  }
  margin: 30px auto 0;
}
.governance-deliberation {
  @media (min-width:767px) {
    width: 80.64516129032258%;
    margin: 40px auto 20px;
  }
  tbody th:first-child {
    background-color: #f0f0f0;
  }
}
.governance-skills {
  margin: 30px auto 0;
  th, td {
    padding: 6px !important;
  }
  thead th, td {
    font-size: .75rem;
  }
  tbody th {
    padding: 6px 12px !important;
  }
  tbody th:first-child {
    background-color: #f0f0f0;
  }
  tbody td {
    text-align: center;
    &:last-child {
      text-align: left;
    }
  }
  @media (max-width:768px) {
    width: 400%;
    thead tr:first-child th:first-child, tbody th:first-child {
      position: sticky;
      left: 0;
      width: 10%;
    }
  }
}
.governance-officers {
  width: 87.09677419354839%;
  margin: 60px auto 0;
  .md-photo {
    margin: 0;
  }
  .md-history {
    padding-left: 0;
    li {
      list-style: none;
      padding: 14px 0 14px 7em;
      border-bottom: 1px solid #c6c6c6;
      .year {
        display: inline-block;
        width: 7em;
        margin-left: -7em;
        line-height: 1.6;
      }
    }
  }
}

/* group/mvv */
@media (min-width:768px) {
  .mvv{
    box-sizing: border-box;
    min-height: 464px;
  }
  .mvv::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(1080px + ((100vw - 1080px)/2));
    height: 464px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+1,fcfcfc+12,f2f2f2+100 */
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(left,  #fcfcfc 1%, #fcfcfc 12%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #fcfcfc 1%,#fcfcfc 12%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #fcfcfc 1%,#fcfcfc 12%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    z-index: 1;
    border-radius: 30px 0 0 30px;
  }
  .mvv h2{
    color: #ba0707;
    margin: 0 0 24px 0;
    padding: 0;
    border-bottom: none;
    line-height: 1.5;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 2.34375rem;
  }
  .mvv .txt{
    margin: 0 0 0 40px;
    box-sizing: border-box;
  }
  .mvv .inmvv{
    position: relative;
    z-index: 3 !important;
    max-width: 1080px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .mvv::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }

  #mission{
    position: relative;
    margin: 30px 0 0 0;
    padding: 64px 60px 0 0;
  }
  #mission::after{
    content: "";
    position: absolute;
    left: 120px;
    top: -17px;
    width:480px;
    height:218px;
    background-image:url("../group/img/txt_mvv01.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }

  .visionttl span:nth-of-type(1):first-letter{
      color:#ba0707;
      font-size: 130%;
  }

  #mission .txt > p{
    margin: 0 0 0 calc((60/750)*100vw);
    line-height: 2;
  }

  #vision{
    position: relative;
    margin: 128px 0 0 0;
    padding: 0 0 0 120px;
  }
  #vision::before{
    height: 100%;
  }
  #vision h2{
    text-align: left;
    margin: 0 0 0 -20px;
    font-size: 2.01875rem;
  }
  #vision::before{
    left: auto;
    top: 32px;
    right: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+1,fcfcfc+12,f2f2f2+100 */
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(left,  #fcfcfc 1%, #fcfcfc 12%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #fcfcfc 1%,#fcfcfc 12%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #fcfcfc 1%,#fcfcfc 12%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */

    border-radius: 0 30px 30px 0;
  }
  #vision .inmvv{
    margin: 0 60px 0 0;
    padding: 0;
  }
  #vision::after{
    right: 0;
    top: 88px;
    width:364px;
    height:168px;
    background-image:url("../group/img/txt_mvv02.png");
  }
  .visionlist{
    box-sizing: border-box;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .visionlist li{
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 10px;
    box-sizing: border-box;
  }

  .visionttl{
    font-weight: bold;
  }
  .visionttl span {
      font-size: 1.5rem;
  }
  .visionttl span:nth-of-type(1){
    display: inline-block;
    width: 9em;
    margin: 0;
    padding: 0;
  }
  .visionlist p{
    margin: 0 !important;
    padding: 0 !important;
  }

  #value{
    position: relative;
    margin: 128px 0 0 0;
    padding: 60px 60px 0 0;
  }
  #value::after{
    content: "";
    position: absolute;
    left: 186px;
    top: -17px;
    width:300px;
    height:177px;
    background-image:url("../group/img/txt_mvv03.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }
  #value h2{
    margin: 0 0 30px 0;
    font-size: 2.46875rem;
  }
  #value .txt{
    margin: 0 0 0 140px;
    p {
      line-height: 2;
    }
  }
}
@media (max-width:767px) {
  .mvv{
    box-sizing: border-box;
    min-height: 464px;
  }
  .mvv::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(((670/750)*100vw) + ((100vw - ((670/750)*100vw))/2));
    height: 100%;
    background: rgb(252,252,252);
    background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 100%); 
    z-index: 1;
    border-radius: 30px 0 0 30px;
  }
  .mvv h2{
    color: #ba0707;
    margin: 0 0 24px 0;
    padding: 0;
    border-bottom: none;
    line-height: 1.5;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .mvv .txt{
    margin: 0 0 0 calc((40/750)*100vw);
    box-sizing: border-box;
  }
  .mvv .inmvv{
    position: relative;
    z-index: 3 !important;
    top: 0;
    left: 0;
  }
  .mvv::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }

  #mission{
    position: relative;
    margin: 0;
    padding: calc((136/750)*100vw) 0 calc((20/750)*100vw);
    p {
      line-height: 1.8;
    }
  }
  #mission::after{
    content: "";
    position: absolute;
    left: calc((40/750)*100vw);
    top: 0;
    width:calc((576/750)*100vw);
    height:calc((262/750)*100vw);
    background-image:url("../group/img/txt_mvv01_sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }
  .visionttl span:nth-of-type(1):first-letter{
      color:#ba0707;
      font-size: 130%;
  }

  #vision{
    position: relative;
    margin: calc((124/750)*100vw) 0 0 0;
    padding: 0 0 calc((60/750)*100vw);
  }
  #vision h2{
    text-align: left;
    margin: 0;
  }
  #vision::before{
    left: auto;
    top: 32px;
    right: 0;
    border-radius: 0 30px 30px 0;
    height: calc(100% - 32px);
  }
  #vision .inmvv{
    margin: 0;
    padding: 0;
  }
  #vision::after{
    right: calc((-20/750)*100vw);
    top: calc((391/750)*100vw);
    width:calc((436/750)*100vw);
    height:calc((202/750)*100vw);
    background-image:url("../group/img/txt_mvv02_sp.png");
  }
  .visionlist{
    box-sizing: border-box;
    margin: calc((40/750)*100vw) 0 0 0;
    padding: 0;
  }
  .visionlist li{
    border-bottom: 1px solid #e3e3e3;
    padding: calc((30/750)*100vw) calc((12/750)*100vw);
    box-sizing: border-box;
    list-style: none;
  }
  #vision .txt{
    margin: 0;
  }

  .visionttl{
    font-weight: bold;
  }
  .visionttl span:nth-of-type(1){
    display: inline-block;
    width: 6em;
    margin: 0;
    padding: 0;
  }
  .visionttl span:nth-of-type(2){
    font-size: 1.125rem;
  }
  .visionlist p{
    margin: 0 !important;
    padding: 0 !important;
    &:nth-of-type(2) {
      font-size: 0.875rem;
    }
  }

  #value{
    position: relative;
    margin: calc((127/750)*100vw) 0 0 0;
    padding: calc((64/750)*100vw) 0 calc((20/750)*100vw) calc((40/750)*100vw);
  }
  #value::after{
    content: "";
    position: absolute;
    left: calc((22/750)*100vw);
    top: calc((-15/750)*100vw);
    width:calc((360/750)*100vw);
    height:calc((213/750)*100vw);
    background-image:url("../group/img/txt_mvv03_sp.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
  }
  #value h2{
    margin: 0 0 30px 0;
  }
  #value .txt{
    margin: 0;
  }
}

/* group/history */
@media (max-width:767px) {
  .history-map {
    width: 200% !important;
  }
}
/* hr-strategy/domestic */
.domestic-lead {
  padding: 0 60px;
  text-align: center;
  @media (max-width:767px) {
    padding: 0 30px;
    text-align: left;
  }
}
.domestic-graph {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  figure {
    display: block;
    width: 538px;
    padding: 0 30px;
    margin: 0;
  }
  @media (max-width:767px) {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    figure {
      width: 100%;
      padding: 0;
    }
  }
}
.domestic-dream {
  margin: 24px 0;
  text-align: center;
}
.domesticSponsor-photo {
  padding: 0 36px 0 39px;
  @media (max-width:767px) {
    padding: 0;
  }
}
.common-table {
  margin: 8px 0 10px;
  border-collapse: collapse;
  th, td {
    border: 1px solid #E0E0E0;
    line-height: 1.8rem;
    padding: 7px 20px;
    background-color: #FBFBFB;
  }
  th {
    background-color: #DB0B0B;
    color: #FFF;
    font-weight: 400;
  }
  @media (max-width:767px) {
    width: 100%;
    th, td {
      padding: 3px 10px;
    }
  }
  & + .note {
    padding-left: 0;
    li {
      display: flex;
      gap: .5em;
      list-style-type: none;
      font-size: .85rem;
      span {
        flex-shrink: 0;
      }
    }
  }
}
.domesticSponsor-table {
  width: 67.08333333333333%;
  th {
    padding-left: 36px;
    width: 26.70807453416149%;
  }
  @media (max-width:767px) {
    width: 100%;
    th {
      padding-left: 10px;
      width: 30%;
    }
  }
}

.yumeshienbox{
  background-color: #F4F5F5;
  padding: 30px 20px;
  border-radius: 8px;
  
  p span{
    font-size:90%;
  }
  
  @media (max-width:767px) {
    width:84%;
    padding:10px 20px 0px 20px;
    margin:0 auto;
  }
}

@media (max-width:767px) {
  .yumeshienbox .row {
    margin:0;
  }
  .yumeshienbox .title-kpi {
    margin-bottom:0;
  }
}

/* hr-strategy/overseas */
.overseasCopy {
  margin: 180px 0 0;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 700;
  @media (max-width:767px) {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.overseasCopy_en {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5;
  @media (max-width:767px) {
    line-height: 1.5;
  }
}
/* hr-strategy/business */
.hrSrs-bizImg {
  @media (min-width:768px) {
    width: 1186px;
  }
  @media (max-width:767px) {
    img {
      width: 180%;
    }
  }
}
.hrSrs-bizImgCol_2 {
  box-sizing: border-box;
  padding: 0 2.419354838709677%;
}

/* business-strategy */

.bizSrsIndex-external {
  margin: 40px auto 0;
  @media (max-width:767px) {
    img {
      width: 250%;
    }
  }
  @media (min-width:768px) {
    width: 896px;
    margin: 50px auto 0;
  }
}

.bizSrsIndex-model {
  justify-content: flex-start;
  @media (min-width:768px) {
    img {
      display: block;
      width: 520px;
      margin: auto;
    }
  }
}
.bizSrsIndex-modelTitle {
  text-align: center;
}
.bizSrsIndex-portfolio {
  @media (min-width:768px) {
    width: 1080px;
  }
  margin: 50px auto 75px;
}

.bizSrs-osProfile {
  .profile-box {
    background-color: transparent;
  }
  .profile-overlay {
    position: relative;
    bottom: auto;
    margin-top: -50px;
  }
  @media (max-width:767px) {
    .profile-overlay {
      bottom: auto;
    }
  }
}

.willbe2026-title {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width:767px) {
  .willbe2026-table table {
    width: 250%;
  }
}
.willbe2026-table th, .willbe2026-table td {
  text-align: center;
}
.willbe2026-table thead th:first-of-type {
  border-right: none;
}
.willbe2026-table tbody th {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #efefef;
  background: #fafafa;
}
.willbe2026-table tbody tr:hover td {
  background: #fafafa;
}
.willbe2026-table + .note {
  padding-left: 0;
  li {
    display: flex;
    gap: .5em;
    list-style-type: none;
    font-size: .85rem;
    span {
      flex-shrink: 0;
    }
  }
}
.willbe2026Graph {
  @media (min-width:768px) {
    display: flex;
    justify-content: center;
    img {
      width: auto;
    }
  }
}
@media (max-width:767px) {
  .willbe2026Graph_ratio img {
    width: calc((1683 / 750) * 100vw);
  }
  .willbe2026Graph_return img {
    width: calc((1620 / 750) * 100vw);
  }
}
/* story/vcp */
.vcp-img {
  margin: 0px auto;
  width: 92.83333333333333%;
  @media (min-width:768px) {
    width: 1064px;
  }
  img{
    width:250%;
        @media (min-width:768px) {
        width: 1064px;
      }
  }
}
.vcpCase {
  display: flex;
  width: 83.75%;
  margin: 25px auto 40px;
  @media (min-width:768px) {
    justify-content: space-between;
  }
  @media (max-width:767px) {
    margin: 0 auto;
    gap: 30px;
    flex-direction: column;
  }
}
.vcpCase-item {
  text-align: center;
  a {
    span {
      display: inline-flex;
      align-items: center;
      gap: 20px;
      font-size: 1.25rem;
      line-height: 1.5em;
      font-weight: bold;
      color: #373737;
      margin: 15px 0 0;
      &::after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url("../assets/images/r_arrow.png") center center/contain no-repeat;
      }
    }
    &:hover {
      opacity: .7;
    }
  }
}
.vcpBox-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 30px;
  width: 83.75%;
  margin: 0 auto;
  @media (max-width:767px) {
    gap: 30px 0;
    width: 94.02985074626866%;
  }
}
.vcpBox {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  @media (max-width:767px) {
    width: 100%;
  }
  .data-list li {
    margin-bottom: 12px;
  }
  .countup {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .list {
    margin: 0 20px 20px;
    padding: 0;
    li {
      display: flex;
      gap: .5em;
      list-style-type: none;
      font-size: .85rem;
    }
  }
}
.vcpBox-title {
  margin: 0;
  color: #333;
  padding: 27px 25px 26px;
  background: 0 0 / cover no-repeat;
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 1px solid #E6E6E6;
  @media (max-width:767px) {
    padding: 14px 13px 13px;
    font-size: 1.3rem;
  }
  &[data-category="human_capital"] {
    background-image: url("../story/img/vcp_005.jpg");
  }
  &[data-category="intellectual_capital"] {
    background-image: url("../story/img/vcp_006.jpg");
  }
  &[data-category="social_capital"] {
    background-image: url("../story/img/vcp_007.jpg");
  }
  &[data-category="financial_capital"] {
    background-image: url("../story/img/vcp_008.jpg");
  }
  &[data-category="financial_value"] {
    background-image: url("../story/img/vcp_009.jpg");
  }
  &[data-category="non_financial_value"] {
    background-image: url("../story/img/vcp_010.jpg");
  }
}
.vcpBox-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 22px 43px 16px;
  min-height: 200px;
  box-sizing: border-box;
  @media (max-width:767px) {
    padding: 11px 20px 8px;
    min-height: auto;
  }
}

/* materiality */
.materiality-img {
  width: 92.83333333333333%;
  margin: 30px auto 0;
  @media (max-width:768px) {
    img {
      width: 250%;
    }
  }
}
.material-issue {
  color: #DE0815;
  font-size: 160%;
  font-weight: 600;
  line-height: 2;
  margin: 10px 0 30px;
}

.materiality-table {
  margin-top: 50px;
  width: 100%;
  th {
    text-align: center;
  }
  @media (max-width:767px) {
    margin-top: 20px;
    white-space: nowrap;
  }
}
.materiality-indent {
  padding-left: calc(20px + 1em) !important;
}
.materiality-img2 {
  width: 82.91666666666667%;
  margin: 30px auto 0;
  @media (max-width:767px) {
    width:100%;
  }
}

.roundtable2-mv {
  padding: 0 20px;
  @media (max-width:767px) {
    .visual-overlay {
      background: rgba(252,252,252,0.5);
      padding: 8px 16px;
    }
  }
}
.roundtable2-boxWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 32px;
  padding: 40px 20px 0;
  @media (max-width:767px) {
    gap: 40px 0;
  }
}
.roundtable2-box {
  width: calc(50% - 16px);
  display: flex;
  gap: 15px;
  @media (max-width:767px) {
    width: 100%;
  }
}
.roundtable2-boxImg {
  flex-shrink: 0;
  width: 179px;
  @media (max-width:767px) {
    width: 89.5px;
  }
}
.roundtable2-boxJob {
  margin: 0;
  color: #DE0815;
  line-height: 187.5%;
}
.roundtable2-boxName {
  margin: 8px 0 0;
  font-size: 1.25rem;
}
.roundtable2-boxProfile {
  margin: 8px 0 0;
  font-size: 1.25rem;
  color: #DE0815;
  @media (max-width:767px) {
    font-size: 1rem;
  }
}
.roundtable2-boxText {
  margin: 8px 0 0;
  line-height: 187.5%;
  @media (max-width:767px) {
    margin-top: 4px;
  }
}
.roundtable2-title {
  line-height: 2.4rem;
  padding-left: 32px;
  padding-top: 30px;
  border-top: none;
  span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4rem;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(222, 8, 21, .5); /* ベンダープレフィックス */
    text-stroke: 1px rgba(222, 8, 21, .5);
    color: transparent;
  }
  &::before {
    content: none;
  }
}
.roundtable2-fin {
  font-weight: 700;
}

.materiality-wellbeMV {
  @media (max-width:768px) {
    flex-direction: row;
    flex-wrap: wrap;
    .overlay-left {
      flex: auto;
    }
  }
}
.materiality-wellbeLogo {
  width: 14.82758620689655%;
  margin-left: 4.310344827586207%;
  @media (max-width:768px) {
    display: flex;
    align-items: center;
    width: 24vw;
    margin-left: 3vw;
  }
}

/* float */
.floatWrap {
  overflow: hidden;
  .floatImg-r {
    float: right;
    width: 50%;
    padding-top: 15px;
    margin: 0 0 20px 20px;
  }
  .floatImg-l {
    float: left;
    width: 50%;
    padding-top: 15px;
    margin: 0 20px 20px 0;
  }
  .floatImg-col4 {
    width: 33.3333%;
  }
  @media (max-width:767px) {
    .floatImg-r, .floatImg-l {
      float: none;
      width: 100%;
      margin: 0 0 20px 0;
    }
  }
  figure figcaption{
    margin-top: 5px;
  }
}

/* scroll for sp */
@media (max-width:767px) {
  .SPscroll {
    overflow: scroll !important;
    width: 100%;
  }
}

/* at a glance */
.ataglanceGraph {
  position: relative;
}
.ataglanceGraph-4graph {
  display: flex;
  gap: 40px;
  .ataglanceGraph {
    width: 240px;
    margin: 24px auto 0;
  }
  @media (max-width:767px) {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.ataglanceGraph-col {
  width: calc(100% / 4);
  @media (max-width:767px) {
    width: 100%;
  }
}
.ataglanceGraph-total {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  font-size: .875rem;
  .countup {
    display: block;
    font-size: 2rem;
  }
}
.ataglanceGraph-portfolio {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 54px auto 0;
  .ataglanceGraph {
    width: 494px;
  }
  @media (max-width:767px) {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    .ataglanceGraph {
      width: 100%;
    }
  }
}

.ataglance-heading {
  margin: 50px auto 0;
  @media (max-width:767px) {
    margin: 50px 20px 0;
  }
}
.ataglanceRank {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 54px;
  & + p {
    font-size: .75rem;
    margin-top: 50px;
  }
  @media (max-width:767px) {
    margin-top: 30px;
    padding: 0 20px;
    gap: 30px 20px;
    & + p {
      margin: 30px 20px 0 0;
    }
  }
}
.ataglanceRank-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (max-width:767px) {
    width: calc((100% - 20px) / 2);
  }
}
.ataglanceRank-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 373px;
  margin: 0;
  padding: 12px 50px;
  box-sizing: border-box;
  border: 1px solid #DE0815;
  border-radius: 999px;
  color: #DE0815;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  @media (max-width:767px) {
    min-width: auto;
    padding: 10px 15px;
    font-size: 1rem;
  }
}
.ataglanceRank-number {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  span {
    font-size: 6rem;
  }
  @media (max-width:767px) {
    span {
      font-size: 3rem;
    }
  }
}

.ataglanceRank_growth {
  align-items: flex-start;
  margin-top: 30px;
  .ataglanceRank-item {
    width: 373px;
    padding-top: 2rem;
  }
  picture {
    width: calc(100% - 373px - 40px);
    p {
      margin-top: 0;
      font-size: .75em;
    }
  }
  @media (max-width:767px) {
    .ataglanceRank-item {
      width: 100%;
      padding-top: 0;
    }
    picture {
      width: 100%;
    }
  }
}

.intro_text{
  padding:0 20px;
}
@media (max-width:768px) {
.intro_text{
  padding:0;
}
}
.intro_text p{
  margin-top: 0;
}

.sectionid-top {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #fff;
}

.sectionid-top h3.heading-wide{
  margin-bottom: 15px;
}

.top-sub-title {
    font-size: 12px;
    color: #999;
    margin-bottom: -5px;
}

.mb0{
  margin-bottom: 0;
}
.mlmr0{
  margin-right: 0;
  margin-left: 0;
}