/************************************************************************************
RESET
*************************************************************************************/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;}
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/********************************************************************************
FONTS
*********************************************************************************/

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html{
  scroll-behavior: smooth;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;  
    background-color: #ffffff; 
}
.container{
    max-width: 1440px;
    padding-inline: 170px;
    margin: 0 auto;
}
h2{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #015C4C;
    text-align: center;
}
h3.fixed-head{
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 135px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #015C4C;
    opacity: .1;
    text-wrap-mode: nowrap;
}
.shows-on-mobile, .shows-on-mobile-only, .hamburger-bg{
  display: none;
}

/************************************************************************************/

/***********************Header Area****************************/
header {
    padding-inline: 56px;
    padding-block: 34.5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
header .navigation-container .nav-list{
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    align-items: center;
    justify-content: right;
}
header .navigation-container .nav-list li a{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    color: #333333;
    text-decoration: none;
}

/************************************************************************************/

/**********************************Video Slider Area***************************************/

.video-slider {
    position: relative;
    height: 100vh;
    max-height: 689px;
    overflow: hidden;
    margin-top: 91.5px;
}

.video-slider video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: -1;
}

.video-slider video.active {
    opacity: 1;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.15em;       
    padding-inline: 60px;
    width: 100%;
}
.hero-text .text-bg-blur{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 948px;
}
.video-slider,
.hero,
.top-message-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/************************************************************************************/

/****************************Main Container******************************************/

.message-container{
    padding-block: 83px 115px;
    position: relative;
    /* background-color: rgba(255, 255, 255, 1); */
    transition: all .1s ease-in;
}
.message-container.active{
    background-color: rgba(255, 255, 255, 0);
    transition: all .1s ease-out;
}
.message-container .container{
  position: relative;
}
.message-container::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    left: -124px;
    top: 0;
    height: calc(100% + 124px);
    width: calc(100% + 248px);    
    filter: blur(74px);
}
.message-container h2{
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05em;      
    color: #015C4C;
    text-align: center;
}
.message-box {
    display: grid;
    grid-template-columns: 514px auto;
    gap: 57px;
    padding-top: 115px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}
.message-box h3{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin-top: -11px;
    padding-bottom: 32px;
}

.text-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
}
.text-wrapper p {
    padding-bottom: 22px;
}

/* BEFORE OPEN */
.text-wrapper.collapsed {
    max-height: 160px;
}

/* gradient fade */
.text-wrapper.collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #ffffff
    );
}

/* AFTER OPEN */
.text-wrapper.expanded {
    max-height: 3000px;
}

.text-wrapper.expanded::after {
    display: none;
}

/* button */
.toggle-btn {
    margin-top: 12px;
    background: none;
    border: none;
    color: #015C4C;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: relative;
    padding-right: 18px;
}
.toggle-btn span::after {
    content: '';
    background: #015C4C;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.toggle-btn span {
    position: relative;
}
.toggle-btn::after {
    content: '';
    background-image: url(../images/btn-arrow-down.svg);
    position: absolute;
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: translateY(-50%) rotate(0deg);
    width: 11px;
    height: 7px;    
    transition: transform 1s ease, top 1s ease;
}
.toggle-btn.is-open::after {
    top: 50%;
    /* transform: rotate(180deg); */
    transform: translateY(-50%) rotate(180deg);
}

.topics-section{
    background-color: #E8EDEC;
    padding-block: 40px;
    position: relative;
}
.topics-box{
    padding-inline: 78px;
    padding-block: 97px 54px;
    background-color: #ffffff;
    border-radius: 24px;
    border: 2px #015C4C solid;
    position: relative;
}
.topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #888888;
}

.topics-item {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-inline: 26px;
  padding-block: 20px;
  border-bottom: 1px solid #888888;
}
.topics-item a{
  text-decoration: none;
}

.topics-date {
  color: #888;
  white-space: nowrap;
}

.topics-title {
  color: #015C4C;
  text-decoration: none;
}
.topics-box h2 {
    padding-bottom: 34px;
}
.topics-box .topics-button{
    position: relative;
    background-color: #015C4C;
    border: 2px #015C4C solid;
    /* background-color: rgba(1, 92, 76, .8); */
    border-radius: 48px;
    width: 100%;
    max-width: 400px;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    text-decoration: none;
    margin: 44px auto 0;
    transition: all .2s ease-in;
}
.topics-box .topics-button::after {
    content: '';
    background-image: url(../images/btn-right-arrow.png);
    width: 34px;
    height: 34px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
.topics-box .topics-button:hover{
    background-color: #ffffff;    
    color: #015C4C;
    transition: all .2s ease-out;
    border: 2px #015C4C solid;
}
.topics-box .topics-button:hover::after {
    background-image: url(../images/btn-right-green-arrow.png);
}

/**********************************************************/
.value-creation-container{
    position: relative;
    background-color: #F5F5F5;
    padding-block: 81px 104px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.005rem;
}
.value-creation-container h3{
    color: #cccccc;
}
.value-creation-container h4{
    font-weight: 500;
    font-size: 32px;
    color: #015C4C;
    line-height: 1.21;
    letter-spacing: 0.05rem;
    border-top: 1px #015C4C solid;
    border-bottom: 1px #015C4C solid;
    display: table;
    margin: 66px auto 37px;
    padding-inline: 9px;
    padding-block: 7px 12px;
}
.value-creation-container p{
    margin-bottom: 5px;
}
.value-creation-container p.small{
    font-size: 11px;
    color: #888888;
    padding-top: 9px;
}
.value-creation-img-box {
    margin-top: 40px;
}
.value-creation-img-box img{
    border-radius: 24px;
}
/***********************************************************/
.our-five-initiatives-container{
  position: relative;
  background-color: #ffffff;
  padding-block: 82px 80px;
}
.our-five-initiatives-container h3{
    color: #cccccc;
}
.our-five-initiatives-container h2 {
    margin-bottom: 70px;
}
.accordion {
  max-width: 940px;
  margin: 0 auto 52px;
}
.accordion-item {
  line-height: 1.5;
  letter-spacing: 0.05rem;
  background-color: #E8EDEC;
  margin-bottom: 40px;
  padding: 24px;  
}
.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding-inline: 52px;
  margin-bottom: 10px;
}
.accordion-item .accordion-header::after{
    content: '';
    background-image: url(../images/icon-plus.svg);
    width: 21px;
    height: 21px;
    position: absolute;
    right: 7px;
    top: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion-item.is-open .accordion-header::after{
    background-image: url(../images/icon-minus.svg);
    height: 2px;
    top: 28px;
}
.num {
  font-size: 16px;  
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #015C4C;
  color: #fff;
  display: grid;
  place-items: center;  
  position: absolute;
  top: 0px;
  left: 0;
}
.num label{
  margin-top: -3px;
  margin-left: -1px;
}
.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.icon {
    position: absolute;
    right: 7px;
    top: 28px;
    width: 22px;
    height: auto;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-item.is-open .accordion-body {
  max-height: 10000px;
}
.card {
  background: #fff;
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 24px;
  padding: 24px;
  margin-top: 16px;
  border-radius: 8px;
  align-items: start;
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-text{
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
.card-text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0;
  color: #015C4C;
}
.card-text h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card-text h5 span {
    font-size: 11px;
    position: relative;
    top: -6px;
}
.card-text h5::after {
  content: '';
  background-color: rgba(1, 92, 76, 0.2);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-text h5::before {
  content: '';
  background-color: #015C4C;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-text p.small{
    font-size: 11px;
    color: #888888;
    padding-top: 4px;
}
span.accordion-header-top {
    text-align: left;
    margin-top: -6px;
}
span.accordion-header-top h4{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #015C4C;
    border: 1px #015C4C solid;
    border-radius: 4px;
    padding-inline: 10px;
    padding-block: 6px;
    background-color: #ffffff;
    display: table;
    margin-top: 14px;
}
ul.accordion-item-list {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
ul.accordion-item-list li{
    position: relative;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05rem;
}
ul.accordion-item-list li::after {
    content:'';
    background-color: #888888;
    height: 15px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 1px;
    transform: rotate(24deg);
}
ul.accordion-item-list li:last-child:after { display: none; }
.sdgs-badges {
    position: absolute;
    right: 53px;
    top: 0;
    display: flex;
    gap: 10px;
}
.sdgs-badges img {
    width: 80px;
    height: auto;
}
.accordion-body .card .img-box{
    aspect-ratio: 232 / 155;
}
.accordion-body .card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/******************************************/

.v-container{
    padding-top: 53px;
    font-size: 16px;
}
.v-container .v-container-inner h4 {
    font-weight: 500;
    font-size: 24px;
    color: #015C4C;
    line-height: 1.21;
    letter-spacing: 0.05rem;
    border-top: 1px #015C4C solid;
    border-bottom: 1px #015C4C solid;
    display: table;
    margin: 0px auto 25px;
    padding-inline: 9px;
    padding-block: 7px 12px;
}
.v-container .v-container-inner{
    background-color: #E8EDEC;
    border-radius: 24px;
    padding-block: 61px;
    padding-inline: 80px;
}
.v-container .v-container-inner h2{
    font-size: 40px;
    margin-bottom: 26px;
}
.v-container .v-iframe{
    height: 100%;
    aspect-ratio: 940 / 529;
    margin-top: 36px;
}
.v-container .v-iframe iframe{
    width: 100%;
    height: 100%;
}
.v-section-blocks {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05rem;    
    margin-top: 27px;
    margin-bottom: 15px;
}
.v-section-blocks .block {
    padding-inline: 35px;
    padding-block: 25px 24px;
    border-right: 1px #888888 solid;
}
.v-section-blocks .block:last-child {
    border-right: 0px #888888 solid;
}
.v-section-blocks .block .number{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: #888888;
    padding-bottom: 8px;
}
.v-section-blocks .block .head{ 
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color:#015C4C;
    padding-bottom: 9px;
}
/******************************************/

.slider {
  overflow: hidden;
  width: 100%;
}
.slider-track {
  display: flex;
}
.slider img {
  width: 400px;
  height: 290px;
  object-fit: cover;
  flex-shrink: 0;
}
.image-slide-container{
  position: relative;
}
.image-slider-text-box{
  background-color: #000000;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 14px;
}

/*******************************************/

.our-business-container{
  background-color: #ffffff;
  padding-block: 79px 29px;
  position: relative;
}

.business-list {
    /* display: grid;
    grid-template-columns: repeat(6, 1fr); */
    display: flex;
    gap: 12px;
    margin-block: 70px;
    align-items: flex-start;
}
/* card */
.business-card {
  background: none;
  border: none;
  cursor: pointer;
}
.business-card .business-card-img{
  position: relative;  
  /* max-height: 173.34px;   */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.business-card .business-card-img::after{
  content: '';
  background-image: url(../images/c-plus.svg);
  width: 19px;
  height: 19px;
  position: absolute;
  right: 8px;
  bottom: 12px;  
}
.business-card .business-card-img .card-overlay {
    content: '';
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in;
}
.business-card .business-card-img:hover .card-overlay {
    background: rgba(0, 0, 0, .4);
    transition: all .2s ease-out;
}
.business-card img{
  /* aspect-ratio: 1 / 1; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-card span.b-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-top: 6px;
  display: block;
}

/* modal base */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.modal.is-open {
  display: block;
}

/* dark background */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* modal box */
.modal-content {
  position: absolute;
  max-width: 720px;
  padding: 33px;
  background-color: #ffffff;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal-1 .modal-content {
  background-image: url(../images/popup-one-bg.jpg);
}
#modal-2 .modal-content {
  background-image: url(../images/popup-two-bg.jpg);
}
#modal-3 .modal-content {
  background-image: url(../images/popup-three-bg.jpg);
}
#modal-4 .modal-content {
  background-image: url(../images/popup-four-bg.jpg);
}
#modal-5 .modal-content {
  background-image: url(../images/popup-five-bg.jpg);
}
#modal-6 .modal-content {
  background-image: url(../images/popup-six-bg.jpg);
}
.modal-content h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    position: relative;
    padding-left: 13px;
    margin-bottom: 14px;
}
.modal-content h3::before {
    content: '';
    background-color: #015C4C;
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* close button */
.close-btn {
    border-radius: 999px;
    border: none;
    background: #0a5c4f;
    color: #fff;
    cursor: pointer;
    margin: 40px auto 0;
    display: flex;
    width: 198px;
    height: 47px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
}
.close-btn span{
    margin-top: -1px;
}
/*******************************************************/

.footer{
    background-color: #015C4C;
    padding-block: 55px 56px;
}
footer .navigation-container{
    margin-bottom: 10px;
}
footer .navigation-container .nav-list{
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
    align-items: center;
    justify-content: center;
}
footer .navigation-container .nav-list li a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
footer .footer-button{
    display: table;
}
footer .footer-button, header .header-button {
    position: relative;
    background-color: #ffffff;
    border-radius: 48px;
    width: 100%;
    max-width: 400px;
    height: 64px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #015C4C;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    text-decoration: none;
    margin: 44px auto 0;
    transition: all .2s ease-in;
}
footer .navigation-container .nav-list li a::after {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 16px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
footer .navigation-container .nav-list li:last-child a:after {
    display: none;
}
footer .footer-button::after, header .header-button::after {
    content: '';
    background-image: url(../images/btn-right-green-arrow.png);
    width: 34px;
    height: 34px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
footer .footer-button:hover {
    background-color: rgba(255, 255, 255, .8);
    transition: all .2s ease-out;
}
/************************************************************************************/
a, button {
    -webkit-tap-highlight-color: transparent !important;
}
@media all and (min-width:768px){
  #top-message, #topics, #value-creation, #our-five-initiatives, #our-business{
    scroll-margin-top: 91.5px;
  }
  .video-slider video {
    height: calc(100vh - 91.5px);
  }
  .video-slider {
      margin-bottom: 91.5px;
  }
}