*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #606060;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.pc {
  display: block;
}
@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 16px 0 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  white-space: nowrap;
  flex-shrink: 0;
}
.c-tag--main {
  background: #265da6;
}
.c-tag--cta {
  background: #2b91be;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(240px, 22.22vw, 320px);
  max-width: 320px;
  padding: 20px 48px;
  border: 2px solid #2b91be;
  border-radius: 100px;
  background: #ffffff;
  color: #2b91be;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  transition: background 0.25s, color 0.25s;
}
.c-btn:hover {
  background: #2b91be;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .c-btn {
    width: 320px;
    min-width: 0;
    padding: 16px 24px;
    margin: auto;
  }
}

.c-block {
  display: flex;
  align-items: center;
  position: relative;
  gap: clamp(40px, 5.58vw, 84px);
}
.c-block + .c-block {
  margin-top: clamp(48px, 5.56vw, 80px);
}
@media (max-width: 1023px) {
  .c-block {
    gap: 40px;
  }
}
.c-block__img {
  overflow: hidden;
  line-height: 0;
}
.c-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vw;
  max-width: 46.8vw;
  max-height: 33.35vw;
}
.c-block__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-block__body {
    flex: 0 0 42.71%;
  }
}
@media (min-width: 1440px) {
  .c-block__body {
    flex: 0 0 32.71%;
  }
}
.c-block__tag-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023px) {
  .c-block__tag-row {
    flex-direction: column;
    align-items: start;
  }
}
.c-block__cont-tag {
  position: relative;
  display: flex;
  align-items: center;
}
.c-block__plan-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .c-block__plan-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
  }
}
.c-block__plan-name--family {
  background: linear-gradient(to bottom, #13325d, #2869c3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.c-block__plan-name--couple {
  background: linear-gradient(to bottom, #144358, #2b91be);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.c-block__icon-deco {
  display: contents;
}
@media (max-width: 1023px) {
  .c-block__icon-deco {
    position: absolute;
    right: -70px;
    top: -40px;
  }
  .c-block__icon-deco--car {
    top: -90px !important;
    right: 90px !important;
    width: 25vw;
    display: block;
  }
  .c-block__icon-deco--coin {
    width: 25vw;
    right: -95px;
    top: -35px;
  }
}
.c-block__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-block__member {
  font-family: "Montserrat", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #8b7236;
  line-height: 1.3;
}
.c-block__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #606060;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .c-block__text--note {
    display: block;
    margin-top: 8px;
    font-size: 12px;
  }
}
.c-block--img-left .c-block__img {
  border-radius: 0 clamp(120px, 25.67vw, 320px) 0 0;
}
@media (max-width: 1023px) {
  .c-block--img-left .c-block__img {
    margin-right: 40px;
  }
}
.c-block--img-right .c-block__img {
  border-radius: clamp(120px, 25.67vw, 320px) 0 0 0;
}
@media (max-width: 1023px) {
  .c-block--img-right .c-block__img {
    margin-left: 40px;
  }
}
.c-block--img-right .c-block__body {
  order: -1;
}
@media (max-width: 1023px) {
  .c-block--img-right .c-block__img {
    order: -1;
  }
  .c-block--img-right .c-block__body {
    order: 0;
  }
}
@media (max-width: 1023px) {
  .c-block {
    flex-direction: column;
    gap: 0;
  }
  .c-block__img {
    width: 100%;
  }
  .c-block__img img {
    width: 100%;
    max-width: 100%;
    height: 58vw;
    max-height: 400px;
  }
  .c-block__body {
    flex: none;
    width: 100%;
    padding: 28px 20px 36px;
  }
}

.c-block--img-left {
  justify-content: left;
}

.c-block--img-right {
  justify-content: right;
}

@media (max-width: 1023px) {
  .c-block--img-left,
  .c-block--img-right {
    justify-content: flex-start;
  }
}
.l-wave {
  position: relative;
  line-height: 0;
}
@media (max-width: 1023px) {
  .l-wave {
    margin-bottom: 80px;
  }
}
.l-wave__cloud-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content !important;
  z-index: 1;
}
@media (max-width: 1023px) {
  .l-wave__cloud-left {
    width: 20vw !important;
    min-height: 30vw !important;
  }
}
.l-wave__cloud-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content !important;
  z-index: 1;
}
@media (max-width: 1023px) {
  .l-wave__cloud-right {
    width: 20vw !important;
    min-height: 30vw !important;
  }
}
.l-wave img {
  display: block;
  width: 100%;
  height: auto;
}
.l-wave .l-wave-deco {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 37vw;
  z-index: 0;
}
@media (max-width: 1023px) {
  .l-wave img {
    min-height: 110px;
    object-fit: cover;
    object-position: center bottom;
  }
}

.l-section-head {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 1;
}
.l-section-head__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  line-height: 1.7;
  margin-bottom: 4px;
  width: max-content;
  margin: auto;
}
.l-section-head__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 2.78vw, 40px);
  font-weight: 700;
  line-height: 1.7;
  width: max-content;
  margin: auto;
}
.l-section-head--family .l-section-head__title {
  background: linear-gradient(100.51deg, #13325d 0.62%, #2869c3 96.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.l-section-head--couple .l-section-head__title {
  background: linear-gradient(114.62deg, #2b91be 0.62%, #2869c3 96.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 1023px) {
  .l-section-head {
    max-width: calc(100vw - 40px);
    bottom: -80px;
  }
  .l-section-head__sub {
    margin-bottom: 0;
  }
  .l-section-head__title {
    font-size: 32px;
  }
}

.s-mv {
  position: relative;
  overflow: hidden;
  height: clamp(600px, 55.56vw, 800px);
}
.s-mv__bg {
  position: absolute;
  inset: -80px 0;
  height: calc(100% + 160px);
  z-index: 0;
}
.s-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.s-mv__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s-mv__inner {
  position: absolute;
  z-index: 2;
  bottom: clamp(80px, 8.33vw, 110px);
}
.s-mv__text {
  position: relative;
  left: clamp(40px, 12.17vw, 120px);
  transform: translateY(20px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-mv__text-sub {
  background: linear-gradient(90deg, #3B9BCE 0%, #57B1C2 100%);
  padding: 16px 60px 16px 120px;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  width: fit-content;
}
.s-mv__title {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: clamp(40px, 5.56vw, 80px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  text-shadow: 4px 4px 10px rgba(19, 50, 93, 0.1);
}
.s-mv__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .s-mv__inner {
    left: 0;
    right: 0;
  }
  .s-mv__text {
    left: 20px;
    transform: translateY(10px);
  }
  .s-mv__text-sub {
    padding: 12px 48px 12px 20px;
  }
}

.s-intro {
  position: relative;
  background: linear-gradient(90deg, #FFF 58.72%, #D1EDF2 100%);
}
.s-intro__bg {
  position: absolute;
  transform: translateY(-170px);
}
@media (max-width: 1023px) {
  .s-intro__bg {
    transform: translateY(-130px);
  }
}
.s-intro__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.83%;
  padding: 0 20px 40px;
}
.s-intro__inner .pop_sp {
  position: relative;
  padding: 16px 32px;
  background: #ffffff;
  border-radius: 100px;
  border: 2px solid #265DA6;
}
@media (min-width: 1024px) {
  .s-intro__inner .pop_sp {
    display: none;
  }
}
.s-intro__inner .pop_sp p {
  color: #265da6;
  font-size: 16px;
}
.s-intro__inner .pop_sp .pop_deco {
  position: absolute;
  top: -15px;
  left: -15px;
}
.s-intro__inner .pop_sp .pop_deco_bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -39px;
}
.s-intro__left {
  flex: 0 0 45.22%;
  position: relative;
}
.s-intro__left img {
  width: 35vw;
  margin-top: 30px;
}
.s-intro__right {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.67vw, 24px);
}
.s-intro__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.22vw, 32px);
  font-weight: 700;
  line-height: 1.7;
  background: linear-gradient(to right, #13325d, #285faa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.s-intro__heading em {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1023px) {
  .s-intro__heading {
    text-align: center;
  }
}
.s-intro__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #606060;
  line-height: 1.7;
}
.s-intro__note {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}
.s-intro__note .pop {
  position: relative;
  width: fit-content;
}
@media (max-width: 1023px) {
  .s-intro__note .pop {
    display: none;
  }
}
.s-intro__note .pop p {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #265da6;
  line-height: 1.7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.s-intro__note .pop .pop_deco {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media (max-width: 1023px) {
  .s-intro__note .sun {
    display: none;
  }
}
@media (max-width: 1023px) {
  .s-intro__inner {
    flex-direction: column;
    padding: 0 20px 40px;
    gap: 32px;
  }
  .s-intro__left {
    flex: none;
    width: 100%;
    min-height: 240px;
  }
  .s-intro__left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .s-intro__right {
    order: -1;
    width: 100%;
    align-items: center;
  }
}

.s-family {
  position: relative;
  padding: clamp(40px, 4.17vw, 60px) 0 clamp(60px, 6.94vw, 100px);
  overflow: hidden;
}

.s-couple {
  position: relative;
  padding: clamp(40px, 4.17vw, 60px) 0 clamp(60px, 6.94vw, 100px);
  padding-bottom: 0;
  overflow: hidden;
}

.s-footer__illus {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.s-footer__illus img {
  width: 100%;
  animation: ft-illus-float 6s ease-in-out infinite;
  will-change: transform;
}
@media (max-width: 1023px) {
  .s-footer__illus img {
    animation: ft-illus-float-sp 6s ease-in-out infinite;
  }
}
.s-footer__bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.s-footer__bubbles .bubble {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(145, 220, 255, 0.65);
  background: radial-gradient(ellipse at 35% 35%, rgba(255, 255, 255, 0.32) 0%, rgba(145, 220, 255, 0.06) 70%);
  opacity: 0;
  will-change: transform, opacity;
}
.s-footer__bubbles .bubble:nth-child(1) {
  width: 8px;
  height: 8px;
  left: 11%;
  bottom: 6%;
  animation: bubble-rise-a ease-in 10s 0s infinite;
}
.s-footer__bubbles .bubble:nth-child(2) {
  width: 14px;
  height: 14px;
  left: 15%;
  bottom: 5%;
  animation: bubble-rise-b ease-in 10s 0.3s infinite;
}
.s-footer__bubbles .bubble:nth-child(3) {
  width: 6px;
  height: 6px;
  left: 13%;
  bottom: 8%;
  animation: bubble-rise-a ease-in 10s 0.6s infinite;
}
.s-footer__bubbles .bubble:nth-child(4) {
  width: 11px;
  height: 11px;
  left: 39%;
  bottom: 5%;
  animation: bubble-rise-b ease-in 11s 3.5s infinite;
}
.s-footer__bubbles .bubble:nth-child(5) {
  width: 17px;
  height: 17px;
  left: 43%;
  bottom: 7%;
  animation: bubble-rise-a ease-in 11s 3.85s infinite;
}
.s-footer__bubbles .bubble:nth-child(6) {
  width: 7px;
  height: 7px;
  left: 61%;
  bottom: 8%;
  animation: bubble-rise-b ease-in 9s 1.5s infinite;
}
.s-footer__bubbles .bubble:nth-child(7) {
  width: 15px;
  height: 15px;
  left: 65%;
  bottom: 5%;
  animation: bubble-rise-a ease-in 9s 1.8s infinite;
}
.s-footer__bubbles .bubble:nth-child(8) {
  width: 10px;
  height: 10px;
  left: 68%;
  bottom: 7%;
  animation: bubble-rise-b ease-in 9s 2.15s infinite;
}
.s-footer__bubbles .bubble:nth-child(9) {
  width: 13px;
  height: 13px;
  left: 82%;
  bottom: 6%;
  animation: bubble-rise-a ease-in 12s 5.5s infinite;
}
.s-footer__bubbles .bubble:nth-child(10) {
  width: 7px;
  height: 7px;
  left: 87%;
  bottom: 5%;
  animation: bubble-rise-b ease-in 12s 5.8s infinite;
}
.s-footer__bar {
  background: #2b97be;
  padding: clamp(40px, 4.44vw, 64px) 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2.78vw, 40px);
}
.s-footer__logo {
  position: relative;
  width: clamp(180px, 23.68vw, 341px);
}
.s-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.s-footer__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.01vw, 29px);
  flex-wrap: wrap;
  justify-content: center;
}
.s-footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.39vw, 20px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  text-decoration: none;
}
.s-footer__nav-link:hover {
  opacity: 0.75;
}
.s-footer__nav-sep {
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: clamp(12px, 1.48vw, 21px);
  background: #ffffff;
  opacity: 0.6;
}
.s-footer__copy {
  background: #ffffff;
  padding: clamp(6px, 0.56vw, 8px) 5% clamp(12px, 1.11vw, 16px);
  text-align: center;
}
.s-footer__copy p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: 500;
  color: #2b97be;
  line-height: 1.7;
}

@keyframes ft-illus-float {
  0%, 100% {
    transform: translateY(60px);
  }
  50% {
    transform: translateY(52px);
  }
}
@keyframes ft-illus-float-sp {
  0%, 100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes bubble-rise-a {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translate(4px, -200px);
  }
  90% {
    opacity: 0.55;
  }
  100% {
    transform: translate(-2px, -490px);
    opacity: 0;
  }
}
@keyframes bubble-rise-b {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translate(-5px, -200px);
  }
  90% {
    opacity: 0.55;
  }
  100% {
    transform: translate(3px, -490px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-footer__illus img {
    animation: none;
    transform: translateY(70px);
  }
  .s-footer__bubbles .bubble {
    display: none;
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2b91be;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  border: none;
}
.back-to-top:hover {
  transform: translateY(-3px);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.back-to-top svg, .back-to-top img {
  width: 24px;
  height: 24px;
}

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