@charset "UTF-8";
.page.top {
  overflow: hidden;
}
.page.top .wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.page.top .wrap-over {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 0 0 calc(50vw - 50%);
}
.page.top .wrap-over-inner {
  max-width: 1700px;
  width: 100%;
}
.page.top .sec-headeing {
  margin-bottom: 60px;
}
.page.top .sec-headeing .sec-sub-ttl {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.page.top .sec-headeing .sec-ttl {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 1100px) {
  .page.top .wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page.top .sec-headeing {
    margin-bottom: 50px;
  }
  .page.top .sec-headeing .sec-sub-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page.top .sec-headeing .sec-ttl {
    font-size: 30px;
  }
  .page.top .wrap-over {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.page.top .mainvisual {
  height: calc(100vh - 75px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page.top .mainvisual .mainvisual-bg {
  position: absolute;
  padding: 26px;
  height: 100%;
  width: 100%;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.page.top .mainvisual .mainvisual-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 26px;
}
.page.top .mainvisual .mainvisual-ttl {
  position: relative;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 2.3636363636;
  margin: 0 0 0 auto;
  padding-right: 8%;
}
.page.top .mainvisual-btm {
  padding: 0 45px;
  margin-top: -40px;
  margin-bottom: 125px;
}
.page.top .mainvisual-btm .mainvisual-btm-price {
  font-size: 85px;
  letter-spacing: 0.02em;
  line-height: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.page.top .mainvisual-btm .mainvisual-btm-price .line {
  font-size: 40px;
}
.page.top .mainvisual-btm .mainvisual-btm-price .add {
  font-size: 23px;
  display: inline-block;
}
.page.top .mainvisual-btm .mainvisual-btm-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page.top .mainvisual-btm .mainvisual-btm-list {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 7px 0;
  border: 1px solid #002d73;
  border-radius: 50px;
  max-width: 138px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .page.top .mainvisual {
    height: 550px;
  }
  .page.top .mainvisual .mainvisual-bg {
    padding: 13px;
  }
  .page.top .mainvisual .mainvisual-bg img {
    border-radius: 8px;
    -o-object-position: center top;
       object-position: center top;
  }
  .page.top .mainvisual .mainvisual-ttl {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.09em;
    margin-bottom: 2.5em;
  }
  .page.top .mainvisual-btm {
    padding: 0 10px;
    margin-top: -53px;
    margin-bottom: 25px;
  }
  .page.top .mainvisual-btm .mainvisual-btm-price {
    font-size: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page.top .mainvisual-btm .mainvisual-btm-price span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page.top .mainvisual-btm .mainvisual-btm-price .line {
    font-size: 35px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page.top .mainvisual-btm .mainvisual-btm-price .add {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    font-size: 19px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: inline-block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .page.top .mainvisual-btm .mainvisual-btm-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page.top .mainvisual-btm .mainvisual-btm-list {
    font-size: 13px;
    font-weight: 500;
    max-width: 122px;
    padding: 6px 0;
  }
}
@-webkit-keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textanimeAfter {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes textanimeAfter {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes imganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page.top .about {
  margin-bottom: 200px;
}
.page.top .about .about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.top .about .about-wrap.is-visible .about-ttl span:nth-child(1) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
.page.top .about .about-wrap.is-visible .about-ttl span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
.page.top .about .about-wrap.is-visible .about-ttl span:nth-child(2) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 0.5s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 0.5s forwards;
}
.page.top .about .about-wrap.is-visible .about-ttl span:nth-child(2)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 0.5s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 0.5s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(1) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.2s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.2s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.2s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.2s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(2) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(2)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(3) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt span:nth-child(3)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(1) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(2) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(2)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(3) {
  -webkit-animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 3s forwards;
          animation: textanime 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 3s forwards;
}
.page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(3)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 3s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 3s forwards;
}
.page.top .about .about-wrap.is-visible .about-img {
  -webkit-animation: imganime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.4s forwards;
          animation: imganime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.4s forwards;
}
.page.top .about .about-wrap.is-visible .about-img:last-child {
  -webkit-animation: imganime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.4s forwards;
          animation: imganime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.4s forwards;
}
.page.top .about .about-img-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.page.top .about .about-img {
  max-width: 330px;
  width: 100%;
  opacity: 0;
}
.page.top .about .about-img img {
  border-radius: 6px;
}
.page.top .about .about-img:first-child {
  margin-bottom: 15px;
}
.page.top .about .about-img:last-child {
  margin-left: auto;
}
.page.top .about .about-txt-area span {
  display: block;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.page.top .about .about-txt-area span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page.top .about .about-ttl {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  overflow: hidden;
}
.page.top .about .about-txt {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.page.top .about .about-txt:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page.top .about {
    margin: 100px 0 200px 0;
  }
  .page.top .about .about-txt-area {
    margin-bottom: 50px;
  }
  .page.top .about .about-wrap {
    display: block;
  }
  .page.top .about .about-wrap.is-visible .about-ttl span:nth-child(1) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
  }
  .page.top .about .about-wrap.is-visible .about-ttl span:nth-child(1)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
  }
  .page.top .about .about-wrap.is-visible .about-ttl span:nth-child(2) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-ttl span:nth-child(2)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 0.7s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(1) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(1)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(2) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.6s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(2)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 1.6s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 1.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(3) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt span:nth-child(3)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 2.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(1) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.6s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 3.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(1)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 3.6s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 3.6s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(2) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 4.2s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 4.2s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(2)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 4.2s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 4.2s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(3) {
    -webkit-animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 4.8s forwards;
            animation: textanime 1s cubic-bezier(0, 0.25, 0.19, 0.27) 4.8s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-txt:last-child span:nth-child(3)::after {
    -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 4.8s forwards;
            animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 4.8s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-img {
    -webkit-animation: imganime 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 5.3s forwards;
            animation: imganime 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 5.3s forwards;
  }
  .page.top .about .about-wrap.is-visible .about-img:last-child {
    -webkit-animation: imganime 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 5.8s forwards;
            animation: imganime 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 5.8s forwards;
  }
  .page.top .about .about-ttl {
    font-size: 23px;
  }
  .page.top .about .about-txt {
    font-size: 18px;
    line-height: 2.1111111111;
    letter-spacing: 0.06em;
  }
  .page.top .about .about-img {
    max-width: 250px;
  }
  .page.top .about .about-img:first-child {
    margin-left: -15px;
    margin-bottom: 10px;
  }
  .page.top .about .about-img:first-child img {
    border-radius: 0 6px 6px 0;
  }
  .page.top .about .about-img:last-child img {
    border-radius: 6px;
  }
}
.page.top .reason {
  margin-bottom: 110px;
}
.page.top .reason .reason-content {
  margin-top: -80px;
  padding: 75px 0 90px 0;
  background-color: #f6f6f6;
}
.page.top .reason .reason-point {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 8px;
}
.page.top .reason .reason-point span {
  font-size: 31px;
  padding-left: 3px;
}
.page.top .reason .reason-img {
  margin-bottom: 12px;
}
.page.top .reason .reason-img img {
  border-radius: 4px;
}
.page.top .reason .reason-item-ttl {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #002d73;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page.top .reason .reason-item-txt {
  text-align: justify;
  font-size: 15px;
  line-height: 1.7333333333;
}
.page.top .reason .splide__arrow {
  top: unset;
  bottom: -80px;
  background: unset;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  left: unset;
  width: 38px;
  height: 38px;
}
.page.top .reason .splide__arrow--prev {
  background-image: url(../img/index/slider-arrow-left.png);
  right: 160px;
}
.page.top .reason .splide__arrow--next {
  background-image: url(../img/index/slider-arrow-right.png);
  right: 95px;
}
@media (max-width: 767px) {
  .page.top .reason .splide {
    visibility: visible;
  }
  .page.top .reason .splide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px 0;
  }
  .page.top .reason .splide__arrows {
    display: none;
  }
  .page.top .reason .reason-content {
    margin-top: -60px;
    padding: 60px 0 80px 0;
  }
  .page.top .reason .reason-img {
    max-width: 100%;
  }
  .page.top .reason .reason-img img {
    width: 100%;
  }
}
.page.top .plan {
  margin-bottom: 115px;
}
.page.top .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
.page.top .plan .plan-item-wrap {
  max-width: 280px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.top .plan .plan-item {
  position: relative;
  padding-top: 42px;
  padding-bottom: 48px;
}
.page.top .plan .plan-item:first-child::after {
  content: "";
  position: absolute;
  background-color: #f0f8ff;
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  left: -39px;
  z-index: -1;
}
.page.top .plan .plan-item:nth-child(3n-1) {
  border-left: 1px solid #002d73;
  border-right: 1px solid #002d73;
  padding-left: 39px;
  padding-right: 39px;
  margin: 0px 40px;
}
.page.top .plan .paln-item-pop {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 184px;
  background-color: #002d73;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 9.5px;
}
.page.top .plan .paln-item-pop::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/hukidashi-btm.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 20px;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.page.top .plan .plan-item-img {
  margin-bottom: 15px;
}
.page.top .plan .plan-item-img img {
  border-radius: 5px;
}
.page.top .plan .plan-item-ttl {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page.top .plan .plan-item-txt {
  text-align: justify;
  font-size: 15px;
  line-height: 1.7333333333;
  margin-bottom: 40px;
}
.page.top .plan .plan-price {
  margin-bottom: 35px;
}
.page.top .plan .plan-item-otaru,
.page.top .plan .plan-item-hakodate {
  background-repeat: no-repeat;
  background-size: 4px 4px;
  position: relative;
  padding: 25px 10px;
}
.page.top .plan .plan-item-otaru {
  background-image: radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px);
  background-position: left top, right top, left bottom, right bottom;
}
.page.top .plan .plan-item-otaru::after, .page.top .plan .plan-item-otaru::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #002d73;
  left: 0;
}
.page.top .plan .plan-item-otaru::after {
  top: 2px;
}
.page.top .plan .plan-item-otaru::before {
  bottom: 1px;
}
.page.top .plan .plan-item-hakodate {
  background-image: radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px);
  background-position: left bottom, right bottom;
  margin-bottom: 15px;
}
.page.top .plan .plan-item-hakodate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #002d73;
  left: 0;
}
.page.top .plan .plan-item-hakodate::before {
  bottom: 1px;
}
.page.top .plan .plan-price-headeing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.page.top .plan .plan-price-name {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 8px;
  border-right: 1px solid #002d73;
}
.page.top .plan .plan-price-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  line-height: 1;
}
.page.top .plan .plan-price-txt .price {
  font-size: 46px;
}
.page.top .plan .plan-price-txt .tax {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 600;
  padding: 0 3px;
}
.page.top .plan .plan-price-txt .line {
  font-size: 25px;
}
.page.top .plan .plan-price-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page.top .plan .plan-price-info-box:not(:last-child) {
  margin-bottom: 5px;
}
.page.top .plan .plan-price-info-ttl {
  background-color: #002d73;
  color: #fff;
  line-height: 1;
  max-width: 83px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 6px 0;
}
.page.top .plan .plan-price-info-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 94px);
          flex: 0 0 calc(100% - 94px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
.page.top .plan .plan-item-caption {
  font-size: 11px;
  line-height: 1.4545454545;
}
.page.top .plan .plan-item-caption-top {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 0 3px 0;
}
.page.top .plan .plan-item-option {
  margin: auto 0 0 0;
}
.page.top .plan .plan-option-ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.page.top .plan .plan-option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px 0;
}
.page.top .plan .plan-option-list {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #002d73;
  border-radius: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5714285714%;
          flex: 0 0 48.5714285714%;
  padding: 7px 0;
}
.page.top .plan .plan-option-caption {
  font-size: 11px;
  line-height: 1.4545454545;
  margin-top: 15px;
}
.page.top .plan .plan-hunkotsu {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #002d73;
  border-radius: 10px;
  padding: 65px 0;
  position: relative;
}
.page.top .plan .plan-hunkotsu::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 38px;
  background-image: url(../img/index/hukidashi-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
}
.page.top .plan .plan-hunkotsu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
}
.page.top .plan .plan-hunkotsu-txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.page.top .plan .plan-hunkotsu-txt span {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.35em, transparent), color-stop(0.35em, #bef3f9), color-stop(0.7em, #bef3f9), color-stop(0.7em, transparent));
  background-image: linear-gradient(0deg, transparent 0.35em, #bef3f9 0.35em, #bef3f9 0.7em, transparent 0.7em);
}
.page.top .plan .plan-hunkotsu-price-ttl {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.page.top .plan .plan-hunkotsu-price-txt {
  font-size: 46px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
  background-image: url(../img/index/nsmi-line.png);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: left bottom;
}
.page.top .plan .plan-hunkotsu-price-txt span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 10px;
  padding-left: 3px;
}
@media (max-width: 1000px) {
  .page.top .plan .plan-item-wrap {
    max-width: 100%;
  }
  .page.top .plan .plan-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page.top .plan .plan-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 20px);
            flex: 0 0 calc(33.333% - 20px);
  }
  .page.top .plan .plan-item:nth-child(3n-1) {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 10px;
  }
  .page.top .plan .plan-item:first-child::after {
    width: calc(100% + 30px);
    left: -20px;
  }
  .page.top .plan .plan-price-txt .price {
    font-size: 38px;
  }
  .page.top .plan .plan-option-list {
    font-size: 11px;
  }
  .page.top .plan .plan-hunkotsu {
    padding: 65px 20px;
  }
}
@media (max-width: 767px) {
  .page.top .plan {
    margin-bottom: 85px;
  }
  .page.top .plan .sec-headeing {
    margin-bottom: 30px;
  }
  .page.top .plan .plan-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    margin-left: -15px;
  }
  .page.top .plan .plan-menu-list {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.0666666667%;
            flex: 0 0 33.0666666667%;
    background-color: #002d73;
    border-radius: 8px 8px 0 0;
    color: #fff;
  }
  .page.top .plan .plan-menu-list a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3846153846;
    letter-spacing: 0.04em;
    padding: 12px 0 20px 0;
    position: relative;
  }
  .page.top .plan .plan-menu-list a::after {
    content: "";
    position: absolute;
    background-image: url(../img/index/drop-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
  }
  .page.top .plan .plan-menu-list span {
    font-size: 19px;
  }
  .page.top .plan .plan-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    margin-left: -15px;
    margin-bottom: 85px;
  }
  .page.top .plan .plan-item {
    padding: 30px 15px 55px 15px;
  }
  .page.top .plan .plan-item:first-child {
    background-color: #f0faff;
  }
  .page.top .plan .plan-item:first-child::after {
    display: none;
  }
  .page.top .plan .plan-item:nth-child(3n-1) {
    padding: 60px 15px 60px 15px;
    margin: 0;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #002d73;
  }
  .page.top .plan .plan-item:nth-child(3) {
    padding: 60px 15px 0 15px;
  }
  .page.top .plan .plan-item-ttl {
    font-size: 28px;
  }
  .page.top .plan .plan-item-txt {
    font-size: 14px;
  }
  .page.top .plan .plan-item-otaru,
  .page.top .plan .plan-item-hakodate {
    padding: 20px 15px;
  }
  .page.top .plan .plan-item-hakodate {
    margin-bottom: 20px;
  }
  .page.top .plan .plan-price-name {
    font-size: 21px;
  }
  .page.top .plan .plan-price-txt .price {
    font-size: 55px;
  }
  .page.top .plan .plan-price-txt .tax {
    font-size: 12px;
  }
  .page.top .plan .plan-price-txt .line {
    font-size: 30px;
  }
  .page.top .plan .plan-option-ttl {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  .page.top .plan .plan-option-list {
    font-size: 13px;
    padding: 10.5px 0;
  }
  .page.top .plan .plan-hunkotsu {
    padding: 60px 15px 50px 15px;
  }
  .page.top .plan .plan-hunkotsu::after {
    width: 40px;
    height: 32px;
    top: -27px;
  }
  .page.top .plan .plan-hunkotsu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 35px 0;
  }
  .page.top .plan .plan-hunkotsu-txt {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .page.top .plan .plan-hunkotsu-price-ttl {
    margin-bottom: 10px;
  }
}
.page.top .cv-area {
  background-color: #002d73;
  padding: 70px 0 65px 0;
}
.page.top .cv-area .cv-wrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.page.top .cv-area .cv-ttl {
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 45px;
}
.page.top .cv-area .cv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@-webkit-keyframes shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@keyframes shrinkAfter {
  from {
    height: calc(100% + 2px);
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shrink {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page.top .cv-area .cv-item {
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.1621621622%;
          flex: 0 0 32.1621621622%;
  -webkit-transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1.4s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.page.top .cv-area .cv-item:first-child {
  background-color: #bef3f9;
}
.page.top .cv-area .cv-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #002d73;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.page.top .cv-area .cv-item.is-visible {
  -webkit-animation: shrink 1.4s ease forwards;
          animation: shrink 1.4s ease forwards;
}
.page.top .cv-area .cv-item.is-visible::after {
  -webkit-animation: shrinkAfter 1s ease forwards;
          animation: shrinkAfter 1s ease forwards;
}
.page.top .cv-area .cv-item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.page.top .cv-area .cv-item:nth-child(2)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.page.top .cv-area .cv-item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.page.top .cv-area .cv-item:nth-child(3)::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.page.top .cv-area .cv-item-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 40px 20px 25px 20px;
}
.page.top .cv-area .cv-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 25px;
}
.page.top .cv-area .cv-item-ttl p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.page.top .cv-area .cv-item-icon {
  max-width: 24px;
  width: 100%;
}
.page.top .cv-area .cv-item-text {
  text-align: justify;
  font-size: 14px;
  line-height: 1.6428571429;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.page.top .cv-area .cv-item-link {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #002d73;
  border-radius: 50px;
  padding: 10px 0;
  margin-top: auto;
  position: relative;
}
.page.top .cv-area .cv-item-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/cv-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media (hover: hover) {
  .page.top .cv-area .cv-item-url {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page.top .cv-area .cv-item-url:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .page.top .cv-area {
    padding: 55px 0 65px 0;
  }
  .page.top .cv-area .cv-wrap {
    padding: 0 25px;
  }
  .page.top .cv-area .cv-ttl {
    font-size: 24px;
    line-height: 1.6666666667;
    margin-bottom: 40px;
    letter-spacing: 0.07em;
  }
  .page.top .cv-area .cv-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .page.top .cv-area .cv-item-url {
    padding: 30px 30px 25px 30px;
  }
  .page.top .cv-area .cv-item-ttl {
    margin-bottom: 15px;
  }
  .page.top .cv-area .cv-item-text {
    margin-bottom: 15px;
  }
  .page.top .cv-area .cv-item-link {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }
}
.page.top .option {
  margin: 130px 0 155px 0;
}
.page.top .option .option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 65px 0;
}
.page.top .option .option-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.8%;
          flex: 0 0 46.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.page.top .option .option-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.4615384615%;
          flex: 0 0 38.4615384615%;
}
.page.top .option .option-img img {
  border-radius: 5px;
}
.page.top .option .option-item-ttl {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.page.top .option .option-item-txt {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}
.page.top .option .option-item-price {
  font-size: 39px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.page.top .option .option-item-price span {
  font-size: 22px;
}
.page.top .option .option-item-price .tax {
  font-size: 10px;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 880px) {
  .page.top .option .option-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page.top .option {
    margin: 100px 0 80px 0;
  }
  .page.top .option .sec-headeing {
    margin-bottom: 30px;
  }
  .page.top .option .option-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .page.top .option .option-content {
    gap: 40px 0;
  }
  .page.top .option .option-item-price {
    font-size: 40px;
  }
  .page.top .option .option-img {
    width: 100%;
  }
  .page.top .option .option-img img {
    width: 100%;
  }
}
.page.top .memorial {
  background-image: linear-gradient(45deg, #f4f9fe, #fafbfe);
  padding: 100px 0 70px 0;
}
.page.top .memorial .memorial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.page.top .memorial .memorial-txt-area {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.06em;
}
.page.top .memorial .memorial-right {
  position: relative;
  max-width: 768px;
  width: 100%;
}
.page.top .memorial .memorial-right img {
  border-radius: 10px 0 0 10px;
}
.page.top .memorial .memorial-headeing {
  position: absolute;
  top: -120px;
  right: 120px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 21px;
  line-height: 2.6666666667;
  letter-spacing: 0.24em;
}
.page.top .memorial .memorial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 35px 20px 35px 25px;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  position: relative;
  background-image: radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px);
  background-position: left top, right top, left bottom, right bottom;
}
.page.top .memorial .memorial-info::after, .page.top .memorial .memorial-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #002d73;
  left: 0;
}
.page.top .memorial .memorial-info::after {
  top: 2px;
}
.page.top .memorial .memorial-info::before {
  bottom: 1px;
}
.page.top .memorial .memorial-info-item:first-child {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #002d73;
}
.page.top .memorial .memorial-info-headeing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.page.top .memorial .memorial-info-name {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.22em;
  line-height: 1;
  padding-right: 6px;
  border-right: 1px solid #002d73;
}
.page.top .memorial .memorial-info-txt {
  padding-left: 8px;
  font-size: 46px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page.top .memorial .memorial-info-txt .tax {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 10px;
}
.page.top .memorial .memorial-info-txt .line {
  font-size: 25px;
}
.page.top .memorial .memorial-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page.top .memorial .memorial-info-list:not(:last-child) {
  margin-bottom: 5px;
}
.page.top .memorial .memorial-info-list-ttl {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-color: #002d73;
  color: #fff;
  max-width: 83px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 6px 0;
}
.page.top .memorial .memorial-info-list-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 90px);
          flex: 0 0 calc(100% - 90px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page.top .memorial .memorial-info-content {
  margin-left: 50px;
  margin-top: auto;
  margin-left: auto;
  max-width: 310px;
  width: 100%;
}
.page.top .memorial .memorial-info-content-ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.page.top .memorial .memorial-info-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px 0;
}
.page.top .memorial .memorial-info-content-list {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  border: 1px solid #002d73;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 7.5px 0;
}
.page.top .memorial .memorial-caption {
  font-size: 11px;
  line-height: 1.4545454545;
  padding: 0 25 px;
}
@media (max-width: 1000px) {
  .page.top .memorial .memorial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page.top .memorial .memorial-info {
    padding: 35px 10px 35px 15px;
  }
  .page.top .memorial .memorial-info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }
  .page.top .memorial .memorial-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .page.top .memorial .memorial-info-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page.top .memorial {
    padding: 70px 0;
  }
  .page.top .memorial .sec-headeing {
    margin-bottom: 80px;
  }
  .page.top .memorial .memorial-right {
    right: -15px;
  }
  .page.top .memorial .memorial-headeing {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2.3;
    top: -40px;
    right: 5px;
  }
  .page.top .memorial .memorial-txt-area {
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 0.01em;
  }
  .page.top .memorial .memorial-info {
    gap: 0;
    padding: 30px 0;
  }
  .page.top .memorial .memorial-info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px;
  }
  .page.top .memorial .memorial-info-item:first-child {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: unset;
    background-repeat: no-repeat;
    background-size: 4px 4px;
    position: relative;
    background-image: radial-gradient(circle, #002d73 2px, transparent 2px), radial-gradient(circle, #002d73 2px, transparent 2px);
    background-position: left bottom, right bottom;
  }
  .page.top .memorial .memorial-info-item:first-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #002d73;
    left: 0;
  }
  .page.top .memorial .memorial-info-item:first-child::before {
    bottom: 1px;
  }
  .page.top .memorial .memorial-info-name {
    font-size: 21px;
    padding-right: 10px;
  }
  .page.top .memorial .memorial-info-txt {
    font-size: 55px;
    padding-left: 10px;
    gap: 8px;
  }
  .page.top .memorial .memorial-info-txt .tax {
    font-size: 12px;
  }
  .page.top .memorial .memorial-info-txt .line {
    font-size: 30px;
  }
  .page.top .memorial .memorial-info-content {
    margin-top: 40px;
    max-width: 100%;
  }
  .page.top .memorial .memorial-info-content-list {
    padding: 10.5px 0;
  }
}
.page.top .flow {
  margin: 120px 0 140px 0;
}
.page.top .flow .flow-txt {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 600;
  margin-bottom: 60px;
}
.page.top .flow .flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px 0;
}
.page.top .flow .flow-item {
  background-color: #f6f6f6;
  border-radius: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
.page.top .flow .flow-item-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 13px 60px 20px 25px;
  cursor: pointer;
  position: relative;
}
.page.top .flow .flow-item-ttl span {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.03em;
  padding-right: 8px;
}
.page.top .flow .flow-item-ttl::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/faq-plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 34px;
  height: 34px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.top .flow .flow-item-ttl.active::after {
  background-image: url(../img/index/faq-minus.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page.top .flow .flow-item-area {
  display: none;
  padding: 0 25px;
}
.page.top .flow .floe-item-txt {
  padding: 15px 0 20px 0;
  border-top: 1px solid #002d73;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .page.top .flow .flow-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .page.top .flow {
    margin: 60px 0 95px 0;
  }
  .page.top .flow .sec-headeing {
    margin-bottom: 40px;
  }
  .page.top .flow .flow-txt {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 30px;
  }
  .page.top .flow .flow-content {
    gap: 15px 0;
  }
  .page.top .flow .flow-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page.top .flow .flow-item-ttl {
    padding: 15px 60px 20px 15px;
    letter-spacing: 0.06em;
  }
  .page.top .flow .flow-item-ttl span {
    font-size: 35px;
  }
  .page.top .flow .flow-item-ttl::after {
    width: 30px;
    height: 30px;
  }
  .page.top .flow .floe-item-txt {
    font-size: 14px;
  }
  .page.top .flow .flow-item-area {
    padding: 0 15px;
  }
}
.page.top .voice {
  margin-bottom: 165px;
}
.page.top .voice .sec-headeing {
  margin-bottom: 15px;
}
.page.top .voice .voice-content {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
.page.top .voice .voice-content::-webkit-scrollbar {
  display: none;
}
.page.top .voice .simplebar-content-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.page.top .voice .simplebar-content-wrapper.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page.top .voice .voice-inner {
  padding: 100px 0 90px 0;
  margin-bottom: 35px;
  position: relative;
}
.page.top .voice .voice-inner::after {
  content: "";
  position: absolute;
  width: calc(1930px + 25vw); /* voice-item の数 × 横幅 */
  height: 100%;
  background-image: url(../img/index/voice-bg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page.top .voice .voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page.top .voice .voice-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.top .voice .voice-item:not(:last-child) {
  border-right: 1px solid #002d73;
}
.page.top .voice .voice-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding: 0 50px 0 0;
}
.page.top .voice .voice-item:last-child {
  padding: 0 0 0 50px;
}
.page.top .voice .voice-item-ttl {
  font-size: 23px;
  line-height: 1.4782608696;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.page.top .voice .voice-item-txt {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.8666666667;
  margin-bottom: 15px;
}
.page.top .voice .voice-item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: auto;
}
.page.top .voice .voice-item-icon {
  max-width: 70px;
  width: 100%;
}
.page.top .voice .voice-item-name {
  font-size: 14px;
  line-height: 1.5714285714;
}
.page.top .voice .voice-item-plan {
  font-size: 14px;
  line-height: 1.5714285714;
}
.page.top .voice .voice-item-plan span {
  display: inline-block;
  margin: 0 -3px;
}
.page.top .voice .simplebar-scrollbar::before {
  background: #002d73;
  border-radius: 50px;
  height: 3px !important;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
}
.page.top .voice .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.page.top .voice .simplebar-scrollbar {
  height: 5px;
  top: 0;
}
.page.top .voice .simplebar-track {
  height: 5px !important;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #002d73;
  border-radius: 50px;
}
@media (max-width: 1000px) {
  .page.top .voice .simplebar-track {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .page.top .voice {
    margin-bottom: 110px;
  }
  .page.top .voice .voice-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
    padding: 0 40px;
    margin-bottom: 15px;
  }
  .page.top .voice .voice-item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
    padding: 0 40px 0 0;
  }
  .page.top .voice .voice-inner {
    padding: 80px 0;
  }
  .page.top .voice .voice-inner::after {
    width: calc(1680px + 15vw); /* voice-item の数 × 横幅 */
  }
  .page.top .voice .voice-item-profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page.top .voice .voice-item-ttl {
    font-size: 21px;
  }
  .page.top .voice .voice-item-txt {
    margin-bottom: 30px;
  }
  .page.top .voice .simplebar-scrollbar {
    height: 6px;
  }
  .page.top .voice .simplebar-scrollbar::before {
    height: 4px !important;
  }
  .page.top .voice .simplebar-track {
    height: 6px !important;
  }
}
.page.top .faq {
  margin-bottom: 125px;
}
.page.top .faq .sec-headeing {
  margin-bottom: 45px;
}
.page.top .faq .faq-item:not(:last-child) {
  margin-bottom: 30px;
}
.page.top .faq .faq-q {
  background-color: #002d73;
  border-radius: 10px;
  padding: 17.5px 60px;
}
.page.top .faq .faq-q-txt {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page.top .faq .faq-q-txt span {
  font-size: 31px;
}
.page.top .faq .faq-a {
  border: 1px solid #002d73;
  border-radius: 10px;
  padding: 9px 60px;
}
.page.top .faq .faq-a-txt {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .page.top .faq {
    margin-bottom: 80px;
  }
  .page.top .faq .faq-q {
    padding: 8px 15px;
  }
  .page.top .faq .faq-q-txt {
    font-size: 18px;
    gap: 10px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .page.top .faq .faq-q-txt span {
    font-size: 30px;
  }
  .page.top .faq .faq-a {
    padding: 15px 20px;
    text-align: justify;
  }
  .page.top .faq .faq-a-txt {
    font-size: 14px;
  }
  .page.top .faq .faq-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.page.top .info {
  margin: 85px 0 95px 0;
}
.page.top .info .info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.page.top .info .info-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.6666666667%;
          flex: 0 0 63.6666666667%;
}
.page.top .info .info-right iframe {
  width: 100%;
  height: 350px;
}
.page.top .info .info-ttl {
  font-size: 25px;
  letter-spacing: 0.12em;
  margin-bottom: 55px;
}
.page.top .info .info-item {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
.page.top .info .info-item:not(:last-child) {
  margin-bottom: 25px;
}
.page.top .info .info-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.5rem;
          flex: 0 0 4.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page.top .info {
    margin: 95px 0 85px 0;
  }
  .page.top .info .info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .page.top .info .info-ttl {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .page.top .info .info-item {
    font-size: 15px;
    gap: 12px;
  }
  .page.top .info .info-right {
    width: 100vw;
  }
  .page.top .info .info-right iframe {
    height: 280px;
  }
}
.page.top .floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #bef3f9;
  border: 1px solid #002d73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page.top .floating .floating-txt {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-top: 5px;
}
.page.top .floating .floating-txt::after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/cv-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  margin-bottom: -2px;
}
@media (hover: hover) {
  .page.top .floating {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page.top .floating:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .page.top .wrap-floating {
    padding: 0 8px;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page.top .wrap-floating.is-show {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 10;
  }
  .page.top .floating-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    width: 100%;
    border-radius: 50px;
    position: relative;
  }
  .page.top .floating-contact .floating-contact-tel {
    background-color: #002d73;
    border-radius: 50px 0 0 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    border-right: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    height: 100%;
  }
  .page.top .floating-contact .floating-contact-tel .floating-contact-icon {
    max-width: 18px;
    margin: 0 auto;
  }
  .page.top .floating-contact .floating-contact-icon {
    width: 100%;
  }
  .page.top .floating-contact .floating-contact-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.7777777778%;
            flex: 0 0 42.7777777778%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    background-color: #002d73;
    position: relative;
    padding: 0 25px 0 10px;
    height: 100%;
  }
  .page.top .floating-contact .floating-contact-item::after {
    content: "";
    position: absolute;
    background-image: url(../img/index/arrow-w.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 14px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page.top .floating-contact .floating-contact-item:nth-child(2) {
    color: #fff;
  }
  .page.top .floating-contact .floating-contact-item:nth-child(2) .floating-contact-icon {
    max-width: 20px;
  }
  .page.top .floating-contact .floating-contact-item:last-child {
    background-color: #bef3f9;
    border-radius: 0 50px 50px 0;
  }
  .page.top .floating-contact .floating-contact-item:last-child .floating-contact-icon {
    max-width: 16px;
  }
  .page.top .floating-contact .floating-contact-item:last-child::after {
    background-image: url(../img/index/cv-arrow.png);
    right: 15px;
  }
  .page.top .floating-contact .floating-contact-txt {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 370px) {
  .page.top .floating-contact .floating-contact-item {
    padding: 0 15px 0 5px;
  }
  .page.top .floating-contact .floating-contact-txt {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}