@charset "UTF-8";

.uniq-lp-wrapper {
  padding-bottom: 50px;
}
.uniq-lp-wrapper > :first-child {
  margin-top: 0;
}
.uniq-lp-wrapper > :last-child {
  margin-bottom: 0;
}
.uniq-lp-wrapper :where(em) {
  color: #e60000;
}

.uniq-lp-section__inner {
  width: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 20px 16px 40px;
}
.uniq-lp-section--bg .uniq-lp-section__inner {
  z-index: 5;
  position: relative;
  max-width: 1200px;
  padding: 30px 16px 40px;
}
.uniq-lp-section--bg .uniq-lp-section__container {
  position: relative;
  margin-top: 30px;
  background-color: rgba(0, 174, 224, 0.2);
}
.uniq-lp-section--bg .uniq-lp-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 375px;
}
.uniq-lp-section--bg .uniq-lp-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.uniq-lp-section--bg .uniq-lp-section__img-bg {
  min-height: 345px;
}
.uniq-lp-section--bg .uniq-lp-text {
  font-size: 1.3rem;
}
.uniq-lp-section--bg-gray {
  background-color: #f5f5f5;
}
.uniq-lp-section--bg-white .uniq-lp-section__inner {
  padding: 40px 16px;
}

.uniq-lp-mv {
  width: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 20px 16px 40px;
}
.uniq-lp-mv__container {
  display: flex;
  row-gap: 10px;
  flex-direction: column-reverse;
}
.uniq-lp-mv__hdg {
  text-align: center;
}
.uniq-lp-mv__brand {
  color: #125594;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: right;
}

.uniq-lp-text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.uniq-lp-lead-text {
  font-weight: bold;
  font-size: 1.6rem;
}

.uniq-lp-lead-title__wrap {
  width: 100%;
  margin: 50px auto 30px;
  text-align: center;
}
.uniq-lp-lead-title__txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 288px;
  margin: auto;
  color: #337ebc;
  font-weight: bold;
  font-size: 1.8rem;
}
.uniq-lp-lead-title__txt::before, .uniq-lp-lead-title__txt::after {
  display: block;
  position: absolute;
  width: 26.83281573px;
  height: 2px;
  background-color: #337ebc;
  content: "";
}
.uniq-lp-lead-title__txt::before {
  top: 60%;
  left: -10%;
  transform: rotate(65deg);
}
.uniq-lp-lead-title__txt::after {
  top: 60%;
  right: -10%;
  transform: rotate(-65deg);
}
.uniq-lp-lead-title__txt span {
  display: inline-block;
}

.uniq-lp-hdg-lv2 {
  max-width: 1200px;
  margin: auto;
  padding: 0 0 8px 16px;
  border-bottom: 3px solid #125594;
  color: #125594;
  font-size: 2rem;
}

.uniq-lp-hdg-lv4 {
  margin-top: 40px;
}
.uniq-lp-hdg-lv4__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #125594;
  color: #125594;
  font-size: 1.5rem;
}

.uniq-lp-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.uniq-lp-profile__text {
  font-size: 16px;
}

.uniq-lp-toggle {
  margin-top: 30px;
}
.uniq-lp-toggle__wrap[open] .uniq-lp-toggle__btn::before {
  transform: rotate(0deg);
}
.uniq-lp-toggle__wrap[open] .uniq-lp-toggle__btn::after {
  display: none;
}
.uniq-lp-toggle__wrap:last-child .uniq-lp-toggle__head {
  margin-bottom: 20px;
}
.uniq-lp-toggle__wrap:last-child .uniq-lp-toggle__content {
  margin: 20px 0;
}
.uniq-lp-toggle__head {
  display: flex;
  position: relative;
  column-gap: 5px;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 10px;
  padding-right: 35px;
  border-radius: 5px;
  background-color: #337ebc;
  list-style: none;
  transition: opacity 0.3s ease-in-out;
}
.uniq-lp-toggle__head:hover {
  opacity: 0.7;
}
.uniq-lp-toggle__head::-webkit-details-marker {
  display: none;
}
.uniq-lp-toggle__hg-lv3 {
  color: #ffffff;
  font-size: 1.6rem;
}
.uniq-lp-toggle__hg-lv4 {
  margin-top: 40px;
  color: #125594;
  font-weight: bold;
  font-size: 1.5rem;
}
.uniq-lp-toggle__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background-color: transparent;
}
.uniq-lp-toggle__btn::before, .uniq-lp-toggle__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
  transition: 0.3s ease-in-out;
}
.uniq-lp-toggle__btn::before {
  transform: rotate(-90deg);
}
.uniq-lp-toggle__content {
  margin: 30px 0;
  padding: 0 15px 40px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: height 0.3s ease-in-out;
}

.uniq-lp-link-list {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
.uniq-lp-link-list__link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  transition: color 0.2s ease;
}
.uniq-lp-link-list__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #0950b3;
  border-right: 2px solid #0950b3;
  content: "";
}
.uniq-lp-link-list__link:hover, .uniq-lp-link-list__link:focus, .uniq-lp-link-list__link:active {
  color: #0950b3;
}

.uniq-lp-btn {
  width: 100%;
  margin-top: 50px;
}
.uniq-lp-btn__link {
  display: flex;
  column-gap: 28px;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  margin: auto;
  padding: 15px 10px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  background-color: #0950b3;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.uniq-lp-btn__link:hover, .uniq-lp-btn__link:focus, .uniq-lp-btn__link:active {
  opacity: 0.7;
}
.uniq-lp-btn__txt {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.uniq-lp-btn__icon {
  display: grid;
  place-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
}
.uniq-lp-btn__inline {
  display: inline-block;
}

.m-hdg-lv3__title {
  margin-top: 50px;
  border-color: #125594;
  color: #125594;
}

.m-lyt-media-content {
  margin-top: 20px;
}

.m-text--uniq {
  margin-top: 20px;
}

.link-list-anchor.align-r {
  text-align: right;
}
.link-list-anchor__body {
  justify-content: flex-end;
}
.link-list-anchor__item::after {
  display: none;
}
.link-list-anchor__link {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .uniq-lp-section__inner {
    padding: 50px 16px 70px;
  }
  .uniq-lp-section--bg .uniq-lp-section__inner {
    padding: 30px 0 40px;
  }
  .uniq-lp-section--bg .uniq-lp-section__container {
    margin-top: 40px;
    padding: 0 16px;
  }
  .uniq-lp-section--bg .uniq-lp-section__bg {
    height: 600px;
  }
  .uniq-lp-section--bg .uniq-lp-section__img-bg {
    min-height: 570px;
  }
  .uniq-lp-section--bg .uniq-lp-text {
    font-size: 2rem;
  }
  .uniq-lp-section--bg-white .uniq-lp-section__inner {
    padding: 50px 16px;
  }
  .uniq-lp-mv {
    padding: 50px 16px 70px;
  }
  .uniq-lp-mv__container {
    row-gap: 20px;
  }
  .uniq-lp-mv__brand {
    font-size: 2rem;
  }
  .uniq-lp-text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .uniq-lp-lead-text {
    font-size: 2.6rem;
  }
  .uniq-lp-hdg-lv2 {
    padding: 0 16px 11px;
    border-bottom: 5px solid #125594;
    font-size: 2.8rem;
  }
  .uniq-lp-profile {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .uniq-lp-toggle__content {
    padding: 0 60px 40px;
  }
  .uniq-lp-link-list__link {
    padding-left: 20px;
    font-size: 2rem;
  }
  .uniq-lp-btn__link {
    column-gap: 52px;
  }
  .uniq-lp-btn__txt {
    font-size: 2.8rem;
  }
  .uniq-lp-btn__icon {
    width: 40px;
    height: 40px;
  }
  .uniq-lp-btn {
    margin-top: 70px;
  }
  .m-hdg-lv3__title {
    margin-top: 70px;
    font-size: 2.4rem;
  }
  .m-lyt-media-content {
    margin-top: 30px;
  }
  .m-text--uniq {
    margin-top: 0;
  }
}
@media screen and (min-width: 878px) {
  .uniq-lp-lead-title__txt::before {
    top: 50%;
    left: -5%;
  }
  .uniq-lp-lead-title__txt::after {
    top: 50%;
    right: -5%;
  }
  .uniq-lp-lead-title__txt {
    max-width: 100%;
    font-size: 2.8rem;
  }
}
