@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li, div, a {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 74, 148, 0.47)), to(rgba(199, 105, 142, 0.47)));
  background: linear-gradient(to bottom, rgba(38, 74, 148, 0.47), rgba(199, 105, 142, 0.47));
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 160px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 110px 0 0;
  }
}

.pd0 {
  padding: 0 !important;
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 89%;
  }
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.foot1, .foot2 {
  margin-top: 30px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 110px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn1 {
  width: 90%;
  margin: 50px auto 0 auto;
}
.btn1 a, .btn1 p {
  max-width: 425px;
}

.ft1 {
  color: #C7698E;
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft1 {
    margin-bottom: 6.5104166667vw;
    font-size: 5.7291666667vw;
  }
}
.ft1 span {
  margin-left: 15px;
}
.ft1.add_color {
  color: #0f4a93;
}

.ft2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft2 {
    margin-bottom: 6.5104166667vw;
  }
}
.ft2 span {
  display: inline-block;
  color: #C7698E;
  font-size: 3.4rem;
  line-height: 1.333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ft2 span {
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 768px) {
  .ft2 span.add_ft2 {
    font-size: 6.5104166667vw;
  }
}

.btn_cm {
  display: block;
  width: 100%;
  font-size: clamp(2rem, 2.179rem + 0.68vw, 2.4rem);
  text-decoration: none;
  margin: 0 auto;
  padding: 13px 10px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-radius: 10px;
  color: white;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#D87FA2), color-stop(50%, #ABADCB), color-stop(50%, #ABADCB), color-stop(60%, #C7698E), to(#C7698E));
  background: linear-gradient(90deg, #D87FA2 0%, #ABADCB 50%, #ABADCB 50%, #C7698E 60%, #C7698E 100%);
  background-size: 300% auto;
  background-position: right center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn_cm:hover {
  background-position: left center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_dis {
  background: #ccc;
}

.sp_btn {
  display: none;
}

.bx2c {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bx2c img {
  width: 100%;
}
.bx2c a {
  display: block;
  width: 44%;
}
.bx2c a:nth-of-type(1) {
  border: 1px solid #264A94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
150wills
------------------------------------------------------------*/
.wish_section {
  background-color: #fef8f8;
}
.wish_section:first-of-type {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .wish_section:first-of-type {
    padding: 110px 0 0;
  }
}
.wish_section:nth-of-type(2) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .wish_section:nth-of-type(2) {
    padding-top: 6.5104166667vw;
  }
}
.wish_section:nth-of-type(2) .inner .text {
  color: #000;
}
.wish_section:last-of-type {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wish_section:last-of-type {
    padding: 13.0208333333vw 0;
  }
}
.wish_section .inner .add_box {
  padding: 50px 10px;
  border: solid 1px #C7698E;
}
@media screen and (max-width: 768px) {
  .wish_section .inner .add_box {
    padding: 10.4166666667vw 5.2083333333vw;
  }
}
.wish_section .inner .text {
  font-size: 20px;
  color: #0f4a93;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wish_section .inner .text {
    font-size: 3.90625vw;
  }
}
.wish_section .images_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  width: 60%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .wish_section .images_wrap {
    width: 100%;
    margin-top: 5.2083333333vw;
    gap: 4.5572916667vw;
  }
}
.wish_section .image_single {
  width: min(100%, 355px);
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .wish_section .image_single {
    margin: 5.2083333333vw auto;
  }
}
.wish_section .gallery_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 5%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .wish_section .gallery_wrap {
    gap: 3.90625vw 5%;
    margin-top: 5.2083333333vw;
  }
}

.add_box_wrap {
  padding-inline: 80px;
}
@media screen and (max-width: 768px) {
  .add_box_wrap {
    padding-inline: 0;
  }
}
.add_box_wrap .text {
  text-align: left !important;
}