@charset "UTF-8";
/** PAGE -- TOP
==============================================*/

.page--top section {
  padding: 40px 0 20vh;
}

.page--top .wrap {
  position: relative;
}

.page--top nav a {
  position: relative;
}

.page--top nav a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--effect-color);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

@media (any-hover: hover) {
  .page--top nav a:hover {
    color: var(--effect-color);
  }

  .page--top nav a:hover::after {
    transform: scale(1, 1);
  }
}

.page--top .site-main {
  min-height: 100vh;
  padding-bottom: 100px;
}

.page--top footer {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--top footer .txt {
    font-size: 1rem;
  }
}

.page--top footer .active a {
  color: #4584C3;
}

.page--top .site-header {
  height: 100vh;
  width: 100%;
  margin-bottom: 0;
}

.page--top nav {
  width: 100%;
}

.page--top .section-hero .brand-logo,
.page--top .site-header .brand-logo {
  padding: 10em 0 6em;
  text-align: center;
}

.page--top .section-hero .brand-logo img {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .page--top section {
    padding: 40px 0 10vh;
  }

  .page--top .site-header {
    height: auto;
  }

  .page--top .section-hero .brand-logo,
  .page--top .site-header .brand-logo {
    padding: 6em 0 4em;
  }
}

.page--top .section-hero .brand-logo {
  padding: 4em 0 2em;
}

.page--top .section-hero .brand-logo img {
  max-width: 150px;
}

.page--top .section-menu {
  margin: 50px 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-menu {
    margin: 20px 0;
  }

  .page--top .section-menu .cell:not(:last-child) {
    text-align: center;
  }

  .page--top .section-menu .cell:not(:last-child):after {
    content: '・';
  }
}

.page--top .section-menu .panel {
  text-align: center;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-menu .panel {
    margin: 2em 0;
  }
}

.page--top .section-menu .panel .title,
.page--top .site-main .title {
  font-weight: bold;
  font-size: 3.2rem;
  /* color: #326D92; */
  /* color: var(--effect-color); */
}

.page--top h2,
.page--top .sub-title {
  text-align: center;
}

.page--top .sub-title {
  margin: 1em 0 4em;
  font-size: 1.4rem;
}

.page--top .block__title {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .page--top .sub-title {
    font-size: 1.2rem;
  }

  .page--top .block__title {
    font-size: 1.8rem;
  }

  .page--top .section-menu .panel .title,
  .page--top .site-main .title {
    font-size: 2.4rem;
  }
}

.page--top .section-menu .panel .txt {
  margin-top: 1em;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-menu .panel .txt {
    margin-top: 0.5em;
  }
}