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

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #090909;
  scroll-behavior: smooth;
  /* instantly hide preloader */
}
html.preloader-skip .preloader {
  display: none !important;
}

picture,
img {
  display: block;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.button {
  position: relative;
  padding: 22px 25px;
  width: 312px;
  height: 64px;
  background-color: #3d1f0d;
  font: 700 2rem "Syncopate", sans-serif;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 18px 18px 14px;
    width: 234px;
    height: 48px;
    font-size: 15px;
  }
}
.button svg {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .button svg {
    right: 20px;
    width: 11px;
    height: 12px;
  }
}
.button svg path {
  stroke: #fff;
  fill: #fff;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
.button:hover {
  background-color: #fff;
  color: #3d1f0d;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.button:hover svg path {
  stroke: #3d1f0d;
  fill: #3d1f0d;
}
@media screen and (max-width: 767px) {
  .button--copy svg {
    right: 18px;
    width: 18px;
    height: 15px;
  }
}

.title {
  font-weight: 900;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 16px;
  }
}
.title span {
  display: block;
  position: relative;
  padding-bottom: 28px;
  font: 700 5.4rem "Syncopate", sans-serif;
  line-height: 1.1481481481em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title span {
    padding-bottom: 13px;
    font-size: 36px;
  }
}
@media screen and (max-width: 320px) {
  .title span {
    font-size: 32px;
  }
}
.title span::after {
  content: "";
  width: 215px;
  height: 10px;
  background-color: #47291d;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .title span::after {
    width: 63px;
    height: 8px;
  }
}

.contact-banner {
  padding-block: 60px 40px;
}
@media screen and (max-width: 767px) {
  .contact-banner {
    padding-block: 34px;
  }
}
.contact-banner__link {
  display: block;
  position: relative;
  padding: 65.5px 7%;
  width: 100%;
  background-color: #3d1f0d;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contact-banner__link {
    padding: 46px 12.12% 50px 15.15%;
  }
}
@media screen and (max-width: 389px) {
  .contact-banner__link {
    padding-inline: 8%;
  }
}
.contact-banner__link:hover {
  background-color: #fff;
  color: #3d1f0d;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.contact-banner__link:hover svg path {
  stroke: #3d1f0d;
  fill: #3d1f0d;
}
.contact-banner__title {
  margin-bottom: 46px;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact-banner__title {
    margin-bottom: 42px;
    font-size: 18px;
  }
}
.contact-banner__title span {
  display: block;
  font: 700 6rem "Syncopate", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-banner__title span {
    font-size: 36px;
    line-height: 1em;
  }
}
.contact-banner__desc {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contact-banner__desc {
    font-size: 16px;
    line-height: 2em;
  }
}
@media screen and (max-width: 320px) {
  .contact-banner__desc {
    font-size: 14px;
  }
}
.contact-banner svg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-banner svg {
    right: 15px;
    bottom: 15px;
    width: 11px;
    height: 12px;
  }
}
.contact-banner svg path {
  stroke: #fff;
  fill: #fff;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out;
}

.footer {
  background-color: #3cdc92;
}
.footer__inner {
  position: relative;
  margin-inline: auto;
  max-width: 1366px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 7.69%;
    max-width: 100%;
  }
}
.footer__wrapper {
  padding: 60px 9.08% 0 7.83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .footer__wrapper {
    -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;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    display: none;
  }
}
.footer__company-title {
  padding-bottom: 12px;
  font-size: 2.4rem;
}
.footer__company-address {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .footer__nav {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.footer__nav-link {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1em;
  text-underline-offset: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__nav-link:hover {
  font-weight: 700;
  text-decoration: underline;
}
.footer__copyright {
  padding: 63px 15px 30px;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 4px 0 40px 9px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 360px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.footer__logo {
  font-weight: 500;
  font-size: clamp(6rem, -1.186rem + 7.018vw, 8.4rem);
  font-family: "Mohave", sans-serif;
  line-height: 0.7em;
  letter-spacing: 6%;
  color: #fff;
  opacity: 0.45;
  position: absolute;
  right: 9.08%;
  bottom: -5px;
}

.backtotop {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 1;
  width: 81px;
  height: 48px;
  background-color: #3d1f0d;
  font: 700 1.6rem "Syncopate", sans-serif;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  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;
}
@media screen and (max-width: 767px) {
  .backtotop {
    right: 16px;
    bottom: 16px;
    width: 64px;
    height: 38px;
    font-size: 14px;
  }
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}
.backtotop:hover {
  background-color: #fff;
  color: #3d1f0d;
}

.header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #3d1f0d;
}
.header__container {
  padding-left: 15px;
  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;
}
@media screen and (max-width: 1023px) {
  .header__container {
    padding-inline: 6.41%;
    height: 68px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__logo-img {
  width: auto;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    height: 30px;
  }
}
.header__logo-name {
  width: 131px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 2px;
  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;
}
@media screen and (max-width: 767px) {
  .header__logo-name {
    width: 110px;
    height: 30px;
  }
}
.header__logo-name span {
  font: 500 2.4rem "Mohave", sans-serif;
  letter-spacing: 6%;
  color: #fff;
  text-align: center;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .header__logo-name span {
    font-size: 20px;
    margin-bottom: -3px;
  }
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1023px) {
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding: 74px 19.74% 97px;
  }
}
.header__menu-link, .header__contact {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media screen and (min-width: 1023px) {
  .header__menu-link, .header__contact {
    height: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu-link, .header__contact {
    -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;
    gap: 10px;
  }
}
@media screen and (min-width: 1023px) {
  .header__menu-link svg, .header__contact svg {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu-link svg, .header__contact svg {
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 11px;
    height: 12px;
  }
}
.header__menu-link svg path, .header__contact svg path {
  stroke: #fff;
  fill: #fff;
}
.header__menu-link {
  width: 79px;
}
@media screen and (max-width: 1023px) {
  .header__menu-link {
    width: 100%;
  }
}
.header__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header__menu-link::after {
    display: none;
  }
}
.header__menu-link.active::after, .header__menu-link:not(.active):hover::after {
  opacity: 1;
  visibility: visible;
}
.header__menu-link.active {
  cursor: default;
}
.header__link-jp {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
  margin-top: -5px;
}
@media screen and (max-width: 1023px) {
  .header__link-jp {
    font-weight: 700;
  }
}
.header__link-en {
  font: 700 2.8rem "Syncopate", sans-serif;
  line-height: 1.1428571429em;
}
@media screen and (min-width: 1023px) {
  .header__link-en {
    display: none;
  }
}
.header__contact {
  width: 199px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1023px) {
  .header__contact {
    margin-left: 5px;
    background-color: #623f2b;
  }
}
@media screen and (max-width: 1023px) {
  .header__contact {
    width: 100%;
  }
}
.header__contact .header__link-jp {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .header__contact .header__link-jp {
    font-size: 18px;
  }
}
@media screen and (min-width: 1023px) {
  .header__contact:hover {
    background-color: #fff;
    color: #090909;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1023px) {
  .header__contact:hover .header__link-jp {
    font-weight: 700;
  }
}
.header__burger {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1023px) {
  .header__burger {
    display: none;
  }
}
.header__burger.active .header__burger-bar:first-child {
  -webkit-transform: translateY(8px) rotate(25deg);
          transform: translateY(8px) rotate(25deg);
}
.header__burger.active .header__burger-bar:last-child {
  -webkit-transform: translateY(-5px) rotate(-25deg);
          transform: translateY(-5px) rotate(-25deg);
}
.header__burger-bar {
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .header__menu {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: #3d1f0d;
    padding-bottom: 120px;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
.header__menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__brand {
  font: 500 4rem "Mohave", sans-serif;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
  opacity: 0.45;
  display: block;
  margin-inline: auto;
  padding-bottom: 118px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1023px) {
  .header__brand {
    display: none;
  }
}

.page-banner {
  position: relative;
  background-color: #debf24;
}
.page-banner--blue {
  background-color: #4eb5c7;
}
.page-banner::before {
  content: "";
  width: 93.92%;
  height: 108px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-banner::before {
    width: 92.31%;
    height: 48px;
  }
}
.page-banner::after {
  content: "";
  width: 93.92%;
  height: 22vw;
  background: #3cdc92;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 108px;
}
@media screen and (max-width: 767px) {
  .page-banner::after {
    width: 92.31%;
    height: 28vw;
    bottom: 48px;
  }
}
.page-banner__container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  padding: 141px 0 0 6.22%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-banner__container {
    padding: 106px 0 0 7.69%;
    gap: 13px;
  }
}
.page-banner__container > * {
  grid-row: 1;
  grid-column: 1;
}
.page-banner__title span {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .page-banner__title span {
    margin-bottom: 7px;
    font-size: 27px;
    line-height: 1.1481481481em;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title span::after {
    height: 5px;
  }
}
.page-banner__cover {
  position: relative;
  margin: 80px 0 0 auto;
  width: 53.13%;
}
@media screen and (max-width: 767px) {
  .page-banner__cover {
    grid-row: 2;
    margin: 0 0 -20px auto;
    width: 69.5%;
  }
}
.page-banner__cover::after {
  content: "";
  display: block;
  padding-top: 48.35%;
}
.page-banner__cover img {
  position: absolute;
  top: 0;
  left: 0;
}

.main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #07323f), to(#3cdc92));
  background: linear-gradient(to bottom, #07323f 18%, #3cdc92 100%);
}
.main__inner {
  margin-left: auto;
  width: 93.92%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main__inner {
    width: 92.31%;
  }
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: hidden;
  background: #3d1f0d;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  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;
}
.preloader.animate .preloader__background {
  background-position: 0;
}
.preloader.animate .preloader__brand svg path {
  fill: #3d1f0d;
}
.preloader.white {
  background: #fff;
}
.preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.preloader__background {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  -webkit-transition: background-position ease-in-out 0.3s;
  transition: background-position ease-in-out 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .preloader__background {
    background-size: 500%;
  }
}
.preloader__brand {
  display: block;
}

.top {
  background-color: #3cdc92;
}

.top-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  aspect-ratio: 16/9;
}
.top-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(33, 179, 111, 0.8)), to(#0c4e62));
  background: linear-gradient(to bottom, rgba(33, 179, 111, 0.8) 31%, #0c4e62 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.top-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 135px 0 0 5.12%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 15%;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-hero__content {
    padding: 122px 20.51% 0;
  }
}
@media screen and (max-width: 389px) {
  .top-hero__content {
    padding-inline: 12%;
  }
}
.top-hero__title {
  font-weight: 900;
  font-size: 6.7rem;
  line-height: 1.3880597015em;
}
@media screen and (max-width: 767px) {
  .top-hero__title {
    font-size: 50px;
    line-height: 1.32em;
  }
}
.top-hero__subtitle {
  padding-top: 9px;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .top-hero__subtitle {
    font-size: 20px;
    line-height: 1.9em;
  }
}

.top-about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #07323f), to(#3cdc92));
  background: linear-gradient(to bottom, #07323f 18%, #3cdc92 100%);
}
.top-about__cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-about__cover::after {
  content: "";
  display: block;
  padding-top: 42.15%;
}
@media screen and (max-width: 1023px) {
  .top-about__cover::after {
    padding-top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__cover::after {
    padding-top: 77.44%;
  }
}
@media screen and (max-width: 374px) {
  .top-about__cover::after {
    padding-top: 302px;
  }
}
.top-about__cover-image {
  position: absolute;
  inset: 0;
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
@media screen and (min-width: 1440px) {
  .top-about__cover-image {
    height: 120%;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__cover-image {
    height: 150%;
  }
}
.top-about__cover-text {
  font: 500 8.4rem "Mohave", sans-serif;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
  opacity: 0.45;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-about__cover-text {
    font-size: 40px;
  }
}
.top-about__wrapper {
  position: relative;
  padding-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .top-about__wrapper {
    padding-bottom: 46px;
  }
}
.top-about__title-wrap {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .top-about__title-wrap {
    margin-top: -65px;
  }
}
.top-about__title-wrap::after {
  content: "";
  width: 40.64vw;
  min-width: 555px;
  height: 100%;
  background-color: #3cdc92;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 1441px) {
  .top-about__title-wrap::after {
    width: calc(40.64vw + 97px);
  }
}
@media screen and (max-width: 767px) {
  .top-about__title-wrap::after {
    width: 80vw;
    min-width: 312px;
  }
}
.top-about__title {
  position: relative;
  z-index: 1;
  margin-bottom: 74px;
  padding-top: 67px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-about__title {
    padding-top: 40px;
    margin-bottom: 34px;
  }
}
.top-about__content {
  display: grid;
  grid-template-columns: 379px 1fr;
  grid-template-rows: auto;
  background: #092d48;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top-about__content {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .top-about__content > * {
    grid-row: 1;
  }
}
.top-about__info {
  grid-column: 1;
  padding: 60px 41px 38px 43px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-about__info {
    padding: 20px 20px 45px;
  }
}
.top-about__info-name {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .top-about__info-name {
    font-size: 24px;
  }
}
.top-about__info-desc {
  padding: 36px 20px 0 32px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2222222222em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top-about__info-desc {
    padding: 30px 35px 0 36px;
    font-size: 16px;
    line-height: 2em;
  }
}
@media screen and (max-width: 389px) {
  .top-about__info-desc {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 320px) {
  .top-about__info-desc {
    font-size: 14px;
  }
}
.top-about__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 38px;
}
@media screen and (min-width: 1023px) {
  .top-about__gallery {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-about__gallery {
    padding-block: 0 26px;
  }
}
.top-about__button {
  margin: auto 0 0 auto;
}
@media screen and (min-width: 1023px) {
  .top-about__button {
    grid-column: 2;
  }
}

@media screen and (min-width: 1023px) {
  .top-service {
    padding-top: 68px;
  }
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .top-service__list {
    grid-template-columns: 100%;
  }
}
.top-service__item {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-service__item {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top-service__item {
    height: 35.9vw;
    min-height: 140px;
  }
}
.top-service__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #3d1f0d;
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service__item:nth-child(even) .top-service__item-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-service__item-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  padding-inline: 6.3%;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-service__item-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px 6.41% 0;
  }
}
.top-service__title {
  font: 500 6.4rem "Mohave", sans-serif;
  line-height: 1em;
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  .top-service__title {
    font-size: 36px;
  }
}
.top-service__desc {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top-service__desc {
    font-size: 16px;
  }
}
.top-service__image {
  position: absolute;
  inset: 0;
}

.top-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 97px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-card {
    grid-template-columns: 100%;
    gap: 24px;
    padding: 60px 6.08% 0;
  }
}
@media screen and (max-width: 767px) {
  .top-card {
    padding: 35px 7.69% 0;
  }
}
.top-card__link {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-card__link {
    min-height: 360px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-card__profile {
  background-color: #debf24;
}
.top-card__profile .top-card__content {
  padding: 65px 18.29% 0 26.77%;
}
@media screen and (max-width: 1200px) {
  .top-card__profile .top-card__content {
    padding-left: 10.84%;
  }
}
@media screen and (max-width: 767px) {
  .top-card__profile .top-card__content {
    padding: 11px 3.94% 0;
  }
}
.top-card__investor {
  margin-block: 140px 42px;
  background-color: #4eb5c7;
}
@media screen and (max-width: 1023px) {
  .top-card__investor {
    margin: 0;
  }
}
.top-card__investor .top-card__content {
  padding: 65px 10.84% 0;
}
@media screen and (max-width: 767px) {
  .top-card__investor .top-card__content {
    padding: 11px 3.94% 0;
  }
}
.top-card__item-wrap {
  padding-block: 35px;
}
@media screen and (max-width: 767px) {
  .top-card__item-wrap {
    padding: 38px 11.51% 28px 10.86%;
  }
}
@media screen and (max-width: 320px) {
  .top-card__item-wrap {
    padding-inline: 5.33%;
  }
}
.top-card__subtitle {
  font-weight: 900;
  font-size: 3.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-card__subtitle {
    font-size: 24px;
  }
}
.top-card__subtitle .fs46 {
  font-size: 4.6rem;
  line-height: 0.7em;
}
@media screen and (max-width: 767px) {
  .top-card__subtitle .fs46 {
    font-size: 24px;
  }
}
.top-card__desc {
  padding-top: 19px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  .top-card__desc {
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  .top-card__desc {
    font-size: 14px;
  }
}
.top-card__button {
  margin-left: auto;
  display: block;
}

.profile__container {
  padding: 56px 12.71% 76px 9.36%;
}
@media screen and (max-width: 767px) {
  .profile__container {
    padding: 60px 6.96% 40px 9.47%;
  }
}
.profile__content {
  padding-block: 35px 57px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #090909;
}
@media screen and (max-width: 767px) {
  .profile__content {
    padding: 36px 6.33% 15px 2%;
  }
}
.profile__list {
  width: 100%;
  border-collapse: collapse;
}
.profile__item td {
  font-size: 1.6rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .profile__item td {
    display: block;
    line-height: 1.25em;
  }
}
.profile__label {
  padding-block: 15px;
  width: 200px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile__label {
    width: 100%;
    padding-block: 0;
  }
}
.profile__data {
  padding-block: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .profile__data {
    padding-block: 13px 30px;
  }
}

.news__tag {
  margin-right: 22px;
  margin-bottom: 6px;
  font: 700 2rem "Syncopate", sans-serif;
  line-height: 1em;
}
.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 11px;
}
.news__date {
  font-weight: 700;
  font-size: 1.6rem;
}
.news__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.news__category {
  display: inline-block;
  width: 100px;
  height: 19px;
  background: #737272;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 2px 0 3px;
  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;
}
.news__title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
}
.news__archive-block {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 65px;
  padding: 24px 13.27% 68px 7.45%;
}
@media screen and (max-width: 1023px) {
  .news__archive-block {
    padding-inline: 6.08%;
  }
}
@media screen and (max-width: 767px) {
  .news__archive-block {
    grid-template-columns: 100%;
    gap: 18px;
    padding: 47px 4.74% 63px;
  }
}
.news__archive-block--full {
  grid-template-columns: 100%;
  padding-block: 9px 109px;
}
@media screen and (max-width: 767px) {
  .news__archive-block--full {
    padding-block: 54px 40px;
  }
}
.news__archive-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .news__archive-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.news__archive-menu-link {
  display: block;
  width: 100%;
  height: 27px;
  background-color: #3d1f0d;
  border: 1px solid #3d1f0d;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__archive-menu-link:not(.active):hover, .news__archive-menu-link.active {
  background-color: #fff;
  color: #3d1f0d;
}
.news__archive-menu-link.active {
  cursor: default;
}
.news__archive-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news__archive-list {
    padding: 0 3.99% 36px;
  }
}
.news__archive-link {
  display: block;
  position: relative;
  padding: 22px 55px 22px 22px;
  background-color: #fff;
  color: #090909;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .news__archive-link {
    padding: 14px 0;
  }
}
.news__archive-link:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.news__archive-link svg {
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news__archive-link svg {
    display: none;
  }
}
.news__archive-link svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news__archive-link:hover {
  background-color: #3d1f0d;
  color: #fff;
}
.news__archive-link:hover svg path {
  stroke: #fff;
  fill: #fff;
}
.news__archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__single-container {
  padding: 20px 4.97% 66px;
}
@media screen and (max-width: 767px) {
  .news__single-container {
    padding: 40px 6.13% 46px;
  }
}
.news__single-tag {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .news__single-tag {
    margin-bottom: 9px;
  }
}
.news__single-title {
  margin-block: 48px;
  font-size: 2.4rem;
  line-height: 1.5833333333em;
}
@media screen and (max-width: 767px) {
  .news__single-title {
    margin-block: 28px;
    font-size: 20px;
    line-height: 1.9em;
  }
}
.news__single-title, .news__single-content {
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .news__single-title, .news__single-content {
    padding-inline: 3.49% 1.27%;
    max-width: 100%;
  }
}
.news__single-content, .news__single-content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
  color: #090909;
}
.news__single-content img {
  margin: 62px auto 0;
  width: 100%;
  max-width: 640px !important;
  aspect-ratio: 640/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .news__single-content img {
    margin-top: 30px;
  }
}
.news__single-content img::after {
  content: "";
  display: block;
  padding-top: 60.94%;
}
.news__single-pdf {
  display: block;
  margin-inline: auto;
  width: 280px;
  height: 400px;
  border: 1px solid #3d1f0d;
}
.news__single-pdf img {
  margin-top: 0;
}
.news__text {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5833333333em;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 20px;
    text-align: center;
  }
}

.wp-pagenavi,
.pagination {
  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;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .pagination__prev,
.wp-pagenavi .pagination__return,
.wp-pagenavi .pagination__next,
.wp-pagenavi .last,
.pagination .previouspostslink,
.pagination .nextpostslink,
.pagination .page,
.pagination .current,
.pagination .extend,
.pagination .pagination__prev,
.pagination .pagination__return,
.pagination .pagination__next,
.pagination .last {
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  padding-top: 2px;
  height: 40px;
  border: 1px solid #3d1f0d;
  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;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .pagination__return,
.pagination .previouspostslink,
.pagination .nextpostslink,
.pagination .pagination__return {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #3d1f0d;
}

.wp-pagenavi {
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 15px;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 82px;
  text-transform: lowercase;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #fff;
  color: #3d1f0d;
}
.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  width: 40px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #3d1f0d;
}
.wp-pagenavi .page {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page:nth-of-type(2) {
    display: none;
  }
}
.wp-pagenavi .page:hover,
.wp-pagenavi .current,
.wp-pagenavi .last:hover {
  background-color: #3d1f0d;
  color: #fff;
}

.pagination {
  margin-top: 32px;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 56px;
  }
}
.pagination__return {
  padding-bottom: 3px;
  width: 113px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__return:hover {
  background-color: #fff;
  color: #3d1f0d;
}
.pagination__prev, .pagination__next {
  width: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__prev:not(.disabled):hover, .pagination__next:not(.disabled):hover {
  background-color: #3d1f0d;
  color: #fff;
}
.pagination__prev:not(.disabled):hover svg path, .pagination__next:not(.disabled):hover svg path {
  stroke: #fff;
}
.pagination__prev.disabled, .pagination__next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination__prev svg, .pagination__next svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pagination__prev svg {
  -webkit-transform: translateY(-1px) rotate(180deg);
          transform: translateY(-1px) rotate(180deg);
}
.pagination__prev svg path {
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}

.page-404__container {
  margin-inline: auto;
  padding: 60px 6.08% 120px;
  max-width: calc(1000px + 12.16%);
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page-404__container {
    padding: 40px 7.69% 80px;
    max-width: 100%;
    font-size: 16px;
  }
}
.page-404__link {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.page-404__link:hover {
  text-decoration: none;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.container {
  padding-inline: 6.08%;
  margin-inline: auto;
  max-width: calc(1200px + 12.16%);
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 7.69%;
    max-width: 100%;
  }
}

.relative {
  position: relative;
}