@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
@keyframes grain {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #000000;
  background-color: #c0bab2;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: url("../img/noise.png");
  opacity: 1;
  pointer-events: none;
}

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
  font-size: 2.9rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 0.3rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #131723;
}

a:active,
a:focus {
  outline: 0;
  border: none;
}

.responsive-sp {
  display: block;
}
@media (min-width: 1024px) {
  .responsive-sp {
    display: none;
  }
}

.responsive-pc {
  display: none;
}
@media (min-width: 1024px) {
  .responsive-pc {
    display: block;
  }
}

@media (max-width: 570px) {
  .pc {
    display: none;
  }
}
@media (min-width: 570px) {
  .sp {
    display: none;
  }
}
br._sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  br._sp {
    display: block;
  }
}

br._pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  br._pc {
    display: none;
  }
}

#wrapper {
  overflow: hidden;
}

.page-header {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    padding-bottom: 0;
  }
}
.page-header .container {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: relative;
  /* Hamburger style */
  /* Hamburger open state */
  /* ===============================
  Responsive Navigation Styles
  =============================== */
}
.page-header .container .logo-wrap {
  position: relative;
  z-index: 12;
}
.page-header .container .logo-wrap h1 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.page-header .container .logo-wrap h1 img {
  width: 30%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .page-header .container .logo-wrap h1 {
    font-size: 2.9rem;
  }
  .page-header .container .logo-wrap h1 img {
    width: 30%;
  }
}
.page-header .container .overlay-navigation ul {
  padding-inline-start: 0px;
  display: inline-flex;
  justify-content: center;
  margin: 20px 0;
  /*   &:hover li {
    opacity: 0.3;
    &:hover {
      opacity: 1;
    }
  } */
}
.page-header .container .overlay-navigation ul li {
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 17px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.page-header .container .overlay-navigation ul li:last-child {
  margin-right: 0;
}
.page-header .container .overlay-navigation ul li p {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.page-header .container .overlay-navigation ul li p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #f6921e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.page-header .container .overlay-navigation ul li p:hover::after {
  transform: translateX(-50%) scaleX(1);
}
@media only screen and (max-width: 860px) {
  .page-header .container .overlay-navigation ul li p {
    color: #ffffff;
  }
  .page-header .container .overlay-navigation ul:hover li {
    opacity: 1;
  }
}
.page-header .container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  top: 17px;
  right: 7px;
  transform: rotate(303deg);
  transition: 1s;
}
.page-header .container .hamburger span {
  height: 2px;
  background: #f69320;
  border-radius: 2px;
  transition: 0.4s;
  transition: 1s;
}
.page-header .container .hamburger span:first-child {
  background: linear-gradient(to right, transparent 50%, black 50%);
}
.page-header .container .hamburger span:nth-child(3) {
  background: linear-gradient(to right, black 50%, transparent 50%);
}
.page-header .container .hamburger.open {
  transform: rotate(0);
  position: fixed;
  opacity: 0.5;
  transition: 1s;
}
.page-header .container .hamburger.open span:nth-child(1) {
  position: relative;
  bottom: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(45deg);
  transition: 1s;
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
}
.page-header .container .hamburger.open span:nth-child(2) {
  opacity: 1;
  background: #ffffff;
}
.page-header .container .hamburger.open span:nth-child(3) {
  position: relative;
  top: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(134deg);
  transition: 1s;
  background: linear-gradient(to left, transparent 50%, #ffffff 50%);
}
@media (max-width: 1024px) {
  .page-header .container {
    /* === Overlay Wrapper === */
    /* === Backdrop Layer === */
    /* === Navigation Panel === */
    /* === Hide Submenu on Mobile === */
    /* === Optional: Force white text for top-level links on open === */
  }
  .page-header .container .hamburger {
    display: flex;
  }
  .page-header .container .overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
  }
  .page-header .container .overlay-wrapper.open {
    pointer-events: auto;
  }
  .page-header .container .overlay-wrapper.open .overlay-backdrop {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  }
  .page-header .container .overlay-wrapper.open .overlay-navigation {
    transform: translateX(0);
    transition: transform 0.3s ease 0.2s;
  }
  .page-header .container .overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  }
  .page-header .container .overlay-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.106);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .container .overlay-navigation nav {
    position: relative;
    margin-left: 24vw;
  }
  .page-header .container .overlay-navigation nav::before {
    content: "";
    display: block;
    width: 1px;
    height: 200vh;
    background-color: rgba(204, 204, 204, 0.31);
    margin: 0 auto;
    position: absolute;
    top: -100vw;
  }
  .page-header .container .overlay-navigation nav ul {
    width: 100%;
    padding-inline-start: 0px;
    display: inline-flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .page-header .container .overlay-navigation nav ul li {
    position: relative;
    width: 100vw;
    margin: 0;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3098039216);
  }
  .page-header .container .overlay-navigation nav ul li:nth-child(n+5)::after {
    display: none;
  }
  .page-header .container .overlay-navigation nav ul li span.dropdown-toggle {
    position: absolute;
    top: 25px;
    right: 18vw;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    pointer-events: auto;
    transition: transform 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li.open .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
  .page-header .container .overlay-navigation nav ul li.open span.dropdown-toggle {
    transform: translateY(-50%) rotate(225deg);
  }
  .page-header .container .main-menu .submenu {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-header .container .main-menu li.open > .submenu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-header .container .main-menu li.open .submenu {
    position: relative;
  }
  .page-header .container .overlay-wrapper.open .main-menu > li > a p {
    color: white !important;
    font-size: 1.8rem;
  }
}

/* Sub Navigation list style */
.main-menu li {
  position: relative;
}
.main-menu li .submenu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  list-style: none;
  padding: 10px 0;
  margin: 0 !important;
  width: -moz-max-content;
  width: max-content;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  white-space: nowrap;
}
.main-menu li .submenu li {
  margin-bottom: 5px;
}
.main-menu li .submenu li::after {
  display: none;
}
.main-menu li .submenu li:last-child {
  border-bottom: transparent !important;
}
.main-menu li .submenu li p {
  display: block;
  padding: 10px 0 !important;
  margin: 0 !important;
  font-size: 1.3rem !important;
  transition: 0.5s;
}
.main-menu li .submenu li p::after {
  display: none !important;
}
.main-menu li .submenu li:hover p {
  font-weight: 500;
  transform: scale(1.05);
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .main-menu li .submenu {
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    box-shadow: none;
  }
}
.main-menu li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
@media only screen and (max-width: 860px) {
  .main-menu li:hover .submenu {
    display: none;
  }
}

section#get-intouch {
  width: 98%;
  margin: auto;
  padding: 60px 0;
}
section#get-intouch .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#get-intouch .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 0;
  width: 27%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .group-wrap .ttl {
    width: 45%;
    margin-top: 100px;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
    width: 35%;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
}
section#get-intouch .content {
  width: 85%;
  position: relative;
  margin-left: auto;
  text-align: left;
  margin-top: 5%;
  border-top: 1px solid rgba(61, 60, 60, 0.2);
}
@media only screen and (max-width: 740px) {
  section#get-intouch .content {
    margin-top: 0;
  }
}
section#get-intouch .content .contact-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
section#get-intouch .content .contact-wrap .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
section#get-intouch .content .contact-wrap .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
section#get-intouch .content .contact-wrap .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 0;
  margin-right: 50px;
  margin-left: 20px;
  text-align: center;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap {
  position: absolute;
  right: 20px;
  top: 13px;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn:hover {
  /*
  .arrow-wrap {
    right: -20px;
    transition: 0.3s;
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
section#get-intouch .content .contact-wrap .contact-info {
  width: auto;
  margin-top: 25px;
}
section#get-intouch .content .contact-wrap .contact-info p {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: color 0.3s ease;
  text-align: left;
}
section#get-intouch .content .contact-wrap .contact-info p .arrow {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-right: 0.5rem;
  display: inline-block;
  width: auto;
  flex: none;
}
section#get-intouch .content .contact-wrap .contact-info p:hover .arrow {
  transform: translate(5px, -5px);
  color: #fa541c;
}
@media (max-width: 1024px) {
  section#get-intouch .content .contact-wrap .contact-info p {
    display: flex;
    align-items: flex-start;
  }
  section#get-intouch .content .contact-wrap .contact-info p .arrow {
    flex: 0 0 2rem;
    text-align: left;
    width: 2rem;
  }
  section#get-intouch .content .contact-wrap .contact-info p span + * {
    flex: 1;
    word-break: break-word;
  }
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .content {
    width: 92%;
    margin-top: 60px;
  }
  section#get-intouch .content .contact-wrap {
    flex-direction: row;
  }
  section#get-intouch .content .contact-wrap .contact-info p {
    text-align: right;
  }
}

#footer .footer {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#footer .footer .menu ul {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0;
  padding-inline-start: 0;
}
#footer .footer .menu ul li {
  list-style: none;
}
#footer .footer .menu ul li p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 15px;
  transition: 0.5s;
}
#footer .footer .menu ul li p:hover {
  color: #ef3e16;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  #footer .footer {
    display: block;
  }
  #footer .footer .menu ul {
    flex-direction: row;
  }
  #footer .footer .menu ul li {
    list-style: none;
  }
  #footer .footer .menu ul li p {
    margin: 0 15px;
  }
}
#footer .copyright {
  border-top: 1px solid #000;
}
#footer .copyright p {
  font-size: 1rem;
  margin: 0 15px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
@media only screen and (min-width: 1024px) {
  #footer .copyright {
    border-top: none;
    font-size: 1.3rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-family: FontAwesome;
  font-size: 1.6rem;
  color: #404964;
  padding: 15px;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi span.current,
.wp-pagenavi a.page.larger {
  font-size: 1.3rem;
  margin: 0 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 1px 7px;
  color: #404964;
  transition: 0.3;
}
.wp-pagenavi span.current {
  background: #404964;
  color: #fff;
  border: 1px solid #404964;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  opacity: 1;
}

.grecaptcha-logo {
  display: none;
}

.grecaptcha-badge {
  box-shadow: none !important;
}

.scroll-left,
.scroll-right {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  opacity: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
#organization-and-about {
  position: relative;
  height: 40vh;
  min-height: 500px;
  width: 98%;
  margin: auto;
}
#organization-and-about .group-wrap {
  position: absolute;
  bottom: 10rem;
}
@media only screen and (max-width: 740px) {
  #organization-and-about .group-wrap {
    bottom: 2rem;
  }
}
#organization-and-about .group-wrap .ttl {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#organization-and-about .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  transform: translateX(-100%);
  animation: slideInRight 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #f6921e;
  left: 44%;
  width: 40%;
  border-radius: 25px;
  transform: rotate(304deg);
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 15vw;
}
#organization-and-about .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  transform: translateX(100%);
  animation: slideInLeft 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #organization-and-about {
    height: 70vh;
  }
  #organization-and-about .group-wrap {
    bottom: 15rem;
  }
  #organization-and-about .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 8vw;
  }
  #organization-and-about .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 5vw;
  }
  #organization-and-about .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 8vw;
  }
  #organization-and-about .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 5vw;
  }
}

section#contents {
  position: relative;
}
section#contents .content-wrap {
  display: flex;
  flex-direction: column;
  border-top: solid 1px rgba(61, 60, 60, 0.2);
  border-bottom: solid 1px rgba(61, 60, 60, 0.2);
  overflow: hidden;
}
section#contents .content-wrap .img-wrap {
  position: relative;
  width: 100%;
  height: 385px;
  min-height: 78vh;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  section#contents .content-wrap .img-wrap {
    min-height: 50vh;
  }
}
section#contents .content-wrap .img-wrap .img-corner {
  overflow: hidden;
}
section#contents .content-wrap .img-wrap .img-corner .img-frame1 {
  clip-path: polygon(52% 0%, 78% 0%, 39% 100%, 13% 100%);
  position: absolute;
  top: 0;
  left: -21vw;
  z-index: 2;
  width: 100%;
  transform: translateX(-100%);
  animation: slideInLeft1 1s cubic-bezier(0, 0, 0, 0.73) forwards;
  animation-delay: 1s;
  overflow: hidden;
}
section#contents .content-wrap .img-wrap .img-corner .img-frame1 img {
  width: 100%;
  height: auto;
  position: relative;
  transform: translate(58%, 37%) scale(1.8);
}
@keyframes slideInLeft1 {
  to {
    transform: translateX(0);
  }
}
section#contents .content-wrap .img-wrap .img-corner .img-frame2 {
  clip-path: polygon(52% 0%, 78% 0%, 39% 100%, 13% 100%);
  position: absolute;
  top: 29vw;
  right: 1vw;
  z-index: 1;
  width: 100%;
  transform: translateX(-100%) scale(1.6);
  animation: slideInLeft2 1s cubic-bezier(0, 0, 0, 0.73) forwards;
  animation-delay: 1.5s;
  overflow: hidden;
}
section#contents .content-wrap .img-wrap .img-corner .img-frame2 img {
  width: 100%;
  height: auto;
  position: relative;
  transform: translate(26%, -7%) scale(1.2);
}
@keyframes slideInLeft2 {
  to {
    transform: translateX(0) scale(1.6);
  }
}
section#contents .content-wrap .about {
  width: 93%;
  padding: 3.6vw 0;
  margin: auto;
  position: relative;
  z-index: 2;
}
section#contents .content-wrap .about p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #3c3d3d;
}
@media only screen and (min-width: 1024px) {
  section#contents .content-wrap {
    flex-direction: row;
  }
  section#contents .content-wrap .img-wrap {
    width: 40%;
    min-height: 605px;
  }
  section#contents .content-wrap .img-wrap .img-corner .img-frame1 {
    left: -9vw;
  }
  section#contents .content-wrap .img-wrap .img-corner .img-frame2 {
    top: 12vw;
  }
  section#contents .content-wrap .about {
    width: 55%;
  }
  section#contents .content-wrap .about p {
    font-size: 2rem;
    line-height: 4rem;
  }
}

section#our-partners {
  width: 98%;
  margin: auto;
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  section#our-partners {
    padding: 30px 0;
  }
}
section#our-partners .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#our-partners .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
section#our-partners .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#our-partners .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#our-partners .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#our-partners .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 4%;
  width: 51%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#our-partners .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#our-partners .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#our-partners .group-wrap .ttl {
    margin-top: 100px;
  }
  section#our-partners .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#our-partners .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
  section#our-partners .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#our-partners .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
}
section#our-partners .partner {
  position: relative;
  margin-top: 0;
  padding-top: 60px;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner {
    margin-top: -10vw;
    padding-top: 0;
  }
}
section#our-partners .partner .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 100px 0 25px;
  border-bottom: solid 1px rgba(61, 60, 60, 0.2);
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content {
    padding: 75px 0 0;
  }
}
section#our-partners .partner .content .frame {
  width: 30%;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  display: none;
}
section#our-partners .partner .content .frame img {
  position: absolute;
  margin: auto;
  bottom: -5.3vw;
  width: 60%;
  height: auto;
  opacity: 0.3;
  transition: bottom 0.4s ease;
}
section#our-partners .partner .content .profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
}
section#our-partners .partner .content .profile .img-wrap {
  width: 75%;
  display: block;
  position: relative;
}
section#our-partners .partner .content .profile .img-wrap .img-corner {
  position: relative;
  left: 6vw;
  height: 54vw;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box {
  position: relative;
  height: 0;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame1 {
  clip-path: polygon(51% 0%, 86% 0%, 47% 100%, 13% 100%);
  position: absolute;
  top: 0;
  left: -9vw;
  width: 100%;
  transform: scale(1.3);
  z-index: 2;
  overflow: hidden;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame1 .gradient {
  position: absolute;
  bottom: -22vw;
  left: -19vw;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 100%);
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame1 img {
  width: 100%;
  height: auto;
  position: relative;
  transform: translate(6%, 12%) scale(1.8);
  z-index: 1;
}
@keyframes slideInLeft1 {
  to {
    transform: translateX(0);
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame2 {
  clip-path: polygon(52% 0%, 72% 0%, 33% 100%, 13% 100%);
  position: absolute;
  /* top: 10vw;
  right: -19vw; */
  top: 8.6vw;
  right: -17.3vw;
  width: 100%;
  transform: scale(1.3);
  z-index: 1;
  overflow: hidden;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame2 .gradient {
  position: absolute;
  bottom: -17vw;
  left: -16vw;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 100%);
}
section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame2 img {
  width: 100%;
  height: auto;
  position: relative;
  transform: translate(-21.5%, -4.2%) scale(1.8);
  z-index: 1;
}
@keyframes slideInLeft2 {
  to {
    transform: translateX(0) scale(1.6);
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: -11vw;
  width: 112%;
  height: 8vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl {
  display: flex;
  width: 100%;
  position: relative;
  left: -10px;
  bottom: 0;
  justify-content: center;
  align-items: flex-end;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  justify-content: center;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 4vw;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 1.5rem;
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .slantline {
  position: relative;
  border: solid 1.5px #ef3e16;
  bottom: 3.5vw;
  left: 0;
  width: 38%;
  margin: 0 -3vw;
  border-radius: 25px;
  transform: rotate(303deg);
  padding: 0;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .slantline {
    padding: 0 2vw;
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .wide {
  display: block;
  padding: 0 6vw !important;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: auto;
  padding-bottom: 4vw;
  align-items: flex-end;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 3.8rem;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 1.8rem;
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap p {
  text-align: right;
  font-size: 1.8rem;
  color: #ffffff;
  position: relative;
  margin: 0;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap p span {
  font-size: 1vw;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap p {
    font-size: 1rem;
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .adj {
  right: 0 !important;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social {
  display: flex;
  width: 40%;
  position: relative;
  right: -5vw;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a {
  margin: 0 5px;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap {
    width: 25px;
    height: 25px;
  }
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap img {
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 50%;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap svg.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap circle {
  fill: none;
  stroke: #888;
  stroke-width: 2;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 0.6s ease;
}
section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a:hover .icon-wrap circle {
  stroke-dashoffset: 0;
}
section#our-partners .partner .content .profile .info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.8s ease, opacity 0.5s ease;
  pointer-events: none;
}
section#our-partners .partner .content .profile .info p {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #3c3d3d;
}
section#our-partners .partner .content .profile:hover .info {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  width: 85%;
  margin: auto;
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  section#our-partners .partner .content {
    flex-direction: row;
    padding: 75px 0 0;
  }
  section#our-partners .partner .content .frame {
    display: block;
  }
  section#our-partners .partner .content .profile {
    width: 70%;
    padding-top: 25px;
  }
  section#our-partners .partner .content .profile .img-wrap {
    width: 43%;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner {
    position: relative;
    left: 6vw;
    height: 23vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .img-box {
    height: 21vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame1 {
    left: -9vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame1 .gradient {
    bottom: -8vw;
    left: -9vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame2 {
    top: 3.5vw;
    right: -1.5vw;
    transition: 0.5s;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .img-box .img-frame2 .gradient {
    bottom: -9vw;
    left: -7vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap {
    width: 100%;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl {
    left: 0;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 1.8vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .wide {
    padding: 0 4vw !important;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .slantline {
    padding: 0 2vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 1.8vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .ttl .ttl-wrap p {
    font-size: 1vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .adj {
    right: -2vw !important;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social {
    width: 30%;
    right: -5vw;
  }
  section#our-partners .partner .content .profile .img-wrap .img-corner .group-wrap .social a .icon-wrap {
    width: 35px;
    height: 35px;
  }
  section#our-partners .partner .content .profile .info .info-wrap {
    padding-top: 3vw;
  }
  section#our-partners .partner .content .profile .info .info-wrap p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
  section#our-partners .partner .content .profile:hover {
    /* .img-wrap {
      .img-corner {
        .img-box {
          .img-frame2 {
            top: 4vw;
            right: -2vw;
            transition: 0.5s;
          }
        }
      }
    } */
  }
  section#our-partners .partner .content .profile:hover .info {
    width: 100%;
    margin: auto;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  section#our-partners {
    padding: 60px 0;
  }
  section#our-partners .partner {
    margin-top: -5vw;
    padding-top: 0;
  }
}

section#fastsfacts {
  width: 98%;
  margin: auto;
  padding: 30px 0;
}
section#fastsfacts .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 7%;
  width: 70%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#fastsfacts .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#fastsfacts .group-wrap .ttl {
    margin-top: 100px;
  }
  section#fastsfacts .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#fastsfacts .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
  section#fastsfacts .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#fastsfacts .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
}
section#fastsfacts .content {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 740px) {
  section#fastsfacts .content {
    padding: 0;
  }
}
section#fastsfacts .content h3 {
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  font-size: 4rem;
}
@media only screen and (max-width: 740px) {
  section#fastsfacts .content h3 {
    font-size: 2rem;
  }
}
section#fastsfacts .content .animated-spacing {
  letter-spacing: 2vw;
  transition: letter-spacing 0s; /* Immediate update via JS */
  will-change: letter-spacing;
}
section#fastsfacts .content .report-wrap {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: auto;
}
section#fastsfacts .content .report-wrap .graph {
  margin: 10px 0;
}
section#fastsfacts .content .report-wrap .graph img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 740px) {
  section#fastsfacts .content .report-wrap {
    width: 95%;
  }
}
section#fastsfacts .content .title-wrap {
  margin: auto;
  width: 55%;
  padding-top: 0;
}
section#fastsfacts .content .title-wrap p {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #3c3d3d;
}
section#fastsfacts .content .title-wrap p span.orange {
  border-bottom: solid 5px #f6921e;
  position: relative;
  width: 50px;
  display: inline-flex;
  bottom: 5px;
  margin-right: 10px;
}
section#fastsfacts .content .title-wrap p span.grey {
  border-bottom: solid 5px #5f605f;
  position: relative;
  width: 50px;
  display: inline-flex;
  bottom: 5px;
  margin-right: 10px;
}
@media only screen and (max-width: 740px) {
  section#fastsfacts .content .title-wrap {
    width: 75%;
  }
  section#fastsfacts .content .title-wrap p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  section#fastsfacts .content {
    padding: 0;
  }
  section#fastsfacts .content h3 {
    padding: 80px 0;
    font-size: 3.5rem;
  }
  section#fastsfacts .content .report-wrap {
    flex-direction: row;
    width: 75%;
  }
  section#fastsfacts .content .report-wrap .graph {
    margin: 0;
  }
  section#fastsfacts .content .title-wrap {
    width: 30%;
    padding-top: 80px;
  }
  section#fastsfacts .content .title-wrap p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  section#fastsfacts {
    padding: 60px 0;
  }
}

section#notable-completion {
  width: 98%;
  margin: auto;
  padding: 30px 0;
}
section#notable-completion .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#notable-completion .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 21%;
  width: 40%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#notable-completion .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#notable-completion .group-wrap .ttl {
    margin-top: 100px;
  }
  section#notable-completion .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#notable-completion .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
  section#notable-completion .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#notable-completion .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
}
section#notable-completion .content {
  position: relative;
  padding: 100px 0;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 740px) {
  section#notable-completion .content {
    padding: 30px 0 0;
  }
}
section#notable-completion .content .fixed-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  font-size: 2.5rem;
  color: #3c3d3d;
}
@media only screen and (max-width: 740px) {
  section#notable-completion .content .fixed-table {
    font-size: 1.5rem;
  }
}
section#notable-completion .content .fixed-table th,
section#notable-completion .content .fixed-table td {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
section#notable-completion .content .fixed-table thead {
  font-weight: bold;
}
section#notable-completion .content .sub {
  width: 95%;
  margin: auto;
  padding: 15px 0;
}
section#notable-completion .content .sub p {
  font-size: 1.5rem;
  color: #3c3d3d;
  line-height: 3rem;
}
section#notable-completion .content .jap-map {
  width: 100%;
  margin: auto;
  padding: 0;
}
section#notable-completion .content .jap-map img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  section#notable-completion .content {
    padding: 80px 0 0;
    width: 65%;
  }
  section#notable-completion .content .fixed-table {
    font-size: 1.5vw;
  }
  section#notable-completion .content .fixed-table th,
  section#notable-completion .content .fixed-table td {
    padding: 30px 0;
  }
  section#notable-completion .content .sub {
    width: 87%;
    padding: 60px 0;
  }
  section#notable-completion .content .sub p {
    font-size: 1.5vw;
    line-height: 4rem;
  }
  section#notable-completion .content .jap-map {
    width: 85%;
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  section#notable-completion {
    padding: 60px 0;
  }
}

section#project-sectors {
  width: 98%;
  margin: auto;
  padding: 30px 0;
}
section#project-sectors .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#project-sectors .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 25%;
  width: 48%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#project-sectors .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#project-sectors .group-wrap .ttl {
    margin-top: 100px;
  }
  section#project-sectors .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#project-sectors .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
  section#project-sectors .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#project-sectors .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
}
section#project-sectors .content {
  position: relative;
  padding: 100px 0;
  /* Original word (now underneath) */
  /* Marquee text (on top) */
  /* White background (on top but below text) */
}
@media only screen and (max-width: 740px) {
  section#project-sectors .content {
    padding: 0;
  }
}
section#project-sectors .content .hover-marquee-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#project-sectors .content .hover-marquee-list li {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(61, 60, 60, 0.2);
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}
section#project-sectors .content .word {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  font-size: 2rem;
}
section#project-sectors .content .marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: black;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  height: 100%;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
  will-change: transform;
  transform: translateX(0);
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1rem;
}
section#project-sectors .content .marquee-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  z-index: 2; /* Between word and text */
  transition: opacity 0.3s ease;
}
section#project-sectors .content .hover-marquee-list li:hover .marquee-bg {
  opacity: 1;
}
section#project-sectors .content .hover-marquee-list li:hover .marquee-text {
  opacity: 1;
  animation: slideLeft 30s linear infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 1024px) {
  section#project-sectors .content {
    padding: 80px 0 0;
  }
  section#project-sectors .content .word {
    padding-left: 18vw;
    font-size: 3rem;
  }
  section#project-sectors .content .marquee-text {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  section#project-sectors {
    padding: 60px 0;
  }
}

section#core-strengths {
  width: 98%;
  margin: auto;
  padding: 30px 0 0;
}
section#core-strengths .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 45%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#core-strengths .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 8%;
  width: 48%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#core-strengths .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#core-strengths .group-wrap .ttl {
    margin-top: 100px;
  }
  section#core-strengths .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#core-strengths .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
  section#core-strengths .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#core-strengths .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
}
section#core-strengths .content {
  position: relative;
  margin-top: 0;
  padding: 100px 0;
  /*     .accordion {
    h3 {
      cursor: url("../img/down.png") 16 16, auto;
    }

    &.active h3 {
      cursor: url("../img/up.png") 16 16, auto;
    }
  } */
}
@media only screen and (max-width: 740px) {
  section#core-strengths .content {
    margin-top: 20px;
    padding: 0 0 30px 0;
  }
}
section#core-strengths .content .accordion {
  transition: background-color 0.3s ease;
}
section#core-strengths .content .accordion h3 {
  margin: 30px 0;
  border-bottom: 1px solid rgba(61, 60, 60, 0.2);
  padding: 15px 0 0;
  padding-left: 5%;
  font-size: 2rem !important;
  margin: 0;
  transition: color 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 600;
  cursor: pointer;
}
section#core-strengths .content .accordion h3 span {
  position: relative;
  bottom: -6px;
}
section#core-strengths .content .accordion .info {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0 0;
  width: 90%;
  margin-left: auto;
  text-align: left;
}
section#core-strengths .content .accordion .info p {
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0 0;
  color: #3c3d3d;
}
@media only screen and (min-width: 1024px) {
  section#core-strengths .content {
    margin-top: 80px;
    padding: 0 0 60px 0;
  }
  section#core-strengths .content .accordion h3 {
    padding: 15px 0;
    padding-left: 10%;
    font-size: 4rem !important;
    font-weight: 400;
  }
  section#core-strengths .content .accordion h3 span {
    bottom: -27px;
  }
  section#core-strengths .content .accordion .info {
    width: 80%;
  }
  section#core-strengths .content .accordion .info p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  section#core-strengths {
    padding: 60px 0;
  }
}/*# sourceMappingURL=style.css.map */