.p-add-mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 667px;
  width: 100%;
  padding-top: 96px;
}
.p-add-mv__img {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.p-add-mv__img img {
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-add-mv__img img {
    aspect-ratio: 375 / 668;
  }
}
.p-add-mv__content {
  width: 100%;
  padding-top: clamp(50px, calc(100vw / 1280 * 72), 72px);
  padding-bottom: clamp(50px, calc(100vw / 1280 * 97), 97px);
}
@media screen and (max-width: 768px) {
  .p-add-mv__content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-add-mv__content-inner {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-add-mv__content-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt {
    display: flex;
    flex-direction: column;
  }
}
.p-add-mv__lead-txt01, .p-add-mv__lead-txt02 {
  position: relative;
  font-size: clamp(60px, calc(100vw / 1350 * 105), 105px);
  letter-spacing: .1em;
  line-height: calc(150 / 112);
  font-weight: 900;
  color: #fff;
  position: relative;
  background-image: linear-gradient(transparent 60%, #ffbb00 60%, #ffbb00 94%, transparent 94%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.6s;
  transition-delay: 1.2s;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt01, .p-add-mv__lead-txt02 {
    background-image: linear-gradient(transparent 55%, #ffbb00 55%, #ffbb00 94%, transparent 94%);
    background-repeat: no-repeat;
    font-size: clamp(30px, calc(100vw / 375 * 30), 112px);
    white-space: nowrap;
    display: inline;
    letter-spacing: .05em;
  }
}
.p-add-mv__lead-txt01::before, .p-add-mv__lead-txt02::before {
  content: "";
  display: block;
  background-color: #3874cf;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}
.is-MV-show .p-add-mv__lead-txt01, .is-MV-show .p-add-mv__lead-txt02 {
  background-size: 100% 100%;
}
.is-MV-show .p-add-mv__lead-txt01::before, .is-MV-show .p-add-mv__lead-txt02::before {
  animation: anima_bg_6 0.9s ease-out 1 forwards;
}
.p-add-mv__lead-txt01 .p-add-mv__lead-txt-s, .p-add-mv__lead-txt02 .p-add-mv__lead-txt-s {
  font-size: clamp(30px, calc(100vw / 1350 * 56), 56px);
  position: relative;
  top: 4px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt01 .p-add-mv__lead-txt-s, .p-add-mv__lead-txt02 .p-add-mv__lead-txt-s {
    font-size: clamp(18px, calc(100vw / 375 * 18), 56px);
    left: -1px;
    top: 2px;
  }
}
.p-add-mv__lead-txt02 {
  letter-spacing: 0.17em;
  transition-delay: 1.4s;
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt02 {
    letter-spacing: .1em;
  }
}
.p-add-mv__lead-txt02::before {
  animation-delay: 0.3s !important;
}
.p-add-mv__lead-txt-group01 {
  padding-left: clamp(5px, calc(100vw / 1350 *  10), 10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt-group01 {
    padding-left: clamp(2px, calc(100vw / 375 *  2), 10px);
  }
}
.is-MV-show .p-add-mv__lead-txt-group01 {
  animation: anima_fadein_6 0.5s ease-out 0.9s 1 forwards;
}
.p-add-mv__lead-txt-group02 {
  padding-left: clamp(5px, calc(100vw / 1350 *  15), 15px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-add-mv__lead-txt-group02 {
    padding-left: clamp(2px, calc(100vw / 375 *  2), 10px);
  }
}
.is-MV-show .p-add-mv__lead-txt-group02 {
  animation: anima_fadein_6 0.5s ease-out 0.9s 1 forwards;
}
.p-add-mv__summary-txt {
  color: #002459;
  font-size: clamp(16px, calc(100vw / 1280 * 22), 22px);
  font-weight: 500;
  line-height: calc(38 / 22);
  padding-left: clamp(1px, calc(100vw / 1350 * 20), 20px);
  margin-top: 28px;
  margin-top: clamp(20px, calc(100vw / 1280 * 24), 24px);
  opacity: 0;
  translate: 0 50px;
  transition: 0.4s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .p-add-mv__summary-txt {
    font-size: 16px;
  }
}
.is-MV-show .p-add-mv__summary-txt {
  opacity: 1;
  translate: none;
}
.p-add-mv__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 374px));
  justify-content: space-between;
  gap: 10px;
  margin-top: 90px;
  margin-top: clamp(60px, calc(100vw / 1280 * 90), 90px);
  opacity: 0;
  translate: 0 50px;
  transition: 0.4s;
  transition-delay: 1.8s;
}
@media screen and (max-width: 768px) {
  .p-add-mv__list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.is-MV-show .p-add-mv__list {
  opacity: 1;
  translate: none;
}
.p-add-mv__item {
  position: relative;
  z-index: 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  animation: katakata 5s infinite ease-in-out alternate;
}
.p-add-mv__item:nth-of-type(1) {
  animation-delay: 3s;
}
.p-add-mv__item:nth-of-type(2) {
  animation-delay: -1.7s;
}
.p-add-mv__item:nth-of-type(3) {
  animation-delay: -3.6s;
}
@media screen and (max-width: 768px) {
  .p-add-mv__item {
    width: 80%;
  }
}
.p-add-mv__item-img-group {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 100%;
  translate: -50% 50%;
}
.p-add-mv__item-img {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, calc(100vw / 1280 * 68), 68px);
  aspect-ratio: 72 / 73;
}
@media screen and (max-width: 768px) {
  .p-add-mv__item-img {
    width: 40px;
  }
}
.p-add-mv__item-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.p-add-mv__item-img::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 /1;
  width: 120px;
  width: clamp(60px, calc(100vw / 1280 * 110), 110px);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-add-mv__item-img::after {
    width: 60px;
  }
}
.p-add-mv__item-box {
  color: #002459;
  padding: 10px 8px;
  padding-top: 65px;
  padding-top: clamp(30px, calc(100vw / 1280 * 50), 50px);
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-add-mv__item-box {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.p-add-mv__item-txt {
  font-size: clamp(15px, calc(100vw / 1350 * 21), 21px);
  font-weight: 600;
  line-height: calc(32 / 21);
}
@media screen and (max-width: 768px) {
  .p-add-mv__item-txt {
    font-size: 15px;
  }
}
.p-add-mv__content-logo {
  margin-top: 40px;
  margin-top: clamp(30px, calc(100vw / 1280 * 40), 40px);
  opacity: 0;
  translate: 0 50px;
  transition: 0.4s;
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  .p-add-mv__content-logo {
    margin-top: 20px;
  }
}
.is-MV-show .p-add-mv__content-logo {
  opacity: 1;
  translate: none;
}
.p-add-mv__content-logo-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-add-mv__content-logo-img {
    max-width: 220px;
    margin-inline: auto;
  }
}
.p-add-mv__content-logo-img img {
  max-width: 100%;
  width: 100%;
}

@keyframes anima_fadein_6 {
  0% {
    opacity: 0;
    translate: 0 50px;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@keyframes anima_bg_6 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    background-color: #3874cf;
  }
}

.scrolling-active,
footer {
  background-color: #3874cf;
}

@media screen and (max-width: 768px) {
  .nav_links {
    background: #3874cf;
  }
}

.sec03 {
  background-image: url("../images/top/bk_sect02.webp");
}

.sec05 {
  background-image: url("../images/top/bk_sect05.webp");
}

@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.breadcrumb_zone {
  background-color: #3874cf;
}

/*# sourceMappingURL=add-main.css.map */
