.contentsCard {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contentsCard {
    padding: 54px 20px;
  }
}

@media screen and (min-width: 768px) {
  .contentsCard__desc {
    left: 0;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}

.contentsCard__ttl {
  font-size: 26px;
  letter-spacing: .2em;
  line-height: 1.6;
}

.contentsCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.contentsCard__ttl:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.contentsCard__ttl:before, .contentsCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.contentsCard__ttl + .txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contentsCard__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .contentsCard__bg .photo {
    height: 100%;
    width: 100%;
  }
  .contentsCard__bg .photo__pic, .contentsCard__bg .photo__image {
    height: 100%;
    width: 100%;
  }
  .contentsCard__bg .photo__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.contentsCard--comingSoon:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(156, 156, 156, 0.6);
  color: #ffffff;
  content: 'Coming soon';
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-style: italic;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

.contentsCard--comingSoon .contentsCard__desc {
  opacity: .2;
}

@media screen and (min-width: 768px) {
  .contentsSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .contentsSect__head {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSect__head .headingUnit .enTtl {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .contentsSect__cont {
    width: 760px;
  }
}

.contentsSect__cont .usableList__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .contentsSect__cont .usableList__inner {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSect__cont .usableList__inner {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentsSect__head + .contentsSect__cont {
    margin-top: 60px;
  }
}

.flowPageHead {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .flowPageHead {
    height: calc(435 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead {
    height: 400px;
  }
}

.flowPageHead__head {
  color: #ffffff;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .flowPageHead__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    left: 50%;
    top: calc(200 / 1440 * 100vw);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowPageHead__head {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__head {
    left: 0;
    padding: 0 20px;
    top: 170px;
    width: 100%;
  }
}

.flowPageHead__ttl {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

@media screen and (min-width: 768px) {
  .flowPageHead__ttl {
    width: 320px;
  }
}

.flowPageHead__ttl .jp {
  display: block;
  letter-spacing: 0;
  line-height: 1.6;
}

.flowPageHead__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.flowPageHead__ttl .jp:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.flowPageHead__ttl .jp:before, .flowPageHead__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .flowPageHead__ttl .jp {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__ttl .jp {
    font-size: 14px;
  }
}

.flowPageHead__ttl .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .flowPageHead__ttl .en {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__ttl .en {
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .flowPageHead__ttl .en + .jp {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__ttl .en + .jp {
    margin-top: 8px;
  }
}

.flowPageHead__lead {
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .8s  ease-in-out 2s, -webkit-transform .8s ease-in-out 2s;
  transition: opacity .8s  ease-in-out 2s, -webkit-transform .8s ease-in-out 2s;
  transition: transform .8s ease-in-out 2s, opacity .8s  ease-in-out 2s;
  transition: transform .8s ease-in-out 2s, opacity .8s  ease-in-out 2s, -webkit-transform .8s ease-in-out 2s;
}

.flowPageHead__lead:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.flowPageHead__lead:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.flowPageHead__lead:before, .flowPageHead__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .flowPageHead__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 26px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .flowPageHead__lead {
    font-size: 18px;
    letter-spacing: .05em;
    margin-top: 40px;
  }
}

.flowPageHead__bgPC {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .flowPageHead__bgPC {
    display: none;
  }
}

.flowPageHead__bgPC .bgSVG {
  display: block;
  height: auto;
  width: 100%;
}

.flowPageHead__bgSP {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .flowPageHead__bgSP {
    display: none;
  }
}

.flowPageHead__bgSP .bgSVG {
  display: block;
  height: auto;
  width: 100%;
}

.flowPageHead.sai-animate .flowPageHead__ttl {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0.8s !important;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0.8s !important;
}

.flowPageHead.sai-animate .flowPageHead__lead {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .flowSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .flowSect__head {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .flowSect__head .headingUnit {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .flowSect__head .headingUnit .enTtl {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .flowSect__head .headingUnit .enTtl + .heading {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .flowSect__head .headingUnit .enTtl + .heading {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .flowSect__head > .heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 670px;
  }
}

@media screen and (max-width: 768px) {
  .flowSect__head > .heading {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .flowSect__head + .flowSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .flowSect__head + .flowSect__cont {
    margin-top: 80px;
  }
}

.registrationSect__head {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .registrationSect__head .heading {
    font-size: 16px;
  }
}

.registrationSect__cont {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .registrationSect__cont {
    max-width: 760px;
  }
}

.registrationSect__head + .registrationSect__cont {
  margin-top: 40px;
}

.residenceClubSect__head .photo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .residenceClubSect__head .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.residenceClubSect__cont {
  background-color: #eae4d0;
  padding: 60px 0;
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .residenceClubSect__cont {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .residenceClubSect__cont {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .residenceClubSect__cont {
    margin-left: -20px;
  }
}

.residenceClubSect__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .residenceClubSect__inner {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .residenceClubSect__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .residenceClubSect__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .residenceClubSect__inner .heading {
    text-align: center;
  }
}

.residenceClubSect__lead {
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.6;
}

.residenceClubSect__lead:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.residenceClubSect__lead:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.residenceClubSect__lead:before, .residenceClubSect__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .residenceClubSect__lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .residenceClubSect__lead {
    font-size: 18px;
  }
}

.heading + .residenceClubSect__lead {
  margin-top: 48px;
}

.stepList__item {
  -webkit-box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 20px 3px rgba(51, 51, 51, 0.1);
}

@media screen and (min-width: 768px) {
  .stepList__item {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .stepList__item {
    grid-template-columns: 1fr 3fr;
  }
}

@media screen and (min-width: 768px) {
  .stepList__item:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__item:not(:first-child) {
    margin-top: 32px;
  }
}

.stepList__ttl {
  background-color: #eae4d0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .stepList__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 30px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__ttl {
    font-size: 24px;
    padding: 12px 20px;
  }
}

.stepList__desc {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .stepList__desc {
    padding: 60px 40px 60px 120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .stepList__desc {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__desc {
    padding: 40px 20px;
  }
}

.stepList__heading {
  line-height: 1.6;
}

.stepList__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.stepList__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.stepList__heading:before, .stepList__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .stepList__heading {
    font-size: 26px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .stepList__heading {
    font-size: 18px;
    letter-spacing: .05em;
  }
}

.stepList__txt {
  line-height: 1.6;
}

.stepList__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.stepList__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.stepList__txt:before, .stepList__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .stepList__txt {
    font-size: 16px;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 768px) {
  .stepList__txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .stepList__heading + .stepList__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .stepList__heading + .stepList__txt {
    margin-top: 24px;
  }
}

.stepList__txt + .caption {
  margin-top: 24px;
}

.stepSect__head .headingUnit + .stepList {
  margin-top: 40px;
}

.stepSect__head .flowCard__num {
  color: #c7b77e;
}

.stepSect__head .flowCard__num .num {
  color: #504e4a;
}

@media screen and (min-width: 768px) {
  .stepSect__cont .usableList__inner {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .stepSect__cont .usableList__inner {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .stepSect__cont .usableList__item {
    width: 335px;
  }
}

@media screen and (max-width: 768px) {
  .stepSect__cont .usableList__item:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .stepSect__cont .usableList__item .cvBtn {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .stepSect__head + .stepSect__cont {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .stepSect__head + .stepSect__cont {
    margin-top: 100px;
  }
}

.flow-step {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .flow-step {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .flow-step {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .flow-contents {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .flow-contents {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .flow-flow {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .flow-flow {
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  .flow-registration {
    padding: 140px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .flow-registration {
    padding: 100px 0;
  }
}
