@charset "utf-8";
.page__top {
  background: none;
  padding-top: 50px;
  margin-bottom: 0;
}

.breadcrumb li,
.breadcrumb a {
  color: #000;
}

.tp-main {
  margin-bottom: 8em;
}

@media (max-width: 768px) {
  .tp-main {
    margin-bottom: 4em;
  }
}

.tp-mv {
  background: transparent url("../../images/top_mv05.png") center center;
  background-size: cover;
  padding: 4em 0;
  margin-bottom: 4em;
}

.tp-mv h1 {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .tp-mv h1 {
    margin: 0 0 0 10vw;
  }
}
@media (max-width: 600px) {
  .tp-mv h1 {
    margin: 0 0 0 5vw;
    width: 160px;
  }
}
@media (max-width: 428px) {
  .tp-mv h1 {
    margin: 0 0 0 2vw;
    width: 120px;
  }
}

.tp-mv .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.tp-mv__lead {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.tp-mv__lead p {
  background-color: rgba(0, 33, 100, 0.75);
  font-size: 1.714rem;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 600px) {
  .tp-mv__lead p {
    font-size: 1.414rem;
  }
}
@media (max-width: 428px) {
  .tp-mv__lead p {
    font-size: 1.214rem;
  }
}
.tp-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .tp-set {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.tp-set__01 .tp-image {
  order: 2;
}

@media (max-width: 768px) {
  .tp-set__01 .tp-image {
    order: 0;
  }
}

.tp-detail__title {
  color: #00256a;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.4666rem;
}

@media (max-width: 768px) {
  .tp-detail__title {
    margin-bottom: 10px;
    font-size: 1.3666rem;
  }
}

.tp-detail__text {
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .tp-detail__text {
    margin-bottom: 10px;
  }
}

.tp-link {
  text-align: left;
}

.tp-link__link {
  display: inline-block;
}

.tp-link__link:last-child::after {
  display: none;
}

.tp-link__link::after {
  content: "/";
  padding: 0 10px;
}

.tp-detail iframe {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  height: 100% !important;
}
