@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
}

html {
  font-size: 16px;
}

ul {
  list-style: none;
}

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

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex {
  display: flex;
}

.mx {
  max-width: 960px;
  margin: 0 auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Topic {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Topic .ttl {
  font-size: 4.0625rem;
  color: #debbcb;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08rem;
  font-weight: lighter;
}
.Topic .subttl {
  font-size: 1.75rem;
  padding-left: 1.6rem;
  border-left: 8px solid #bfba92;
  font-weight: lighter;
  margin: 0.5rem 0;
}

.text {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
}

.pinkBc {
  background-color: #faf4f7;
  margin: 2rem 0 0;
  width: 100%;
}

.MB-block {
  display: none;
}

.PC-block {
  display: block;
}

.relative {
  position: relative;
}

.cristal {
  position: absolute;
  width: 527.16px;
  aspect-ratio: 1/1;
  rotate: -104deg;
  z-index: -2;
}
.cristal.futae1 {
  top: -300px;
  left: -300px;
}
.cristal.futae2 {
  bottom: -400px;
  right: -300px;
}

.JP {
  font-family: "Noto Sans JP", sans-serif;
}

.gosic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
}

header {
  padding: 1.6875rem;
  background-color: white;
  align-items: center;
}
header .modal {
  display: none;
}
.headerLogo{
  width: 200px;
}
.headerMenu {
  gap: 2rem;
  margin-left: auto;
}
.headerMenu-ul {
  gap: 2rem;
  align-items: center;
}
.headerMenu__list:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}
main.active {
  margin-top: 70px;
}

.FV {
  background-image: url(../img/planFutaeFV.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 3.57/1;
  position: relative;
  margin-bottom: 10rem;
  position: relative;
}
.FV-txt {
  position: absolute;
  top: 50%;
  left: calc((100vw - 960px) / 2);
  font-family: "Noto Sans JP", sans-serif;
}
.FV-txt-ttl {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  width: 592px;
}
.FV-txt-subttl {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.FV-img {
  position: absolute;
  top: 20%;
  right: calc((100vw - 960px) / 2);
  width: 368px;
  height: auto;
}

.breadcrumb {
  display: flex;
  gap: 0.8rem;
  font-size: 0.875rem;
}
.breadcrumb span {
  border-bottom: 1px solid black;
  display: inline-block;
}
.breadcrumb span a:hover {
  opacity: 0.7;
}
.breadcrumb span span {
  border: none;
}

.Menu .anker {
  margin: 2.5rem 0 6rem;
}
.Menu .anker .ankerBtns {
  flex-wrap: wrap;
  gap: 1rem;
}
.Menu .anker .ankerBtns-list {
  position: relative;
  padding: 0.5rem 0;
  width: 228px;
  background-color: #fff;
  color: #debbcb;
  border: 1px solid #debbcb;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(128, 128, 128, 0.115);
}
.Menu .anker .ankerBtns-list a {
  width: 228px;
  display: block;
}
.Menu .anker .ankerBtns-list::after {
  content: "▼";
  color: #debbcb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 0.6rem;
}

.about {
  margin-top: 3rem;
  gap: 4rem;
}
.about-txt {
  width: 80%;
}
.about-img {
  transform: translateY(-5.5rem);
}

.after {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 5rem 0;
  margin: 2rem 0 6rem;
  background-color: #faf4f7;
}
.after__block-ttl {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1.6rem;
}
.after__block-content {
  gap: 3rem;
}
.after .afterTxt {
  font-size: 0.825rem;
  width: 90%;
}

.how {
  gap: 2%;
  margin-bottom: 6rem;
}
.how__body {
  width: 50%;
}
.how__body-txt {
  margin-top: 2rem;
}
.how-img {
  width: 50%;
  height: 480px;
  transform: translateY(-2rem);
}
.how .imgBlock {
  width: 100%;
  height: 100%;
}
.how .howTable {
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  margin-top: 2rem;
}
.how .howTable th {
  background-color: #f3e7ed;
  text-align: left;
  font-weight: lighter;
}
.how .howTable th,
.how .howTable td {
  padding: 1rem 2rem;
  border: 1px solid black;
}
.how .howTable .cost {
  text-align: center;
}

.merit {
  background-color: #faf4f7;
  border-radius: 1.5rem;
  margin-bottom: 6rem;
}
.merit .checkPink {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(5px);
}
.merit-list {
  margin-top: 2rem;
  padding: 4rem;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.merit-list-item {
  width: 50%;
  gap: 2rem;
}

.notion {
  margin: 2.6rem 0 6rem;
}
.notion__list {
  flex-direction: column;
  gap: 2rem;
}
.notion__list-item {
  position: relative;
  font-size: 0.875rem;
  margin-left: 2rem;
}
.notion__list-item::before {
  content: "◆";
  position: absolute;
  font-size: 0.8rem;
  color: #debbcb;
  top: 1px;
  left: -2rem;
}

.Case {
  margin-bottom: 8rem;
}

.case {
  margin-bottom: 6rem;
  position: relative;
}
.case__block {
  padding: 2rem 0 0;
  margin: 1rem 1rem 5rem;
  aspect-ratio: 1/1;
  width: 20vw;
}
.case .dots {
  text-align: center;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.case .dots li {
  display: inline-block;
  margin: 0 8px;
}
.case .dots li.slick-active button {
  background-color: #debbcb;
}
.case .dots li button {
  position: relative;
  text-indent: -9999px;
  width: 3rem;
  height: 0.5rem;
  border-radius: 20px;
  border: none;
  background-color: #e4e4e4;
}
.case .dots .presentation {
  width: 0.5rem;
  height: 3px;
  margin: 0 8px;
}

.question {
  width: 100%;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 8rem;
}
.question__block {
  margin-top: 2rem;
}
.question__block .Q {
  padding: 1rem 0 1rem 2rem;
  background-image: url(../img/Q&A.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  font-size: 1.375rem;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.question__block .accordion__bar1,
.question__block .accordion__bar2 {
  position: absolute;
  background: #fff;
}
.question__block .accordion__bar1 {
  width: 18px;
  height: 3px;
  top: 30px;
  right: 23px;
}
.question__block .accordion__bar2 {
  width: 3px;
  height: 18px;
  top: 22px;
  right: 30px;
  transition: all 0.3s;
}
.question__block .accordion__bar2.is-open {
  transform: rotate(90deg);
}
.question__block .A {
  padding: 1rem 1rem 1rem 2rem;
  font-size: 0.875rem;
  border: 8px solid #e3e3e3;
  border-top: none;
  display: none;
}
.question__block .A.open {
  display: block;
}

.flow {
  background-color: #faf4f7;
  padding: 4rem 0;
  margin-top: 2rem;
}
.flow__body {
  gap: 3rem;
  flex-direction: column;
}
.flow__body-content {
  gap: 4rem;
}
.flow .Step .stepTxt {
  border-radius: 50%;
  background-color: #debbcb;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.flow .Step .stepNumber {
  font-size: 3.125rem;
  transform: translateY(-8px);
}
.flow .flowBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.flow .flowBlock-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
}
.flow .flowBlock-txt {
  font-size: 0.875rem;
}

.Imgs {
  margin: 4rem auto;
  gap: 4%;
}
.Imgs-img {
  width: 32%;
}

.slanting {
  fill: #e4b9d0;
  transform: translateY(5px);
  position: relative;
  z-index: -3;
}

.footerUpper {
  text-align: center;
  color: white;
  background-color: #e4b9d0;
  font-size: 1.5rem;
  position: relative;
  font-family: "Lato", sans-serif;
  transform: translateY(1px);
}
.footerUpper::after {
  content: "＾";
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
}

.footerContent {
  background-color: #e4b9d0;
  padding: 2rem 0 5rem;
}

.footerWrapper {
  gap: 1rem;
}
.footerWrapper .footerRight {
  width: 30%;
}

.footerMiddle {
  justify-content: space-between;
  gap: 0.6rem;
}
.footerMiddle__block-logo{
  width: 200px;
  margin-inline: auto;
}
.footerMiddle__block .footerImg {
  width: 100%;
  height: auto;
}
.footerMiddle__block .Address {
  color: white;
  font-style: normal;
  flex-direction: column;
  margin-top: 0.6rem;
  gap: 0.6rem;
}
.footerMiddle__block .footerBtn {
  background-color: white;
  border-radius: 2rem;
  padding: 0.6rem 3rem;
  color: #e4b9d0;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  border: 4px solid #debbcb;
}
.footerMiddle__block .footerBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 8px;
  aspect-ratio: 1/1;
  background-image: url(../img/arrow.png);
  background-position: center;
  background-size: cover;
}
.footerMiddle__block .footerBtn:hover {
  opacity: 0.7;
}
.footerMiddle .footerLeft {
  width: 45%;
}
.footerMiddle .footerCenter {
  width: 50%;
}

.footerMenu {
  flex-direction: column;
  gap: 1rem 0;
  color: white;
  border-left: 2px solid white;
  padding-left: 2rem;
}
.footerMenu__list {
  white-space: nowrap;
}
.footerMenu__list a:hover {
  opacity: 0.7;
}

.footerLower {
  text-align: center;
  font-size: 0.75rem;
}

.single {
  margin-top: 2.5rem;
}
.single p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
}
.single h2 {
  font-size: 4.0625rem;
  color: #debbcb;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08rem;
  font-weight: lighter;
}
.single h3 {
  font-size: 1.75rem;
  padding-left: 1.6rem;
  border-left: 8px solid #bfba92;
  font-weight: lighter;
  margin: 0.5rem 0;
}
.single h4 {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.wp-block-buttons {
  margin-top: 1.25rem;
}

.wp-block-button__link {
  background-color: #debbcb;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}

.date {
  display: flex;
  justify-content: flex-end;
}

.date__box:first-of-type {
  border-width: 1px;
  border-right: 1px solid #000;
  padding-right: 2.3rem;
}
.date__box:last-of-type {
  padding-left: 2.4rem;
}

.date__text {
  font-size: 0.875rem;
}

@media screen and (max-width: 1160px){
  header{
    padding: .6875rem;
  }
  header .modal {
    display: block;
  }
  header.active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .headerLogo{
    width: 60px;
  }
  .headerMenu {
    display: none;
  }
  .modal-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 50px;
    z-index: 1000;
    display: block;
  }
  .modal-btn .modalSpan {
    background-color: black;
    height: 1px;
    width: 30px;
    transition: 0.5s;
  }
  .modal-btn .modalSpan.active {
    background-color: white;
  }
  .modal-btn .modalSpan:nth-of-type(1) {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(1).active {
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2) {
    position: absolute;
    top: 18px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(2).active {
    display: none;
  }
  .modal-btn .modalSpan:nth-of-type(3) {
    position: absolute;
    top: 26px;
    right: 0px;
  }
  .modal-btn .modalSpan:nth-of-type(3).active {
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .modal {
    position: relative;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    transition: 1s;
    background-color: #debbcb;
    text-align: left;
    z-index: 999;
    padding-top: 20px;
  }
  .modal ul {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    gap: 40px;
  }
  .modal ul li {
    border-bottom: 1px solid white;
    padding-left: 30px;
    position: relative;
  }
  .modal ul li a {
    font-size: 24px;
    color: white;
    display: block;
    width: 100%;
  }
  .modal ul li::after {
    content: "+";
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 30px;
    color: white;
  }
  .modal.active {
    transform: translateX(-100vw);
    transition: 1s;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .mx {
    margin: 0 auto;
    max-width: 640px;
  }
  .MB-block {
    display: block;
  }
  .PC-block {
    display: none;
  }
  .FV {
    aspect-ratio: 1.2/1;
  }
  .FV-txt {
    position: absolute;
    bottom: -4rem;
    left: calc((100vw - 640px) / 2);
  }
  .FV-txt-ttl {
    width: 640px;
  }
  .FV-txt-subttl {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
  .FV-img {
    position: absolute;
    top: 20%;
    right: calc((100vw - 960px) / 2);
    width: 368px;
    height: auto;
  }
  .about {
    margin-top: 1rem;
    margin-bottom: 6rem;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .about-txt {
    width: 100%;
  }
  .about-img {
    transform: translateY(0rem);
  }
  .after__block-content {
    flex-direction: column-reverse;
  }
  .how {
    flex-direction: column-reverse;
  }
  .how__body {
    width: 100%;
  }
  .how-img {
    width: 100%;
    height: calc((100vw - 48px) / 2);
    transform: translateY(0);
  }
  .merit .checkPink {
    transform: translateY(5px);
  }
  .merit-list {
    padding: 2rem;
    font-size: 1.2rem;
  }
  .merit-list-item {
    gap: 1rem;
  }
  .flow {
    background-color: #faf4f7;
    padding: 4rem 0;
    margin-top: 2rem;
  }
  .flow__body {
    gap: 3rem;
    flex-direction: column;
  }
  .flow__body-content {
    gap: 2rem;
  }
  .flow .Step .stepTxt {
    width: 120px;
    height: 120px;
  }
  .flow .Step .stepNumber {
    transform: translateY(-5px);
  }
  .flow .flowBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .flow .flowBlock-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.375rem;
  }
  .flow .flowBlock-txt {
    font-size: 0.875rem;
  }
  .Imgs.mx {
    margin: 4rem auto;
  }
  .slanting {
    transform: translateY(43px);
    padding-top: 3rem;
  }
  .footerUpper {
    font-size: 2.4rem;
    background-color: inherit;
  }
  .footerUpper::after {
    top: -3rem;
  }
  .footerMiddle {
    flex-direction: column-reverse;
  }
  .footerMiddle .footerLeft {
    width: 100%;
  }
  .footerMiddle .footerCenter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .footerMiddle .footerCenter .footerImg {
    width: 50%;
  }
  .footerMiddle__block .Address {
    flex: 1;
  }
  .footerMiddle__block .footerBtn {
    border-radius: 4rem;
    padding: 1.2rem 4rem;
    margin: 2rem;
    font-size: 1.5rem;
  }
  .footerMiddle__block-logo{
    margin-top: 20px;
  }
  .footerWrapper {
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .footerWrapper .footerRight {
    width: 100%;
  }
  .footerMenu {
    flex-direction: column;
    gap: 1rem 0;
    color: white;
    border-left: none;
    text-align: center;
    padding-left: 0;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
  .mx {
    max-width: none;
    margin: 0 2.4rem;
  }
  .text {
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
  }
  .FV-after {
    margin: 4rem 2.4rem 0;
  }
  .FV {
    aspect-ratio: 1.2/1;
  }
  .FV-txt {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6rem;
  }
  .FV-txt-ttl {
    width: auto;
  }
  .FV-txt-subttl {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
  .FV-img {
    position: absolute;
    top: 15%;
    right: auto;
    width: 70vw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .Menu .anker .ankerBtns-list {
    width: calc((100vw - 48px - 10px) / 2);
    font-size: 1.4rem;
  }
  .Menu .anker .ankerBtns-list a {
    width: auto;
  }
  .question__block .A {
    font-size: 1.2rem;
  }
  .question__block .accordion__bar1 {
    width: 11px;
    height: 2px;
    top: 19px;
    right: 20px;
  }
  .question__block .accordion__bar2 {
    width: 2px;
    height: 11px;
    top: 15px;
    right: 24px;
  }
  .about {
    margin-top: 1rem;
    margin-bottom: 6rem;
    gap: 1rem;
    flex-direction: column-reverse;
  }
  .about-txt {
    width: 100%;
  }
  .about-img {
    transform: translateY(0rem);
  }
  table {
    font-size: 1.4rem;
  }
  .after__block-ttl {
    font-size: 1.8rem;
  }
  .after__block-content {
    flex-direction: column-reverse;
  }
  .after .afterTxt {
    font-size: 1.4rem;
    width: 100%;
  }
  .notion__list-item {
    font-size: 1.4rem;
  }
  .how {
    flex-direction: column-reverse;
  }
  .how__body {
    width: 100%;
  }
  .how-img {
    width: 100%;
    height: calc((100vw - 48px) / 2);
    transform: translateY(0);
  }
  .merit .checkPink {
    transform: translateY(3px);
  }
  .merit-list {
    padding: 2rem;
  }
  .merit-list-item {
    gap: 1rem;
  }
  .flow {
    background-color: #faf4f7;
    padding: 4rem 0;
    margin-top: 2rem;
  }
  .flow__body {
    gap: 3rem;
    flex-direction: column;
  }
  .flow__body-content {
    gap: 2rem;
  }
  .flow .Step .stepTxt {
    width: 80px;
    height: 80px;
  }
  .flow .Step .stepNumber {
    transform: translateY(-5px);
  }
  .flow .flowBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .flow .flowBlock-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.375rem;
  }
  .flow .flowBlock-txt {
    font-size: 1.2rem;
  }
  .slanting {
    transform: translateY(34px);
  }
  .single p {
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
    line-height: 2.2rem;
  }
  .single h2 {
    font-size: 4.0625rem;
    color: #debbcb;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.08rem;
    font-weight: lighter;
  }
  .single h3 {
    font-size: 1.75rem;
    padding-left: 1.6rem;
    border-left: 8px solid #bfba92;
    font-weight: lighter;
    margin: 0.5rem 0;
  }
  .single h4 {
    font-size: 1.8rem;
  }
  .date {
    display: flex;
    justify-content: flex-start;
  }
  .date__box:first-of-type {
    border-width: 1px;
    border-right: 1px solid #000;
    padding-right: 8.5333333333vw;
  }
  .date__box:last-of-type {
    padding-left: 6.4vw;
  }
}