@media print, screen and (min-width: 768px) {
  .activelifeSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  .activelifeSect__cont .descriptionCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .activelifeSect__cont .descriptionCard__head {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .activelifeSect__cont .descriptionCard__cont {
    margin-top: 0;
    width: calc(50% - 10px);
  }
}

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

@media screen and (max-width: 768px) {
  .activelifeSect__head + .activelifeSect__cont {
    margin-top: 30px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .activelifeSect__bottom .relatedBox {
    display: block;
  }
}

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

@media print, screen and (min-width: 768px) {
  .activelifeSect__bottom .relatedBox__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 64px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .activelifeSect__bottom .relatedBox__cont .photo {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .activelifeSect__bottom .relatedBox__cont .spotList {
    width: calc(50% - 10px);
  }
}

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

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

@media screen and (max-width: 768px) {
  .activelifeSect__bottom .relatedBox__bottom {
    margin-top: 20px;
  }
}

.aerialArea__head {
  -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 (max-width: 768px) {
  .aerialArea__head .swipeFigure__inner {
    height: 375px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .aerialArea__cont {
    padding: 64px 0 100px;
  }
}

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

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

.areaVisual__ttl {
  color: #ffffff;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter .8s ease-in-out;
  transition: -webkit-filter .8s ease-in-out;
  transition: filter .8s ease-in-out;
  transition: filter .8s ease-in-out, -webkit-filter .8s ease-in-out;
  z-index: 2;
  margin: 0 auto;
}

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

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

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

.areaVisual__ttl .inner {
  position: relative;
  z-index: 1;
}

.areaVisual__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  line-height: .8;
  white-space: nowrap;
}

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

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

.areaVisual__ttl .ja {
  display: block;
  letter-spacing: .11em;
  line-height: 1.07692;
}

.areaVisual__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.07692) * .5em);
}

.areaVisual__ttl .ja:after {
  margin-bottom: calc((1 - 1.07692) * .5em);
}

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

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

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

.areaVisual__ttl .ja + .en {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .areaVisual__ttl .ja + .en {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .areaVisual__ttl .ja + .en {
    margin-top: 14px;
    padding-top: 14px;
  }
}

.areaVisual__ttl .ja + .en:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media print, screen and (min-width: 768px) {
  .areaVisual__ttl .ja + .en:before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .areaVisual__ttl .ja + .en:before {
    width: 260px;
  }
}

.areaVisual__bg .photo {
  overflow: hidden;
}

.areaVisual__bg .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: transform 1s ease-in-out, filter 1s ease-in-out;
  transition: transform 1s ease-in-out, filter 1s ease-in-out, -webkit-transform 1s ease-in-out, -webkit-filter 1s ease-in-out;
}

.areaVisual.sai-animate .areaVisual__ttl {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.areaVisual.sai-animate .areaVisual__bg .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media print, screen and (min-width: 768px) {
  .facilitySect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .facilitySect__head {
    width: calc(50% - 10px);
  }
}

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

.facilitySect__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #045358;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 8px;
}

@media print, screen and (min-width: 768px) {
  .facilitySect__icon {
    height: 100px;
    width: 100px;
  }
}

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

.facilitySect__icon .inner {
  line-height: 1.14286;
}

.facilitySect__icon .inner:before {
  content: '';
  margin-top: calc((1 - 1.14286) * .5em);
}

.facilitySect__icon .inner:after {
  margin-bottom: calc((1 - 1.14286) * .5em);
}

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

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

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

.facilitySect__icon .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: 1;
  margin-top: .125em;
}

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

@media screen and (max-width: 768px) {
  .facilitySect__icon .num {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilitySect__cont {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilitySect__cont .txt:not(:first-child) {
    margin-top: 22px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .facilitySect--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .featureAreaCont {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .featureAreaCont {
    padding-bottom: 60px;
  }
}

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

@media screen and (max-width: 768px) {
  .featureAreaCont__head + .featureAreaCont__body {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureAreaCont__heading {
    padding-top: 25px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .featureAreaCont__visual {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

@media screen and (max-width: 768px) {
  .featureAreaCont__heading + .featureAreaCont__visual {
    margin-top: 30px;
  }
}

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

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

.featureAreaCont__lead {
  letter-spacing: .11em;
}

@media print, screen and (min-width: 768px) {
  .featureAreaCont__lead {
    font-size: 14px;
    text-align: center;
    line-height: 1.85714;
  }
  .featureAreaCont__lead:before {
    content: '';
    margin-top: calc((1 - 1.85714) * .5em);
  }
  .featureAreaCont__lead:after {
    margin-bottom: calc((1 - 1.85714) * .5em);
  }
  .featureAreaCont__lead:before, .featureAreaCont__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .featureAreaCont__lead {
    font-size: 12px;
    line-height: 1.66667;
  }
  .featureAreaCont__lead:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .featureAreaCont__lead:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .featureAreaCont__lead:before, .featureAreaCont__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .featureAreaCont__lead + * {
    margin-top: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureAreaSect__head .headingUnit + .tabBtnList {
    margin-top: 62px;
  }
}

@media screen and (max-width: 768px) {
  .featureAreaSect__head .headingUnit + .tabBtnList {
    margin-top: 28px;
  }
}

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

@media screen and (max-width: 768px) {
  .featureAreaSect__head + .featureAreaSect__cont {
    margin-top: 23px;
  }
}

@media print, screen and (min-width: 768px) {
  .featureAreaSect__bottom {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .featureAreaSect__bottom {
    padding-bottom: 60px;
  }
}

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

@media screen and (max-width: 768px) {
  .lifeSect__head + .lifeSect__cont {
    margin-top: 23px;
  }
}

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__head {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__head .usableList__inner {
    gap: 40px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__head .usableList__item {
    width: calc(50% - 10px);
  }
}

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

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__cont .relatedBox {
    display: block;
  }
}

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

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__cont .relatedBox__cont {
    margin-top: 46px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__cont .relatedBox__cont .usableList__inner {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .motosumiyoshiSect__cont .relatedBox__cont .usableList__item {
    width: calc((100% - 40px) / 3);
  }
}

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

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

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

.shopCard__ttl {
  background-color: #b89b2f;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .shopCard__ttl {
    padding: 8px 10px 11px;
  }
}

@media screen and (max-width: 768px) {
  .shopCard__ttl {
    padding: 5px 5px 7px;
    text-align: center;
  }
}

.shopCard__ttl .inner {
  line-height: 1.75;
}

.shopCard__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.shopCard__ttl .inner:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

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

@media screen and (max-width: 768px) {
  .shopCard__ttl .inner {
    font-size: 13px;
  }
}

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

@media screen and (max-width: 768px) {
  .shopCard__ttl .small {
    font-size: 10px;
  }
}

.shopCard__cont .caption {
  font-size: 12px;
}

.shopCard__cont .caption + .txt {
  margin-top: 20px;
}

.shopCard__cont .txt {
  font-size: 12px;
}

.shopCard__head + .shopCard__cont {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .spotList {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .spotList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .75em 1em;
  }
}

.spotList__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: inline-block;
  min-height: 18px;
  padding-left: 1.5em;
  page-break-inside: avoid;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .spotList__item {
    margin-bottom: calc((1.85714 - 1) * .5em);
  }
}

@media screen and (max-width: 768px) {
  .spotList__item {
    min-width: calc(50% - 1em);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.spotList__item .site {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b89b2f;
  border-radius: 50%;
  color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  height: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 18px;
}

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

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

.spotList__item .inner {
  letter-spacing: .11em;
  line-height: 1.85714;
}

.spotList__item .inner:before {
  content: '';
  margin-top: calc((1 - 1.85714) * .5em);
}

.spotList__item .inner:after {
  margin-bottom: calc((1 - 1.85714) * .5em);
}

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

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

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

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

@media screen and (max-width: 768px) {
  * + .tenantBox {
    margin-top: 12px;
  }
}

.tenantBox__head {
  background-color: #767e85;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .tenantBox__head {
    padding: 8px 18px;
  }
}

@media screen and (max-width: 768px) {
  .tenantBox__head {
    padding: 5px 7px;
    text-align: center;
  }
}

.tenantBox__ttl {
  letter-spacing: .11em;
  line-height: 2.33333;
}

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

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

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

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

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

.tenantBox__cont {
  background-color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .tenantBox__cont {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  .tenantBox__cont {
    padding: 16px 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .tenantBox__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.tenantBox__item {
  font-size: 12px;
  letter-spacing: .11em;
  line-height: calc(22 / 12);
}

@media print, screen and (min-width: 768px) {
  .tenantBox__item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .usableList__inner {
    gap: 27px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .usableList__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .usableList__item:nth-child(n + 2) {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .relatedBox {
    display: block;
  }
}

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

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .relatedBox__cont {
    margin-top: 46px;
    width: 100%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .relatedBox__cont .redevelopSect__item:nth-child(1) {
    width: 58%;
  }
}

.todorokiSect__cont .relatedBox__cont .redevelopSect__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .relatedBox__cont .redevelopSect__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .relatedBox__cont .redevelopSect__item:nth-child(2) {
    gap: 10px;
    padding-top: 10px;
  }
}

.todorokiSect__cont .relatedBox .caption {
  padding-top: 5px;
  text-align: right;
}

.todorokiSect__cont .relatedBox + .caption {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .relatedBox + .caption {
    margin-left: -13px;
    margin-right: -13px;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .bgLayer {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .bridgeSect {
    margin-top: 90px;
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .bridgeSect {
    margin-top: 60px;
    padding: 60px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__cont .bridgeSect__cont {
    margin: 46px auto 0;
    width: 840px;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__cont .bridgeSect__cont {
    margin-top: 30px;
  }
}

.todorokiSect__cont .bridgeSect__cont .caption {
  padding-top: 5px;
}

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

@media screen and (max-width: 768px) {
  .todorokiSect__head + .todorokiSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .todorokiSect__map {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .todorokiSect__map .swipeFigure {
    height: 480px;
  }
}

@media print, screen and (min-width: 768px) {
  .position-location {
    padding: 93px 0 78px;
  }
}

@media screen and (max-width: 768px) {
  .position-location {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .position-life {
    padding: 100px 0 116px;
  }
}

@media screen and (max-width: 768px) {
  .position-life {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .position-area {
    padding: 94px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .position-area {
    padding: 60px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .position-activelife {
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .position-activelife {
    padding: 60px 0;
  }
}
