html {
  font-size: 10px;
  scroll-behavior: smooth;
}

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

.intersect-elem {
  opacity: 0;
  -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out, transform 0.6s ease-out, -moz-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out, -moz-transform 0.6s ease-out;
}

.intersect-elem.active {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px), print {
  html {
    scroll-padding-top: 100px;
  }
  main {
    background: url(../images/bg_ptn.png) repeat;
    color: #222;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 1.12px;
  }
  main img {
    width: 100%;
  }
  .only-sp {
    display: none !important;
  }
  .link__alpha {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .link__alpha:hover {
    opacity: 0.6;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 28px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: fixed;
    background: url(../images/bg_ptn.png) repeat;
    min-width: 1280px;
  }
  .header:after {
    content: none;
  }
  .header__logo {
    font-weight: normal;
  }
  .header__logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .header__logo img {
    width: 281px;
  }
  .header__logo span {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.8px;
  }
  .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .header__menu ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 1.12px;
  }
  .header__menu ul.header__menu--link {
    gap: 8px;
    margin-left: 32px;
  }
  .header__menu ul.header__menu--link li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    color: #fff;
    padding: 14px 26px;
    -moz-border-radius: 1000px;
         border-radius: 1000px;
    width: 160px;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__menu ul.header__menu--link li a .icon-request, .header__menu ul.header__menu--link li a .icon-reserve {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
  }
  .header__menu ul.header__menu--link li a.link--request {
    background-color: #F9B60C;
  }
  .header__menu ul.header__menu--link li a.link--reserve {
    background-color: #ED5B00;
  }
  .header__menu ul.header__menu--link li a .icon-request {
    background: url(../images/icon_request.svg) no-repeat center/contain;
  }
  .header__menu ul.header__menu--link li a .icon-reserve {
    background: url(../images/icon_reserve.svg) no-repeat center/contain;
  }
  main {
    padding-top: 100px;
  }
  .inner {
    width: 1160px;
    margin: 0 auto;
  }
  .c-ttl {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-weight: 700;
    text-align: center;
  }
  .c-ttl span {
    display: block;
  }
  .c-ttl--en {
    font-family: Oswald;
    font-size: 8.8rem;
    line-height: 120%;
  }
  .c-ttl--jp {
    font-size: 2rem;
    line-height: 160%;
    /* 32px */
    letter-spacing: 1.4px;
  }
  .c-subttl {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.68px;
  }
  .tagline {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 160%;
    /* 60.8px */
    letter-spacing: 2.66px;
    margin-top: 56px;
    text-align: center;
  }
  .lead {
    margin-top: 56px;
    text-align: center;
  }
  .c-btn {
    margin-top: 56px;
    text-align: center;
  }
  .c-btn a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    line-height: 160%;
    /* 32px */
    letter-spacing: 1.4px;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    -moz-border-radius: 1000px;
         border-radius: 1000px;
    background: #ED5B00;
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    width: 350px;
    padding: 26px 50px 26px 40px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-align: center;
  }
  .c-btn a:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 32px;
  }
  .mv {
    width: 100%;
  }
  section {
    padding: 120px 0;
  }
  .about {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 56px;
  }
  .about__ttl {
    width: 1264px;
    margin: -190px auto -230px;
  }
  .about__point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .about__point__item {
    border: 2px solid #F19826;
    -moz-border-radius: 24px;
         border-radius: 24px;
    overflow: hidden;
  }
  .about__point__item:nth-of-type(2) {
    margin-top: 48px;
  }
  .about__point__item dt {
    background-color: #F19826;
    padding: 20px 8px;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
    /* 42px */
    letter-spacing: 1.96px;
    color: #fff;
    text-align: center;
  }
  .about__point__item dt span {
    display: block;
    font-family: Oswald;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 150%;
  }
  .about__point__item dd {
    background-attachment: #fff;
    padding: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
  .about__point__item dd .icon-shopping,
  .about__point__item dd .icon-medical,
  .about__point__item dd .icon-education {
    background-color: rgba(241, 152, 38, 0.12);
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 31px;
    top: 0;
  }
  .about__point__item dd .icon-shopping {
    background-image: url(../images/icon_shopping.svg);
    -moz-background-size: 34px auto;
         background-size: 34px auto;
  }
  .about__point__item dd .icon-medical {
    background-image: url(../images/icon_medical.svg);
    -moz-background-size: 36px auto;
         background-size: 36px auto;
  }
  .about__point__item dd .icon-education {
    background-image: url(../images/icon_education.svg);
    -moz-background-size: 38px auto;
         background-size: 38px auto;
  }
  .about__point__item dd p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 160%;
    /* 32px */
    letter-spacing: 1.4px;
    position: relative;
    width: 100%;
    padding-left: 126px;
    line-height: 1;
  }
  .about__point__item dd p .time {
    color: #F19826;
    display: inline-block;
    font-family: Oswald;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 140%;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  .about__point__item dd img {
    width: 100%;
    margin-top: 24px;
  }
  .landscape {
    padding: 730px 0 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .landscape__earth {
    content: "";
    display: block;
    width: 606px;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .landscape:before, .landscape:after {
    content: "";
    display: block;
    width: 1440px;
    background: url(../images/landscape_bg_ptn.png) repeat left top;
    position: absolute;
    z-index: -1;
  }
  .landscape:before {
    height: 1440px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .landscape:after {
    height: -webkit-calc(100% - 370px - 720px);
    height: -moz-calc(100% - 370px - 720px);
    height: calc(100% - 370px - 720px);
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
  }
  .landscape .c-ttl, .landscape .tagline, .landscape .lead {
    color: #fff;
  }
  .landscape__planning {
    margin-top: 56px;
    position: relative;
  }
  .landscape__planning:before, .landscape__planning:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landscape__planning:before {
    width: 191px;
    height: 191px;
    background-image: url(../images/landscape_deco01.png);
    right: -64px;
    top: -99.5px;
  }
  .landscape__planning:after {
    width: 209px;
    height: 184px;
    background-image: url(../images/landscape_deco02.png);
    left: -57px;
    bottom: -94.003px;
  }
  .landscape__planning ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .landscape__planning .planning-item {
    -moz-border-radius: 1000px;
         border-radius: 1000px;
    border: 9px solid var(--white, #FFF);
    background: var(--bg-yellow, #FFF9B7);
    -moz-box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 12px 8px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1 / 1;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 24px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .landscape__planning .planning-item__ttl img {
    width: auto;
    height: 108px;
  }
  .landscape__planning .planning-item__text {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.68px;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    text-align: center;
    margin-top: 30px;
  }
  .development .c-ttl {
    color: #F19826;
  }
  .development__img {
    margin-top: 56px;
    position: relative;
  }
  .development__img:before, .development__img:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .development__img:before {
    width: 190px;
    height: 187px;
    background-image: url(../images/development_deco01.png);
    right: -45px;
    top: -51.127px;
  }
  .development__img:after {
    width: 209px;
    height: 184px;
    background-image: url(../images/development_deco02.png);
    left: -77px;
    bottom: 0;
  }
  .development__img--caption {
    text-align: right;
    font-size: 1.4rem;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-weight: 500;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: 0.98px;
    margin-top: 32px;
  }
  .development__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 56px;
  }
  .development__list dl {
    -moz-border-radius: 24px;
         border-radius: 24px;
    background: #FFF;
    padding: 32px 40px;
  }
  .development__list dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .development__list dl dt span {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 1.68px;
  }
  .development__list dl dt span em {
    color: #F19826;
    display: block;
    font-style: normal;
  }
  .development__list dl dt .num {
    background-color: #F19826;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: Oswald;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 42px */
  }
  .development__list dl dd {
    margin-top: 20px;
  }
  .development__list dl dd p {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    letter-spacing: 1.12px;
  }
  .vr {
    background-color: #fff;
  }
  .vr .c-ttl {
    color: #F19826;
  }
  .vr .vr-area {
    margin-top: 56px;
  }
  .vr .vr-area iframe {
    width: 900px;
    height: 506px;
    border: none;
    display: block;
    margin: 0 auto;
  }
  .access {
    background-color: #F19826;
    position: relative;
  }
  .access:before, .access:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 85px;
  }
  .access:before {
    width: 158px;
    height: 158px;
    background-image: url(../images/access_deco01.png);
    margin-left: -400px;
  }
  .access:after {
    width: 180px;
    height: 180px;
    background-image: url(../images/access_deco02.png);
    margin-left: 240px;
  }
  .access .c-ttl, .access .tagline, .access .lead {
    color: #fff;
  }
  .access__map {
    margin-top: 56px;
  }
  .plan {
    background-color: #FFF;
    position: relative;
  }
  .plan:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: -86px;
    width: 167px;
    height: 167px;
    margin-left: -500px;
    background-image: url(../images/plan_deco01.png);
  }
  .plan .c-ttl {
    color: #F19826;
  }
  .plan .plan__map, .plan .plan__text {
    margin-top: 56px;
  }
  .plan .plan__map img {
    margin-top: 32px;
  }
  .plan .plan__text {
    margin-top: 72px;
  }
  .plan .plan__text__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 0 40px;
  }
  .plan .plan__text__list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 24px 16px;
    border-bottom: 1px solid #E7E7E7;
  }
  .plan .plan__text__list dl:nth-child(-n+2) {
    border-top: 1px solid #E7E7E7;
  }
  .plan .plan__text__list dl dt {
    font-family: Oswald;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 150%;
    width: 120px;
  }
  .plan .plan__text__list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .plan .plan__text__list dl dd p:first-of-type {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .location {
    position: relative;
  }
  .location:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: -56px;
    width: 167px;
    height: 147px;
    margin-left: 440px;
    background-image: url(../images/location_deco01.png);
  }
  .location .c-ttl {
    color: #F19826;
  }
  .location-list {
    padding: 56px 0 72px;
    border-bottom: 2px solid #E7E7E7;
  }
  .location-list:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .location-list__ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Serif JP";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.96px;
  }
  .location-list__ttl span {
    width: 100px;
    height: 100px;
    background-color: #F19826;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: Oswald;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    text-transform: uppercase;
    letter-spacing: normal;
    margin-right: 23px;
  }
  .location-list__ttl span:before {
    content: "";
    display: block;
    width: 45px;
    height: 43px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-bottom: 3px;
  }
  .location-list__ttl span.icon-shopping:before {
    background: url(../images/icon_shopping.svg) no-repeat center/contain;
  }
  .location-list__ttl span.icon-education:before {
    background: url(../images/icon_education.svg) no-repeat center/contain;
  }
  .location-list__ttl span.icon-medical:before {
    background: url(../images/icon_medical.svg) no-repeat center/contain;
  }
  .location-list__ttl em {
    font-style: normal;
    color: #F19826;
  }
  .location-list__stores {
    margin-top: 40px;
  }
  .location-list__stores ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .location-list__stores ul.grid-medical {
    -ms-grid-columns: 2fr 1fr 1fr;
        grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-child(n+2) figcaption {
    font-size: 1.4rem;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: 0.98px;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-child(n+2) .stores-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 160%;
    /* 32px */
    letter-spacing: 1.4px;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-of-type(1) {
    -ms-grid-row: span 2;
        grid-row: span 2;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-of-type(4) {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-of-type(5) {
    -ms-grid-column: 3;
        grid-column: 3;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .location-list__stores ul .stores-item figcaption {
    margin-top: 20px;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
  }
  .location-list__stores ul .stores-item figcaption .stores-name {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 1.68px;
    margin-bottom: 4px;
  }
  .outline {
    background-color: #fff;
    position: relative;
  }
  .outline:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: -75px;
    width: 271px;
    height: 140px;
    margin-left: -540px;
    background-image: url(../images/outline_deco01.png);
  }
  .outline .c-ttl {
    color: #F19826;
  }
  .outline-subttl {
    margin-bottom: 40px;
  }
  .outline-detail + .outline-detail {
    margin-top: 56px;
  }
  .outline dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #E7E7E7;
  }
  .outline dl:last-of-type {
    border-bottom: 1px solid #E7E7E7;
  }
  .outline dl dt {
    width: 280px;
    padding-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .outline dl dd {
    width: 100%;
  }
  .contact {
    background-color: #F19826;
  }
  .contact .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .contact .c-ttl {
    text-align: left;
    padding: 0 140px;
    position: relative;
  }
  .contact .c-ttl:after {
    content: "";
    width: 1px;
    height: 132px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
  }
  .contact-btn {
    padding-left: 140px;
    margin-top: 0;
  }
  .contact-btn a {
    margin-top: 24px;
    width: 298px;
    padding: 20px 40px 20px 64px;
  }
  .contact-btn a:after {
    content: none;
  }
  .contact-btn a:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/icon_mail.svg) no-repeat center/contain;
    position: absolute;
    left: 71px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .bnr_area {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 21.53846vw;
  }
  main {
    background: url(../images/bg_ptn.png) repeat;
    color: #222;
    font-size: 3.58974vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.25128vw;
  }
  main img {
    width: 100%;
  }
  .only-pc {
    display: none !important;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5641vw 5.12821vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: fixed;
    background: url(../images/bg_ptn.png) repeat;
    height: 21.53846vw;
    top: 0;
  }
  .header:after {
    content: none;
  }
  .header__logo {
    font-weight: normal;
    position: static;
    position: absolute;
    left: 5.12821vw;
    top: 2.5641vw;
    z-index: 11;
  }
  .header__logo a {
    display: block;
  }
  .header__logo img {
    width: 54.61538vw;
  }
  .header__logo span {
    display: block;
    font-size: 2.82051vw;
    font-weight: 900;
    line-height: 150%;
    /* 16.5px */
    letter-spacing: 0.14103vw;
    margin-top: 1.79487vw;
  }
  .header .menu-trigger {
    position: absolute;
    width: 16.41026vw;
    height: 16.41026vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #F19826;
    right: 5.12821vw;
    top: 2.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
  }
  .header .menu-trigger span {
    width: 5.64103vw;
    height: 0.51282vw;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .menu-trigger span + span {
    margin-top: 1.28205vw;
  }
  .header .menu-trigger.active span {
    margin-top: 0;
  }
  .header .menu-trigger.active span:nth-child(1) {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header .menu-trigger.active span:nth-child(2) {
    display: none;
  }
  .header .menu-trigger.active span:nth-child(3) {
    -webkit-transform: rotate(30deg) translateY(-0.38462vw);
       -moz-transform: rotate(30deg) translateY(-0.38462vw);
        -ms-transform: rotate(30deg) translateY(-0.38462vw);
            transform: rotate(30deg) translateY(-0.38462vw);
  }
  .header__menu {
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header__menu.active {
    height: 100vh;
  }
  .header__menu ul li {
    border-bottom: 1px solid #E7E7E7;
  }
  .header__menu ul li a {
    font-size: 4.10256vw;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.28718vw;
    display: block;
    padding: 3.84615vw 0;
  }
  .header__menu ul.header__menu--anchor {
    padding: 7.69231vw;
    padding-top: 25.64103vw;
  }
  main {
    padding-top: 21.53846vw;
  }
  .inner {
    width: 89.74359vw;
    margin: 0 auto;
  }
  .c-ttl {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-weight: 700;
    text-align: center;
  }
  .c-ttl span {
    display: block;
  }
  .c-ttl--en {
    font-family: Oswald;
    font-size: 14.35897vw;
    line-height: 120%;
  }
  .c-ttl--jp {
    font-size: 4.61538vw;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.32308vw;
  }
  .c-subttl {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 5.12821vw;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.35897vw;
  }
  .tagline {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 6.66667vw;
    font-weight: 600;
    line-height: 160%;
    /* 60.8px */
    letter-spacing: 0.46667vw;
    margin-top: 10.25641vw;
    text-align: center;
  }
  .lead {
    margin-top: 10.25641vw;
    text-align: left;
  }
  .c-btn {
    margin-top: 8.20513vw;
    text-align: center;
  }
  .c-btn a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
    font-size: 4.10256vw;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.28718vw;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    -moz-border-radius: 1000px;
         border-radius: 1000px;
    background: #ED5B00;
    -moz-box-shadow: 0 1.53846vw 3.07692vw 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 1.53846vw 3.07692vw 0 rgba(0, 0, 0, 0.1);
    width: 64.10256vw;
    height: 16.41026vw;
    padding: 0 10.25641vw 0 6.15385vw;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
  }
  .c-btn a:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 2.82051vw;
    height: 4.35897vw;
    clip-path: polygon(0 0, 100% 50%, 0% 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6.15385vw;
  }
  .mv {
    width: 100%;
  }
  section {
    padding: 20.51282vw 0;
  }
  .about {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 10.25641vw;
  }
  .about__ttl {
    width: 100%;
  }
  .about__point__item {
    border: 0.51282vw solid #F19826;
    -moz-border-radius: 6.15385vw;
         border-radius: 6.15385vw;
    overflow: hidden;
    margin-top: 5.12821vw;
  }
  .about__point__item dt {
    background-color: #F19826;
    padding: 5.12821vw 2.05128vw;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: "Noto Serif JP";
    font-size: 5.64103vw;
    font-weight: 600;
    line-height: 150%;
    /* 42px */
    letter-spacing: 0.39487vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 1.02564vw;
  }
  .about__point__item dt span {
    font-family: Oswald;
    font-size: 4.61538vw;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 150%;
  }
  .about__point__item dd {
    background-attachment: #fff;
    padding: 6.15385vw 5.12821vw;
    padding-right: 40vw;
    gap: 0;
    position: relative;
  }
  .about__point__item dd .icon-shopping,
  .about__point__item dd .icon-medical,
  .about__point__item dd .icon-education {
    background-color: rgba(241, 152, 38, 0.12);
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: inline-block;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15.38462vw;
    height: 15.38462vw;
    position: absolute;
    left: 0;
  }
  .about__point__item dd .icon-shopping {
    background-image: url(../images/icon_shopping.svg);
    -moz-background-size: 34px auto;
         background-size: 34px auto;
  }
  .about__point__item dd .icon-medical {
    background-image: url(../images/icon_medical.svg);
    -moz-background-size: 36px auto;
         background-size: 36px auto;
  }
  .about__point__item dd .icon-education {
    background-image: url(../images/icon_education.svg);
    -moz-background-size: 38px auto;
         background-size: 38px auto;
  }
  .about__point__item dd p {
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.32308vw;
    position: relative;
  }
  .about__point__item dd p:nth-of-type(1) {
    padding-left: 17.94872vw;
  }
  .about__point__item dd p .time {
    color: #F19826;
    display: inline-block;
    font-family: Oswald;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-size: 8.71795vw;
    font-weight: 500;
    line-height: 140%;
  }
  .about__point__item dd img {
    -moz-border-radius: 4.10256vw;
         border-radius: 4.10256vw;
    width: 33.84615vw;
    position: absolute;
    right: 6.15385vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .landscape {
    padding: 107.17949vw 0 20.51282vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .landscape__earth {
    content: "";
    display: block;
    width: 89.74359vw;
    height: 96.15385vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .landscape:before, .landscape:after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/landscape_bg_ptn.png) repeat left top;
    position: absolute;
    z-index: -1;
  }
  .landscape:before {
    height: 100vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 40.76923vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .landscape:after {
    height: -webkit-calc(100% - 90.76923vw);
    height: -moz-calc(100% - 90.76923vw);
    height: calc(100% - 90.76923vw);
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
  }
  .landscape .c-ttl, .landscape .tagline, .landscape .lead {
    color: #fff;
  }
  .landscape__planning {
    margin-top: 10.25641vw;
    position: relative;
  }
  .landscape__planning:before, .landscape__planning:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landscape__planning:before {
    width: 25.12821vw;
    height: 25.12821vw;
    background-image: url(../images/landscape_deco01.png);
    right: -1.28205vw;
    top: 55.89744vw;
  }
  .landscape__planning:after {
    width: 24.35897vw;
    height: 21.53846vw;
    background-image: url(../images/landscape_deco02.png);
    left: -2.5641vw;
    bottom: 3.07692vw;
  }
  .landscape__planning ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.10256vw;
  }
  .landscape__planning .planning-item {
    -moz-border-radius: 6.15385vw;
         border-radius: 6.15385vw;
    border: 1.28205vw solid var(--white, #FFF);
    background: var(--bg-yellow, #FFF9B7);
    -moz-box-shadow: 0 3.07692vw 2.05128vw 0 rgba(0, 0, 0, 0.1);
         box-shadow: 0 3.07692vw 2.05128vw 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42.82051vw;
    padding: 4.87179vw 2.5641vw 8.97436vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .landscape__planning .planning-item__ttl img {
    width: auto;
    height: 16.66667vw;
  }
  .landscape__planning .planning-item__text {
    font-family: "Noto Serif JP";
    font-size: 4.10256vw;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.28718vw;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    text-align: center;
    margin-top: 6.15385vw;
  }
  .development .c-ttl {
    color: #F19826;
  }
  .development__img {
    margin-top: 10.25641vw;
    position: relative;
  }
  .development__img:before, .development__img:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .development__img:before {
    width: 19.48718vw;
    height: 19.48718vw;
    background-image: url(../images/development_deco01.png);
    right: -1.28205vw;
    top: -10.25641vw;
  }
  .development__img:after {
    width: 21.79487vw;
    height: 18.46154vw;
    background-image: url(../images/development_deco02.png);
    left: -1.28205vw;
    bottom: 0;
  }
  .development__img--caption {
    text-align: right;
    font-size: 3.07692vw;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-weight: 500;
    line-height: 170%;
    /* 23.8px */
    letter-spacing: 0.21538vw;
    margin-top: 4.10256vw;
  }
  .development__list {
    margin-top: 10.25641vw;
  }
  .development__list dl {
    -moz-border-radius: 6.15385vw;
         border-radius: 6.15385vw;
    background: #FFF;
    padding: 6.15385vw;
  }
  .development__list dl + dl {
    margin-top: 5.12821vw;
  }
  .development__list dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.12821vw;
  }
  .development__list dl dt span {
    font-family: "Noto Serif JP";
    font-size: 5.12821vw;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.35897vw;
  }
  .development__list dl dt span em {
    color: #F19826;
    display: block;
    font-style: normal;
    margin-left: -2.5641vw;
  }
  .development__list dl dt .num {
    background-color: #F19826;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.10256vw;
    height: 14.10256vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: Oswald;
    font-size: 6.15385vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 42px */
  }
  .development__list dl dd {
    margin-top: 5.12821vw;
  }
  .development__list dl dd p {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    letter-spacing: 0.25128vw;
  }
  .vr {
    background-color: #fff;
  }
  .vr .c-ttl {
    color: #F19826;
  }
  .vr .vr-area {
    margin-top: 14.35897vw;
  }
  .vr .vr-area iframe {
    width: 100%;
    height: 56.41026vw;
    border: none;
  }
  .access {
    background-color: #F19826;
    position: relative;
  }
  .access:before, .access:after {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .access:before {
    width: 23.58974vw;
    height: 23.58974vw;
    background-image: url(../images/access_deco01.png);
    left: 0;
    top: -6.66667vw;
  }
  .access:after {
    width: 26.66667vw;
    height: 26.66667vw;
    background-image: url(../images/access_deco02.png);
    right: 2.82051vw;
    top: -11.79487vw;
  }
  .access .c-ttl, .access .tagline, .access .lead {
    color: #fff;
  }
  .access__map {
    margin-top: 10.25641vw;
  }
  .plan {
    background-color: #FFF;
    position: relative;
  }
  .plan:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 6.15385vw;
    top: -16.92308vw;
    width: 26.15385vw;
    height: 26.15385vw;
    background-image: url(../images/plan_deco01.png);
  }
  .plan .c-ttl {
    color: #F19826;
  }
  .plan .plan__map, .plan .plan__text {
    margin-top: 10.25641vw;
  }
  .plan .plan__map img {
    margin-top: 7.17949vw;
  }
  .plan .plan__text {
    margin-top: 18.46154vw;
  }
  .plan .plan__text__list {
    margin-top: 7.17949vw;
  }
  .plan .plan__text__list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.12821vw;
    padding: 6.15385vw 0;
    border-bottom: 1px solid #E7E7E7;
  }
  .plan .plan__text__list dl:nth-child(-n+2) {
    border-top: 1px solid #E7E7E7;
  }
  .plan .plan__text__list dl dt {
    font-family: Oswald;
    font-size: 5.12821vw;
    font-weight: 400;
    line-height: 150%;
    width: 15.38462vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .plan .plan__text__list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.10256vw;
  }
  .plan .plan__text__list dl dd p:first-of-type {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .location {
    position: relative;
  }
  .location:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: -12.82051vw;
    width: 28.97436vw;
    height: 25.64103vw;
    margin-left: -14.61538vw;
    background-image: url(../images/location_deco01.png);
  }
  .location .c-ttl {
    color: #F19826;
  }
  .location-list {
    padding: 10.25641vw 0 12.30769vw;
    border-bottom: 0.51282vw solid #E7E7E7;
  }
  .location-list:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .location-list__ttl {
    font-family: "Noto Serif JP";
    font-size: 5.64103vw;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.39487vw;
    padding-left: 23.07692vw;
    position: relative;
  }
  .location-list__ttl span {
    width: 20.51282vw;
    height: 20.51282vw;
    background-color: #F19826;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-family: Oswald;
    font-size: 3.07692vw;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    text-transform: uppercase;
    letter-spacing: normal;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .location-list__ttl span:before {
    content: "";
    display: block;
    width: 8.20513vw;
    height: 7.69231vw;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-bottom: 0.76923vw;
  }
  .location-list__ttl span.icon-shopping:before {
    background: url(../images/icon_shopping.svg) no-repeat center/contain;
  }
  .location-list__ttl span.icon-education:before {
    background: url(../images/icon_education.svg) no-repeat center/contain;
  }
  .location-list__ttl span.icon-medical:before {
    background: url(../images/icon_medical.svg) no-repeat center/contain;
  }
  .location-list__ttl em {
    font-style: normal;
    color: #F19826;
  }
  .location-list__stores {
    margin-top: 8.20513vw;
  }
  .location-list__stores ul.grid-medical {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-of-type(1) {
    width: 100%;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-child(n+2) {
    width: 42.30769vw;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-child(n+2) figcaption {
    font-size: 3.07692vw;
    font-weight: 600;
    line-height: 170%;
    /* 32px */
    letter-spacing: 0.21538vw;
  }
  .location-list__stores ul.grid-medical .stores-item:nth-child(n+2) .stores-name {
    font-size: 4.61538vw;
    line-height: 140%;
    /* 23.8px */
    letter-spacing: 0.32308vw;
  }
  .location-list__stores ul .stores-item {
    margin-top: 10.25641vw;
  }
  .location-list__stores ul .stores-item figcaption {
    margin-top: 3.58974vw;
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
  }
  .location-list__stores ul .stores-item figcaption .stores-name {
    font-family: "Noto Serif JP";
    font-size: 6.15385vw;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.25128vw;
    margin-bottom: 2.5641vw;
  }
  .outline {
    background-color: #fff;
    position: relative;
  }
  .outline:before {
    content: "";
    display: block;
    position: absolute;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 5.12821vw;
    top: -10.25641vw;
    width: 39.74359vw;
    height: 20.51282vw;
    background-image: url(../images/outline_deco01.png);
  }
  .outline .c-ttl {
    color: #F19826;
  }
  .outline-subttl {
    margin-bottom: 7.17949vw;
  }
  .outline-detail {
    margin-top: 12.30769vw;
  }
  .outline dl {
    padding: 6.15385vw 0;
    border-top: 1px solid #E7E7E7;
  }
  .outline dl:last-of-type {
    border-bottom: 1px solid #E7E7E7;
  }
  .outline dl dt {
    -moz-font-feature-settings: 'palt' on;
         font-feature-settings: 'palt' on;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.25128vw;
  }
  .outline dl dd {
    margin-top: 2.5641vw;
    font-size: 3.58974vw;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
    letter-spacing: 0.25128vw;
  }
  .contact {
    background-color: #F19826;
  }
  .contact .inner {
    color: #fff;
  }
  .contact-btn a {
    margin-top: 8.20513vw;
    padding: 0 6.15385vw 0 10.25641vw;
  }
  .contact-btn a:after {
    content: none;
  }
  .contact-btn a:before {
    content: "";
    display: block;
    width: 4.61538vw;
    height: 3.58974vw;
    background: url(../images/icon_mail.svg) no-repeat center/contain;
    position: absolute;
    left: 15.38462vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .footer_nav_area {
    display: none;
  }
  .footer__menu--link {
    gap: 1.02564vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menu--link li {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer__menu--link li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5641vw;
    color: #fff;
    padding: 5.12821vw 8.20513vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .footer__menu--link li a .icon-request, .footer__menu--link li a .icon-reserve {
    content: "";
    display: block;
    width: 5.64103vw;
    height: 5.12821vw;
  }
  .footer__menu--link li a.link--request {
    background-color: #F9B60C;
  }
  .footer__menu--link li a.link--reserve {
    background-color: #ED5B00;
  }
  .footer__menu--link li a .icon-request {
    background: url(../images/icon_request.svg) no-repeat center/contain;
  }
  .footer__menu--link li a .icon-reserve {
    background: url(../images/icon_reserve.svg) no-repeat center/contain;
  }
  .bnr_area {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1386px) {
  .header__logo img {
    width: 260px;
  }
  .header__logo span {
    font-size: 1.5rem;
  }
  .header__menu ul {
    gap: 12px;
  }
  .header__menu ul li a {
    font-size: 1.4rem;
  }
  .header__menu ul.header__menu--link {
    margin-left: 20px;
  }
}
