@charset "UTF-8";
.anchorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .anchorNav {
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.anchorNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #538a91;
  color: #538a91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media print, screen and (min-width: 768px) {
  .anchorNav__link {
    height: 64px;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav__link {
    height: 52px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorNav__link:hover {
    background-color: #538a91;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorNav__link:hover {
    background-color: #538a91;
    color: #ffffff;
  }
}

.anchorNav__link.is-active {
  background-color: #538a91;
  color: #ffffff;
}

.anchorNav__txt {
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .anchorNav__txt {
    font-size: 16px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .planCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.planCard + .planCard {
  border-top: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .planCard + .planCard {
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .planCard + .planCard {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .planCard__cont {
    width: 492px;
  }
}

@media print, screen and (min-width: 768px) {
  .planCard--noVisual .planCard__cont {
    width: 100%;
  }
}

.planCard__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .planCard__head {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__head {
    gap: 12px;
  }
}

.planCard__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #538a91;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__badge {
    font-size: 30px;
    height: 60px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__badge {
    font-size: 22px;
    height: 44px;
    width: 44px;
  }
}

.planCard__biz {
  color: #333333;
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__biz {
    font-size: 17px;
  }
}

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

.planCard__ttl {
  color: #333333;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__ttl {
    font-size: 31px;
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__ttl {
    font-size: 19px;
    margin-top: 10px;
  }
}

.planCard__ttl:before {
  content: '［\00a0';
}

.planCard__ttl:after {
  content: '\00a0］';
}

.planCard__sub {
  color: #538a91;
  letter-spacing: .06em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__sub {
    font-size: 18px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__sub {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 24px;
  }
}

.planCard__label {
  color: #333333;
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__label {
    font-size: 17px;
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__label {
    font-size: 15px;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .planCard__txt + .planCard__label {
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__txt + .planCard__label {
    margin-top: 16px;
  }
}

.planCard__txt {
  color: #464646;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .planCard__txt {
    font-size: 14px;
    line-height: calc(32 / 14);
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__txt {
    font-size: 13px;
    line-height: calc(26 / 13);
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .planCard__txt + .planCard__txt {
    margin-top: 0;
  }
}

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

.planCard__label + .planCard__txt {
  margin-top: 8px;
}

.planCard__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .planCard__term {
    gap: 6px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__term {
    gap: 10px;
    margin-top: 20px;
  }
}

.planCard__termLabel {
  background-color: #538a91;
  border-radius: 12px;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .planCard__termLabel {
    padding: 6px 14px;
  }
}

@media screen and (max-width: 768px) {
  .planCard__termLabel {
    padding: 6px 12px;
  }
}

.planCard__termLabel--done {
  background-color: #af5158;
}

.planCard__termDate {
  color: #666666;
  letter-spacing: .04em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planCard__termDate {
    font-size: 12px;
  }
}

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

.planCard__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 10px;
}

@media print, screen and (min-width: 768px) {
  .planCard__visual {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 492px;
  }
}

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

.planCard__visualPhoto {
  position: relative;
}

.planCard__visualNote {
  font-size: 10px;
  line-height: calc(18 / 10);
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 100%;
}

.planCard__visualCap {
  color: #333333;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .planCard__visualCap {
    font-size: 13px;
  }
}

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

.planCard__visualItem {
  width: 100%;
}

.planCard__visualItem--half {
  width: calc(50% - 5px);
}

.planMessage {
  background-color: #e4edec;
}

@media print, screen and (min-width: 768px) {
  .planMessage {
    padding: 60px 84px;
  }
}

@media screen and (max-width: 768px) {
  .planMessage {
    padding: 32px 24px;
  }
}

.planMessage__ttl {
  color: #333333;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planMessage__ttl {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .planMessage__ttl {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }
}

.planMessage__txt {
  color: #464646;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .planMessage__txt {
    font-size: 14px;
    line-height: calc(33 / 14);
    margin-top: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .planMessage__txt {
    font-size: 13px;
    line-height: calc(26 / 13);
    margin-top: 18px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .planMessage__txt + .planMessage__txt {
    margin-top: 0;
  }
}

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

.redevLead__ttl {
  color: #333333;
  font-weight: 400;
  letter-spacing: .05em;
  margin-left: -.16em;
}

@media print, screen and (min-width: 768px) {
  .redevLead__ttl {
    font-size: 63px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .redevLead__ttl {
    font-size: 25px;
    letter-spacing: .04em;
    line-height: 1.36;
  }
}

.redevLead__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #538a91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .06em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .redevLead__sub {
    font-size: 28px;
    gap: 18px;
    margin-top: 39px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .redevLead__sub {
    font-size: 14px;
    gap: 10px;
    margin-top: 22px;
  }
}

.redevLead__sub:before {
  background-color: #538a91;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .redevLead__sub:before {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .redevLead__sub:before {
    width: 42px;
  }
}

.redevLead__figure {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .redevLead__figure {
    margin-top: -122px;
    width: 648px;
  }
}

@media screen and (max-width: 768px) {
  .redevLead__figure {
    margin-top: -10px;
    width: 100%;
  }
}

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

.sectHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .sectHead {
    height: 146px;
    margin-top: 81px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead {
    height: calc(73 / 375 * 100vw);
    margin-top: 48px;
    padding-bottom: 5px;
  }
}

.sectHead__bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.sectHead__picture, .sectHead__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sectHead__en {
  color: #ffffff;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .11em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .sectHead__en {
    font-size: 39px;
  }
}

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

.sectHead__en .large {
  font-size: 1.135em;
}

.sectHead__sub {
  color: #ffffff;
  letter-spacing: .06em;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .sectHead__sub {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__sub {
    font-size: 11px;
    margin-top: 3px;
  }
}

.sectHead__cap {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1;
  position: absolute;
  right: 9px;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .sectHead__cap {
    bottom: 9px;
  }
}

@media screen and (max-width: 768px) {
  .sectHead__cap {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 30px;
  }
}

.keyVisual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .keyVisual {
    margin: 0 auto;
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual {
    margin: 0 -30px;
  }
}

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

.keyVisual__picture, .keyVisual__image {
  display: block;
  width: 100%;
}

.keyVisual__image {
  height: auto;
}

.keyVisual__ttl {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  bottom: 0;
  color: #ffffff;
  display: block;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 400;
  left: 0;
  line-height: .7;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    font-size: 82px;
    letter-spacing: .01em;
    padding: 22px 34px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    font-size: 37px;
    letter-spacing: 0;
    padding: 13px 20px 13px 25px;
  }
}

.keyVisual__ttl:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.12) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.keyVisual__capIn {
  position: absolute;
  right: 8px;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__capIn {
    bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__capIn {
    bottom: 58px;
  }
}

.redev-lead {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .redev-lead {
    padding: 107px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .redev-lead {
    padding: 48px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .redev-aerial {
    margin-top: -26px;
  }
}

@media screen and (max-width: 768px) {
  .redev-aerial {
    margin-top: -50px;
  }
}

.redev-aerial .photo__capIn {
  bottom: 6px;
  right: 8px;
}

@media print, screen and (min-width: 768px) {
  .redev-intro {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .redev-intro {
    padding: 36px 0 0;
  }
}

.redev-intro__ttl {
  color: #333333;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .redev-intro__ttl {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .redev-intro__ttl {
    font-size: 16px;
    text-align: center;
  }
}

.redev-intro__txt {
  color: #464646;
  letter-spacing: .06em;
}

@media print, screen and (min-width: 768px) {
  .redev-intro__txt {
    font-size: 15px;
    line-height: calc(32 / 15);
    margin-top: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .redev-intro__txt {
    font-size: 13px;
    line-height: calc(26 / 13);
    margin-top: 18px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .redev-history {
    padding: 112px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .redev-history {
    padding: 56px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .redev-plan {
    padding: 120px 0 124px;
  }
}

@media screen and (max-width: 768px) {
  .redev-plan {
    padding: 56px 0 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .historyChart {
    margin-top: 59px;
  }
}

@media screen and (max-width: 768px) {
  .historyChart {
    margin-top: 36px;
  }
}

.historyChart .swipeFigure {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  .historyChart .swipeFigure__inner {
    height: calc(780 / 750 * 100vw);
    padding-inline: 30px;
  }
}

@media screen and (max-width: 768px) {
  .historyChart .swipeFigure__inner .photo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media print, screen and (min-width: 768px) {
  .planMap {
    margin-top: 37px;
  }
}

@media screen and (max-width: 768px) {
  .planMap {
    margin-inline: calc(50% - 50vw);
    margin-top: 28px;
  }
}

.planMap .photo__image {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .planLead {
    margin-top: 59px;
  }
}

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

.planLead__ttl {
  color: #333333;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .planLead__ttl {
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .planLead__ttl {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }
}

.planLead__txt {
  color: #464646;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .planLead__txt {
    font-size: 14px;
    line-height: calc(32 / 14);
    margin-top: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .planLead__txt {
    font-size: 13px;
    line-height: calc(26 / 13);
    margin-top: 18px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .planLead__txt + .planLead__txt {
    margin-top: 0;
  }
}

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

@media print, screen and (min-width: 768px) {
  .planList {
    margin-top: 92px;
  }
}

@media screen and (max-width: 768px) {
  .planList {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .planMessage {
    margin-top: 98px;
  }
}

@media screen and (max-width: 768px) {
  .planMessage {
    margin-top: 56px;
  }
}
