﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after {
  content: "";
  content: none
}

q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

main {
  display: block
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  align-content: baseline
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  letter-spacing: 0
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  box-sizing: border-box
}

@media(max-width: 429px) {
  html {
    font-size: 2.34vw
  }
}

body {
  color: #2c3957;
  line-height: 1.6;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%
}

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

picture {
  display: block
}

picture,
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom
}

input {
  outline: none
}

textarea {
  outline: none;
  resize: none
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e73c7b;
  border: .1rem solid #e73c7b;
  border-radius: 10rem;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  line-height: 1;
  font-weight: bold;
  transition: all .3s
}

.btn.-navy {
  background-color: #2c3957;
  border: .1rem solid #2c3957
}

@media(hover: hover) {
  .btn.-navy:hover {
    color: #2c3957;
    background-color: transparent
  }
}

@media(hover: hover) {
  .btn:hover {
    background-color: #fff;
    color: #e73c7b
  }
}

.container {
  width: 100%;
  max-width: 134rem;
  padding: 0 3rem;
  margin: 0 auto
}

@media(max-width: 1024px) {
  .container {
    max-width: 86rem
  }
}

@media(max-width: 767px) {
  .container {
    padding: 0 2rem
  }
}

.hamburger-btn {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 30;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.2rem rgba(2, 84, 254, 0.1);
  display: none
}

@media(max-width: 1024px) {
  .hamburger-btn {
    display: block
  }
}

.hamburger-btn::before,
.hamburger-btn::after {
  content: ""
}

.hamburger-btn::before,
.hamburger-btn::after,
.hamburger-btn span {
  width: 2.4rem;
  height: .2rem;
  background-color: #2c3957;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s
}

.hamburger-btn::before {
  transform: translateY(-0.7rem)
}

.hamburger-btn::after {
  transform: translateY(0.7rem)
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 20;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all .6s
}

.menu__inner {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.menu__logo-wrap {
  width: 100%;
  border-bottom: .1rem solid #2c3957;
  padding: 1.6rem 2rem
}

@media(max-width: 767px) {
  .menu__logo-wrap {
    padding: 1.2rem 1.6rem 1.6rem
  }
}

.menu__logo {
  width: 15rem
}

@media(max-width: 767px) {
  .menu__logo {
    width: 11.5rem
  }
}

.menu__item {
  border-bottom: .1rem solid #2c3957;
  padding: 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}

@media(hover: hover) {
  .menu__link:hover .menu__link-icon {
    background-color: #fff
  }

  .menu__link:hover .menu__link-icon svg path {
    fill: #2c3957;
    transition: all .3s
  }
}

.menu__link-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #2c3957;
  border: .1rem solid #2c3957;
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}

.menu__link-icon svg {
  width: 1.2rem
}

.menu__link-text {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap
}

@media(max-width: 767px) {
  .menu__link-text {
    font-size: 1.4rem
  }
}

.menu__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.6rem
}

@media(max-width: 767px) {
  .menu__labels {
    justify-content: flex-start
  }
}

.menu__label {
  color: #0f73bb;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: .6rem 1.4rem;
  border: .1rem solid;
  border-radius: 5rem
}

@media(max-width: 767px) {
  .menu__label {
    font-size: 1.2rem;
    padding: .6rem 1rem
  }
}

.menu__label.-bridal {
  color: #e73c7b
}

.menu__label.-assembly {
  color: #cf6d00
}

.menu__sub-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem 4rem
}

.menu__sub-link {
  font-size: 1.4rem;
  transition: opacity .3s
}

@media(hover: hover) {
  .menu__sub-link:hover {
    opacity: .7
  }
}

.menu__cta {
  background-color: #2c3957;
  flex-grow: 1;
  padding: 8rem 4.2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media(max-width: 767px) {
  .menu__cta {
    padding: 3.8rem 2.2rem 4rem
  }
}

.menu__cta-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem
}

@media(max-width: 767px) {
  .menu__cta-top {
    gap: 1.8rem
  }
}

.menu__cta-title span {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff
}

@media(max-width: 767px) {
  .menu__cta-title span {
    font-size: 2rem
  }
}

.menu__cta-title span::after {
  content: "";
  width: 7rem;
  height: 5.4rem;
  background-image: url("../img/common/cta-title-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: -6.3rem;
  top: -4.9rem
}

@media(max-width: 767px) {
  .menu__cta-title span::after {
    width: 2.5rem;
    height: 1.9rem;
    top: -1.6rem;
    right: -2.2rem
  }
}

.menu__cta-illust {
  width: 42.2rem
}

@media(max-width: 767px) {
  .menu__cta-illust {
    width: 36.2rem
  }
}

.menu__cta-box {
  position: relative;
  background-color: #fff;
  padding: 6rem 3rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-top: -2.5rem;
  width: 100%
}

@media(max-width: 767px) {
  .menu__cta-box {
    padding: 3rem 2rem
  }
}

.menu__tel {
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(hover: hover) {
  .menu__tel:hover {
    opacity: .7
  }
}

.menu__tel-num {
  position: relative;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 3.8rem
}

@media(max-width: 767px) {
  .menu__tel-num {
    font-size: 3.6rem
  }
}

.menu__tel-num::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.menu__tel-text {
  font-size: 2rem;
  line-height: 1;
  margin-top: .8rem;
  padding: 0 .4rem
}

@media(max-width: 767px) {
  .menu__tel-text {
    font-size: 1.6rem;
    padding: 0;
    text-align: center
  }
}

.menu__cta-btn {
  max-width: 42rem;
  width: 100%;
  height: 7.6rem;
  flex-grow: 1;
  font-size: 2.4rem
}

.breadcrumb__content {
  display: flex;
  gap: 1rem
}

.breadcrumb__link {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: .1em
}

.breadcrumb__link.-current {
  color: #aaa
}

.breadcrumb__link.-current::before {
  content: "/";
  margin-right: 1rem
}

.breadcrumb a.breadcrumb__link {
  transition: all .3s
}

@media(hover: hover) {
  .breadcrumb a.breadcrumb__link:hover {
    color: #e73c7b
  }
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  pointer-events: none
}

.fixed-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem
}

@media(max-width: 767px) {
  .section-title {
    padding-top: 2.6rem
  }
}

.section-title::before {
  content: "";
  width: .2rem;
  height: 2.4rem;
  border-radius: 2rem;
  background-color: #0f73bb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media(max-width: 767px) {
  .section-title::before {
    height: 1.6rem
  }
}

.section-title__en {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center
}

@media(max-width: 767px) {
  .section-title__en {
    font-size: 1.2rem
  }
}

.section-title__jp {
  font-size: 4.8rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.6rem
}

@media(max-width: 1024px) {
  .section-title__jp {
    font-size: 3.6rem
  }
}

@media(max-width: 767px) {
  .section-title__jp {
    font-size: 2.8rem;
    margin-top: 1rem
  }
}

.section-title__jp span {
  color: #0f73bb
}

.about__head {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media(max-width: 767px) {
  .about__head {
    margin-bottom: 2rem
  }
}

.about__head-icon {
  width: 6.4rem;
  height: 6.4rem;
  margin: 4rem auto 0
}

@media(max-width: 767px) {
  .about__head-icon {
    margin-top: 2rem
  }
}

.about__head-label {
  background-color: #cf6d00;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 .6rem;
  margin-top: 1.8rem;
  margin-bottom: -1rem
}

@media(max-width: 767px) {
  .about__head-label {
    font-size: 2.2rem;
    margin-bottom: -0.4rem
  }
}

.about__head-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 1rem;
  text-align: center
}

@media(max-width: 767px) {
  .about__head-title {
    font-size: 2rem;
    line-height: 1.6
  }
}

.about__content {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2
}

@media(max-width: 767px) {
  .about__content {
    font-size: 1.6rem
  }
}

.about__content>*:not(:first-child) {
  margin-top: 4rem
}

.about__content span {
  font-weight: bold
}

.about__content span.u-pc {
  font-weight: 500
}

.about__content span.-c-main {
  color: #e73c7b
}

.about__content span.-fs-lg {
  font-size: 2.4rem;
  line-height: 2
}

@media(max-width: 767px) {
  .about__content span.-fs-lg {
    font-size: 1.8rem
  }
}

.about__content span.-marker {
  background-image: linear-gradient(to right, #ffe797, #ffe797);
  background-size: 100% .8rem;
  background-repeat: no-repeat;
  background-position: left bottom .2rem
}

.about__content span.-label-main,
.about__content span.-label-blue {
  font-weight: 500;
  line-height: 1.5;
  padding: .5rem 1.6rem;
  border: .1rem solid;
  border-radius: 5rem
}

@media(max-width: 767px) {

  .about__content span.-label-main,
  .about__content span.-label-blue {
    font-size: 1.4rem;
    padding: .4rem 1rem
  }
}

.about__content span.-label-main {
  color: #e73c7b;
  margin-right: 1rem
}

@media(max-width: 767px) {
  .about__content span.-label-main {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 1rem
  }
}

.about__content span.-label-blue {
  color: #0f73bb
}

.about__img {
  width: 43.7rem;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 767px) {
  .about__img {
    width: 34.4rem
  }
}

.case-card {
  display: flex;
  flex-direction: column;
  align-items: center
}

.case-card__icon {
  margin-bottom: .8rem;
  width: 2.4rem;
  height: 2.4rem
}

.case-card__label {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: .6rem 1.6rem;
  border-radius: 3rem;
  border: .1rem solid #e73c7b;
  color: #e73c7b
}

@media(max-width: 767px) {
  .case-card__label {
    padding: .4rem 1.6rem
  }
}

.case-card__label.-blue {
  border-color: #0f73bb;
  color: #0f73bb
}

.case-card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 2rem;
  min-height: 2.8em;
  display: flex;
  align-items: center
}

@media(max-width: 767px) {
  .case-card__title {
    min-height: 0;
    margin-top: 1rem
  }
}

.case-card__thumb {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 2rem;
  aspect-ratio: 352/180;
  width: 100%
}

@media(max-width: 767px) {
  .case-card__thumb {
    margin-top: 1.6rem
  }
}

.case-card__text {
  font-size: 1.6rem;
  margin-top: 2rem;
  min-height: 8em
}

@media(max-width: 1024px) {
  .case-card__text {
    min-height: 0
  }
}

@media(max-width: 767px) {
  .case-card__text {
    margin-top: 1.6rem
  }
}

.case-card__data {
  width: 100%;
  margin-top: 1.6rem
}

.case-card__data-block {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-top: .1rem solid #dde2ec
}

.case-card__dt {
  background-color: #dde2ec;
  border-radius: .4rem;
  width: 10rem;
  padding: .8rem .8rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 2rem;
  flex-shrink: 0
}

.case-card__dd {
  font-size: 1.6rem;
  line-height: 1.6
}

.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center
}

.reason-card__num {
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 4rem
}

@media(max-width: 767px) {
  .reason-card__num {
    width: 6rem;
    height: 6rem;
    font-size: 3rem
  }
}

.reason-card__num::before {
  content: "";
  position: absolute;
  top: -1rem;
  width: 9rem;
  height: 3.8rem;
  background-image: url("../img/common/reason-warp-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media(max-width: 767px) {
  .reason-card__num::before {
    width: 7.2rem;
    height: 3.1rem;
    top: -0.8rem
  }
}

.reason-card__body {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  flex-grow: 1;
  margin-top: 2.4rem
}

@media(max-width: 767px) {
  .reason-card__body {
    margin-top: 1.6rem
  }
}

.reason-card__content {
  padding: 2.4rem
}

.reason-card__title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center
}

.reason-card__text {
  font-size: 1.6rem;
  margin-top: 2.4rem
}

.reason-card__text p:not(:first-child) {
  margin-top: 1.6em
}

.reason-card__text span {
  color: #e73c7b
}

.header {
  position: fixed;
  top: 2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 6rem);
  max-width: 144rem;
  background-color: #fff;
  z-index: 10;
  padding: 0 3rem;
  border-radius: 10rem;
  box-shadow: 0 0 1.2rem rgba(2, 84, 254, 0.1);
  display: flex;
  align-items: center
}

@media(max-width: 1280px) {
  .header {
    padding: 0 1.6rem
  }
}

@media(max-width: 1024px) {
  .header {
    position: static;
    background-color: transparent;
    box-shadow: none
  }
}

.header__logo {
  display: flex;
  width: 18rem;
  margin-right: 4rem;
  transition: opacity .3s
}

@media(hover: hover) {
  .header__logo:hover {
    opacity: .7
  }
}

@media(max-width: 1280px) {
  .header__logo {
    width: 15rem;
    margin-right: 2.4rem
  }
}

@media(max-width: 1024px) {
  .header__logo {
    position: absolute;
    top: 1.6rem;
    left: 2rem;
    padding: 0;
    z-index: 1;
    mix-blend-mode: multiply
  }
}

@media(max-width: 767px) {
  .header__logo {
    width: 11.5rem;
    margin-right: 0;
    top: 1.2rem;
    left: 1.6rem
  }
}

@media(max-width: 1024px) {
  .header__nav {
    display: none
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 3.4rem
}

@media(max-width: 1280px) {
  .header__nav-list {
    gap: 2rem
  }
}

.header__nav-link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8;
  transition: color .3s
}

@media(max-width: 1280px) {
  .header__nav-link {
    font-size: 1.4rem;
    line-height: 1.4
  }
}

@media(hover: hover) {
  .header__nav-link:hover {
    color: #e73c7b
  }

  .header__nav-link:hover::after {
    transform: scaleX(1)
  }
}

.header__nav-link::after {
  content: "";
  width: 100%;
  height: .1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e73c7b;
  transform: scaleX(0);
  transition: transform .3s;
  transform-origin: left center
}

@media(max-width: 1280px) {
  .header__nav-link::after {
    bottom: -0.2rem
  }
}

.header__nav-link br.-pc-header-s {
  display: none
}

@media(max-width: 1100px) {
  .header__nav-link br.-pc-header-s {
    display: block
  }
}

.header__cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  transition: all .3s
}

@media(max-width: 1280px) {
  .header__cta {
    gap: 1.6rem
  }
}

@media(max-width: 1024px) {
  .header__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.6rem;
    z-index: 10;
    opacity: 0;
    pointer-events: none
  }
}

@media(max-width: 767px) {
  .header__cta {
    padding: 1.6rem;
    gap: 1rem
  }
}

.header__tel {
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(max-width: 1024px) {
  .header__tel {
    border: .1rem solid #2c3957;
    border-radius: 10rem;
    width: 19.5rem;
    height: 4.8rem;
    align-items: center;
    justify-content: center
  }
}

@media(max-width: 767px) {
  .header__tel {
    width: 18.5rem
  }
}

@media(hover: hover) {
  .header__tel:hover {
    opacity: .7
  }
}

.header__tel-num {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 2rem
}

@media(max-width: 1280px) {
  .header__tel-num {
    font-size: 2rem;
    padding-left: 1.6rem
  }
}

.header__tel-num::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

@media(max-width: 1280px) {
  .header__tel-num::before {
    width: 1.6rem;
    height: 1.6rem
  }
}

.header__tel-text {
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1;
  margin-top: .8rem;
  padding-left: .5em
}

@media(max-width: 1280px) {
  .header__tel-text {
    font-size: 1.2rem;
    padding-left: .4rem
  }
}

@media(max-width: 1024px) {
  .header__tel-text {
    margin-top: .5rem
  }
}

@media(max-width: 767px) {
  .header__tel-text span {
    font-size: 1rem
  }
}

.header__contact {
  width: 19.5rem;
  height: 4.8rem;
  font-size: 1.6rem
}

.footer {
  position: relative;
  background-color: #2c3957
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #2c3957;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%)
}

@media(max-width: 767px) {
  .footer::before {
    height: 6rem;
    top: -5.9rem
  }
}

.footer.-no-deco::before {
  display: none
}

.footer__cta {
  padding: 6rem 0 12rem
}

@media(max-width: 767px) {
  .footer__cta {
    padding: 3.8rem 2.2rem 4rem
  }
}

.footer__cta-container {
  max-width: 118rem
}

@media(max-width: 1024px) {
  .footer__cta-container {
    max-width: 86rem
  }
}

.footer__cta-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 5.6rem;
  padding-right: 2.7rem
}

@media(max-width: 1024px) {
  .footer__cta-top {
    gap: 3rem;
    padding-right: 0;
    flex-direction: column
  }
}

@media(max-width: 767px) {
  .footer__cta-top {
    gap: 1.8rem
  }
}

.footer__cta-title span {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff
}

@media(max-width: 767px) {
  .footer__cta-title span {
    font-size: 2rem
  }
}

.footer__cta-title span::after {
  content: "";
  width: 7rem;
  height: 5.4rem;
  background-image: url("../img/common/cta-title-decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: -6.3rem;
  top: -4.9rem
}

@media(max-width: 767px) {
  .footer__cta-title span::after {
    width: 2.5rem;
    height: 1.9rem;
    top: -1.6rem;
    right: -2.2rem
  }
}

.footer__cta-illust {
  width: 42.2rem
}

@media(max-width: 767px) {
  .footer__cta-illust {
    width: 36.2rem
  }
}

.footer__cta-box {
  position: relative;
  background-color: #fff;
  padding: 6rem 3rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  gap: 6.4rem;
  margin-top: -2.5rem
}

@media(max-width: 1024px) {
  .footer__cta-box {
    gap: 3rem;
    flex-direction: column;
    align-items: center
  }
}

@media(max-width: 767px) {
  .footer__cta-box {
    padding: 3rem 2rem
  }
}

.footer__tel {
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(hover: hover) {
  .footer__tel:hover {
    opacity: .7
  }
}

.footer__tel-num {
  position: relative;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 3.8rem
}

@media(max-width: 767px) {
  .footer__tel-num {
    font-size: 3.6rem
  }
}

.footer__tel-num::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.footer__tel-text {
  font-size: 2rem;
  line-height: 1;
  margin-top: .8rem;
  padding: 0 .4rem
}

@media(max-width: 767px) {
  .footer__tel-text {
    font-size: 1.6rem;
    padding: 0;
    text-align: center
  }
}

.footer__cta-btn {
  max-width: 42rem;
  width: 100%;
  height: 7.6rem;
  flex-grow: 1;
  font-size: 2.4rem
}

.footer__nav {
  background-color: #fff
}

.footer__nav-container {
  max-width: 144rem;
  padding: 0
}

.footer__nav-list {
  height: 24rem;
  display: flex;
  margin: 0 auto;
  padding: 0 5.5%
}

@media(max-width: 1024px) {
  .footer__nav-list {
    height: auto;
    flex-direction: column;
    padding: 0
  }
}

.footer__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media(max-width: 1024px) {
  .footer__nav-item {
    border-bottom: .1rem solid #2c3957;
    padding: 3.2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
}

.footer__nav-item:nth-child(1) {
  padding-right: 5.5%
}

@media(max-width: 1024px) {
  .footer__nav-item:nth-child(1) {
    padding: 3.2rem 4rem
  }
}

.footer__nav-item:nth-child(2) {
  padding: 0 5.5%;
  border-right: .1rem solid #2c3957;
  border-left: .1rem solid #2c3957
}

@media(max-width: 1024px) {
  .footer__nav-item:nth-child(2) {
    border-right: none;
    border-left: none;
    padding: 3.2rem 4rem
  }
}

.footer__nav-item:nth-child(3) {
  padding-left: 5.5%;
  flex-grow: 1
}

@media(max-width: 1024px) {
  .footer__nav-item:nth-child(3) {
    padding: 3.2rem 4rem
  }
}

.footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}

@media(hover: hover) {
  .footer__nav-link:hover .footer__nav-link-icon {
    background-color: #fff
  }

  .footer__nav-link:hover .footer__nav-link-icon svg path {
    fill: #2c3957;
    transition: all .3s
  }
}

.footer__nav-link-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #2c3957;
  border: .1rem solid #2c3957;
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}

.footer__nav-link-icon svg {
  width: 1.2rem
}

.footer__nav-link-text {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap
}

@media(max-width: 767px) {
  .footer__nav-link-text {
    font-size: 1.4rem
  }
}

.footer__nav-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.6rem
}

@media(max-width: 767px) {
  .footer__nav-labels {
    justify-content: flex-start
  }
}

.footer__nav-label {
  color: #0f73bb;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: .6rem 1.4rem;
  border: .1rem solid;
  border-radius: 5rem
}

@media(max-width: 767px) {
  .footer__nav-label {
    font-size: 1.2rem;
    padding: .6rem 1rem
  }
}

.footer__nav-label.-bridal {
  color: #e73c7b
}

.footer__nav-label.-assembly {
  color: #cf6d00
}

.footer__bottom {
  padding: 6.2rem 0
}

@media(max-width: 767px) {
  .footer__bottom {
    padding: 4.4rem 0
  }
}

.footer__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media(max-width: 767px) {
  .footer__bottom-container {
    flex-direction: column
  }
}

.footer__sub-nav-list {
  display: flex;
  gap: 3.2rem
}

.footer__sub-nav-link {
  font-size: 1.4rem;
  color: #fff;
  transition: opacity .3s
}

@media(hover: hover) {
  .footer__sub-nav-link:hover {
    opacity: .7
  }
}

.footer__copy {
  color: #8a97b6;
  font-size: 1.2rem
}

@media(max-width: 767px) {
  .footer__copy {
    margin-top: 1.6rem
  }
}

.page-top .mv {
  position: relative;
  padding: 14rem 0 4.5rem;
  background-image: linear-gradient(180deg, #def2f8 0%, #def8ef 47%, #f5f8de 100%);
  overflow: hidden
}

@media(max-width: 767px) {
  .page-top .mv {
    padding: 6.4rem 0 10.4rem;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.page-top .mv__inner {
  position: relative
}

@media(max-width: 1024px) {
  .page-top .mv__inner {
    display: flex;
    flex-direction: column-reverse
  }
}

.page-top .mv__content {
  position: relative;
  max-width: 56rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: .2rem
}

@media(max-width: 767px) {
  .page-top .mv__content {
    max-width: 35.6rem;
    padding-top: 0;
    padding-bottom: 0
  }
}

.page-top .mv__title-sub {
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.page-top .mv__title-sub span {
  margin-bottom: .3rem
}

@media(max-width: 767px) {
  .page-top .mv__title-sub span {
    width: 12rem
  }
}

.page-top .mv__title-sub::before {
  content: "";
  width: 15.8rem;
  height: 6rem;
  background-image: url("../img/common/mv-illust.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.6rem
}

@media(max-width: 767px) {
  .page-top .mv__title-sub::before {
    width: 12rem;
    height: 4.6rem;
    margin-right: 2.1rem
  }
}

.page-top .mv__title {
  margin-top: 2.8rem
}

@media(max-width: 767px) {
  .page-top .mv__title {
    margin-top: 1rem
  }
}

.page-top .mv__title-label {
  display: block;
  background-color: #2c3957;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.2rem 1rem 1.6rem;
  border-radius: .4rem;
  text-align: center
}

@media(max-width: 767px) {
  .page-top .mv__title-label {
    font-size: 1.6rem;
    letter-spacing: -0.07em;
    padding: .8rem 1rem 1rem
  }
}

.page-top .mv__title-label span {
  font-size: 3.6rem
}

@media(max-width: 767px) {
  .page-top .mv__title-label span {
    font-size: 2rem
  }
}

.page-top .mv__title-text {
  display: block;
  margin-top: 2rem
}

@media(max-width: 767px) {
  .page-top .mv__title-text {
    margin-top: 1rem
  }
}

.page-top .mv__list {
  display: flex;
  gap: 1.6rem;
  margin-top: 2.4rem
}

@media(max-width: 767px) {
  .page-top .mv__list {
    justify-content: center;
    gap: .8rem;
    margin-top: 1.6rem
  }
}

.page-top .mv__item {
  position: relative;
  width: 18rem;
  height: 18rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center
}

@media(max-width: 767px) {
  .page-top .mv__item {
    width: 11rem;
    height: 11rem;
    font-size: 1.3rem;
    flex: none
  }
}

.page-top .mv__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0.5rem)
}

.page-top .mv__item span {
  position: relative;
  z-index: 1
}

.page-top .mv__item span span {
  color: #e73c7b
}

.page-top .mv__cta {
  background-color: #fff;
  padding: 2rem 2.4rem;
  border-radius: 2rem;
  margin-top: 2.4rem;
  box-shadow: 0 0 1.2rem rgba(2, 84, 254, 0.1)
}

@media(max-width: 767px) {
  .page-top .mv__cta {
    display: none
  }
}

.page-top .mv__cta-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

.page-top .mv__cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.8rem
}

.page-top .mv__cta-tel {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(hover: hover) {
  .page-top .mv__cta-tel:hover {
    opacity: .7
  }
}

.page-top .mv__cta-tel-num {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 2.8rem;
  line-height: 1
}

.page-top .mv__cta-tel-num::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.page-top .mv__cta-tel-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .02em;
  margin-top: .8rem;
  text-align: center
}

.page-top .mv__cta-btn {
  width: 24.7rem;
  height: 5.4rem;
  font-size: 1.6rem
}

.page-top .mv__images {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 144rem;
  display: flex;
  justify-content: space-between;
  padding: 0 4.2rem
}

@media(max-width: 1024px) {
  .page-top .mv__images {
    width: 100%;
    height: 47.2rem;
    position: relative;
    left: 0;
    transform: translateX(0);
    max-width: 56rem;
    padding: 0;
    margin: 2.4rem auto 0
  }
}

@media(max-width: 767px) {
  .page-top .mv__images {
    max-width: 38.8rem;
    flex-direction: column;
    height: auto
  }
}

.page-top .mv__image-col {
  position: relative;
  height: 100%;
  width: 36rem
}

@media(max-width: 1024px) {
  .page-top .mv__image-col {
    height: auto;
    width: calc(50% - 1.2rem)
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-col {
    width: 100%;
    height: 12.6rem
  }
}

.page-top .mv__image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media(max-width: 1024px) {
  .page-top .mv__image-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-01 .mv__image.-image-01 {
    width: 22rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-01 .mv__image.-image-02 {
    width: 15rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-01 .mv__image.-image-03 {
    width: 15rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-01 .mv__image.-image-04 {
    width: 22rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-02 .mv__image.-image-01 {
    width: 15rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-02 .mv__image.-image-02 {
    width: 22rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-02 .mv__image.-image-03 {
    width: 22rem
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-group.-group-02 .mv__image.-image-04 {
    width: 15rem
  }
}

.page-top .mv__image {
  border-radius: 3rem;
  overflow: hidden;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: all 1s
}

@media(max-width: 1024px) {
  .page-top .mv__image {
    position: static
  }
}

@media(max-width: 767px) {
  .page-top .mv__image {
    position: absolute;
    border-radius: 1rem
  }
}

.page-top .mv__image.-image-01,
.page-top .mv__image.-image-03 {
  top: 0
}

@media(max-width: 767px) {

  .page-top .mv__image.-image-01,
  .page-top .mv__image.-image-03 {
    left: 0
  }
}

.page-top .mv__image.-image-02,
.page-top .mv__image.-image-04 {
  bottom: 0
}

@media(max-width: 767px) {

  .page-top .mv__image.-image-02,
  .page-top .mv__image.-image-04 {
    right: 0
  }
}

@media(max-width: 767px) {
  .page-top .mv__image-col.-right {
    margin-top: 1.6rem
  }
}

.page-top .mv__images[data-active-group="1"] .mv__image-group.-group-01 .mv__image.-image-01,
.page-top .mv__images[data-active-group="1"] .mv__image-group.-group-01 .mv__image.-image-02,
.page-top .mv__images[data-active-group="1"] .mv__image-group.-group-01 .mv__image.-image-03,
.page-top .mv__images[data-active-group="1"] .mv__image-group.-group-01 .mv__image.-image-04 {
  transform: scale(1);
  opacity: 1
}

.page-top .mv__images[data-active-group="2"] .mv__image-group.-group-02 .mv__image.-image-01,
.page-top .mv__images[data-active-group="2"] .mv__image-group.-group-02 .mv__image.-image-02,
.page-top .mv__images[data-active-group="2"] .mv__image-group.-group-02 .mv__image.-image-03,
.page-top .mv__images[data-active-group="2"] .mv__image-group.-group-02 .mv__image.-image-04 {
  transform: scale(1);
  opacity: 1
}

.page-top .top-about {
  position: relative;
  padding: 20rem 0 25rem
}

@media(max-width: 767px) {
  .page-top .top-about {
    padding: 9rem 0
  }
}

.page-top .top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.2rem;
  background-color: #f4f8de;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0)
}

@media(max-width: 767px) {
  .page-top .top-about::before {
    height: 6rem
  }
}

.page-top .top-about__content {
  margin-top: 6rem
}

.page-top .top-about__labels {
  display: inline-flex;
  gap: .8rem;
  margin: 0 1rem 1.6rem
}

@media(max-width: 1024px) {
  .page-top .top-about__labels {
    margin-top: 1.6rem
  }
}

@media(max-width: 767px) {
  .page-top .top-about__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 34rem;
    gap: 1rem .8rem;
    margin: 1rem auto
  }
}

.page-top .top-about__images {
  display: flex;
  justify-content: space-between;
  max-width: 109.6rem;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 767px) {
  .page-top .top-about__images {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.4rem
  }
}

.page-top .top-about__img {
  position: relative;
  width: 18.25%;
  max-width: 20rem
}

@media(max-width: 767px) {
  .page-top .top-about__img {
    width: 12rem
  }
}

.page-top .top-about__img-text {
  display: flex;
  justify-content: center;
  height: 2.3rem;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto
}

.page-top .case {
  position: relative;
  padding: 7rem 0 20rem 0;
  background-color: #fff
}

@media(max-width: 767px) {
  .page-top .case {
    padding: 3rem 0 9rem
  }
}

.page-top .case::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-top .case::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-top .case__list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 6rem
}

@media(max-width: 1024px) {
  .page-top .case__list {
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .page-top .case__list {
    margin-top: 4rem;
    gap: 3rem;
    padding: 0 2.2rem
  }
}

.page-top .case__item {
  max-width: 35.2rem;
  width: calc(33.3% - 2.67rem)
}

@media(max-width: 1024px) {
  .page-top .case__item {
    width: 100%;
    max-width: 100%
  }
}

@media(max-width: 767px) {
  .page-top .case__item .case-card__data-block:last-child {
    padding-bottom: 0
  }
}

.page-top .reason {
  position: relative;
  padding: 7rem 0 12rem 0;
  background-image: linear-gradient(180deg, #def2f8 0%, #def8ef 47%, #f5f8de 100%)
}

@media(max-width: 767px) {
  .page-top .reason {
    padding: 3rem 0
  }
}

.page-top .reason::before,
.page-top .reason::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0
}

.page-top .reason::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #def2f8;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-top .reason::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-top .reason::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f4f8de;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(100% 100%, 0 0, 0 0, 100% 0)
}

@media(max-width: 767px) {
  .page-top .reason::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

.page-top .reason__list {
  display: flex;
  gap: 4rem;
  margin-top: 7rem
}

@media(max-width: 1024px) {
  .page-top .reason__list {
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .page-top .reason__list {
    gap: 4.8rem
  }
}

.page-top .reason__item {
  flex: 1
}

@media(max-width: 1024px) {
  .page-top .reason__item {
    width: 100%;
    flex: 0 0 100%
  }
}

.page-top .service {
  padding: 20rem 0
}

@media(max-width: 767px) {
  .page-top .service {
    padding: 9rem 0
  }
}

.page-top .service__rows {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 6rem
}

@media(max-width: 767px) {
  .page-top .service__rows {
    margin-top: 4rem;
    gap: 4rem
  }
}

.page-top .service__row {
  position: relative;
  display: flex
}

@media(max-width: 1024px) {
  .page-top .service__row {
    flex-direction: column
  }
}

.page-top .service__row:nth-child(1) .service__img {
  margin-left: auto
}

.page-top .service__row:nth-child(1) .service__card-wrap {
  left: 0
}

.page-top .service__row:nth-child(2) .service__card-wrap {
  right: 0
}

.page-top .service__img {
  border-radius: 2rem;
  max-width: 79.8rem;
  width: 100%;
  overflow: hidden
}

@media(max-width: 1024px) {
  .page-top .service__img {
    position: relative;
    width: calc(100% - 4.4rem);
    margin: 0 auto -2rem;
    z-index: 1
  }
}

.page-top .service__card-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 53.4%
}

@media(max-width: 1024px) {
  .page-top .service__card-wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%
  }
}

.page-top .service__card {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 3.2rem;
  border-radius: 2rem;
  max-width: 68.4rem;
  transition: all .3s
}

@media(max-width: 1024px) {
  .page-top .service__card {
    max-width: 100%;
    padding-top: 4rem
  }
}

@media(max-width: 767px) {
  .page-top .service__card {
    padding: 4rem 2rem 2rem
  }
}

@media(hover: hover) {
  .page-top .service__card:hover {
    transform: scale(1.05)
  }

  .page-top .service__card:hover .service__title-icon {
    background-color: #fff
  }

  .page-top .service__card:hover .service__title-icon svg path {
    fill: #2c3957;
    transition: all .3s
  }
}

.page-top .service__title {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.page-top .service__title-text {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4
}

@media(max-width: 767px) {
  .page-top .service__title-text {
    font-size: 2rem
  }
}

.page-top .service__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: .1rem solid #2c3957;
  border-radius: 50%;
  background-color: #2c3957;
  flex-shrink: 0;
  transition: all .3s
}

@media(max-width: 767px) {
  .page-top .service__title-icon {
    width: 4rem;
    height: 4rem
  }

  .page-top .service__title-icon svg {
    width: 1.4rem
  }
}

.page-top .service__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.4rem
}

.page-top .service__text>*:not(:first-child) {
  margin-top: 2em
}

.page-top .service__text span {
  font-weight: bold
}

.page-top .service__text span.-c-main {
  color: #e73c7b
}

.page-top .service__text span.-marker {
  background-image: linear-gradient(to right, #ffe797, #ffe797);
  background-size: 100% .8rem;
  background-repeat: no-repeat;
  background-position: left bottom .2rem
}

@media(max-width: 767px) {
  .page-top .service__text span.-marker {
    background-position: left bottom -0.2rem
  }
}

.page-bridal .mv {
  position: relative;
  padding: 14rem 0 4.5rem;
  background-image: linear-gradient(180deg, #ffeaf2 0%, #fbebfb 56%, #f4eaff 95%, #f4eaff 100%);
  overflow: hidden
}

@media(max-width: 767px) {
  .page-bridal .mv {
    padding: 6.4rem 0 10.4rem;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.page-bridal .mv__inner {
  position: relative
}

@media(max-width: 1024px) {
  .page-bridal .mv__inner {
    display: flex;
    flex-direction: column-reverse
  }
}

.page-bridal .mv__content {
  position: relative;
  max-width: 56rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.6rem;
  padding-bottom: .2rem
}

@media(max-width: 767px) {
  .page-bridal .mv__content {
    max-width: 35.6rem;
    padding-top: 0;
    padding-bottom: 0
  }
}

.page-bridal .mv__title-sub {
  display: flex;
  align-items: center;
  justify-content: center
}

.page-bridal .mv__title-sub span {
  width: 41.8rem
}

@media(max-width: 767px) {
  .page-bridal .mv__title-sub span {
    width: 22rem
  }
}

.page-bridal .mv__title-sub::before {
  content: "";
  width: 12.6rem;
  height: 4.8rem;
  background-image: url("../img/common/mv-illust.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.4rem
}

@media(max-width: 767px) {
  .page-bridal .mv__title-sub::before {
    width: 12rem;
    height: 4.6rem;
    margin-right: 1rem
  }
}

.page-bridal .mv__title {
  margin-top: 2.4rem
}

@media(max-width: 767px) {
  .page-bridal .mv__title {
    margin-top: 1rem
  }
}

.page-bridal .mv__title-label {
  display: block;
  background-color: #2c3957;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.2rem 1rem 1.6rem;
  border-radius: .4rem;
  text-align: center
}

@media(max-width: 767px) {
  .page-bridal .mv__title-label {
    font-size: 1.6rem;
    letter-spacing: -0.07em;
    padding: .8rem 1rem 1rem
  }
}

.page-bridal .mv__title-label span {
  font-size: 3.6rem
}

@media(max-width: 767px) {
  .page-bridal .mv__title-label span {
    font-size: 2rem
  }
}

.page-bridal .mv__title-text {
  display: block;
  margin-top: 2rem
}

@media(max-width: 767px) {
  .page-bridal .mv__title-text {
    margin-top: 1rem
  }
}

.page-bridal .mv__list {
  display: flex;
  gap: 1.6rem;
  margin-top: 2.4rem
}

@media(max-width: 767px) {
  .page-bridal .mv__list {
    justify-content: center;
    gap: .8rem;
    margin-top: 1.6rem
  }
}

.page-bridal .mv__item {
  position: relative;
  width: 18rem;
  height: 18rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center
}

@media(max-width: 767px) {
  .page-bridal .mv__item {
    width: 11rem;
    height: 11rem;
    font-size: 1.3rem;
    flex: none
  }
}

.page-bridal .mv__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0.5rem)
}

.page-bridal .mv__item span {
  position: relative;
  z-index: 1
}

.page-bridal .mv__item span span {
  color: #e73c7b
}

.page-bridal .mv__cta {
  background-color: #fff;
  padding: 2rem 2.4rem;
  border-radius: 2rem;
  margin-top: 2.4rem;
  box-shadow: 0 0 1.2rem rgba(2, 84, 254, 0.1)
}

@media(max-width: 767px) {
  .page-bridal .mv__cta {
    display: none
  }
}

.page-bridal .mv__cta-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1
}

.page-bridal .mv__cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.8rem
}

.page-bridal .mv__cta-tel {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(hover: hover) {
  .page-bridal .mv__cta-tel:hover {
    opacity: .7
  }
}

.page-bridal .mv__cta-tel-num {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 2.8rem;
  line-height: 1
}

.page-bridal .mv__cta-tel-num::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.page-bridal .mv__cta-tel-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .02em;
  margin-top: .8rem;
  text-align: center
}

.page-bridal .mv__cta-btn {
  width: 24.7rem;
  height: 5.4rem;
  font-size: 1.6rem
}

.page-bridal .mv__images {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 144rem;
  display: flex;
  justify-content: space-between;
  padding: 0 4.2rem
}

@media(max-width: 1024px) {
  .page-bridal .mv__images {
    width: 100%;
    position: relative;
    left: 0;
    transform: translateX(0);
    max-width: 56rem;
    padding: 0;
    margin: 2.4rem auto 0
  }
}

@media(max-width: 767px) {
  .page-bridal .mv__images {
    max-width: 38.8rem
  }
}

.page-bridal .mv__image-col {
  position: relative;
  height: 100%;
  width: 36rem
}

@media(max-width: 1024px) {
  .page-bridal .mv__image-col {
    height: auto;
    width: calc(50% - 1.2rem)
  }
}

.page-bridal .mv__image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media(max-width: 1024px) {
  .page-bridal .mv__image-group.-group-01 {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
}

.page-bridal .mv__image {
  border-radius: 3rem;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  animation: show-mv-image 1s .5s forwards;
  position: absolute
}

@media(max-width: 1024px) {
  .page-bridal .mv__image {
    position: static
  }
}

@media(max-width: 767px) {
  .page-bridal .mv__image {
    border-radius: 1rem
  }
}

.page-bridal .mv__image.-image-03 {
  bottom: 0
}

.page-bridal .mv__image.-image-02 {
  top: 0
}

@media(max-width: 767px) {
  .page-bridal .mv__image-col.-left .mv__image-group.-group-01 {
    width: 22rem
  }
}

@media(max-width: 767px) {
  .page-bridal .mv__image-col.-right {
    width: 15.2rem
  }
}

@keyframes show-mv-image {
  0% {
    transform: scale(0);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.page-bridal .bridal-about {
  position: relative;
  padding: 17.6rem 0 25rem
}

@media(max-width: 767px) {
  .page-bridal .bridal-about {
    padding: 2rem 0 9rem
  }
}

.page-bridal .bridal-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.2rem;
  background-color: #f4eaff;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0)
}

@media(max-width: 767px) {
  .page-bridal .bridal-about::before {
    display: none
  }
}

.page-bridal .bridal-about__wrap {
  margin-top: 7rem
}

@media(max-width: 767px) {
  .page-bridal .bridal-about__wrap {
    margin-top: 3rem
  }
}

.page-bridal .bridal-about__content {
  margin-top: 6rem
}

@media(max-width: 767px) {
  .page-bridal .bridal-about__content {
    margin-top: 4rem
  }
}

.page-bridal .bridal-about__labels {
  display: inline-flex;
  gap: .8rem;
  margin: 0 1rem 1.6rem
}

.page-bridal .bridal-about__images {
  display: flex;
  justify-content: space-between;
  max-width: 109.6rem;
  margin-left: auto;
  margin-right: auto
}

.page-bridal .bridal-about__img {
  position: relative;
  width: 18.25%;
  max-width: 20rem
}

.page-bridal .bridal-about__img-text {
  display: flex;
  justify-content: center;
  height: 2.3rem;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0 auto
}

.page-bridal .reason {
  position: relative;
  padding: 7rem 0 25rem 0;
  background-image: linear-gradient(180deg, #ffeaf2 0%, #fbebfb 56%, #f4eaff 95%, #f4eaff 100%)
}

@media(max-width: 767px) {
  .page-bridal .reason {
    padding: 3rem 0 9rem
  }
}

.page-bridal .reason::before,
.page-bridal .reason::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0
}

.page-bridal .reason::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffeaf2;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-bridal .reason::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-bridal .reason__list {
  display: flex;
  gap: 4rem;
  margin-top: 7rem
}

@media(max-width: 1024px) {
  .page-bridal .reason__list {
    flex-wrap: wrap;
    margin-top: 4.8rem
  }
}

.page-bridal .reason__item {
  flex: 1
}

@media(max-width: 1024px) {
  .page-bridal .reason__item {
    width: 100%;
    flex: 0 0 100%
  }
}

.page-bridal .reason__facility {
  margin-top: 6rem
}

@media(max-width: 767px) {
  .page-bridal .reason__facility {
    margin-top: 4rem
  }
}

.page-bridal .reason-facility {
  background-image: url("../img/bridal/reason-location-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 6rem 3rem 8.6rem;
  border-radius: 3rem;
  overflow: hidden
}

@media(max-width: 767px) {
  .page-bridal .reason-facility {
    padding: 2.4rem 3rem 5.6rem;
    background-image: url("../img/bridal/reason-location-bg-sp.png");
    border-radius: 2rem;
    background-position: center top
  }
}

.page-bridal .reason-facility__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center
}

@media(max-width: 1024px) {
  .page-bridal .reason-facility__title {
    line-height: 1.7
  }
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__title {
    font-size: 2.2rem
  }
}

.page-bridal .reason-facility__title span {
  color: #e73c7b;
  background: top left/1em .5em repeat-x radial-gradient(circle, #e73c7b 0.3rem, rgba(0, 0, 0, 0) 0.3rem);
  padding-top: 1rem
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__title span {
    background: top left/1em .4em repeat-x radial-gradient(circle, #e73c7b 0.15rem, rgba(0, 0, 0, 0) 0.15rem);
    padding-top: .4rem
  }
}

.page-bridal .reason-facility__box {
  background-color: rgba(44, 57, 87, 0.8);
  border-radius: .8rem;
  padding: 3rem 4rem;
  max-width: 90rem;
  margin: 4rem auto 0
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__box {
    padding: 2rem;
    margin-top: 1.6rem;
    background-color: rgba(44, 57, 87, 0.9)
  }
}

.page-bridal .reason-facility__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__text {
    font-size: 1.6rem
  }
}

.page-bridal .reason-facility__list-wrap {
  color: #fff
}

.page-bridal .reason-facility__list-head {
  font-size: 1.8rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__list-head {
    margin-top: 1.4rem;
    justify-content: center
  }
}

.page-bridal .reason-facility__list-head::before,
.page-bridal .reason-facility__list-head::after {
  content: "";
  height: .1rem;
  flex-grow: 1;
  background-color: #fff;
  display: block
}

@media(max-width: 767px) {

  .page-bridal .reason-facility__list-head::before,
  .page-bridal .reason-facility__list-head::after {
    max-width: 4.6rem
  }
}

.page-bridal .reason-facility__cols {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  gap: .8rem;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center
}

@media(max-width: 1024px) {
  .page-bridal .reason-facility__cols {
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__cols {
    gap: .8rem
  }
}

.page-bridal .reason-facility__col {
  width: calc((100% - 2.4rem)/4)
}

@media(max-width: 1024px) {
  .page-bridal .reason-facility__col {
    width: calc(50% - 1.8rem)
  }
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__col {
    width: 100%;
    ont-size: 1.4rem
  }
}

.page-bridal .reason-facility__item {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center
}

@media(max-width: 767px) {
  .page-bridal .reason-facility__item {
    font-size: 1.4rem
  }
}

.page-bridal .reason-facility__item:not(:first-child) {
  margin-top: .8rem
}

.page-bridal .case {
  position: relative;
  padding: 7rem 0 11.5rem 0;
  background-color: #fff
}

@media(max-width: 767px) {
  .page-bridal .case {
    padding: 3rem 0
  }
}

.page-bridal .case::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-bridal .case::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-bridal .case::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(100% 100%, 0 0, 0 0, 100% 0)
}

@media(max-width: 767px) {
  .page-bridal .case::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

@media(max-width: 767px) {
  .page-bridal .case__container {
    padding: 0
  }
}

.page-bridal .case__block {
  margin-top: 8rem
}

@media(max-width: 767px) {
  .page-bridal .case__block {
    margin-top: 0;
    padding: 4rem 4.2rem
  }
}

@media(max-width: 767px) {
  .page-bridal .case__block:nth-child(2n) {
    background-color: #fff8fa
  }
}

.page-bridal .case__block-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4
}

@media(max-width: 767px) {
  .page-bridal .case__block-title {
    font-size: 2rem;
    justify-content: center
  }
}

.page-bridal .case__block-title::before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  background-image: url("../img/common/icon-heart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.6rem
}

.page-bridal .case__block-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1.4rem
}

@media(max-width: 767px) {
  .page-bridal .case__block-text {
    font-size: 1.6rem;
    margin-top: 1rem
  }
}

.page-bridal .case__list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 4rem
}

@media(max-width: 1024px) {
  .page-bridal .case__list {
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .page-bridal .case__list {
    margin-top: 2rem
  }
}

.page-bridal .case__item {
  max-width: 35.2rem;
  width: calc(33.3% - 2.67rem)
}

@media(max-width: 1024px) {
  .page-bridal .case__item {
    width: 100%;
    max-width: 100%
  }
}

@media(max-width: 1024px) {
  .page-bridal .case__item.-sp-none {
    display: none
  }
}

.page-bridal .case .case-card__title {
  margin-top: 1rem
}

.page-bridal .case .case-card__data {
  border-bottom: .1rem solid #dde2ec
}

.page-bridal .point {
  position: relative;
  padding: 20rem 0 25rem
}

@media(max-width: 767px) {
  .page-bridal .point {
    padding: 9rem 0
  }
}

.page-bridal .point__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 6rem
}

@media(max-width: 1024px) {
  .page-bridal .point__list {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    margin-top: 4rem
  }
}

.page-bridal .point__item {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.2rem
}

@media(max-width: 767px) {
  .page-bridal .point__item {
    padding: 2rem
  }
}

.page-bridal .point__item-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center
}

@media(max-width: 767px) {
  .page-bridal .point__item-title {
    font-size: 2rem
  }
}

.page-bridal .point__item-thumb {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 1.6rem
}

.page-bridal .point__item-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.6rem
}

@media(max-width: 767px) {
  .page-bridal .point__item-text {
    line-height: 1.6
  }
}

.page-bridal .point__check-list {
  margin-top: 1.6rem
}

.page-bridal .point__check-item {
  position: relative;
  padding-left: 4.8rem
}

@media(max-width: 767px) {
  .page-bridal .point__check-item {
    padding-left: 3.3rem
  }
}

.page-bridal .point__check-item:not(:first-child) {
  margin-top: .8rem
}

.page-bridal .point__check-item::before,
.page-bridal .point__check-item::after {
  content: "";
  position: absolute
}

.page-bridal .point__check-item::before {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: .2rem solid #dde2ec;
  left: .3rem;
  top: .7rem
}

@media(max-width: 767px) {
  .page-bridal .point__check-item::before {
    width: 1.9rem;
    height: 1.9rem;
    top: .4rem
  }
}

.page-bridal .point__check-item::after {
  width: 2.2rem;
  height: 2rem;
  background-image: url("../img/bridal/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: .8rem;
  top: .8rem
}

@media(max-width: 767px) {
  .page-bridal .point__check-item::after {
    width: 1.5rem;
    height: 1.4rem;
    left: .7rem;
    top: .4rem
  }
}

.page-bridal .point__check-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2
}

@media(max-width: 767px) {
  .page-bridal .point__check-text {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.page-bridal .point__check-sub-list {
  margin-left: -4.8rem
}

@media(max-width: 767px) {
  .page-bridal .point__check-sub-list {
    margin-left: -3.3rem;
    margin-top: .4rem
  }
}

.page-bridal .point__check-sub-item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2
}

@media(max-width: 767px) {
  .page-bridal .point__check-sub-item {
    font-size: 1.6rem;
    padding-bottom: .4rem
  }
}

.page-bridal .point__check-sub-item::before {
  content: "";
  width: .6rem;
  height: .6rem;
  background-color: #2c3957;
  border-radius: 50%;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem
}

.page-bridal .point__sub-info {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: .8rem
}

@media(max-width: 767px) {
  .page-bridal .point__sub-info {
    font-size: 1.4rem;
    line-height: 1.6
  }
}

.page-bridal .voice {
  position: relative;
  padding: 7rem 0 12rem;
  background-image: linear-gradient(180deg, #ffeaf2 0%, #fbebfb 56%, #f4eaff 95%, #f4eaff 100%);
  z-index: 2
}

@media(max-width: 767px) {
  .page-bridal .voice {
    padding: 3rem 0
  }
}

.page-bridal .voice::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffeaf2;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-bridal .voice::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-bridal .voice::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f4eaff;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(100% 100%, 0 0, 0 0, 100% 0)
}

@media(max-width: 767px) {
  .page-bridal .voice::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

.page-bridal .voice__text {
  text-align: center;
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 2
}

@media(max-width: 767px) {
  .page-bridal .voice__text {
    margin-top: 4rem
  }
}

.page-bridal .voice__illust {
  width: 27rem;
  margin: 3rem auto 0
}

.page-bridal .voice__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem
}

@media(max-width: 767px) {
  .page-bridal .voice__cards {
    margin-top: 3rem
  }
}

.page-bridal .voice__card {
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.4rem 4rem
}

@media(max-width: 767px) {
  .page-bridal .voice__card {
    padding: 2.4rem 2.2rem
  }
}

.page-bridal .voice__card-head {
  display: flex;
  align-items: center;
  gap: 2.4rem
}

@media(max-width: 767px) {
  .page-bridal .voice__card-head {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem
  }
}

.page-bridal .voice__card-thumb {
  width: 10rem;
  border-radius: 50%;
  overflow: hidden
}

.page-bridal .voice__card-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5
}

@media(max-width: 767px) {
  .page-bridal .voice__card-title {
    font-size: 1.6rem;
    padding: 0 1.8rem
  }
}

.page-bridal .voice__card-cols {
  display: flex;
  gap: 4rem;
  margin-top: 2.4rem
}

@media(max-width: 767px) {
  .page-bridal .voice__card-cols {
    flex-direction: column
  }
}

.page-bridal .voice__card-col {
  flex: 1
}

.page-bridal .voice__card-col:first-child {
  padding-left: 2rem
}

@media(max-width: 767px) {
  .page-bridal .voice__card-col:first-child {
    padding-left: 0
  }
}

.page-bridal .voice__card-list {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.page-bridal .voice__card-item {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: .8rem 2.4rem;
  background-color: #fff;
  border-radius: 4rem
}

.page-bridal .voice__card-item::before {
  content: "";
  width: 1.5rem;
  height: 2.1rem;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: -0.6rem;
  top: -0.4rem;
  rotate: -56deg
}

@media(max-width: 767px) {
  .page-bridal .voice__card-item::before {
    left: -0.3rem;
    top: -0.2rem
  }
}

.page-bridal .price {
  position: relative;
  padding: 20rem 0 12rem;
  background-color: #fff;
  z-index: 1
}

@media(max-width: 767px) {
  .page-bridal .price {
    padding: 9rem 0 3rem
  }
}

.page-bridal .price::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0)
}

@media(max-width: 767px) {
  .page-bridal .price::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

.page-bridal .price__container {
  max-width: 96rem
}

.page-bridal .price__cases {
  padding: 0 4rem
}

@media(max-width: 767px) {
  .page-bridal .price__cases {
    padding: 0
  }
}

.page-bridal .price__case {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8rem
}

@media(max-width: 767px) {
  .page-bridal .price__case {
    margin-top: 4rem
  }
}

.page-bridal .price__campaign-text {
  position: relative;
  background-color: #e73c7b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  padding: .4rem 2rem;
  border-radius: 5rem
}

@media(max-width: 767px) {
  .page-bridal .price__campaign-text {
    background-color: transparent;
    color: #e73c7b;
    padding: 0;
    margin: 0;
    text-align: center
  }
}

.page-bridal .price__campaign-text::before {
  content: "＼"
}

@media(max-width: 767px) {
  .page-bridal .price__campaign-text::before {
    content: "";
    height: 4.7rem;
    width: .1rem;
    background-color: #e73c7b;
    display: block;
    position: absolute;
    top: 0;
    left: -2rem;
    rotate: -25deg
  }
}

.page-bridal .price__campaign-text::after {
  content: "／"
}

@media(max-width: 767px) {
  .page-bridal .price__campaign-text::after {
    content: "";
    height: 4.7rem;
    width: .1rem;
    background-color: #e73c7b;
    display: block;
    position: absolute;
    top: 0;
    right: -2rem;
    rotate: 25deg
  }
}

.page-bridal .price__case-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center
}

@media(max-width: 767px) {
  .page-bridal .price__case-title {
    margin-top: .8rem;
    font-size: 2rem
  }
}

.page-bridal .price__case-data {
  width: 100%;
  margin-top: 2.4rem;
  border-bottom: .1rem solid #dde2ec
}

@media(max-width: 767px) {
  .page-bridal .price__case-data {
    margin-top: .8rem
  }
}

.page-bridal .price__case-block {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.6rem 0;
  border-top: .1rem solid #dde2ec
}

@media(max-width: 1024px) {
  .page-bridal .price__case-block {
    gap: 2rem
  }
}

@media(max-width: 767px) {
  .page-bridal .price__case-block {
    flex-direction: column;
    gap: 1.6rem
  }
}

.page-bridal .price__case-dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #dde2ec;
  border-radius: .4rem;
  width: 17.8rem;
  height: 3.4rem;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .page-bridal .price__case-dt {
    width: 100%
  }
}

.page-bridal .price__case-dd {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4rem
}

@media(max-width: 1024px) {
  .page-bridal .price__case-dd {
    gap: 1.6rem
  }
}

@media(max-width: 767px) {
  .page-bridal .price__case-dd {
    gap: 4rem;
    flex-grow: 1;
    width: 100%;
    justify-content: center
  }
}

@media(max-width: 767px) {
  .page-bridal .price__case-dd.-sp-gap-sm {
    gap: .4rem
  }
}

.page-bridal .price__case-dd span.-arrow {
  width: 1rem;
  height: 2.3rem;
  background-color: #2c3957;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%)
}

@media(max-width: 767px) {
  .page-bridal .price__case-dd span.-arrow {
    width: .7rem;
    height: 2rem
  }
}

.page-bridal .price__case-dd span.-campaign {
  display: inline-flex;
  align-items: center
}

.page-bridal .price__case-dd span.-campaign span.-fw-bold {
  font-weight: bold;
  margin-right: 1rem
}

.page-bridal .price__case-dd span.-campaign strong {
  color: #e73c7b;
  font-size: 2.8rem
}

.page-bridal .price__case-dd span.-campaign strong span {
  font-size: 1.6rem
}

.page-bridal .price__sub-list {
  margin-top: 1.6rem;
  width: 100%
}

.page-bridal .price__sub-item {
  font-size: 1.4rem;
  display: flex
}

@media(max-width: 767px) {
  .page-bridal .price__sub-item {
    font-size: 1.2rem
  }
}

.page-bridal .price__sub-item::before {
  content: "※";
  flex-shrink: 0
}

@media(max-width: 767px) {
  .page-bridal .price__sub-item::before {
    margin-right: .8rem
  }
}

.page-bridal .price__sub-info {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 8rem
}

@media(max-width: 767px) {
  .page-bridal .price__sub-info {
    margin-top: 4rem;
    text-align: left
  }
}

.page-bridal .flow {
  position: relative;
  padding: 20rem 0
}

@media(max-width: 767px) {
  .page-bridal .flow {
    padding: 9rem 0
  }
}

.page-bridal .flow__container {
  max-width: 92rem
}

.page-bridal .flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 6rem;
  counter-reset: list-counter
}

@media(max-width: 767px) {
  .page-bridal .flow__list {
    margin-top: 4rem
  }
}

.page-bridal .flow__item {
  display: flex;
  gap: 4rem;
  counter-increment: list-counter
}

@media(max-width: 767px) {
  .page-bridal .flow__item {
    gap: 1rem
  }
}

.page-bridal .flow__item:last-child .flow__item-count::after {
  display: none
}

.page-bridal .flow__item-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem
}

@media(max-width: 767px) {
  .page-bridal .flow__item-count {
    gap: 1.6rem
  }
}

.page-bridal .flow__item-count::after {
  content: "";
  width: .1rem;
  flex-grow: 1;
  background-color: #2c3957;
  display: block
}

.page-bridal .flow__item-circle {
  background-color: #2c3957;
  color: #fff;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media(max-width: 767px) {
  .page-bridal .flow__item-circle {
    width: 5.8rem;
    height: 5.8rem
  }
}

.page-bridal .flow__item-circle span {
  font-size: 1.6rem;
  line-height: 1
}

@media(max-width: 767px) {
  .page-bridal .flow__item-circle span {
    font-size: 1.2rem
  }
}

.page-bridal .flow__item-circle::after {
  content: counter(list-counter, decimal-leading-zero);
  font-size: 2.6rem;
  line-height: 1;
  margin-top: .3rem
}

@media(max-width: 767px) {
  .page-bridal .flow__item-circle::after {
    font-size: 2rem;
    margin-top: .1rem
  }
}

.page-bridal .flow__item-content {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3.2rem;
  flex-grow: 1
}

@media(max-width: 767px) {
  .page-bridal .flow__item-content {
    padding: 2.4rem
  }
}

.page-bridal .flow__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4
}

.page-bridal .flow__item-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: .8rem
}

.page-bridal .flow__cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.4rem;
  gap: 4rem
}

@media(max-width: 1024px) {
  .page-bridal .flow__cta {
    flex-wrap: wrap;
    gap: 2rem
  }
}

@media(max-width: 767px) {
  .page-bridal .flow__cta {
    margin-top: 2.6rem
  }
}

.page-bridal .flow__cta-tel {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: opacity .3s
}

@media(hover: hover) {
  .page-bridal .flow__cta-tel:hover {
    opacity: .7
  }
}

.page-bridal .flow__cta-tel-num {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 2.8rem;
  line-height: 1
}

.page-bridal .flow__cta-tel-num::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/common/icon-tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0
}

.page-bridal .flow__cta-tel-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .02em;
  margin-top: .8rem;
  text-align: center
}

.page-bridal .flow__cta-btn {
  width: 30rem;
  height: 5.4rem;
  font-size: 1.6rem
}

@media(max-width: 767px) {
  .page-bridal .flow__cta-btn {
    max-width: 27.2rem;
    width: 100%
  }
}

.page-bridal .info {
  position: relative;
  padding: 7rem 0 19.6rem;
  background-image: linear-gradient(180deg, #ffeaf2 0%, #fbebfb 56%, #f4eaff 95%, #f4eaff 100%)
}

@media(max-width: 767px) {
  .page-bridal .info {
    padding: 3rem 0 9rem
  }
}

.page-bridal .info::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffeaf2;
  z-index: 1;
  height: 13.2rem;
  top: -13.1rem;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%)
}

@media(max-width: 767px) {
  .page-bridal .info::before {
    height: 6rem;
    top: -5.9rem
  }
}

.page-bridal .info__row {
  position: relative;
  display: flex;
  margin-top: 6rem
}

@media(max-width: 1024px) {
  .page-bridal .info__row {
    flex-direction: column
  }
}

@media(max-width: 767px) {
  .page-bridal .info__row {
    margin-top: 4rem
  }
}

.page-bridal .info__img {
  border-radius: 2rem;
  max-width: 79.8rem;
  width: 100%;
  overflow: hidden
}

@media(max-width: 1024px) {
  .page-bridal .info__img {
    position: relative;
    width: calc(100% - 4.4rem);
    margin: 0 auto -2rem;
    z-index: 1
  }
}

.page-bridal .info__card-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48.5%
}

@media(max-width: 1024px) {
  .page-bridal .info__card-wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%
  }
}

.page-bridal .info__card {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 3.2rem;
  border-radius: 2rem;
  max-width: 68.4rem;
  transition: all .3s
}

@media(max-width: 1024px) {
  .page-bridal .info__card {
    max-width: 100%;
    padding-top: 4rem
  }
}

@media(hover: hover) {
  .page-bridal .info__card:hover {
    transform: scale(1.05)
  }

  .page-bridal .info__card:hover .info__title-icon {
    background-color: #fff
  }

  .page-bridal .info__card:hover .info__title-icon svg path {
    fill: #2c3957;
    transition: all .3s
  }
}

.page-bridal .info__card-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4
}

.page-bridal .info__card-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.4rem
}

.page-bridal .info__link-text {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.4rem
}

.page-bridal .info__link-text span {
  font-size: 1.8rem;
  font-weight: bold
}

.page-bridal .info__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: .1rem solid #2c3957;
  border-radius: 50%;
  background-color: #2c3957;
  flex-shrink: 0;
  transition: all .3s
}

.page-bridal .info__title-icon svg {
  width: 1.2rem
}

.page-assembly .mv {
  position: relative;
  padding: 45.5rem 0 6.8rem;
  background-image: linear-gradient(180deg, #def2f8 0%, #def8ef 47%, #f5f8de 100%);
  overflow: hidden
}

@media(max-width: 1024px) {
  .page-assembly .mv {
    padding: 12rem 0 4rem
  }
}

@media(max-width: 767px) {
  .page-assembly .mv {
    padding: 8rem 0 2rem
  }
}

.page-assembly .mv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.page-assembly .mv__images {
  position: absolute;
  top: 15.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 144rem;
  height: 24.7rem;
  display: flex;
  justify-content: space-between;
  padding: 0 4.2rem
}

@media(max-width: 1024px) {
  .page-assembly .mv__images {
    width: 100%;
    height: auto
  }
}

@media(max-width: 1024px) {
  .page-assembly .mv__images {
    position: static;
    transform: translateX(0);
    flex-direction: column;
    width: 100%;
    padding: 0 2rem
  }
}

.page-assembly .mv__img-block {
  display: flex;
  gap: 3rem
}

@media(max-width: 1024px) {
  .page-assembly .mv__img-block {
    gap: 0
  }
}

@media(max-width: 1024px) {
  .page-assembly .mv__img-block:nth-child(1) {
    justify-content: space-between
  }

  .page-assembly .mv__img-block:nth-child(1) .mv__img {
    width: calc(50% - .8rem)
  }
}

@media(max-width: 1024px) {
  .page-assembly .mv__img-block:nth-child(2) {
    justify-content: space-between;
    margin-top: 12.8rem
  }

  .page-assembly .mv__img-block:nth-child(2) .mv__img {
    width: calc(33.3% - 1.06rem)
  }
}

.page-assembly .mv__img {
  width: 24.7rem;
  border-radius: 2rem;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  animation: show-mv-image 1s .5s forwards
}

.page-assembly .mv__title {
  font-size: 3.6rem;
  font-weight: bold;
  background-color: #2c3957;
  color: #fff;
  padding: 1.8rem 2.4rem 2.2rem;
  border-radius: .4rem;
  line-height: 1
}

@media(max-width: 1024px) {
  .page-assembly .mv__title {
    width: calc(100% - 4rem);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center
  }
}

@media(max-width: 767px) {
  .page-assembly .mv__title {
    font-size: 2rem;
    line-height: 1.6;
    padding: 1rem 2.4rem 1.4rem
  }
}

.page-assembly .nav {
  position: relative;
  padding: 4.6rem 0 7rem;
  background-color: #fff
}

@media(max-width: 767px) {
  .page-assembly .nav {
    padding: 2rem 0 3rem
  }
}

.page-assembly .nav::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0)
}

@media(max-width: 767px) {
  .page-assembly .nav::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

.page-assembly .nav__head {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 7rem;
  text-align: center
}

@media(max-width: 767px) {
  .page-assembly .nav__head {
    font-size: 2rem;
    margin-top: 3rem
  }
}

.page-assembly .nav__group {
  margin-top: 4rem
}

.page-assembly .nav__list {
  display: flex;
  border: .1rem solid #dde2ec
}

@media(max-width: 1060px) {
  .page-assembly .nav__list {
    flex-wrap: wrap
  }
}

.page-assembly .nav__item {
  width: 20%
}

@media(max-width: 1060px) {
  .page-assembly .nav__item {
    width: 33.3%
  }
}

.page-assembly .nav__item:not(:last-child) {
  border-right: .1rem solid #dde2ec
}

@media(max-width: 1060px) {
  .page-assembly .nav__item:nth-child(3) {
    border-right: none
  }
}

@media(max-width: 1060px) {

  .page-assembly .nav__item:nth-child(4),
  .page-assembly .nav__item:nth-child(5) {
    border-top: .1rem solid #dde2ec;
    width: 50%
  }
}

@media(max-width: 767px) {

  .page-assembly .nav__item:nth-child(4) .nav__link,
  .page-assembly .nav__item:nth-child(5) .nav__link {
    padding-bottom: 1.4rem
  }

  .page-assembly .nav__item:nth-child(4) .nav__link-text,
  .page-assembly .nav__item:nth-child(5) .nav__link-text {
    display: flex;
    align-items: center;
    gap: .8rem
  }

  .page-assembly .nav__item:nth-child(4) .nav__link-text::after,
  .page-assembly .nav__item:nth-child(5) .nav__link-text::after {
    position: static;
    margin: 0
  }
}

.page-assembly .nav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem 1rem 4.8rem;
  transition: all .3s
}

@media(hover: hover) {
  .page-assembly .nav__link:hover {
    background-color: #ddf2ff
  }
}

.page-assembly .nav__link.-assembly .nav__link-text {
  color: #cf6d00
}

.page-assembly .nav__link.-assembly .nav__link-text::after {
  background-color: #cf6d00
}

@media(hover: hover) {
  .page-assembly .nav__link.-assembly:hover {
    background-color: #ffefdd
  }
}

.page-assembly .nav__link-icon {
  width: 2.4rem
}

.page-assembly .nav__link-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0f73bb;
  margin-top: .6rem
}

@media(max-width: 767px) {
  .page-assembly .nav__link-text {
    font-size: 1.6rem
  }
}

.page-assembly .nav__link-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8rem;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  background-color: #0f73bb;
  background-image: url("../img/assembly/icon-chevron-down-white.svg");
  background-size: .9rem .5rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-top: 1rem
}

.page-assembly .assembly {
  position: relative;
  padding: 20rem 0 0
}

@media(max-width: 767px) {
  .page-assembly .assembly {
    padding: 9rem 0 0
  }
}

.page-assembly .assembly::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: 13.2rem;
  bottom: -13.1rem;
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0)
}

@media(max-width: 767px) {
  .page-assembly .assembly::after {
    height: 6rem;
    bottom: -5.9rem
  }
}

.page-assembly .assembly__info {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto
}

.page-assembly .assembly.-section-01 .about__img {
  width: 43.3rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-01 .about__img {
    width: 34.4rem
  }
}

.page-assembly .assembly.-section-02 .about__img {
  width: 36.6rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-02 .about__img {
    width: 34.4rem
  }
}

.page-assembly .assembly.-section-03 .about__img {
  width: 42.6rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-03 .about__img {
    width: 34.4rem
  }
}

.page-assembly .assembly.-section-04 .about__img {
  width: 43.5rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-04 .about__img {
    width: 34.4rem
  }
}

.page-assembly .assembly.-section-05 {
  background-image: linear-gradient(180deg, #fff2e3 0%, #f8f2de 47%, #fffedc 100%)
}

.page-assembly .assembly.-section-05::after {
  display: none
}

.page-assembly .assembly.-section-05 .about__img.-img-01 {
  width: 36.6rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-05 .about__img.-img-01 {
    width: 30rem
  }
}

.page-assembly .assembly.-section-05 .about__img.-img-02 {
  width: 60rem
}

@media(max-width: 767px) {
  .page-assembly .assembly.-section-05 .about__img.-img-02 {
    width: 34.4rem
  }
}

.page-assembly .assembly-info {
  padding: 7rem 0
}

@media(max-width: 767px) {
  .page-assembly .assembly-info {
    padding: 3rem 0
  }
}

.page-assembly .assembly-info__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__cols {
    grid-template-columns: 1fr;
    gap: 2rem
  }
}

.page-assembly .assembly-info__col {
  background-color: #fff;
  padding: 3rem 6rem;
  border-radius: 2rem
}

@media(max-width: 1024px) {
  .page-assembly .assembly-info__col {
    padding: 3rem
  }
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__col {
    padding: 2rem
  }
}

.page-assembly .assembly-info__col-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__col-title {
    font-size: 2rem
  }
}

.page-assembly .assembly-info__col-text {
  font-size: 1.6rem;
  margin-top: 1rem
}

.page-assembly .assembly-info__price {
  margin-top: 4rem;
  background-color: #fff;
  padding: 3rem 6rem;
  border-radius: 2rem
}

@media(max-width: 1024px) {
  .page-assembly .assembly-info__price {
    padding: 3rem
  }
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__price {
    padding: 2rem;
    margin-top: 2rem
  }
}

.page-assembly .assembly-info__price-head {
  display: flex;
  align-items: center;
  gap: 2.4rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__price-head {
    flex-direction: column;
    gap: 1.6rem
  }
}

.page-assembly .assembly-info__price-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__price-title {
    font-size: 2rem
  }
}

.page-assembly .assembly-info__price-campaign {
  background-color: #e73c7b;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  padding: .4rem 2rem;
  border-radius: 5rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__price-campaign {
    background-color: transparent;
    color: #e73c7b;
    border-radius: 0
  }
}

.page-assembly .assembly-info__data {
  width: 100%;
  margin-top: 2.4rem;
  border-bottom: .1rem solid #dde2ec
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__data {
    margin-top: 1.6rem
  }
}

.page-assembly .assembly-info__data-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 0;
  border-top: .1rem solid #dde2ec
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__data-block {
    flex-direction: column
  }
}

.page-assembly .assembly-info__data-block.-align-start {
  align-items: flex-start
}

.page-assembly .assembly-info__dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #dde2ec;
  border-radius: .4rem;
  width: 17.8rem;
  height: 3.4rem;
  flex-shrink: 0
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__dt {
    width: 100%
  }
}

.page-assembly .assembly-info__dd,
.page-assembly .assembly-info__dd-block {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 2rem
}

@media(max-width: 767px) {

  .page-assembly .assembly-info__dd.-sp-gap-sm,
  .page-assembly .assembly-info__dd-block.-sp-gap-sm {
    gap: 0 .8rem
  }
}

@media(max-width: 767px) {

  .page-assembly .assembly-info__dd.-sp-gap-xs,
  .page-assembly .assembly-info__dd-block.-sp-gap-xs {
    gap: 0 .4rem
  }
}

.page-assembly .assembly-info__dd span.-arrow,
.page-assembly .assembly-info__dd-block span.-arrow {
  width: 1rem;
  height: 2.3rem;
  background-color: #2c3957;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%)
}

@media(max-width: 767px) {

  .page-assembly .assembly-info__dd span.-arrow,
  .page-assembly .assembly-info__dd-block span.-arrow {
    width: .5rem;
    height: 1.2rem
  }
}

.page-assembly .assembly-info__dd span.-campaign,
.page-assembly .assembly-info__dd-block span.-campaign {
  display: inline-flex;
  align-items: center
}

.page-assembly .assembly-info__dd span.-campaign span.-fw-bold,
.page-assembly .assembly-info__dd-block span.-campaign span.-fw-bold {
  font-weight: bold;
  margin-right: 1rem
}

.page-assembly .assembly-info__dd span.-campaign strong,
.page-assembly .assembly-info__dd-block span.-campaign strong {
  color: #e73c7b;
  font-size: 2.8rem
}

@media(max-width: 767px) {

  .page-assembly .assembly-info__dd span.-campaign strong,
  .page-assembly .assembly-info__dd-block span.-campaign strong {
    font-size: 2.4rem
  }
}

.page-assembly .assembly-info__dd span.-campaign strong span,
.page-assembly .assembly-info__dd-block span.-campaign strong span {
  font-size: 1.6rem
}

.page-assembly .assembly-info__dd {
  flex-direction: column
}

.page-assembly .assembly-info__dd-title {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .8rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__dd-title {
    text-align: center
  }
}

.page-assembly .assembly-info__dd-title.-mb-lg {
  margin-bottom: 1.4rem
}

.page-assembly .assembly-info__dd-block {
  flex-wrap: wrap;
  width: 100%
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__dd-block {
    justify-content: center
  }
}

.page-assembly .assembly-info__dd-block+.assembly-info__dd-block {
  margin-top: 4rem
}

.page-assembly .assembly-info__dd-list {
  width: 100%;
  margin-top: 1.4rem
}

.page-assembly .assembly-info__dd-item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6
}

@media(max-width: 767px) {
  .page-assembly .assembly-info__dd-item {
    align-items: flex-start
  }
}

.page-assembly .assembly-info__dd-item::before {
  content: "※";
  flex-shrink: 0
}

.page-assembly .assembly-info__sub-list {
  margin-top: 1.6rem
}

.page-assembly .assembly-info__sub-item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6
}

.page-assembly .assembly-info__sub-item::before {
  content: "※";
  margin-right: .4rem;
  flex-shrink: 0
}

.page-assembly .assembly-recommend {
  padding: 7rem 0;
  background-color: #fff
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend {
    padding: 3rem 0
  }
}

.page-assembly .assembly-recommend__container {
  max-width: 118rem
}

.page-assembly .assembly-recommend__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem
}

.page-assembly .assembly-recommend__head-icon {
  width: 4.6rem
}

.page-assembly .assembly-recommend__head-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__head-title {
    font-size: 2rem
  }
}

.page-assembly .assembly-recommend__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__text {
    font-size: 1.6rem;
    margin-top: 2rem
  }
}

.page-assembly .assembly-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 5rem;
  margin-top: 4rem
}

@media(max-width: 1024px) {
  .page-assembly .assembly-recommend__list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2.4rem;
    margin-top: 2rem
  }
}

.page-assembly .assembly-recommend__item-thumb {
  border-radius: 1rem;
  overflow: hidden
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__item-body {
    padding-bottom: 1.6rem;
    border-bottom: .1rem solid #dde2ec
  }
}

.page-assembly .assembly-recommend__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__item-title {
    text-align: center
  }
}

.page-assembly .assembly-recommend__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: .8rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__item-text {
    text-align: center
  }
}

.page-assembly .assembly-recommend__sub-info {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 4rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-recommend__sub-info {
    padding: 0 2.4rem;
    margin-top: 2rem
  }
}

.page-assembly .assembly-recommend__sub-info::before {
  content: "※"
}

.page-assembly .assembly-case {
  padding: 14rem 0 20rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-case {
    padding: 6rem 0 9rem
  }
}

.page-assembly .assembly-case__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  gap: 1.6rem
}

.page-assembly .assembly-case__title img {
  width: 4.6rem
}

.page-assembly .assembly-case__images {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__images {
    margin-top: 2rem;
    gap: 1rem
  }
}

.page-assembly .assembly-case__img {
  width: 18.8rem;
  border-radius: 2rem;
  overflow: hidden
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__img {
    width: 10rem;
    border-radius: 1rem
  }
}

.page-assembly .assembly-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem 4rem;
  margin: 6rem auto 0;
  max-width: 112rem
}

@media(max-width: 1024px) {
  .page-assembly .assembly-case__list {
    max-width: 62.4rem
  }
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__list {
    margin-top: 3rem;
    gap: 4rem 0
  }
}

.page-assembly .assembly-case__item {
  max-width: 25rem;
  min-width: 21rem;
  flex-grow: 1
}

@media(max-width: 1024px) {
  .page-assembly .assembly-case__item {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem)
  }
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item {
    width: 100%;
    max-width: 100%
  }
}

.page-assembly .assembly-case__item-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #dde2ec
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item-title {
    border-bottom: none
  }
}

.page-assembly .assembly-case__item-about {
  padding: 1.6rem 0;
  border-bottom: .1rem solid #dde2ec;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item-about {
    padding-top: 0
  }
}

.page-assembly .assembly-case__item-about div {
  width: 8.8rem;
  height: 3.2rem;
  border-radius: .4rem;
  background-color: #dde2ec;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item-about div {
    width: 100%
  }
}

.page-assembly .assembly-case__item-about p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 1rem;
  min-height: 2.8em
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item-about p {
    min-height: 0;
    text-align: center;
    margin-top: 1.6rem
  }
}

.page-assembly .assembly-case__item-lot {
  display: flex;
  justify-content: center;
  gap: .8rem;
  padding: 2.4rem 0;
  border-bottom: .1rem solid #dde2ec;
  text-align: center
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__item-lot {
    justify-content: center
  }
}

.page-assembly .assembly-case__item-lot span {
  font-size: 1.6rem;
  line-height: 1
}

.page-assembly .assembly-case__item-lot span:first-child,
.page-assembly .assembly-case__item-lot span:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.2
}

.page-assembly .assembly-case__conclusion {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 8rem
}

@media(max-width: 767px) {
  .page-assembly .assembly-case__conclusion {
    font-size: 2rem;
    margin-top: 2rem
  }
}

.page-not-found .mv {
  padding: 15rem 0 7rem;
  background-image: linear-gradient(180deg, #def2f8 0%, #def8ef 47%, #f5f8de 100%)
}

@media(max-width: 767px) {
  .page-not-found .mv {
    padding: 11.8rem 0 7.6rem
  }
}

.page-not-found .mv__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center
}

.page-not-found .mv__en {
  width: 66.9rem;
  margin: 1.6rem auto 0
}

@media(max-width: 767px) {
  .page-not-found .mv__en {
    width: 36.5rem;
    margin: 1.6rem auto 0
  }
}

.page-not-found .mv__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .02em;
  text-align: center;
  margin-top: 3rem
}

.page-not-found .mv__btn {
  width: 19.5rem;
  height: 4.8rem;
  font-size: 1.6rem;
  margin: 3rem auto 0
}

@media(max-width: 1024px) {
  .page-not-found .header__cta {
    display: none
  }
}

.u-sp {
  display: none
}

@media(max-width: 767px) {
  .u-sp {
    display: block
  }
}

.u-tab {
  display: none
}

@media(max-width: 1024px) {
  .u-tab {
    display: block
  }
}

@media(max-width: 767px) {
  .u-pc {
    display: none
  }
}

.inview {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
  transform: translateY(3rem);
  opacity: 0
}

.inview.inview-is-visible {
  transform: translateY(0);
  opacity: 1
}

.is-loading {
  pointer-events: none
}

.is-loading .loading__logo {
  opacity: 1
}

.is-loading-done {
  pointer-events: auto
}

.is-menu-open {
  overflow: hidden
}

.is-menu-open .menu {
  pointer-events: auto;
  opacity: 1
}

.is-menu-open .hamburger-btn span {
  opacity: 0
}

.is-menu-open .hamburger-btn::before {
  transform: translateY(0) rotate(45deg)
}

.is-menu-open .hamburger-btn::after {
  transform: translateY(0) rotate(-45deg)
}

.is-fixed-cta-visible .header__cta {
  opacity: 1;
  pointer-events: auto
}

.is-fixed-cta-white-bg .header__cta {
  background-color: rgba(255, 255, 255, 0.7)
}

.is-modal-open {
  overflow: hidden
}

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