@charset "UTF-8";

/* ==========================================================================
    Pages style
============================================================================= */
.page-title {
  margin-left: auto;
  margin-bottom: 11.34vw;
  position: relative;
  width: 92.97vw;
}
.page-title__ttl {
  color: #6b818e;
  font-size: 4rem;
  font-weight: bold;
  padding: 14.421vw 20px 8.0527vw 0;
}
.page-title__img {
  height: 360px;
  overflow: hidden;
  position: relative;
}
.page-title__img::before {
  -webkit-animation: img-wrap 1s 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 1s 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-title__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 50px 20px 0;
}
.breadcrumb a,
.breadcrumb span {
  color: #30333a;
  display: inline;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li + li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 15px;
}
.breadcrumb li br {
  display: none;
}
.page-anchor {
  -webkit-animation: fade-in 1s 2s forwards;
          animation: fade-in 1s 2s forwards;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  padding: 20px;
}
.page-anchor .arrow {
  border-bottom: solid 1px #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.page-anchor .arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top-area {
  padding-bottom: 150px;
}
section {
  padding: 150px 0;
}
section:nth-of-type(even) {
  background-color: #f8f8f8;
}
section:first-of-type {
  padding-top: 0;
}
.profile {
  margin-top: 60px;
}
.profile .figure {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 200px;
}
.profile .figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.profile .figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.profile .profile-name {
  margin-bottom: 0;
}
.profile .profile-name  b {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 780px) {
  .page-anchor {
    display: inline-block;
    bottom: -3.6vw;
    right: 12.298vw;
    padding: 30px;
    position: absolute;
  }
  .page-anchor .arrow {
    min-width: 192px;
    width: 100%;
  }
  .profile .detail {
    flex-basis: calc(100% - 240px);
  }
}
@media screen and (max-width: 1098.98px) {
  .page-title {
    padding-left: 15px;
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    width: auto;
  }
  .page-title__ttl {
    font-size: 3rem;
  }
  .page-title__img {
    height: 240px;
  }
  .breadcrumb {
    margin-right: 15px;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .breadcrumb li {
    display: inline;
  }
  .page-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 20px 10px;
    -webkit-transform: translateY(-12.82vw);
            transform: translateY(-12.82vw);
  }
  .page-anchor > li {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .page-anchor .arrow {
    font-size: 1.2rem;
    width: 100%;
  }
  section {
    padding: 80px 0 95px;
  }
  .profile .figure {
    margin: 0 auto 1em;
  }
  .profile .txt b {
    text-align: center;
  }
}
/*# sourceMappingURL=maps/pages.css.map */
