@charset "UTF-8";
/* ========================================
	Settings
======================================== */
/* ----------------------------------------
	Color
---------------------------------------- */
/* ----------------------------------------
	Typography
---------------------------------------- */
/* ----------------------------------------
	Layout
---------------------------------------- */
/* ----------------------------------------
	Header
---------------------------------------- */
/* ----------------------------------------
	Spacing
---------------------------------------- */
/* ----------------------------------------
	Z-index
---------------------------------------- */
/* ----------------------------------------
	Header Responsive Control
---------------------------------------- */
/* ----------------------------------------
	Header Colors
---------------------------------------- */
/* ----------------------------------------
	Hero Side Banner Width
---------------------------------------- */
/* ========================================
	Mixins
======================================== */
/* ----------------------------------------
	Media Query
---------------------------------------- */
/* ----------------------------------------
	Container
---------------------------------------- */
/* ----------------------------------------
	Flex Center
---------------------------------------- */
/* ----------------------------------------
	Absolute Fill
---------------------------------------- */
/* ----------------------------------------
	Text Ellipsis
---------------------------------------- */
/* ----------------------------------------
	Multi Line Clamp
---------------------------------------- */
/* ----------------------------------------
	Rim Design
---------------------------------------- */
.br-sp {
  display: none;
}

.br-pc {
  display: inline;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
  .br-pc {
    display: none;
  }
}
.rm-body p {
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.rm-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2.4rem 0 1.2rem;
  margin: 0 0 1.2rem;
}

.rm-embed {
  margin: 3rem 0;
}
.rm-embed--youtube {
  position: relative;
  aspect-ratio: 16/9;
}
.rm-embed--youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rm-link {
  word-break: break-all;
}
.rm-link--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.rm-link-wrap--button {
  margin: 2.4rem 0;
}

/* ========================================
	Base
======================================== */
/* ----------------------------------------
	Reset
---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin: 0;
}

/* ----------------------------------------
	Layout
---------------------------------------- */
.wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ----------------------------------------
	Utility
---------------------------------------- */
.is-hidden {
  display: none;
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.center {
  text-align: center;
}

.headerAjust {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .headerAjust {
    padding-top: 6.4rem;
    margin-top: -6.4rem;
  }
}

/* ========================================
	Header
======================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #c1d63b;
  color: #343434;
  border-bottom: 0;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 8rem;
  padding: 0 0 0 2.4rem;
}
.site-header__main {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 0;
  flex: 1 1 auto;
}
.site-header__logo {
  display: block;
  width: 15rem;
  width: 284px;
  width: 234px;
  height: 100px;
  position: absolute;
  top: 12px;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header__name {
  display: block;
  width: 192px;
  position: absolute;
  top: 32px;
  left: 276px;
}
.site-header__subtitle {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  color: #343434;
  padding-left: 470px;
}
.site-header__subtitle-main, .site-header__subtitle-sub {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
.site-header__subtitle-sub {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.site-header__controls {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 0 0 auto;
}
.site-header__menu-nav {
  display: block;
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-header__menu-item {
  flex: 0 0 auto;
}
.site-header__menu-link {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #343434;
}
.site-header__toggle {
  position: relative;
  z-index: 1100;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 80px;
  height: 8rem;
  padding: 0;
  border: 0;
  background: #343434;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
}
.site-header__toggle-lines {
  display: grid;
  gap: 0.5rem;
}
.site-header__toggle-line {
  display: block;
  width: 2.8rem;
  height: 1px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-header__toggle-label {
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
}
.site-header__drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(42rem, 100%);
  height: 100dvh;
  padding: 10rem 2.4rem 3.2rem;
  background: #fff;
  color: #111;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.site-header__drawer-inner {
  height: 100%;
}
.site-header__drawer-menu {
  display: grid;
  gap: 1.6rem;
}
.site-header__drawer-menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.site-header__drawer-menu-link {
  display: block;
  padding: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.site-header.is-open .site-header__drawer {
  transform: translateX(0);
}
.site-header.is-open .site-header__toggle-line:nth-child(1) {
  transform: translateY(0.6rem) rotate(45deg);
}
.site-header.is-open .site-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.site-header.is-open .site-header__toggle-line:nth-child(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
}
@media (max-width: 1180px) {
  .site-header__menu-nav {
    display: none;
  }
}
@media (max-width: 920px) {
  .site-header__subtitle {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__inner {
    min-height: 6.4rem;
    padding: 0 0 0 1.6rem;
    gap: 1.2rem;
  }
  .site-header__main {
    gap: 1.2rem;
  }
  .site-header__logo {
    width: 204px;
    top: 6px;
  }
  .site-header__name {
    left: 240px;
    top: 20px;
  }
}
@media (max-width: 768px) and (max-width: 523px) {
  .site-header__name {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__subtitle {
    display: none;
  }
  .site-header__menu-nav {
    display: none;
  }
  .site-header__toggle {
    width: 6.4rem;
    height: 6.4rem;
  }
}

/* ========================================
	Footer
======================================== */
.site-footer {
  padding: 4rem 2rem;
  background: #fff;
}
.site-footer__inner {
  display: flex;
  justify-content: center;
}
.site-footer__sns {
  padding-bottom: 6rem;
}
.site-footer__sns h3 {
  text-align: center;
  font-size: 2.4rem;
}
.site-footer__sns ul {
  text-align: center;
}
.site-footer__sns ul li {
  display: inline-block;
  padding: 2rem 1rem;
}
.site-footer__sns ul li a img {
  max-width: 368px;
  width: 100%;
  display: block;
}
.site-footer__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.site-footer__logo {
  flex: 0 0 auto;
  width: 18rem;
}
.site-footer__logo a {
  display: block;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__content {
  display: grid;
  gap: 0.8rem;
}
.site-footer__site-copy {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  color: #343434;
}
.site-footer__contact {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #343434;
}
.site-footer__contact strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 3.2rem 2rem;
  }
  .site-footer__main {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 1.6rem;
  }
  .site-footer__logo {
    width: 16rem;
  }
  .site-footer__site-copy {
    font-size: 1.5rem;
  }
  .site-footer__contact {
    font-size: 1.4rem;
  }
  .site-footer__sns {
    padding-bottom: 6rem;
  }
  .site-footer__sns ul {
    padding-top: 2.5rem;
  }
  .site-footer__sns ul li {
    padding: 0 0 0.5rem;
  }
}

/* ========================================
	Common Components
======================================== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  padding: 1.4rem 2.4rem;
  border: 1px solid #111;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.button--primary {
  color: #fff;
  background: #111;
}
@media (max-width: 768px) {
  .button {
    width: 100%;
    min-width: 0;
  }
}

.home-hero-banner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  text-align: center;
}
.home-hero-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.8rem;
}
.home-hero-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.home-hero-banner__icon img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.home-hero-banner__label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.home-hero-banner--gallery {
  background: #00aca1;
  color: #fff;
}
.home-hero-banner--tour {
  background: #fff;
  color: #343434;
}
.home-hero-banner--instagram {
  background: #c1d63b;
  aspect-ratio: 1/1;
  align-self: end;
}
.home-hero-banner--instagram .home-hero-banner__inner {
  padding: 0.8rem;
}
.home-hero-banner--instagram .home-hero-banner__icon img {
  width: 3rem;
  height: 3rem;
}

.hub-card-grid {
  display: grid;
  gap: 2.4rem;
}
.hub-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hub-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hub-card-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .hub-card-grid--three, .hub-card-grid--four, .hub-card-grid--six {
    grid-template-columns: 1fr;
  }
}

.hub-feature-card {
  height: 100%;
  background: #fff;
}
.hub-feature-card__link {
  display: block;
  height: 100%;
}
.hub-feature-card__image {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.hub-feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hub-feature-card__body {
  padding: 1.6rem 0 0;
}
.hub-feature-card__date {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
.hub-feature-card__title {
  font-size: 2rem;
  line-height: 1.5;
}
.hub-feature-card__text {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.labs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.labs-nav__item {
  flex: 0 0 auto;
}
.labs-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 1.8rem;
  border: 1px solid #111;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .labs-nav {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.home-contact {
  display: grid;
  grid-template-columns: 43.4% minmax(0, 1fr);
  align-items: center;
  background: #fff;
}
.home-contact__row {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-contact__label {
  font-size: 1.4rem;
  line-height: 1.8;
}
.home-contact__value {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .home-contact__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}

/* ========================================
	Page: Home
======================================== */
.home-hero {
  position: relative;
  padding: 0 0 6rem;
  padding: 0;
}
.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
  align-items: stretch;
  min-height: calc(100dvh - 8rem);
}
.home-hero__inner_sp {
  display: none;
}
.home-hero__main {
  position: relative;
  min-width: 0;
}
.home-hero__visual {
  position: relative;
  height: 100%;
  min-height: 72rem;
  overflow: hidden;
  background: #e9e2d5;
}
.home-hero__tower {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.home-hero__tower img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-hero__slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.home-hero__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__slide-item.is-active {
  opacity: 1;
}
.home-hero__copy {
  position: absolute;
  left: 6rem;
  bottom: 5.6rem;
  z-index: 4;
  max-width: 56rem;
  color: #111;
}
.home-hero__lead {
  font-size: 1.6rem;
  line-height: 1.7;
}
.home-hero__title {
  margin-top: 1.2rem;
  font-size: 4rem;
  line-height: 1.3;
}
.home-hero__title-sub {
  display: block;
  margin-top: 0.8rem;
  font-size: 6rem;
  line-height: 1.1;
}
.home-hero__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.home-hero__side-banners {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  width: 80px;
  height: 100%;
  align-self: stretch;
}
@media (max-width: 768px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .home-hero__inner {
    display: none;
  }
  .home-hero__inner_sp {
    display: block;
  }
  .home-hero__visual {
    min-height: 52rem;
  }
  .home-hero__copy {
    left: 2rem;
    right: 2rem;
    bottom: 2.4rem;
    max-width: none;
  }
  .home-hero__title {
    font-size: 2.8rem;
  }
  .home-hero__title-sub {
    font-size: 4rem;
  }
  .home-hero__side-banners {
    display: none;
  }
}

.home-news-hub,
.home-kpi,
.home-labs-intro,
.home-learn,
.home-experience,
.home-future,
.home-report-hub,
.home-contact {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .home-news-hub,
  .home-kpi,
  .home-labs-intro,
  .home-learn,
  .home-experience,
  .home-future,
  .home-report-hub,
  .home-contact {
    padding: 4rem 0;
  }
}

.home-news-hub {
  padding: 6rem 0;
  background: #f3f3f3;
}
.home-news-hub__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.home-news-hub__head-main {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  min-width: 0;
}
.home-news-hub__head-side {
  flex: 0 0 auto;
}
.home-news-hub__title {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
}
.home-news-hub__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem;
  min-width: 0;
}
.home-news-hub__cats-item {
  flex: 0 0 auto;
}
.home-news-hub__cats-link {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #343434;
}
.home-news-hub__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background: #000;
  white-space: nowrap;
}
.home-news-hub__text {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #343434;
}
.home-news-hub__body {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .home-news-hub {
    padding: 4rem 0;
  }
  .home-news-hub__head {
    display: block;
    padding-right: 12rem;
  }
  .home-news-hub__head-main {
    display: grid;
    gap: 1.2rem;
  }
  .home-news-hub__head-side {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home-news-hub__title {
    font-size: 2.8rem;
  }
  .home-news-hub__text {
    margin-top: 1.6rem;
  }
  .home-news-hub__body {
    margin-top: 2rem;
  }
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .home-news-grid {
    grid-template-columns: 1fr;
  }
}

.home-news-card {
  height: 100%;
  background: #fff;
}
.home-news-card__link {
  display: block;
  height: 100%;
}
.home-news-card__image {
  position: relative;
  overflow: visible;
  aspect-ratio: 800/600;
}
.home-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news-card__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  background: #c1d63b;
}
.home-news-card__body {
  padding: 2.2rem 1.6rem 1.6rem;
}
.home-news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.home-news-card__date {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #343434;
}
.home-news-card__cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #343434;
  text-align: right;
}
.home-news-card__title {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-news-card__body {
    padding: 2rem 1.4rem 1.4rem;
  }
}

.home-kpi {
  padding: 0 0 6rem;
  background: #f3f3f3;
}
.home-kpi__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.home-kpi__head-main {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  min-width: 0;
}
.home-kpi__title {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #343434;
}
.home-kpi__lead {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #343434;
}
.home-kpi__body {
  margin-top: 2.4rem;
}
.home-kpi__row {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.home-kpi__label {
  flex: 0 0 auto;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #c1d63b;
}
.home-kpi__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  min-width: 0;
  padding-top: 0.4rem;
}
.home-kpi__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid #000;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #343434;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home-kpi {
    padding: 0 0 4rem;
  }
  .home-kpi__head-main {
    display: grid;
    gap: 1.2rem;
  }
  .home-kpi__title {
    font-size: 2.8rem;
  }
  .home-kpi__body {
    margin-top: 2rem;
  }
  .home-kpi__row {
    display: grid;
    gap: 1.2rem;
  }
  .home-kpi__label {
    font-size: 2.8rem;
  }
  .home-kpi__list {
    padding-top: 0;
  }
  .home-kpi__item {
    white-space: normal;
  }
}

.home-labs-intro {
  position: relative;
  padding: 0;
  background: #FFF;
}
.home-labs-intro__video {
  position: relative;
  width: 100%;
  aspect-ratio: 1423/854;
  overflow: hidden;
  background: #000;
}
.home-labs-intro__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-labs-intro__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50.5973295854%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.home-labs-intro__overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.home-labs-intro__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0rem 6rem;
  border-radius: 999px;
  background: #fff;
  text-align: center;
}
.home-labs-intro__label-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #343434;
}
.home-labs-intro__links {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84.2586085734%;
  max-width: 1199px;
  transform: translate(-50%, 50%);
  z-index: 3;
  display: grid;
  grid-template-columns: 36.4% 32.45% 30%;
}
.home-labs-intro__link {
  display: block;
  width: 100%;
}
.home-labs-intro__link img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .home-labs-intro {
    padding: 0;
  }
  .home-labs-intro__video {
    aspect-ratio: 286/180;
  }
  .home-labs-intro__overlay {
    width: 71.4285714286%;
  }
  .home-labs-intro__label {
    min-height: 4rem;
    padding: 0rem 3rem;
  }
  .home-labs-intro__label-text {
    font-size: 1.3rem;
  }
  .home-labs-intro__links {
    width: 96%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 75%);
  }
}

.home-labs-intro_spacer {
  position: relative;
  height: auto;
  display: block;
}
.home-labs-intro_spacer:before {
  content: "";
  display: block;
  padding-top: 20%;
}
.home-labs-intro_spacer {
  max-width: 1199px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home-labs-intro_spacer {
    position: relative;
    height: auto;
    display: block;
  }
  .home-labs-intro_spacer:before {
    content: "";
    display: block;
    padding-top: 30%;
  }
}

.home-labs-cutaway {
  position: relative;
  padding: 0;
  background-image: url(img/home/labs-cutaway-bg.webp);
  background-size: cover;
  background-position: center center;
}
.home-labs-cutaway__bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.home-labs-cutaway__box {
  position: relative;
  height: auto;
  display: block;
}
.home-labs-cutaway__box:before {
  content: "";
  display: block;
  padding-top: 48.0059084195%;
}
.home-labs-cutaway__box {
  max-width: 1354px;
  margin: 0 auto;
  overflow: hidden;
}
.home-labs-cutaway__hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-labs-cutaway__figure {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.home-labs-cutaway__figure-pc {
  display: block;
  width: 100%;
  max-width: 1354px;
  height: auto;
}
.home-labs-cutaway__figure-sp {
  display: none;
}
.home-labs-cutaway__movie {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54.8744460857%;
  height: 59.6923076923%;
  transform: translate(-27.4741506647%, -17.3846153846%);
  pointer-events: auto;
  overflow: hidden;
}
.home-labs-cutaway__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-labs-cutaway__hero {
    display: grid;
    gap: 0;
  }
  .home-labs-cutaway__bg {
    aspect-ratio: 70/30;
  }
  .home-labs-cutaway__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-labs-cutaway__figure {
    position: absolute;
    inset: 0;
    display: block;
  }
  .home-labs-cutaway__figure-pc {
    display: none;
  }
  .home-labs-cutaway__figure-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-labs-cutaway__movie {
    display: none;
  }
}

.home-labs-cutaway__movie-sp {
  display: none;
}
@media (max-width: 768px) {
  .home-labs-cutaway__movie-sp {
    display: block;
  }
  .home-labs-cutaway__movie-sp video {
    width: 100%;
    display: block;
  }
}

.home-learn__head,
.home-experience__head,
.home-future__head,
.home-report-hub__head,
.home-contact__head {
  margin-bottom: 2.4rem;
}
.home-learn__title,
.home-experience__title,
.home-future__title,
.home-report-hub__title,
.home-contact__title {
  font-size: 3.2rem;
  line-height: 1.3;
}

.home-learn__body {
  display: grid;
  gap: 3.2rem;
}

.home-report-hub {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.home-report-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.home-report-hub__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-report-hub__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-report-hub__inner {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
.home-report-hub__head {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
.home-report-hub__title {
  font-size: 6.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.home-report-hub__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0.8rem 2rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.home-report-hub__foot {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.home-report-hub__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0.8rem 2.4rem;
  border: 2px solid #fff;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .home-report-hub__inner {
    padding: 4rem 0;
  }
  .home-report-hub__head {
    gap: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .home-report-hub__title {
    font-size: 2.8rem;
  }
  .home-report-hub__lead {
    min-height: 4.2rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
  .home-report-hub__foot {
    margin-top: 2.4rem;
  }
}

.home-report-hub-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2.4rem;
  gap: 0 2.4rem;
}
.home-report-hub-list__item {
  min-width: 0;
}
@media (max-width: 768px) {
  .home-report-hub-list {
    grid-template-columns: 1fr;
  }
}

.home-report-hub-card {
  height: 100%;
  background: transparent;
}
.home-report-hub-card__link {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1.2rem;
  min-height: 100%;
  padding: 1.6rem 0;
  color: #fff;
}
.home-report-hub-card__icon {
  flex: 0 0 auto;
  width: 4.8rem;
}
.home-report-hub-card__icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-report-hub-card__body {
  min-width: 0;
}
.home-report-hub-card__date {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
}
.home-report-hub-card__title {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .home-report-hub-card__link {
    padding: 1.2rem 0;
  }
}

.learn-section-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
}
.learn-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-image: radial-gradient(circle, #b9c1c3 1px, transparent 2px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  background-position: left center;
}
.learn-section-title__icon {
  flex: 0 0 auto;
  width: 69px;
}
.learn-section-title__icon img {
  display: block;
  width: 69px;
  height: 72px;
  object-fit: contain;
}
.learn-section-title__text {
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 768px) {
  .learn-section-title {
    gap: 1.2rem;
    padding-bottom: 1.6rem;
  }
  .learn-section-title__icon {
    width: 4.8rem;
  }
  .learn-section-title__icon img {
    width: 4.8rem;
    height: auto;
  }
  .learn-section-title__text {
    font-size: 2.8rem;
  }
  .learn-section-title::after {
    height: 4px;
    background-image: radial-gradient(circle, #b9c1c3 1px, transparent 1px);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: left center;
  }
}

.home-learn {
  padding: 6rem 0;
  background: #fff;
}
.home-learn__head {
  margin-bottom: 3.2rem;
}
.home-learn__body {
  display: grid;
  gap: 2.4rem;
}
.home-learn__posts {
  display: contents;
}
@media (max-width: 768px) {
  .home-learn {
    padding: 4rem 0;
  }
  .home-learn__head {
    margin-bottom: 2.4rem;
  }
  .home-learn__body {
    gap: 1.6rem;
  }
  .home-learn__posts {
    display: block;
  }
}

.home-learn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
}
.home-learn-grid__item {
  min-width: 0;
}
@media (max-width: 768px) {
  .home-learn-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.home-learn-card {
  height: 100%;
  background: transparent;
}
.home-learn-card__link {
  display: block;
  height: 100%;
}
.home-learn-card__image {
  position: relative;
  overflow: visible;
}
.home-learn-card__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/600;
  object-fit: cover;
  border-radius: 10px;
}
.home-learn-card__tag {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.6rem;
  border-radius: 999px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  color: #343434;
  background: #c1d63b;
}
.home-learn-card__body {
  padding-top: 1.6rem;
}
.home-learn-card__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 768px) {
  .home-learn-card__tag {
    right: 16px;
  }
  .home-learn-card__body {
    padding-top: 1.2rem;
  }
  .home-learn-card__title {
    font-size: 1.8rem;
  }
}

.home-experience,
.home-future {
  padding: 6rem 0;
  background: #fff;
}
.home-experience__head,
.home-future__head {
  margin-bottom: 3.2rem;
}
.home-experience__body,
.home-future__body {
  display: block;
}
@media (max-width: 768px) {
  .home-experience,
  .home-future {
    padding: 4rem 0;
  }
  .home-experience__head,
  .home-future__head {
    margin-bottom: 2.4rem;
  }
}

.home-contact {
  display: grid;
  grid-template-columns: clamp(32rem, 43.4vw, 61.8rem) minmax(0, 1fr);
  align-items: center;
  background: #fff;
}
.home-contact__media {
  position: relative;
  overflow: visible;
}
.home-contact__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 618/429;
  object-fit: cover;
}
.home-contact__badge {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 163px;
  border-radius: 50%;
  background: #c2d73b;
  text-align: center;
  z-index: 2;
}
.home-contact__badge-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
.home-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding-left: clamp(4rem, 9vw, 14rem);
  padding-right: 2.4rem;
  min-height: 429px;
}
.home-contact__info {
  display: grid;
  gap: 1rem;
}
.home-contact__info p {
  line-height: 1;
}
.home-contact__line {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #343434;
}
.home-contact__line strong {
  font-weight: 700;
}
.home-contact__notes {
  display: grid;
}
.home-contact__notes p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #343434;
}
@media (max-width: 768px) {
  .home-contact {
    grid-template-columns: 1fr;
  }
  .home-contact__media img {
    aspect-ratio: 618/429;
  }
  .home-contact__badge {
    top: auto;
    right: auto;
    left: 2.4rem;
    bottom: 0;
    transform: translateY(25%);
    width: 13rem;
    height: 13rem;
  }
  .home-contact__badge-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .home-contact__content {
    min-height: 0;
    padding: 5.6rem 2rem 4rem;
    gap: 2rem;
  }
}

/* ========================================
	Home Blog
======================================== */
.home-news-list,
.home-report-list {
  display: grid;
  gap: 1.6rem;
}

.home-report-card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.home-report-card__link {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1.6rem;
  padding: 1.6rem 0;
}
.home-report-card__meta {
  min-width: 0;
}
.home-report-card__date {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.home-report-card__body {
  min-width: 0;
}
.home-report-card__title {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .home-report-card__link {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

/* ========================================
	Page: Lower
======================================== */
.page-hero {
  padding: 5.6rem 0 4rem;
  background: #f4efe6;
}
.page-hero__inner {
  display: grid;
  gap: 1.2rem;
}
.page-hero__title {
  font-size: 4rem;
  line-height: 1.2;
}
.page-hero__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .page-hero {
    padding: 4rem 0 3.2rem;
  }
  .page-hero__title {
    font-size: 2.8rem;
  }
}

.news-archive,
.report-archive {
  padding: 5.6rem 0 7.2rem;
}
@media (max-width: 768px) {
  .news-archive,
  .report-archive {
    padding: 4rem 0 5.6rem;
  }
}

.news-archive__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.report-archive__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

/* ========================================
	Blog
======================================== */
.news-list,
.report-list {
  display: grid;
  gap: 0;
}

.news-card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-card__link {
  display: grid;
  grid-template-columns: 16rem 1fr auto;
  gap: 2rem;
  align-items: start;
  padding: 2rem 0;
}
.news-card__meta {
  min-width: 0;
}
.news-card__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}
.news-card__cats-item {
  flex: 0 0 auto;
}
.news-card__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.news-card__body {
  min-width: 0;
}
.news-card__title {
  font-size: 2rem;
  line-height: 1.6;
}
.news-card__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.72);
}
.news-card__side {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 6rem;
}
.news-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #fff;
  background: #111;
}
@media (max-width: 768px) {
  .news-card__link {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.6rem 0;
  }
  .news-card__title {
    font-size: 1.8rem;
  }
  .news-card__side {
    justify-content: flex-start;
    min-width: 0;
  }
}

.report-card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.report-card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.report-card__link {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2rem 0;
}
.report-card__meta {
  min-width: 0;
}
.report-card__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.report-card__body {
  min-width: 0;
}
.report-card__title {
  font-size: 2rem;
  line-height: 1.6;
}
.report-card__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.72);
}
@media (max-width: 768px) {
  .report-card__link {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.6rem 0;
  }
  .report-card__title {
    font-size: 1.8rem;
  }
}

.news-single,
.report-single {
  padding: 5.6rem 0 7.2rem;
}
@media (max-width: 768px) {
  .news-single,
  .report-single {
    padding: 4rem 0 5.6rem;
  }
}

.news-single__head {
  display: grid;
  gap: 1.2rem;
}
.news-single__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.news-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.news-single__cats-item {
  flex: 0 0 auto;
}
.news-single__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.news-single__title {
  font-size: 3.4rem;
  line-height: 1.4;
}
.news-single__thumbnail {
  margin-top: 3.2rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.news-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-single__body {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.news-single__body h2 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  line-height: 1.5;
}
.news-single__body h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.news-single__body p {
  margin-top: 1.6rem;
}
.news-single__body ul,
.news-single__body ol {
  margin-top: 1.6rem;
  padding-left: 1.8em;
  list-style: revert;
}
.news-single__body li + li {
  margin-top: 0.6rem;
}
.news-single__body a {
  text-decoration: underline;
}
.news-single__body img {
  margin-top: 2.4rem;
}
.news-single__foot {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .news-single__title {
    font-size: 2.6rem;
  }
  .news-single__thumbnail {
    margin-top: 2.4rem;
  }
  .news-single__body {
    margin-top: 2.4rem;
  }
  .news-single__body h2 {
    margin-top: 3.2rem;
    font-size: 2.2rem;
  }
  .news-single__body h3 {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
  .news-single__foot {
    margin-top: 3.2rem;
  }
}

.report-single__head {
  display: grid;
  gap: 1.2rem;
}
.report-single__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.report-single__title {
  font-size: 3.4rem;
  line-height: 1.4;
}
.report-single__thumbnail {
  margin-top: 3.2rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.report-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-single__body {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.report-single__body h2 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  line-height: 1.5;
}
.report-single__body h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.report-single__body p {
  margin-top: 1.6rem;
}
.report-single__body ul,
.report-single__body ol {
  margin-top: 1.6rem;
  padding-left: 1.8em;
  list-style: revert;
}
.report-single__body li + li {
  margin-top: 0.6rem;
}
.report-single__body a {
  text-decoration: underline;
}
.report-single__foot {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .report-single__title {
    font-size: 2.6rem;
  }
  .report-single__thumbnail {
    margin-top: 2.4rem;
  }
  .report-single__body {
    margin-top: 2.4rem;
  }
  .report-single__body h2 {
    margin-top: 3.2rem;
    font-size: 2.2rem;
  }
  .report-single__body h3 {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
  .report-single__foot {
    margin-top: 3.2rem;
  }
}

.learn-archive {
  padding: 5.6rem 0 7.2rem;
}
.learn-archive__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .learn-archive {
    padding: 4rem 0 5.6rem;
  }
}

.learn-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
}
@media (max-width: 768px) {
  .learn-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.learn-card {
  height: 100%;
  background: #fff;
}
.learn-card__link {
  display: block;
  height: 100%;
}
.learn-card__image {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.learn-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.learn-card__body {
  padding: 1.6rem 0 0;
}
.learn-card__meta {
  display: grid;
  gap: 1rem;
}
.learn-card__date {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
.learn-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.learn-card__cats-item {
  flex: 0 0 auto;
}
.learn-card__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.learn-card__title {
  margin-top: 1.2rem;
  font-size: 2rem;
  line-height: 1.6;
}
.learn-card__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.72);
}

.learn-single {
  padding: 5.6rem 0 7.2rem;
}
.learn-single__head {
  display: grid;
  gap: 1.2rem;
}
.learn-single__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.learn-single__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.learn-single__cats-item {
  flex: 0 0 auto;
}
.learn-single__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.learn-single__title {
  font-size: 3.4rem;
  line-height: 1.4;
}
.learn-single__thumbnail {
  margin-top: 3.2rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.learn-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.learn-single__body {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.9;
}
.learn-single__body h2 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  line-height: 1.5;
}
.learn-single__body h3 {
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.learn-single__body p {
  margin-top: 1.6rem;
}
.learn-single__body ul,
.learn-single__body ol {
  margin-top: 1.6rem;
  padding-left: 1.8em;
  list-style: revert;
}
.learn-single__body li + li {
  margin-top: 0.6rem;
}
.learn-single__body a {
  text-decoration: underline;
}
.learn-single__body img {
  margin-top: 2.4rem;
}
.learn-single__foot {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .learn-single {
    padding: 4rem 0 5.6rem;
  }
  .learn-single__title {
    font-size: 2.6rem;
  }
  .learn-single__thumbnail {
    margin-top: 2.4rem;
  }
  .learn-single__body {
    margin-top: 2.4rem;
  }
  .learn-single__body h2 {
    margin-top: 3.2rem;
    font-size: 2.2rem;
  }
  .learn-single__body h3 {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
  .learn-single__foot {
    margin-top: 3.2rem;
  }
}

/* ========================================
	Utilities / State / Exception
======================================== */
.is-hidden {
  display: none;
}

/* ========================================
	Page: Lower
======================================== */
.report-hero {
  background: url("./img/home/report_bg.webp") center center/cover no-repeat;
}
.report-hero .page-hero__inner {
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.report-hero .page-hero__title {
  font-size: 8.8rem;
  color: #fff;
  font-weight: bold;
}
.report-hero .page-hero__title img {
  max-width: 70rem;
  width: 95%;
}
.report-hero .page-hero__lead {
  margin-bottom: 0;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.about-hero {
  background: url("./img/common/hario-labs-bg.webp") center center/cover no-repeat;
}
.about-hero .page-hero__inner {
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-hero .page-hero__title {
  font-size: 8.8rem;
  color: #fff;
  font-weight: bold;
}
.about-hero .page-hero__title img {
  max-width: 70rem;
  width: 95%;
}
.about-hero .page-hero__lead {
  margin-bottom: 0;
  font-size: 2.8rem;
  color: #c5d44c;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.about-intro {
  padding: 6rem 0;
}
.about-intro__head {
  margin-bottom: 2.4rem;
}
.about-intro__title {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}
.about-intro__image {
  margin-bottom: 2.4rem;
}
.about-intro__body {
  margin-bottom: 4rem;
}
.about-intro__body p + p {
  margin-top: 1.6rem;
}

.about-index {
  margin-bottom: 0;
}
.about-index__link {
  position: relative;
  display: block;
  padding: 0.5rem 2.4rem 0.5rem 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.about-index__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1.1rem solid currentColor;
  transform: translateY(-50%);
}

.about-section {
  padding: 0 0 6rem;
  padding-top: 8rem;
  margin-top: -8rem;
}
.about-section__head {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2.4rem;
  padding-top: 1.6rem;
  border-bottom: 1px solid #7c766f;
}
.about-section__icon {
  flex: 0 0 5rem;
  width: 5rem;
  position: relative;
  top: 0.5rem;
}
.about-section__icon.about-section__icon-one {
  top: -1rem;
}
.about-section__head-body {
  flex: 1 1 auto;
}
.about-section__title {
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
.about-section__lead {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
.about-section__main-image {
  margin-bottom: 2.4rem;
}
.about-section__intro {
  margin-bottom: 2.4rem;
}
.about-section__intro p {
  margin-bottom: 0;
}

.about-feature {
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 2.4rem;
  align-items: start;
  margin-top: 2.4rem;
}
.about-feature__image {
  width: 100%;
}
.about-feature__body {
  width: 100%;
}
.about-feature__title {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.about-feature__text {
  margin-bottom: 1.5rem;
}

.about-timeline {
  padding: 0 0 6rem;
  padding-top: 8rem;
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .about-timeline {
    padding-top: 6.4rem;
    margin-top: -6.4rem;
  }
}

.timeline-list {
  display: grid;
  gap: 1rem;
}
.timeline-list__item {
  display: grid;
  grid-template-columns: 18rem 1fr;
  gap: 2.4rem;
}
.timeline-list__year {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.timeline-list__body {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about-hero .page-hero__inner {
    min-height: 18rem;
  }
  .about-intro {
    padding: 4rem 0;
    margin-bottom: 8rem;
  }
  .about-intro__title {
    font-size: 2.8rem;
  }
  .about-index__link {
    padding: 0.4rem 1.6rem 0.4rem 2.4rem;
    font-size: 1.8rem;
  }
  .about-section {
    padding: 0 0 4rem;
    margin-bottom: 8rem;
  }
  .about-section__head {
    gap: 1.2rem;
  }
  .about-section__icon {
    flex: 0 0 5rem;
    width: 5rem;
  }
  .about-section__title {
    font-size: 2.4rem;
  }
  .about-section__lead {
    font-size: 1.8rem;
  }
  .about-feature {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .about-feature__title {
    font-size: 2rem;
  }
  .about-timeline {
    padding-top: 0;
  }
  .timeline-list {
    gap: 1rem;
  }
  .timeline-list__item {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
  .timeline-list__year {
    font-size: 1.8rem;
  }
}
.post-single {
  padding: 6rem 0;
}

.post-single-hero {
  background: url("./img/common/hario-labs-bg.webp") center center/cover no-repeat;
}
.post-single-hero .post-single-hero__inner {
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.post-single-hero .post-single-hero__title {
  font-size: 8.8rem;
  color: #fff;
  font-weight: bold;
}
.post-single-hero .post-single-hero__title img {
  max-width: 70rem;
  width: 95%;
}
.post-single-hero .post-single-hero__lead {
  margin-bottom: 0;
  font-size: 2.8rem;
  color: #c5d44c;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding-top: 1rem;
}

.post-intro {
  padding: 6rem 0;
  margin-bottom: 6rem;
}
.post-intro__title {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}
.post-intro__image {
  margin: 2.4rem 0;
}
.post-intro__body p + p {
  margin-top: 1.6rem;
}

.post-section {
  margin-bottom: 6rem;
}
.post-section__head {
  border-bottom: 1px solid #7c766f;
  margin-bottom: 2.6rem;
}
.post-section__head-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.6rem;
}
.post-section__icon {
  flex: 0 0 5rem;
  width: 5rem;
}
.post-section__icon.about-section__icon-one {
  top: -1rem;
}
.post-section__head-body {
  flex: 1 1 auto;
}
.post-section__image {
  margin-bottom: 2.4rem;
}

.post-feature {
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 2.4rem;
}
.post-feature--right {
  grid-template-columns: 1fr 32rem;
}
.post-feature--right .post-feature__image {
  order: 2;
}
.post-feature--left {
  grid-template-columns: 32rem 1fr;
}
.post-feature__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

@media (max-width: 768px) {
  .post-intro__title {
    font-size: 2.8rem;
  }
  .post-feature {
    grid-template-columns: 1fr;
  }
}
.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-pagination {
  position: static;
  margin-top: 1.2rem;
  text-align: center;
}

/* Q and A */
#qa .qa-title-beginner, #qa .qa-title-advanced {
  padding: 4rem;
}
#qa .qa-title-beginner h3, #qa .qa-title-advanced h3 {
  margin: 0 auto;
  display: block;
  width: 20rem;
  font-size: 2.6rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  text-align: center;
  font-weight: bold;
}
#qa .qa-title-beginner h3 {
  background-color: #c2d73b;
  color: #000;
}
#qa .qa-title-advanced h3 {
  background-color: #000;
  color: white;
}
#qa .aBox {
  position: relative;
  padding-left: 4.5em; /* ラベル分の余白を確保 */
  margin-bottom: 4em; /* ラベル分の余白を確保 */
}
#qa .aBox .box__label {
  position: absolute;
  top: 0;
  left: 0.3rem;
  line-height: 1;
  color: #c2d73b;
  font-size: 6.9rem;
  font-weight: bold;
}
#qa .aBox .box__text {
  margin: 0;
  text-align: justify;
}
#qa .aBox .box__text .onepoint {
  display: block;
  width: 20rem;
  margin: 1rem 0;
  text-align: center;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  font-weight: bold;
  background-color: #c2d73b;
  color: #000;
}
#qa .qa_selector {
  text-align: center;
  padding: 5rem;
}
#qa .qa_selector li {
  display: inline-block;
  padding: 1rem;
}
#qa .qa_selector li a {
  display: block;
  width: 20rem;
  font-size: 2.6rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  font-weight: bold;
}
#qa .qa_selector li a.beginner {
  background-color: #c2d73b;
  color: #000;
}
#qa .qa_selector li a.advanced {
  background-color: #000;
  color: white;
}

/* ========================================
	Page: Lower
======================================== */
.gallery-submit-page {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-submit-page {
    padding: 4rem 0;
  }
}
.gallery-submit-page__intro {
  margin-bottom: 3.2rem;
}
.gallery-submit-page__text {
  line-height: 1.9;
}

/* ========================================
	Form
======================================== */
.gallery-submit-errors {
  margin-bottom: 3.2rem;
  padding: 2rem;
  border: 1px solid #d9b4b4;
  background: #fff5f5;
  border-radius: 1.2rem;
}
.gallery-submit-errors__title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.gallery-submit-errors__list {
  margin: 0;
  padding-left: 1.8rem;
}
.gallery-submit-errors__item {
  line-height: 1.8;
}

.gallery-submit-form__row {
  margin-bottom: 2.4rem;
}
.gallery-submit-form__label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.gallery-submit-form__field {
  display: block;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.gallery-submit-form__field:focus {
  outline: none;
  border-color: #333;
}
.gallery-submit-form__field.is-error {
  border-color: #c94f4f;
  background: #fffafa;
}
.gallery-submit-form__field--textarea {
  min-height: 16rem;
  resize: vertical;
}
.gallery-submit-form__field--file {
  padding: 1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.gallery-submit-form__note {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}
.gallery-submit-form__error {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #c94f4f;
}
.gallery-submit-form__actions {
  margin-top: 3.2rem;
}

/* ========================================
	Page: Lower
======================================== */
.gallery-submit-page {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-submit-page {
    padding: 4rem 0;
  }
}
.gallery-submit-page__intro {
  margin-bottom: 3.2rem;
}
.gallery-submit-page__text {
  line-height: 1.9;
}

/* ========================================
	Form
======================================== */
.gallery-submit-errors {
  margin-bottom: 3.2rem;
  padding: 2rem;
  border: 1px solid #d9b4b4;
  background: #fff5f5;
  border-radius: 1.2rem;
}
.gallery-submit-errors__title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.gallery-submit-errors__list {
  margin: 0;
  padding-left: 1.8rem;
}
.gallery-submit-errors__item {
  line-height: 1.8;
}

.gallery-submit-form__row {
  margin-bottom: 2.4rem;
}
.gallery-submit-form__label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.gallery-submit-form__field {
  display: block;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.gallery-submit-form__field:focus {
  outline: none;
  border-color: #333;
}
.gallery-submit-form__field.is-error {
  border-color: #c94f4f;
  background: #fffafa;
}
.gallery-submit-form__field--textarea {
  min-height: 16rem;
  resize: vertical;
}
.gallery-submit-form__field--file {
  padding: 1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.gallery-submit-form__note {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}
.gallery-submit-form__error {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #c94f4f;
}
.gallery-submit-form__actions {
  margin-top: 3.2rem;
}

/* ========================================
	Gallery Submit
======================================== */
.gallery-submit-page {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-submit-page {
    padding: 4rem 0;
  }
}
.gallery-submit-page__intro {
  margin-bottom: 3.2rem;
}
.gallery-submit-page__text {
  line-height: 1.9;
}

/* ========================================
	Gallery
======================================== */
.gallery-page {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-page {
    padding: 4rem 0;
  }
}
.gallery-page__head {
  margin-bottom: 3.2rem;
}
.gallery-page__intro {
  display: grid;
  gap: 1.2rem;
}
.gallery-page__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.gallery-page__actions {
  margin-top: 2.4rem;
}
.gallery-page__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  padding: 4rem 0;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .gallery-list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.gallery-list__item {
  min-width: 0;
}

/* ========================================
	Page: Lower
======================================== */
.gallery-archive {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-archive {
    padding: 4rem 0;
  }
}
.gallery-archive__empty {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.gallery-archive__foot {
  margin-top: 4rem;
  text-align: center;
}

/* ========================================
	Common Components
======================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.gallery-card {
  height: 100%;
}
.gallery-card__button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.gallery-card__image {
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 1/1;
}
.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-card__body {
  padding-top: 1.2rem;
}
.gallery-card__title {
  font-size: 1.6rem;
  line-height: 1.6;
}
.gallery-card__author {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.gallery-card__button:hover .gallery-card__image img {
  transform: scale(1.05);
}

/* ========================================
	Form
======================================== */
.gallery-submit-errors {
  margin-bottom: 3.2rem;
  padding: 2rem;
  border: 1px solid #d9b4b4;
  background: #fff5f5;
  border-radius: 1.2rem;
}
.gallery-submit-errors__title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.gallery-submit-errors__list {
  margin: 0;
  padding-left: 1.8rem;
}
.gallery-submit-errors__item {
  line-height: 1.8;
}

.gallery-submit-form__row {
  margin-bottom: 2.4rem;
}
.gallery-submit-form__label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.gallery-submit-form__field {
  display: block;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #cfcfcf;
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.gallery-submit-form__field:focus {
  outline: none;
  border-color: #333;
}
.gallery-submit-form__field.is-error {
  border-color: #c94f4f;
  background: #fffafa;
}
.gallery-submit-form__field--textarea {
  min-height: 16rem;
  resize: vertical;
}
.gallery-submit-form__field--file {
  padding: 1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.gallery-submit-form__note {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}
.gallery-submit-form__error {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #c94f4f;
}
.gallery-submit-form__actions {
  margin-top: 3.2rem;
}

.gallery-submit {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .gallery-submit {
    padding: 4rem 0;
  }
}

.form-group {
  margin-bottom: 2.4rem;
}

.form-label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.form-required {
  margin-left: 0.6rem;
  font-size: 1.2rem;
  color: #c00;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}

.form-textarea {
  resize: vertical;
}

.form-error {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #c00;
}

.form-actions {
  margin-top: 3rem;
  text-align: center;
}

/* ========================================
	MIRAI-DENSHINSHITU
======================================== */
.contact-form__alert {
  margin-bottom: 32px;
  padding: 20px 24px;
  border: 1px solid #d9b9b9;
  border-radius: 16px;
  background: #fff6f6;
}
.contact-form__alert-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #7a2e2e;
}
.contact-form__alert-list {
  margin: 12px 0 0;
  padding-left: 1.5em;
}
.contact-form__alert-item {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #7a2e2e;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
}
.contact-form__label {
  position: relative;
}
.contact-form__label label {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  top: 1.5rem;
}
.contact-form__field input,
.contact-form__field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  appearance: none;
}
.contact-form__field input {
  height: 56px;
  padding: 0 18px;
}
.contact-form__field textarea {
  min-height: 220px;
  padding: 16px 18px;
  resize: vertical;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
}
.contact-form__note {
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.7;
}
.contact-form__note--error {
  color: #b42318;
}
.contact-form__actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }
  .contact-form__label label {
    font-size: 1.5rem;
  }
  .contact-form__field input {
    height: 52px;
    padding: 0 14px;
  }
  .contact-form__field textarea {
    min-height: 180px;
    padding: 14px;
  }
  .contact-form__actions {
    margin-top: 24px;
  }
}
.contact-form .button--primary {
  min-width: 240px;
  padding: 16px 28px;
  border: 0;
  border-radius: 10px;
  background: #c5d44c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-form .button--primary {
    min-width: 200px;
    padding: 14px 24px;
    font-size: 2rem;
  }
}

.contact-complete {
  padding: 100px 0 120px;
}
.contact-complete__inner {
  padding: 56px 40px;
  border-radius: 24px;
  background: #f7f4ec;
  text-align: center;
}
.contact-complete__sub {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.contact-complete__title {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.4;
}
.contact-complete__text {
  margin: 24px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}
.contact-complete__foot {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-complete {
    padding: 72px 0 88px;
  }
  .contact-complete__inner {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .contact-complete__title {
    font-size: 2.6rem;
  }
  .contact-complete__text {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .contact-complete__foot {
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
  }
}

/* ========================================
	Page: Lower
======================================== */
.mirai-denshinshitsu {
  padding-bottom: 120px;
}
.mirai-denshinshitsu__hero {
  padding: 5.6rem 0 0;
  background: linear-gradient(180deg, #f6f2e8 0%, #ffffff 100%);
}
.mirai-denshinshitsu__hero-sub {
  margin: 0 0 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.mirai-denshinshitsu__hero-title {
  margin: 0;
  font-size: 5.4rem;
  line-height: 1.18;
}
.mirai-denshinshitsu__hero-lead {
  margin: 24px 0 0;
  font-size: 1.8rem;
  line-height: 2;
}
.mirai-denshinshitsu__hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}
.mirai-denshinshitsu__intro {
  padding: 72px 0 0;
}
.mirai-denshinshitsu__intro-body {
  padding: 4rem 1rem 0;
}
.mirai-denshinshitsu__intro-body p span.bold {
  font-weight: bold;
}
.mirai-denshinshitsu__intro-body p {
  text-align: justify;
  padding-bottom: 1.6rem;
}
.mirai-denshinshitsu__intro-body img.text {
  max-width: 724px;
  margin: 2rem auto;
  display: block;
  width: 100%;
}
.mirai-denshinshitsu__intro-text {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2;
}
.mirai-denshinshitsu__flow {
  padding: 72px 0 0;
}
.mirai-denshinshitsu__head {
  margin-bottom: 28px;
  text-align: center;
}
.mirai-denshinshitsu__title {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.5;
}
.mirai-denshinshitsu__lead {
  margin: 14px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.mirai-denshinshitsu__flow-box {
  padding: 36px 32px;
  border-radius: 24px;
  background: #f7f4ec;
}
.mirai-denshinshitsu__example {
  padding: 40px 0 0;
}
.mirai-denshinshitsu__form-section {
  padding: 0;
}
@media (max-width: 768px) {
  .mirai-denshinshitsu {
    padding-bottom: 88px;
  }
  .mirai-denshinshitsu__hero {
    padding: 40px 0 48px;
  }
  .mirai-denshinshitsu__hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mirai-denshinshitsu__hero-title {
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .mirai-denshinshitsu__hero-lead {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .mirai-denshinshitsu__intro {
    padding-top: 56px;
  }
  .mirai-denshinshitsu__intro-text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .mirai-denshinshitsu__flow {
    padding-top: 56px;
  }
  .mirai-denshinshitsu__title {
    font-size: 2.6rem;
  }
  .mirai-denshinshitsu__lead {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .mirai-denshinshitsu__flow-box {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .mirai-denshinshitsu__example {
    padding-top: 32px;
  }
  .mirai-denshinshitsu__form-section {
    padding-top: 56px;
  }
}

.mirai-flow {
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mirai-flow__item {
  min-width: 0;
}
.mirai-flow__item--arrow {
  display: flex;
  justify-content: center;
}
.mirai-flow__card {
  height: 100%;
  padding: 28px 20px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.mirai-flow__label {
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.mirai-flow__text {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}
.mirai-flow__arrow {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .mirai-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .mirai-flow__item--arrow {
    transform: rotate(90deg);
  }
  .mirai-flow__card {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .mirai-flow__text {
    font-size: 1.5rem;
  }
  .mirai-flow__arrow {
    font-size: 2.2rem;
  }
}

.mirai-example {
  padding: 28px 24px;
  border-left: 6px solid #c2d73b;
  border-radius: 18px;
  background: #fbfaf5;
}
.mirai-example__label {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.mirai-example__text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mirai-example {
    padding: 22px 18px;
    border-left-width: 5px;
    border-radius: 14px;
  }
  .mirai-example__text {
    font-size: 1.7rem;
  }
}

/* ========================================
	GALLEGY
======================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-grid__item {
  min-width: 0;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.gallery-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.gallery-thumb__image {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}
.gallery-thumb:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .gallery-thumb:hover img {
    transform: none;
  }
}

/* ========================================
	Page: Lower
======================================== */
.gallery-page {
  position: relative;
  overflow: hidden;
  padding: 96px 0 44px;
  color: #fff;
}
.gallery-page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gallery-page__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery-page__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(25, 38, 48, 0.72);
}
.gallery-page__inner {
  position: relative;
  z-index: 2;
}
.gallery-page__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.gallery-page__title-group {
  min-width: 0;
}
.gallery-page__eyebrow {
  margin: 0 0 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.gallery-page__title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 18px;
}
.gallery-page__title {
  margin: 0;
  font-size: clamp(4.2rem, 6vw, 6.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.04em;
}
.gallery-page__lead {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.gallery-page__head-action {
  flex-shrink: 0;
  padding-top: 10px;
}
.gallery-page__submit {
  min-width: 158px;
}
.gallery-page__pager {
  margin-top: 26px;
}
.gallery-page__empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .gallery-page {
    padding: 72px 0 34px;
  }
  .gallery-page__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .gallery-page__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .gallery-page__title {
    font-size: 4.4rem;
  }
  .gallery-page__lead {
    font-size: 2.4rem;
  }
  .gallery-page__head-action {
    padding-top: 0;
  }
}

.gallery-about {
  padding: 80px 0 96px;
  background: #2f3943;
  color: #fff;
}
.gallery-about__head {
  margin-bottom: 32px;
}
.gallery-about__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.gallery-about__body p {
  margin: 0 0 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.gallery-about__foot {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery-about {
    padding: 56px 0 72px;
  }
  .gallery-about__head {
    margin-bottom: 24px;
  }
  .gallery-about__title {
    font-size: 2rem;
  }
  .gallery-about__body p {
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .gallery-about__foot {
    margin-top: 32px;
  }
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gallery-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}
.gallery-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100% - 40px);
  max-height: calc(100dvh - 40px);
  margin: 20px auto;
  padding: 56px 28px 28px;
  overflow: auto;
  background: transparent;
  color: #fff;
}
.gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
}
.gallery-modal__body {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 60px;
  align-items: center;
  gap: 16px;
}
.gallery-modal__main {
  display: block;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.gallery-modal__image {
  background: #111;
}
.gallery-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72dvh;
  object-fit: contain;
  object-position: center center;
}
.gallery-modal__meta {
  background: #fff;
  padding: 1.5rem;
}
.gallery-modal__date {
  display: none;
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.gallery-modal__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: black;
  display: inline-block;
}
.gallery-modal__name--wrapper {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: black;
  display: inline-block;
}
.gallery-modal__name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: black;
  display: inline-block;
}
.gallery-modal__comment {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  white-space: pre-wrap;
  word-break: break-word;
  color: black;
}
.gallery-modal__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}
.gallery-modal__nav span {
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .gallery-modal__dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    margin: 10px auto;
    padding: 52px 16px 20px;
  }
  .gallery-modal__body {
    grid-template-columns: 1fr;
  }
  .gallery-modal__main {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gallery-modal__nav {
    width: 52px;
    height: 52px;
  }
  .gallery-modal__nav--prev {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .gallery-modal__nav--next {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .gallery-modal__title {
    font-size: 2rem;
  }
}

.gallery-about__foot .button, .gallery-page__head-action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border: 0;
  border-radius: 999px;
  background: #c5d44c;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.gallery-about__foot .button:hover, .gallery-page__head-action .button:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .gallery-about__foot .button, .gallery-page__head-action .button {
    min-height: 52px;
    padding: 0 26px;
    font-size: 1.6rem;
  }
}

/* REPORT */
.report-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2.4rem;
  gap: 0 2.4rem;
}
.report-list__item {
  min-width: 0;
}
@media (max-width: 768px) {
  .report-list {
    grid-template-columns: 1fr;
  }
}

.report-card {
  height: 100%;
  background: transparent;
  border: none;
}
.report-card__link {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1.2rem;
  min-height: 100%;
  padding: 1.6rem 0;
  color: #000;
}
.report-card__icon {
  flex: 0 0 auto;
  width: 4.8rem;
}
.report-card__icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.report-card__body {
  min-width: 0;
}
.report-card__date {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}
.report-card__title {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .report-card__link {
    padding: 1.2rem 0;
  }
}

.home-labs-cutaway__movie-sp .movie {
  position: relative;
  padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.home-labs-cutaway__movie-sp .movie object, .home-labs-cutaway__movie-sp .movie embed, .home-labs-cutaway__movie-sp .movie iframe, .home-labs-cutaway__movie-sp .movie html, .home-labs-cutaway__movie-sp .movie body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: bold;
}

.gallery-page__pager {
  margin-top: 32px;
  padding: 4rem 0;
}
.gallery-page__pager .pager__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.gallery-page__pager .pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}
.gallery-page__pager .pager__item.is-current .pager__link {
  background: #c5d44c;
  color: #000;
}
