@charset "UTF-8";
.page-mv-section {
  height: 140px;
  background: url("../img/common/h1-bg.jpg");
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-mv-section .section-head {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.page-mv-section .section-head .h1ttl {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 3px;
}
.page-mv-section .section-head .h1ttl-sm {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

.breadcrumb-section {
  margin: 2rem 0 5rem;
}

.breadcrumb-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 0.5rem;
}
.breadcrumb-list li a,
.breadcrumb-list li span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.breadcrumb-list li a:active {
  opacity: 0.6;
}
.breadcrumb-list li:not(:first-child)::before {
  display: inline-block;
  content: "＞";
  padding: 0 1rem;
  font-size: 1.2rem;
}

.page-section {
  margin: 0 0 10rem;
}

.page-head {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #006ad5;
  text-align: center;
  margin-bottom: 5rem;
}

.h2-block {
  text-align: center;
  margin-bottom: 4rem;
  color: #006ad5;
  line-height: 1.5;
}
.h2-block .h2ttl {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 3px;
}
.h2-block .h2ttl-sm {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

.page-h2ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  background: #f4f4f4;
  padding: 1rem 2rem;
  border-left: 10px solid #006ad5;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .page-mv-section .section-head .h1ttl {
    font-size: 3.6rem;
    letter-spacing: 3.6px;
  }

  .breadcrumb-section {
    margin: 2rem 0 8rem;
  }

  .breadcrumb-list li a,
  .breadcrumb-list li span {
    font-size: 1.4rem;
  }
  .breadcrumb-list li a {
    transition: opacity 0.3s ease-out;
  }
  .breadcrumb-list li a:hover {
    opacity: 0.6;
  }

  .page-section {
    margin: 0 0 16rem;
  }

  .page-head {
    font-size: 2.2rem;
    margin-bottom: 9rem;
  }

  .h2-block {
    margin-bottom: 5rem;
  }
  .h2-block .h2ttl {
    font-size: 3.6rem;
    letter-spacing: 3.6px;
  }

  .page-h2ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
