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

_base.scss

*********************************/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal;
}

body {
  color: #68717a;
}

figure {
  margin: 0;
}

img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.hideScroll {
  overflow: hidden;
}

.loader {
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #C8A44E;
  width: 3rem;
  height: 3rem;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader-screen {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
.loader-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
}
.loader-screen__logo {
  opacity: 0;
  width: 28rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.loader-screen__logo:before {
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite; /* 2s duration, infinite loop */
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* Delay before starting the animation */
}
.loader-screen__logo.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.about-us,
.services,
.partnership,
.message,
.certification,
.newsroom,
.contact,
.faq {
  position: relative;
}
.about-us__mainWrapper,
.services__mainWrapper,
.partnership__mainWrapper,
.message__mainWrapper,
.certification__mainWrapper,
.newsroom__mainWrapper,
.contact__mainWrapper,
.faq__mainWrapper {
  position: relative;
  z-index: 2;
}

.contact .shapeBg--4 {
  top: auto;
  bottom: -14%;
  width: 22%;
  height: 40%;
}

.shapeBg {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  display: inline-block;
  width: 44%;
  height: 64%;
  -webkit-box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.1);
          box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.1);
  z-index: 1;
}
.shapeBg--2 {
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 16%;
  height: 28%;
}
.shapeBg--3 {
  margin: 0;
  top: 0;
  left: auto;
  right: 0;
  width: 20%;
  height: 20%;
}
.shapeBg--4 {
  top: auto;
  bottom: 5%;
  width: 26%;
  height: 40%;
}
.shapeBg.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.shapeBg.is-white {
  background-color: #fff;
}
.shapeBg.is-gold {
  background-color: #ad8c3a;
  -webkit-box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.6);
  box-shadow: 4px 2px 14px rgba(136, 136, 136, 0.6);
}
.shapeBg.is-gray {
  background-color: #f6f6f6;
}

.is-bg-gray {
  background-color: #f6f6f6;
}

.is-bg-white {
  background-color: #fff;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.slowFadeIn span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, filter 0.5s ease;
  transition: opacity 0.5s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-transition: opacity 0.5s ease, filter 0.5s ease;
  -o-transition: opacity 0.5s ease, filter 0.5s ease;
}

.colorGold1 {
  color: #ad8c3a;
}

.colorGray2 {
  color: #68717a;
}

a:hover {
  color: #ad8c3a;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .shapeBg {
    top: 2rem;
    width: 24rem;
    height: 22rem;
  }
  .shapeBg--2 {
    top: 0;
    left: auto;
    width: 9rem;
    height: 6rem;
  }
  .shapeBg--3 {
    left: auto;
    right: 0;
    top: -4rem;
    width: 12rem;
    height: 8rem;
  }
  .shapeBg--4 {
    top: auto;
    bottom: 2rem;
    width: 16rem;
    height: 8rem;
  }
  .contact .shapeBg--3 {
    top: -2rem;
  }
  .contact .shapeBg--4 {
    bottom: -4rem;
    width: 12rem;
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .loader-screen__logo {
    padding: 1rem;
    width: 24rem;
  }
}
@media (max-width: 600px) {
  .shapeBg {
    top: 2rem;
    width: 14rem;
    height: 16rem;
  }
  .shapeBg--2 {
    top: 42%;
    left: auto;
    width: 7rem;
    height: 4rem;
  }
  .shapeBg--3 {
    left: auto;
    right: 0;
    top: -2rem;
    width: 6rem;
    height: 4rem;
  }
  .shapeBg--4 {
    top: auto;
    bottom: 4rem;
    width: 11rem;
    height: 6rem;
  }
  .contact .shapeBg--3 {
    top: -1.25rem;
  }
  .contact .shapeBg--4 {
    bottom: -2rem;
    width: 8rem;
    height: 4rem;
  }
}
@media (max-width: 425px) {
  .loader-screen__logo {
    padding: 1rem;
    width: 18rem;
  }
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn {
  min-width: 180px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none !important;
}
.btn:hover, .btn:focus {
  color: #fff !important;
}
.btn:before {
  background: #ad8c3a !important;
}

.about-us {
  background-color: #f6f6f6;
}
.about-us img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.sectionHeading {
  line-height: 1.35 !important;
}
.sectionHeading .en {
  visibility: hidden;
  padding: 4px 12px;
  display: inline-block;
  position: relative;
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: bold;
  color: #fff;
  background-color: #ad8c3a;
  overflow: hidden;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sectionHeading .en:before {
  margin: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #f6f6f6;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  border: none;
  outline: none;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.sectionHeading .en.is-gray:before {
  background-color: #fff;
}
.sectionHeading .en.speedv2:before {
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
}
.sectionHeading .en.speedv3:before {
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}
.sectionHeading .en.animated {
  visibility: visible;
}
.sectionHeading .en.animated:before {
  translate: 100% 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sectionHeading .jp {
  margin: 15px 0 0;
  display: block;
  font-size: 20px !important;
  font-weight: 600;
  color: #333;
  line-height: 1.35;
  position: relative;
}
.sectionHeading .jp:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ad8c3a;
}
.sectionHeading .jp.centeredLine:before {
  margin: auto;
  right: 0;
}

.services .shapeBg--3 {
  top: -3%;
  height: 6%;
}
.services img {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.services .page-section__stats-storytelling__stats--4 {
  background-color: transparent !important;
}
.services .page-section__stats-storytelling__stat-text p {
  margin-bottom: 0;
}

.newsroom .carousel-card__text-content span {
  padding: 4px 6px;
  margin: 1rem 0;
  font-size: 12px !important;
  font-weight: 600;
  display: inline-block !important;
  width: auto;
  color: #fff !important;
  background-color: #ad8c3a;
}
.newsroom .carousel-card__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.theme-adif .page-section--header .header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.theme-adif .page-section--header .header .row {
  min-height: auto;
}
.theme-adif .page-section--header .header .site-logo a, .theme-adif .page-section--header .header .site-logo svg {
  fill: transparent;
}
.theme-adif .page-section--header .header .site-logo .site-logo-link {
  width: 130px;
  max-width: initial;
  height: auto;
}
.theme-adif .page-section--header .header .site-logo .site-logo-link img {
  padding: 0 !important;
  width: 100% !important;
  max-height: initial !important;
  height: auto;
}
.theme-adif .page-section--header .header .primary-nav {
  padding: 0;
  height: initial;
}
.theme-adif .page-section--header .header .primary-nav > li {
  min-height: initial;
}
.theme-adif .page-wrap {
  margin-top: 3.8rem;
}
.theme-adif .partnership .container {
  margin-top: 2rem;
}
.theme-adif .partnership .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .partnership .columned-content-wrap .container--text-in-both-columns {
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}
.theme-adif .partnership .columned-content-wrap .text-in-both-columns .content {
  max-width: 100% !important;
}
.theme-adif .partnership__contentWrapper {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
}
.theme-adif .partnership__content {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.theme-adif .partnership__content strong {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.theme-adif .partnership .left {
  padding: 2.25rem;
  height: inherit;
  width: 35%;
  padding-right: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.theme-adif .partnership .right {
  height: inherit;
  width: 65%;
}
.theme-adif .partnership__fig {
  height: 100%;
}
.theme-adif .partnership__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.theme-adif .certification {
  position: relative;
}
.theme-adif .certification .text-in-both-columns {
  padding: 3rem 3.5rem;
}
.theme-adif .certification__contentWrapper {
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
}
.theme-adif .certification__list ol {
  font-size: 14px;
  line-height: 1.4;
}
.theme-adif .certification__content {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.theme-adif .certification__content strong {
  margin-top: 14px;
  display: inline-block;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.theme-adif .certification__fig {
  height: 100%;
}
.theme-adif .certification__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.theme-adif .certification .left {
  width: 65%;
  height: inherit;
}
.theme-adif .certification .right {
  width: 35%;
  height: inherit;
  padding: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.theme-adif .certification .columned-content-wrap {
  padding: 0 !important;
}
.theme-adif .certification .container {
  margin-top: 2.5rem;
  -ms-grid-columns: 1fr 0 1fr !important;
  grid-template-columns: repeat(2, 1fr) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}
.theme-adif .certification .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .certification__list ol {
  font-size: 14px;
  line-height: 1.8;
  color: #68717a;
}
.theme-adif .certification__content {
  margin-top: 2.25rem;
  font-size: 14px !important;
  line-height: 1.8;
}
.theme-adif .certification__content strong {
  font-size: 14px !important;
  margin-bottom: 4px !important;
}
.theme-adif .certification__content strong:not(:first-of-type) {
  margin-top: 10px;
}
.theme-adif .message .container {
  margin-top: 2rem;
}
.theme-adif .message .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .message .columned-content-wrap .container--text-in-both-columns {
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme-adif .message .columned-content-wrap .text-in-both-columns .content {
  max-width: 100% !important;
}
.theme-adif .message .columned-content-wrap .text-in-both-columns .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-adif .message__contentWrapper {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 1280px;
}
.theme-adif .message__content {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.theme-adif .message__content strong {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.theme-adif .message__video {
  width: 100%;
  height: auto;
  font-size: 0;
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
}
.theme-adif .message__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1280/720;
}
.theme-adif .message__carrer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.5rem 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme-adif .message__carrerLeft {
  padding-right: 5%;
  width: 60%;
}
.theme-adif .message__carrerLeft p {
  font-size: 1.25rem !important;
}
.theme-adif .message__carrerLeft p strong {
  margin: 14px 0 4px;
}
.theme-adif .message__carrerRight {
  width: 40%;
}
.theme-adif .message__carrerRight img {
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
}
.theme-adif .faq .heading-inner {
  text-align: center;
}
.theme-adif .faq .sectionHeading {
  text-align: center;
}
.theme-adif .faq__list {
  margin: 2.25rem auto 0;
  padding: 2.25rem 2.25rem 2.25rem 4.25rem;
  max-width: 900px;
}
.theme-adif .faq__item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.theme-adif .faq__title {
  padding: 1rem 4rem 1rem 1.25rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.theme-adif .faq__title:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-image: url("./../images/common/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.theme-adif .faq__title.is-active + .faq__ans {
  height: auto;
}
.theme-adif .faq__title.is-active:after {
  top: 1.2rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.theme-adif .faq__titleText {
  margin: 0 auto;
  padding: 0 0 0 2rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}
.theme-adif .faq__titleText .qIcon {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}
.theme-adif .faq__ans {
  background-color: #fff;
  display: none;
  overflow: hidden;
}
.theme-adif .faq__ansText {
  margin: 0 auto !important;
  padding: 2rem 1.25rem 2rem 3.25rem;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #68717a;
}

.columned-content-wrap {
  padding: 0;
}

.page-section--header .header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-section--layout_hero-module__video-wrap {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.primary-nav:before {
  display: none !important;
}

.page-section--layout_hero-module.page-section--adif-hero.page-section--hero-with-bg-cta .container--hero {
  padding-right: 0;
  padding-left: 0;
}

.theme-adif .page-section--header.white-header .primary-nav > li a {
  font-size: 16px !important;
  font-weight: 600;
  color: #000 !important;
}

.theme-adif .page-section--header.white-header .primary-nav > li a:not(.button):hover, .theme-adif .page-section--header.white-header .primary-nav > li a:not(.button):focus {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(95%, rgba(48, 53, 62, 0)), color-stop(0, #000000), to(#000000));
  background: linear-gradient(180deg, rgba(51, 51, 51, 0), rgba(48, 53, 62, 0) 95%, #000000 0, #000000);
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy:before {
  display: none !important;
}

.page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text-cta-nav:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.theme-adif.zoom-200 .page-section .page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text-cta-nav {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text p:last-child, .page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text p:last-of-type {
  font-size: 16px;
  line-height: 1.35;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stat-item {
  min-height: initial;
}
@media print, screen and (max-width: 767px) {
  .page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stat-item {
    margin-bottom: 1rem;
  }
}

.theme-adif .page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stat-item h3 {
  margin-bottom: 0.6rem;
  width: 100%;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap {
  -ms-grid-columns: (1fr)[18];
  grid-template-columns: repeat(18, 1fr);
}
.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap figure {
  margin-bottom: 1.5rem;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stats--4 .page-section__stats-storytelling__stat-item {
  margin-top: 0 !important;
  border-left: 0;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stat-item h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #ad8c3a;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stat-text {
  font-size: 15px;
  line-height: 1.8;
}

.theme-adif .partnership .columned-content-wrap .text-in-both-columns .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats {
  padding-top: 0 !important;
  padding-bottom: 4.5rem;
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy.is-bg-white .page-section__stats-storytelling__stats-headline-copy, .page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy.is-bg-white:before {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.carousel-card__text-content h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.layout-carousel_v2 .swiper-pagination-progressbar-fill {
  background-color: #ad8c3a;
}

.theme-adif .carousel-card__slide-count span {
  color: #ad8c3a;
}

.btn-prev--blue,
.btn-next--blue {
  border-color: #ad8c3a !important;
}
.btn-prev--blue:before,
.btn-next--blue:before {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
}

.page-section--layout_hero-module.page-section--adif-hero.page-section--hero-with-bg-cta .page-section--layout_hero-module__video-outer-wrap {
  width: 100% !important;
}

.page-section--layout_hero-module.page-section--adif-hero.page-section--hero-with-bg-cta .page-section--layout_hero-module__video {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.footer {
  padding: 0 !important;
  background: #000 !important;
}
.footer .container {
  padding: 0;
}
.footer.custom-widths .footer-nav {
  margin-left: 0;
  margin-bottom: 0 !important;
}
.footer.custom-widths .footer-nav > li {
  margin-bottom: 0;
}
.footer.custom-widths .footer-nav > li:not(:last-of-type) {
  margin-bottom: 1.25rem !important;
}
.footer .btm-footer-row {
  margin: 0 auto !important;
  padding: 1.25rem 3.5rem;
}
.footer .address-text {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.footer .footer__menu {
  padding: 2.5rem 3.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.footer .footer-nav > li > a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
}
.footer .footer-nav {
  margin-bottom: 1.25rem !important;
}

button:focus {
  outline: none !important;
}

@media (max-width: 1600px) {
  .theme-adif .page-section--header .header .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1440px) {
  .theme-adif .page-section--header.white-header .primary-nav > li a {
    font-size: 13px !important;
  }
}
@media (max-width: 1280px) {
  .theme-adif .page-section--header.white-header .primary-nav > li a {
    font-size: 11px !important;
  }
}
@media (max-width: 1200px) {
  .theme-adif .page-section--header.white-header .primary-nav > li a {
    font-size: 10px !important;
  }
  .theme-adif .page-section--header .header .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .nav-right-action-bar {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .theme-adif .page-section--header .mobile-nav-wrap {
    padding: 2.25rem 2rem 1.25rem !important;
  }
  .theme-adif .page-section--header .mobile-nav-wrap .mobile-navigation > li > a {
    font-size: 0.95rem;
  }
  .page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap {
    -ms-grid-columns: (1fr)[18];
    grid-template-columns: repeat(18, 1fr);
  }
  .page-section--header.light_gray-header .menu-toggle .bars span, .page-section--header.white-header .menu-toggle .bars span {
    background-color: #ad8c3a !important;
  }
  .page-section--header.light_gray-header .mobile-nav-wrap .mobile-navigation > li > a, .page-section--header.white-header .mobile-nav-wrap .mobile-navigation > li > a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media (max-width: 1200px) {
  .theme-adif .partnership__content {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .theme-adif .partnership__content strong {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .theme-adif .message .columned-content-wrap .container--text-in-both-columns {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
  }
  .theme-adif .message__content {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .theme-adif .message__content strong {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .theme-adif .message__contentWrapper {
    margin-top: 1.25rem !important;
  }
  .theme-adif .message__content {
    font-size: 15px !important;
  }
  .theme-adif .message__content strong {
    font-size: 15px !important;
  }
  .theme-adif .message__carrerLeft {
    padding-left: 2%;
    padding-right: 3%;
  }
  .theme-adif .message__carrerLeft p {
    font-size: 14px !important;
  }
  .theme-adif .certification__list ol {
    font-size: 12px;
  }
  .theme-adif .certification__content {
    font-size: 12px !important;
  }
  .theme-adif .certification__content strong {
    font-size: 12px !important;
  }
}
@media (max-width: 1023px) {
  .theme-adif .page-section--header .header .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .theme-adif .page-section--header .mobile-nav-wrap {
    padding: 1.25rem 0 1.25rem !important;
  }
  .theme-adif .page-section--header .mobile-nav-wrap .mobile-navigation > li > a {
    font-size: 0.85rem;
  }
  .theme-adif .partnership .columned-content-wrap .container--text-in-both-columns {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .theme-adif .partnership__contentWrapper {
    margin-top: 1.25rem !important;
  }
  .theme-adif .partnership__content {
    font-size: 15px !important;
  }
  .theme-adif .partnership__content strong {
    font-size: 15px !important;
  }
  .theme-adif .partnership .right {
    width: 100%;
  }
  .theme-adif .partnership .left {
    width: 100%;
    padding: 1.5rem;
  }
  .theme-adif .partnership .left p {
    margin-top: 0 !important;
  }
  .theme-adif .certification .columned-content-wrap .container--text-in-both-columns {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .certification__list ol {
    font-size: 15px !important;
  }
  .theme-adif .certification__content {
    font-size: 15px !important;
  }
  .theme-adif .certification__content strong {
    font-size: 15px !important;
  }
  .theme-adif .certification__contentWrapper {
    margin-top: 1.25rem !important;
  }
  .theme-adif .certification .left {
    width: 100%;
  }
  .theme-adif .certification .right {
    padding: 1.5rem;
    width: 100%;
  }
  .page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 768px) {
  .page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stat-item h3 {
    font-size: 16px;
  }
  .page-section__stats-storytelling--adif.page-section__stats-storytelling .page-section__stats-storytelling__stat-text {
    font-size: 14px;
  }
  .theme-adif .message__carrerLeft p {
    font-size: 15px !important;
  }
  .theme-adif .faq .container {
    padding: 0;
  }
  .theme-adif .faq__list {
    padding: 0;
  }
  .theme-adif .faq__titleText {
    font-size: 14px !important;
  }
  .theme-adif .faq__ansText {
    padding: 1rem 1.25rem 1rem 3.25rem;
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .theme-adif .page-section--header .header .row {
    min-height: initial;
  }
  .theme-adif .page-section--header .header .container {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .theme-adif .page-section--header .header .site-logo {
    padding: 0;
  }
  .theme-adif .page-wrap {
    margin-top: 5.2rem;
  }
  .theme-adif .message__carrer {
    padding: 4rem 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .theme-adif .message__carrerLeft {
    margin: 1.5rem auto 0;
    width: 100%;
  }
  .theme-adif .message__carrerRight {
    padding: 0 10%;
    width: 100%;
  }
  .theme-adif .certification .text-in-both-columns {
    padding: 2rem 1.5rem;
  }
  .sectionHeading .en {
    font-size: 20px !important;
  }
  .sectionHeading .jp {
    font-size: 16px !important;
  }
  .sectionHeading .jp:before {
    top: -10px;
    width: 80px;
    height: 2px;
  }
  .page-section--header .header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-section--header .header .row {
    min-height: initial;
    padding: 0;
  }
  .page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text p:last-child, .page-section--layout_hero-module.page-section--adif-hero .page-section--hero-with-bg-cta__text p:last-of-type {
    font-size: 14px;
  }
  .page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .address-text {
    text-align: center;
  }
  .services .shapeBg--3 {
    top: -1%;
    height: 2%;
  }
}
@media (max-width: 425px) {
  .theme-adif .page-section--header .header .row {
    padding: 4px 0;
    min-height: initial;
  }
  .theme-adif .page-section--header .header .site-logo .site-logo-link {
    width: 100px;
  }
  .theme-adif .page-wrap {
    margin-top: 4.2rem;
  }
  .sectionHeading .jp:before {
    width: 70px;
    height: 2px;
  }
}
@media (max-width: 375px) {
  .theme-adif .partnership__content {
    font-size: 14px !important;
  }
  .theme-adif .partnership__content strong {
    font-size: 14px !important;
  }
  .theme-adif .message__content {
    font-size: 14px !important;
  }
  .theme-adif .message__content strong {
    font-size: 14px !important;
  }
  .theme-adif .certification__list ol {
    font-size: 14px !important;
  }
  .theme-adif .certification__content {
    font-size: 14px !important;
  }
  .theme-adif .certification__content strong {
    font-size: 14px !important;
  }
}
/*********************************

_contact.scss

*********************************/
.theme-adif .contact .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .contact .columned-content-wrap .container--text-in-both-columns {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.theme-adif .contact .columned-content-wrap .text-in-both-columns .content {
  max-width: 100% !important;
}
.theme-adif .contact .right {
  margin-top: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  max-width: 1000px;
}
.theme-adif .contact__infoText p {
  font-size: 15px !important;
  line-height: 1.8 !important;
}
.theme-adif .contact__mapItem {
  font-size: 15px;
}
.theme-adif .contact .contactBanner {
  margin: 1.25rem auto 0;
  position: relative;
}
.theme-adif .contact .contactBanner__container {
  padding: 0;
  max-width: initial;
}
.theme-adif .contact .contactBanner__text {
  margin-top: 0 !important;
  position: absolute;
  left: 4.1666666667vw;
  bottom: 8.3333333333vw;
  font-size: 1.9444444444vw;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .theme-adif .contact .contactBanner__text {
    left: 2.6666666667vw;
    bottom: 4.8vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (max-width: 767px) {
  .theme-adif .contact .contactBanner {
    margin: 0 auto;
  }
}

.contact__content {
  position: relative;
}
.contact__form {
  margin: 2.25rem auto 0;
  max-width: 1000px;
}
.contact__form textarea {
  height: 180px;
}
.contact__form label {
  width: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #68717a;
}
.contact__form input:-webkit-autofill,
.contact__form input:-webkit-autofill:hover,
.contact__form input:-webkit-autofill:focus,
.contact__form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.contact__formRow {
  padding: 0.5rem;
  position: relative;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__formRow:first-of-type {
  border-top: 1px solid #f6f6f6;
}
.contact__formRow.has-error .errTxt {
  display: block;
}
.contact__formLabel {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__formFieldBox {
  width: 100%;
  margin: 0.5rem auto 0;
  position: relative;
}
.contact__formFieldBox input {
  height: auto;
}
.contact__formFieldBox input,
.contact__formFieldBox textarea {
  margin: 0;
  padding: 0.75rem !important;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1.45;
  border: 1px solid #68717a !important;
}
.contact__formField {
  padding: 8px;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000;
}
.contact__formBtnBox {
  margin: 2.25rem auto 0;
  text-align: center;
}
.contact__terms {
  margin: 54px auto 0;
  padding: 10px;
  width: 98%;
  height: 200px;
  overflow: scroll;
  border: gray 1px solid;
}
.contact__terms * {
  font-size: 15px;
  line-height: 1.7;
}
.contact__acceptance {
  margin: 10px auto 0;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__acceptance.has-error .errTxt {
  display: block;
}
.contact__acceptance input {
  background-color: #f6f6f6;
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
.contact__acceptance label {
  margin-left: 5px;
  width: auto;
  padding: 0;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__formNoteText {
  margin: 1rem auto !important;
  text-align: center;
  font-size: 15px !important;
  font-weight: normal;
}
.contact__formNoteText.required, .contact__formNoteText.failed {
  color: #C80000 !important;
}
.contact__formNoteText.success {
  color: #2bb349 !important;
}
.contact .require {
  margin: 0 10px 0 0;
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  color: #fff;
  background-color: #C80000;
  border-radius: 4px;
}
.contact .errTxt,
.contact .contact__acceptanceErrTxt {
  margin-top: 0.5rem;
  display: none;
  font-size: 10px;
  color: #C80000;
  font-weight: bold;
}
.contact .errTxt.is-active,
.contact .contact__acceptanceErrTxt.is-active {
  display: block;
}
.contact .contact__acceptanceErrTxt {
  text-align: center;
}
.contact .loader {
  display: none;
}
.contact .loader.is-active {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .contact__form {
    margin: 0 auto;
  }
  .contact .columned-content-wrap .text-in-both-columns {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

.loaderBox {
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 8;
}
.loaderBox.is-active {
  display: block;
}
.loaderBox.is-active .loader {
  display: block;
}

.loader {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.contactMap iframe {
  width: 100%;
  height: 20rem;
}

@media (max-width: 1023px) {
  .theme-adif .contact .container {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-adif .contact .columned-content-wrap .container--text-in-both-columns {
    margin-top: 0;
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .contact .right {
    margin-top: 1.25rem;
  }
  .theme-adif .contact .left p {
    margin-top: 0 !important;
  }
  .theme-adif .contact__infoText {
    margin-top: 1.25rem;
  }
}
/*********************************

_kv.scss

*********************************/
.kv {
  position: relative;
  overflow: hidden;
}
.kv.page-section--layout_hero-module.page-section--adif-hero {
  opacity: 1 !important;
}
.kv__logo {
  margin: auto;
  position: absolute;
  width: 522px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kv__logo img {
  margin: 0 auto;
  display: block;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  -webkit-filter: drop-shadow(1px 2px 2px #333);
  filter: drop-shadow(1px 2px 2px #333);
}
.kv__mainTextContainer {
  padding: 2rem 3rem;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 100%;
  max-width: initial !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kv__mainTextContainer .container {
  margin: 0 !important;
}
.kv__mainTextWrapper {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.kv__mainText {
  margin-bottom: 1.5rem;
  padding-bottom: 0 !important;
  font-size: 3rem !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em;
  text-shadow: 0 0 0.5208333333vw #777;
}
.kv__mainTag {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.kv__mainTag__text {
  padding: 5px 12px 0 12px;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 600;
  position: relative;
  color: #fff !important;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
  -webkit-transition: all 1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
  opacity: 0;
}
.kv__mainTag:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ad8c3a;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.kv__mainTag.is-show .kv__mainTag__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.kv__mainTag.is-show:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.kv__subText {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 0 0.5208333333vw #777;
}
.kv__screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWMQFBT8z0AUwKkSAGfcAmWen5AnAAAAAElFTkSuQmCC) repeat;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.kv__bottomText {
  margin: 0 auto;
  padding: 2rem 0;
  max-width: 1530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #fff;
}
.kv__bottomText p {
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  -webkit-transition: all 2.2s 3.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2.2s 3.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.kv__bottomText.is-show p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.kv .sp-only {
  display: none;
}
.kv .js-hero-text-cta .container {
  left: 0 !important;
}
.kv .js-hero-text-cta.page-section--hero-with-bg-cta__text-cta-nav {
  height: auto !important;
  padding: 0 !important;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.kv .js-hero-text-cta.page-section--hero-with-bg-cta__text-cta-nav:before {
  -webkit-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
  -webkit-transition: -webkit-transform 3.2s 2.4s cubic-bezier(0.2, 1, 0.24, 1) !important;
  transition: -webkit-transform 3.2s 2.4s cubic-bezier(0.2, 1, 0.24, 1) !important;
  transition: transform 3.2s 2.4s cubic-bezier(0.2, 1, 0.24, 1) !important;
  transition: transform 3.2s 2.4s cubic-bezier(0.2, 1, 0.24, 1), -webkit-transform 3.2s 2.4s cubic-bezier(0.2, 1, 0.24, 1) !important;
}
.kv .js-hero-text-cta.page-section--hero-with-bg-cta__text-cta-nav.is-show:before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.about__content {
  margin: 0 auto;
  padding-bottom: 6.5rem;
  max-width: 1490px;
}
.about__contentItem {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about__contentFig {
  padding-right: 2rem;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__contentFig img {
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
}
.about__contentInfo {
  padding-left: 2rem;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__contentHeading {
  font-size: 20px;
  font-weight: bold;
  color: #ad8c3a;
}
.about__contentText {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1599px) {
  .kv__bottomText {
    padding: 2rem 3rem;
    max-width: initial;
  }
  .about__content {
    padding: 0 3rem 4.5rem;
    max-width: initial;
  }
}
@media (max-width: 1440px) {
  .kv__logo {
    width: 378px;
  }
  .kv__mainTextContainer {
    padding: 2rem 3rem 1rem;
  }
  .kv__mainText {
    margin-bottom: 1.25rem;
    font-size: 2.25rem !important;
  }
  .kv__mainTag__text {
    font-size: 1rem;
  }
  .kv__bottomText {
    font-size: 0.8rem;
    padding: 1rem 3rem;
  }
}
@media (max-width: 1024px) {
  .kv__mainText {
    font-size: 1.75rem !important;
  }
  .kv__mainTag__text {
    font-size: 0.8rem;
  }
  .kv__bottomText {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .kv__mainText {
    font-size: 2rem !important;
  }
  .kv__mainTag__text {
    font-size: 1rem;
  }
  .kv__bottomText {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .kv__mainTextContainer {
    padding: 15px;
  }
  .kv__mainTextWrapper {
    padding: 0 !important;
  }
  .kv__mainText {
    margin-bottom: 0.85rem;
  }
  .kv .sp-only {
    display: block !important;
  }
  .about__content {
    padding: 0 2rem 4.5rem;
  }
  .about__contentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__contentFig {
    padding-right: 0;
    width: 100%;
    font-size: 18px;
  }
  .about__contentInfo {
    margin-top: 4rem;
    padding-left: 0;
    width: 100%;
  }
  .about__contentText {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .kv__logo {
    width: 75.294vw;
  }
  .kv__mainText {
    margin-left: 2.824vw;
    font-size: 6.588vw !important;
  }
  .kv__mainTag {
    margin-left: 2.824vw;
  }
  .kv__mainTag__text {
    font-size: 3.294vw;
  }
  .kv__bottomText {
    padding: 4.706vw 1.25rem;
    font-size: 2.588vw;
  }
}
.box__item {
  padding: 1rem !important;
}
.box__itemWrapper {
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  box-shadow: 2px 1px 14px rgba(136, 136, 136, 0.5);
  height: 100%;
}
.box__fig {
  margin-bottom: 0 !important;
}
.box__info {
  padding: 2rem 1.5rem;
}
.box__info p {
  margin-bottom: 0;
}

.customBoxWrapper {
  background: white;
  padding: 4rem 1rem;
  -webkit-box-shadow: 2px 1px 10px rgba(136, 136, 136, 0.5);
          box-shadow: 2px 1px 10px rgba(136, 136, 136, 0.5);
}

.page-section__stats-storytelling--adif.page-section__stats-storytelling--stats-headline-bodycopy .page-section__stats-storytelling__stats-wrap {
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
}

.navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navLang {
  margin: 0 0 0 20px;
  background-color: #ad8c3a;
  color: #fff;
  position: relative;
}
.navLang:hover > .navLang__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navLang__label {
  padding: 5px 12px;
  width: 110px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  color: #fff !important;
  background-color: #ad8c3a;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.navLang__labelText {
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.navLang__labelIcon {
  margin: 0 8px 0 0;
  display: inline-block;
  width: 18px;
}
.navLang__list {
  margin: auto !important;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  background-color: #ad8c3a;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}
.navLang__listItem {
  font-size: 0 !important;
  line-height: 0 !important;
}
.navLang__listLink {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 12px 10px;
  width: 100%;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.navLang__listLink:hover {
  opacity: 0.8;
}
.navLang__listText {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.35 !important;
  color: #fff !important;
}
.navLang__listIcon {
  margin: 0 8px 0 0;
  display: inline-block;
  width: 28px;
  font-size: 0 !important;
  line-height: 0 !important;
}

@media (max-width: 1600px) {
  .navLang {
    margin: 0 0 0 10px;
  }
  .navLang__label {
    padding: 4px 8px;
    width: 80px;
    font-size: 12px !important;
  }
  .navLang__labelIcon {
    margin: 0 6px 0 0;
    width: 16px;
  }
  .navLang__listLink {
    padding: 8px 10px 8px;
  }
  .navLang__listText {
    font-size: 12px !important;
  }
  .navLang__listIcon {
    margin: 0 6px 0 0;
    width: 24px;
  }
}
@media (max-width: 1200px) {
  .navLang {
    margin: 0 0 0 8px;
  }
  .navLang__label {
    padding: 4px 8px;
    width: 60px;
    font-size: 10px !important;
  }
  .navLang__labelIcon {
    margin: 0 6px 0 0;
    width: 14px;
  }
  .navLang__listLink {
    padding: 8px 8px 8px;
  }
  .navLang__listText {
    font-size: 10px !important;
  }
  .navLang__listIcon {
    margin: 0 4px 0 0;
    width: 18px;
  }
}
@media (max-width: 1024px) {
  .navLang {
    margin: 0 30px 0 0;
  }
  .navLang__label {
    padding: 4px 10px;
    width: 80px;
    font-size: 12px !important;
  }
  .navLang__labelIcon {
    margin: 0 6px 0 0;
    width: 14px;
  }
  .navLang__listLink {
    padding: 8px 10px 8px;
  }
  .navLang__listText {
    font-size: 12px !important;
  }
  .navLang__listIcon {
    margin: 0 4px 0 0;
    width: 18px;
  }
}
.theme-adif .message .columned-content-wrap .text-in-both-columns {
  padding: 3.5rem 1.5rem 1.5rem;
}
.theme-adif .message .columned-content-wrap .message__mainContent {
  position: relative;
}
.theme-adif .message .columned-content-wrap .message__video {
  margin: 2.5rem auto 0;
  max-width: 1280px;
}
.theme-adif .message .columned-content-wrap .message__contentWrapper {
  margin-top: 2.5rem;
  padding: 0;
  max-width: initial;
}
.theme-adif .message .columned-content-wrap .message__mainContent__msg {
  margin-top: 0 !important;
  position: absolute;
  top: 10.1388888889vw;
  left: 4.5138888889vw;
  font-size: 1.25vw;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .theme-adif .message .columned-content-wrap .message__video {
    margin: 1.5rem auto 0;
  }
}

.theme-adif .news .text-in-both-columns {
  padding: 2.5rem 1.5rem 3.5rem;
}
.theme-adif .news .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .news__contentWrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: 197px;
  overflow-y: scroll;
  background-color: #fff;
}
.theme-adif .news__contentWrapper::-webkit-scrollbar {
  width: 6px;
}
.theme-adif .news__contentWrapper::-webkit-scrollbar-thumb {
  background: #ad8c3a;
  -webkit-border-radius: 3px;
}
.theme-adif .news__contentWrapper.container {
  padding: 30px 40px 35px;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .news__contentWrapper.container {
    padding: 20px;
  }
}
.theme-adif .news .news__list {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.theme-adif .news .news__list__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.theme-adif .news .news__list__itemLink {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  color: #000;
}
.theme-adif .news .news__list__itemLink:hover {
  color: #ad8c3a;
}
.theme-adif .news .news__list__itemDate {
  margin-right: 15px;
  font-size: 18px;
  line-height: 1.35;
  color: inherit;
  min-width: 85px;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .news .news__list__itemDate {
    margin-right: 10px;
    font-size: 15px;
    min-width: 65px;
  }
}
.theme-adif .news .news__list__itemTitle {
  font-size: 18px;
  line-height: 1.35;
  color: #000;
  color: inherit;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .news .news__list__itemTitle {
    font-size: 15px;
  }
}

.theme-adif .mission {
  position: relative;
}
.theme-adif .mission__bottomGradient {
  content: "";
  top: auto;
  left: 0;
  bottom: -3rem;
  position: absolute;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.6026785714)), color-stop(40%, rgba(0, 0, 0, 0.9976365546)), color-stop(60%, rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6026785714) 20%, rgba(0, 0, 0, 0.9976365546) 40%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .mission__bottomGradient {
    bottom: -15px;
    height: 25px;
  }
}
.theme-adif .mission .container.heading__container {
  margin-top: 0;
  padding: 0;
}
.theme-adif .mission .columned-content-wrap .text-in-both-columns {
  padding: 3.5rem 1.5rem 2rem;
}
@media print, screen and (max-width: 767px) {
  .theme-adif .mission .columned-content-wrap .text-in-both-columns {
    padding: 2rem 1.5rem 1.5rem;
  }
}
.theme-adif .mission .columned-content-wrap .mission__contentWrapper {
  margin-top: 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: initial;
  z-index: 2;
}
.theme-adif .mission .columned-content-wrap .mission__mainContent {
  position: relative;
}
.theme-adif .mission .columned-content-wrap .mission__mainContent__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1235/756;
  background-image: url("./../images/mission/mission-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  max-height: 100vh;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .mission .columned-content-wrap .mission__mainContent__bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: initial;
    width: 100%;
    height: 100%;
    max-height: initial;
  }
}
.theme-adif .mission .columned-content-wrap .mission__mainContent__msgWrapper {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-adif .mission .columned-content-wrap .mission__mainContent__msg {
  font-family: "Noto Serif JP", serif !important;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
}
.theme-adif .mission .columned-content-wrap .mission__mainContent__msg .big {
  display: inline-block;
  font-family: "Noto Serif JP", serif !important;
  font-size: 32px;
}
.theme-adif .mission .columned-content-wrap .mission__mainContent__msg .sp {
  display: none;
}
@media print, screen and (max-width: 1440px) {
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg {
    font-size: 1.25vw;
  }
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg .big {
    font-size: 2.2222222222vw;
  }
}
@media print, screen and (max-width: 767px) {
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg {
    margin-top: 0 !important;
    padding: 13.3333333333vw 4vw 10.6666666667vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg .big {
    font-size: 3.7333333333vw;
  }
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg .sp {
    display: block;
  }
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msg .pc {
    display: none;
  }
  .theme-adif .mission .columned-content-wrap .mission__mainContent__msgWrapper {
    position: relative;
    z-index: 2;
  }
}
.theme-adif .mission .columned-content-wrap .group {
  margin: 5px auto 0;
  max-width: initial !important;
  position: relative;
}
.theme-adif .mission .columned-content-wrap .group__text {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 4.4444444444vw;
  font-size: 1.6666666667vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .theme-adif .mission .columned-content-wrap .group__text {
    top: 3.2vw;
    font-size: 2.4vw;
  }
}

.theme-adif .investment {
  padding-bottom: 3.5rem;
}
.theme-adif .investment__header {
  padding: 2.5rem 1rem 2rem;
}
.theme-adif .investment__headerFig img {
  width: 22.2222222222vw;
}
.theme-adif .investment__content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.theme-adif .investment__contentItem {
  width: 33.33%;
  min-height: 30.5555555556vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-adif .investment__contentItem__wrapper {
  margin: auto;
  padding: 15px;
  width: 100%;
  min-height: 50%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.theme-adif .investment__contentItem__text {
  font-size: 15px;
  font-family: "Noto Serif JP", serif !important;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.theme-adif .investment__contentItem__label {
  margin: 0 auto 10px;
  padding: 0 0 2px;
  display: block;
  min-width: 200px;
  border-bottom: 1px solid #fff;
  font-family: inherit !important;
}
.theme-adif .investment__contentItem__heading {
  padding: 4px 0;
  display: block;
  font-family: inherit !important;
  font-size: 20px;
  line-height: 1.35;
  color: #ba8e6b;
}
.theme-adif .investment__add {
  margin: 2.5rem auto 0;
  width: 90%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-adif .investment__addItem {
  width: calc(50% - 0.6944444444vw);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #68717a;
  overflow: hidden;
}
.theme-adif .investment__addItem:first-of-type {
  margin-right: 1.3888888889vw;
}
.theme-adif .investment__addItem--quatar .investment__addItem__infoText {
  margin-top: 0.9722222222vw;
}
.theme-adif .investment__addItem__info {
  padding: 2.7777777778vw 0.6944444444vw;
  width: 40%;
  min-height: 13.6805555556vw;
  text-align: center;
  color: #000;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.theme-adif .investment__addItem__info:hover {
  color: #000;
  opacity: 0.8;
}
.theme-adif .investment__addItem__loc {
  width: 60%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.theme-adif .investment__addItem__infoMap {
  width: 5.5555555556vw;
}
.theme-adif .investment__addItem__infoMapLabel {
  display: block;
  font-size: 1.1111111111vw;
  font-family: "Noto Serif JP", serif !important;
  color: #ba8e6b;
}
.theme-adif .investment__addItem__infoText {
  margin-top: 0.5555555556vw;
  font-size: 0.9722222222vw;
  color: inherit;
}
.theme-adif .investment__addItem__thumb {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.theme-adif .investment__addItem__map {
  width: 50%;
}
.theme-adif .investment__addItem__map iframe {
  width: 100%;
  height: 100%;
}
.theme-adif .investment__links {
  margin: 2.7777777778vw auto 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-adif .investment__linksItem {
  padding: 0.6944444444vw 2.0833333333vw;
  display: inline-block;
  width: 24.3055555556vw;
  font-size: 1.25vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #ad8c3a;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  cursor: pointer;
  position: relative;
}
.theme-adif .investment__linksItem:hover {
  opacity: 0.8;
}
.theme-adif .investment__linksItem:first-of-type {
  margin-right: 1.3888888889vw;
}
.theme-adif .investment__linksItem:after {
  margin: auto;
  position: absolute;
  content: "";
  top: 0;
  right: 5px;
  bottom: 0;
  left: auto;
  height: 30px;
  width: 30px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  background-image: url("./../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (max-width: 1440px) {
  .theme-adif .investment__contentItem__wrapper {
    padding: 1.0416666667vw;
  }
  .theme-adif .investment__contentItem__text {
    font-size: 1.0416666667vw;
  }
  .theme-adif .investment__contentItem__label {
    margin: 0 auto 0.6944444444vw;
    padding: 0 0 0.1388888889vw;
    min-width: 13.8888888889vw;
  }
  .theme-adif .investment__contentItem__heading {
    padding: 0.2777777778vw 0;
    font-size: 1.3888888889vw;
  }
}
@media print, screen and (max-width: 767px) {
  .theme-adif .investment {
    padding-bottom: 2.5rem;
  }
  .theme-adif .investment__header {
    padding: 2rem 1rem 2rem;
  }
  .theme-adif .investment__headerFig img {
    width: 58.6666666667vw;
  }
  .theme-adif .investment__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f6f6f6;
  }
  .theme-adif .investment__contentItem {
    min-height: 101.3333333333vw;
    width: 100%;
  }
  .theme-adif .investment__contentItem:not(:last-of-type) {
    margin: 0 auto 2rem;
  }
  .theme-adif .investment__contentItem__wrapper {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .theme-adif .investment__contentItem__text {
    font-size: 3.7333333333vw;
  }
  .theme-adif .investment__contentItem__label {
    margin: 0 auto 2.6666666667vw;
    padding: 0 0 0.5333333333vw;
    min-width: 48vw;
  }
  .theme-adif .investment__contentItem__heading {
    padding: 1.0666666667vw 0;
    font-size: 4.8vw;
  }
  .theme-adif .investment__add {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .investment__addItem {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .investment__addItem:first-of-type {
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .theme-adif .investment__addItem--quatar .investment__addItem__infoText {
    margin-top: 2.1333333333vw;
  }
  .theme-adif .investment__addItem__info {
    padding: 4vw 2.6666666667vw;
    width: 100%;
    min-height: 37.3333333333vw;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .theme-adif .investment__addItem__loc {
    width: 100%;
  }
  .theme-adif .investment__addItem__infoMap {
    width: 18.6666666667vw;
  }
  .theme-adif .investment__addItem__infoMapLabel {
    font-size: 4.2666666667vw;
  }
  .theme-adif .investment__addItem__infoText {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .theme-adif .investment__links {
    margin: 10.6666666667vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .investment__linksItem {
    padding: 2.6666666667vw 4vw;
    display: inline-block;
    width: 58.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #ad8c3a;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    cursor: pointer;
  }
  .theme-adif .investment__linksItem:hover {
    opacity: 0.8;
  }
  .theme-adif .investment__linksItem:first-of-type {
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
  }
  .theme-adif .investment__linksItem:after {
    right: 1.3333333333vw;
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}

.theme-adif .bedford {
  padding-bottom: 3.5rem;
}
.theme-adif .bedford__header {
  padding: 0;
  background-color: #2e3c72;
}
.theme-adif .bedford__headerText {
  margin: 0 auto;
  padding: 3.5rem 1.5rem 1.5rem;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.9444444444vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.theme-adif .bedford__headerFig img {
  width: 100%;
}
.theme-adif .bedford__content {
  padding: 2.5rem;
  background-color: #fff;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theme-adif .bedford__contentLeft {
  margin-right: 2.0833333333vw;
  width: calc(55% - 1.0416666667vw);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-adif .bedford__countLeft__thumb {
  width: calc(55% - 1.0416666667vw);
  height: 15.2777777778vw;
}
.theme-adif .bedford__countLeft__thumb img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.theme-adif .bedford__count {
  width: 45%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-adif .bedford__countItem {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.theme-adif .bedford__countItem--1 {
  background-color: #c3c5d4;
}
.theme-adif .bedford__countItem--2 {
  background-color: #ddcbd7;
}
.theme-adif .bedford__countItem--3 {
  background-color: #d3dcd7;
}
.theme-adif .bedford__countItem__fig {
  width: 5.5555555556vw;
}
.theme-adif .bedford__countItem__text {
  padding: 0.4166666667vw 1.0416666667vw;
  width: 100%;
  font-size: 1.6666666667vw;
  font-weight: 600;
  color: #000;
}
.theme-adif .bedford__contentRight {
  width: calc(45% - 1.0416666667vw);
}
.theme-adif .bedford__contentRight__heading {
  padding: 0 0 0.6944444444vw;
  font-size: 1.1111111111vw;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  display: block;
  border-bottom: 1px solid #68717a;
}
.theme-adif .bedford__contentRight__content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.theme-adif .bedford__contentRight__contentText {
  padding-right: 0.6944444444vw;
  width: 80%;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  color: #000;
  display: block;
}
.theme-adif .bedford__contentRight__contentQr {
  margin-top: 2.0833333333vw;
  width: 20%;
}
.theme-adif .bedford__contentRight__links {
  margin-top: 0.6944444444vw;
  text-align: right;
}
.theme-adif .bedford__contentRight__links a {
  font-size: 1.1111111111vw;
  color: #000;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.theme-adif .bedford__contentRight__links a:hover {
  color: #000;
  opacity: 0.8;
}
.theme-adif .bedford.bedford--en .bedford__countItem__text {
  font-size: 1.0416666667vw;
}
@media print, screen and (max-width: 767px) {
  .theme-adif .bedford__header {
    padding: 0;
    background-color: #2e3c72;
  }
  .theme-adif .bedford__headerText {
    padding: 5.3333333333vw 4vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .theme-adif .bedford__headerFig img {
    width: 100%;
  }
  .theme-adif .bedford__content {
    padding: 5.3333333333vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .bedford__contentLeft {
    margin-right: 0;
    width: 100%;
  }
  .theme-adif .bedford__countLeft__thumb {
    width: calc(50% - 1.3333333333vw);
    height: 32vw;
  }
  .theme-adif .bedford__count {
    width: calc(50% - 1.3333333333vw);
  }
  .theme-adif .bedford__countItem {
    width: 100%;
  }
  .theme-adif .bedford__countItem__fig {
    width: 10.6666666667vw;
  }
  .theme-adif .bedford__countItem__text {
    padding: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .theme-adif .bedford__contentRight {
    margin: 5.3333333333vw auto 0;
    width: 100%;
  }
  .theme-adif .bedford__contentRight__heading {
    padding: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .theme-adif .bedford__contentRight__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme-adif .bedford__contentRight__contentText {
    padding-right: 0;
    font-size: 3.7333333333vw;
    width: 100%;
  }
  .theme-adif .bedford__contentRight__contentText br.pc {
    display: none;
  }
  .theme-adif .bedford__contentRight__contentQr {
    margin: 5.3333333333vw auto 0;
    width: 20%;
  }
  .theme-adif .bedford__contentRight__links {
    margin-top: 2.6666666667vw;
    text-align: center;
  }
  .theme-adif .bedford__contentRight__links a {
    font-size: 3.7333333333vw;
  }
  .theme-adif .bedford.bedford--en .bedford__countItem__text {
    font-size: 3.2vw;
  }
}