<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .areaSect__head .heading + .headingUnit {
    margin-top: 80px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .areaSect__head .headingUnit .txt {
    text-align: start;
  }
}

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

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

@media screen and (min-width: 768px) {
  .areaSect__cont {
    display: grid;
    grid-template-columns: repeat(2, 580px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 72px;
  }
}

.areaSect__item {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .areaSect__item--txt {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 160px;
  }
}

.areaSect__item--txt .txt {
  color: #dad8d8;
}

.areaSect__item .valueCard {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .bgLayer--city {
    overflow: hidden;
  }
}

.bgLayer--city:before {
  background-image: url("../imgs/bg-citysect@1.5x.png");
  background-size: contain;
  content: '';
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bgLayer--city:before {
    height: 1017px;
    right: 0;
    top: 136px;
    width: 1040px;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--city:before {
    height: calc(730 / 375 * 100vw);
    top: calc(700 / 375 * 100vw);
    width: calc(800 / 375 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--area {
    overflow: hidden;
  }
}

.bgLayer--area:before {
  background-image: url("../imgs/bg-areasect@1.5x.png");
  background-size: contain;
  content: '';
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bgLayer--area:before {
    height: 972px;
    left: 0;
    top: 790px;
    width: 1040px;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--area:before {
    height: calc(730 / 375 * 100vw);
    top: calc(1700 / 375 * 100vw);
    width: calc(800 / 375 * 100vw);
  }
}

.bgLayer--area:after {
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .bnrSect {
    margin: auto;
    width: 600px;
  }
}

.citySect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .citySect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.citySect__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

.citySect__cont {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .citySect__cont {
    padding-top: 60px;
    width: 560px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .citySect__cont .headingUnit + .citySect__bukken {
    margin-top: 84px;
  }
}

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

.citySect__bukken .heading {
  border-left: 1px solid #d8d8d8;
}

@media screen and (min-width: 768px) {
  .citySect__bukken .heading {
    font-size: 18px;
    padding-left: 16px;
  }
}

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

@media screen and (min-width: 768px) {
  .citySect__bukken .heading + .photo {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .citySect__bukken .heading + .photo {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .citySect__bukken .photo {
    width: 500px;
  }
}

.citySect__bukken .photo__capOut {
  text-align: start;
}

@media screen and (max-width: 768px) {
  .citySect__bukken + .citySect__btn {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .citySect__btn {
    bottom: 0;
    position: absolute;
    right: 85px;
  }
}

.expertBox {
  background-color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .expertBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 57px;
    margin-top: 100px;
    padding: 84px 110px 84px 80px;
  }
}

@media screen and (max-width: 768px) {
  .expertBox {
    margin-left: -4px;
    margin-top: 67px;
    padding: 40px 48px 40px 24px;
    width: calc(100vw - 16px);
  }
}

.expertBox.sai-animate:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.expertBox:after {
  background-color: #a08c6a;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  width: 4px;
  will-change: transform;
}

.expertBox__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.expertBox__head .enTtl {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
}

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

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

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

@media screen and (min-width: 768px) {
  .expertBox__head .headingUnit .heading {
    font-size: 18px;
  }
}

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

@media screen and (max-width: 768px) {
  .expertBox__cont .personalCard__head {
    width: 223px;
  }
}

@media screen and (min-width: 768px) {
  .meritSect {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.meritSect__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

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

.meritSect__cont {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

@media screen and (min-width: 768px) {
  .meritSect__cont .heading + .photo {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__cont .heading + .photo {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__cont .photo {
    margin-left: -20px;
    width: 100vw;
  }
}

.meritSect__cont .photo + .caption {
  letter-spacing: .03em;
  padding-top: 5px;
  text-align: end;
}

@media screen and (min-width: 768px) {
  .meritSect__cont + .meritSect__btn {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__cont + .meritSect__btn {
    margin-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .meritSect__btn {
    padding-left: 55px;
  }
}

@media screen and (min-width: 768px) {
  .heading + .meritSect {
    margin-top: 92px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .pageIntro .swipeFigure {
    margin: 80px auto 0;
    max-width: 1000px;
  }
}

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

@media screen and (min-width: 768px) {
  .pageIntro .heading,
  .pageIntro .headingUnit {
    margin-top: 56px;
  }
}

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

@media screen and (min-width: 768px) {
  .pageIntro .heading + .pinchInFigure,
  .pageIntro .headingUnit + .pinchInFigure {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro .heading + .pinchInFigure,
  .pageIntro .headingUnit + .pinchInFigure {
    margin-top: 24px;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .rankingSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .rankingSect__item .valueCard {
    height: 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .heading + .rankingSect {
    margin-top: 92px;
  }
}

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

.valueCard {
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
}

.valueCard:after {
  background-color: #dadada;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .valueCard:after {
    height: 96px;
    width: 176px;
  }
}

@media screen and (max-width: 768px) {
  .valueCard:after {
    height: 96px;
    width: 176px;
  }
}

@media screen and (min-width: 768px) {
  .valueCard {
    padding: 32px 0 56px;
  }
}

@media screen and (max-width: 768px) {
  .valueCard {
    aspect-ratio: 1 /1;
  }
}

.valueCard.sai-animate:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

.valueCard__head .heading {
  color: #3c3a39;
}

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

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

@media screen and (min-width: 768px) {
  .valueCard__head + .valueCard__cont {
    margin-top: 16px;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .valueCard__cont .photo + .caption {
    margin-top: 32px;
  }
}

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

.valueCard__cont .caption {
  color: rgba(0, 0, 0, 0.5);
}

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

.valueCard--white {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .valueCard--fixHeight {
    padding: 32px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .valueCard--fixHeight {
    padding: 8px 0 12px;
  }
}

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

@media screen and (max-width: 768px) {
  .valueCard--square .valueCard__cont .photo {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .valueCard--spFit {
    aspect-ratio: unset;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .valueCard--spFit .valueCard__cont {
    padding: 0;
  }
}

/* --------------------------- */
/* --------------------------- */
.value-city {
  background-color: #ebebeb;
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .value-merit {
    padding: 72px 0 60px;
  }
}

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

@media screen and (max-width: 768px) {
  .value-bnr {
    padding: 60px 0;
  }
}
</pre></body></html>