@charset "UTF-8";
.c-hdg-section,
.c-lead-section,
.c-txt-section {
  text-align: center
}
.c-txt-section {
  font-size: 13px;
  line-height: 2;
  letter-spacing: .05em
}
.c-pageButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid
}
.c-pageButton__text {
  font-family: "EB Garamond",serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em
}
.c-pageButton__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 17px;
  border-radius: 13px
}
.c-pageButton__icon::before {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 9px
}
.c-pageButton--theme-green {
  color: #238184;
  border-bottom-color: #238184
}
.c-pageButton--theme-green .c-pageButton__icon {
  background: #238184
}
.c-pageButton--theme-green .c-pageButton__icon::before,
.c-pageButton__icon::before {
  border-color: transparent transparent transparent #fff
}
.c-pageButton--theme-full-green {
  height: 60px;
  padding: 0 20px 0 50px;
  color: #fff;
  background: #238184;
  border-bottom: none
}
.c-pageButton--theme-full-green .c-pageButton__icon,
.c-pageButton--theme-white .c-pageButton__icon {
  background: #fff
}
.c-pageButton--theme-full-green .c-pageButton__icon::before {
  border-color: transparent transparent transparent #244546
}
.c-pageButton--theme-white {
  color: #fff;
  border-bottom-color: #fff
}
.c-pageButton--theme-white .c-pageButton__icon::before {
  border-color: transparent transparent transparent #238184
}
.c-pageButton--theme-full-white {
  height: 40px;
  padding: 0 15px 0 30px;
  color: #244546;
  background: #fff;
  border: 1px solid #244545
}
.c-pageButton--theme-full-white .c-pageButton__icon {
  background: #244546
}
.c-pageButton--theme-full-white .c-pageButton__icon::before {
  border-color: transparent transparent transparent #fff
}
.c-pageButton--theme-full-white.c-pageButton--text-jp {
  font-size: 14px
}
.c-pageButton--text-en {
  font-family: "EB Garamond",serif;
  font-size: 16px
}
.c-pageButton--text-jp {
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 20px
}
.l-container {
  padding: 0 30px
}
.is-page-top .l-header {
  opacity: 0
}
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10
}
.l-header__head {
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background: rgba(255,255,255,.5);
  transition: background-color .4s cubic-bezier(.39,.575,.565,1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}
.l-header__head,
.l-header__head .headNav .navList,
.l-recruitHeader__head .headLogo a {
  display: flex;
  align-items: center
}
.l-header__head .headNav .navList__item .link {
  position: relative;
  display: inline-block;
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0
}
.l-header__head .headNav .navList__item .link__drawer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  font-family: "Yu Mincho","游明朝体",serif;
  color: #fff;
  visibility: hidden;
  opacity: 0
}
.l-header__head .headNav .navList__item .link__drawer .drawer {
  padding: 20px;
  background: #238184
}
.l-header__head .headNav .navList__item .link__drawer .drawer__inner .drawerLink {
  display: block;
  white-space: nowrap
}
.l-header__head .headNav .navList__item .link__drawer .drawer__inner .drawerLink + .drawerLink {
  margin: 10px 0 0
}
.l-header__head .headNav .navList__item + .navList__item {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px
}
.l-header__head .headNav .navList__item + .navList__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  content: "";
  background: #707070;
  transform: translateY(-50%)
}
.l-header__head .headNav .navList--world .navList__item + .navList__item::before {
  height: 43px
}
.l-header__head .headMenuButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 37px;
  background: #244546
}
.l-header__head .headMenuButton__line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23px;
  height: 12px
}
.l-header__head .headMenuButton__line .line {
  width: 23px;
  height: 1px;
  background: #fff
}
.l-header__head .headMenuButton__line .line:last-child,
.l-recruitHeader__head .headMenuButton__line .line:last-child {
  width: 16px
}
.l-header__head .headMenuButton__text {
  margin: 5px 0 0;
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 6px;
  line-height: 1;
  color: #fff
}
.l-header__head .headLanguageButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 34px;
  margin: 0 0 0 45px;
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 14px;
  font-weight: 500;
  background: #e6e6e6
}
.l-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: scroll;
  visibility: hidden;
  background: #244546;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1),visibility .3s cubic-bezier(.39,.575,.565,1)
}
.l-header__overlay .closeButton {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff
}
.l-header__overlay .closeButton img {
  width: 23px;
  height: 23px
}
.l-header__overlay .aboutUs__copyright {
  display: none
}
.l-header__overlay .aboutUs .js-io-element,
.l-recruitHeader.is-active::before {
  opacity: 1
}
.l-header__overlay.is-active {
  visibility: visible;
  opacity: 1
}
.l-header.is-scrolled .l-header__head {
  background: #fff
}
.is-load-complete .l-header {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.39,.575,.565,1) 1.2s
}
.l-recruitFooter {
  padding: 20px 0 30px;
  background: #f2f2f2
}
.l-recruitFooter .list {
  text-align: center
}
.l-recruitFooter .list__item .link {
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0
}
.l-recruitFooter .copyright {
  margin: 25px 0 0;
  font-family: Inter,sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0
}
.l-recruitHeader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10
}
.l-recruitHeader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  background: rgba(255,255,255,.5);
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}
.l-recruitHeader__head {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px
}
.l-recruitHeader__head .headLogo__img {
  line-height: 0
}
.l-recruitHeader__head .headLogo__img img {
  width: 94px
}
.l-recruitHeader__head .headLogo__text {
  margin: 0 0 0 15px;
  font-size: 12px;
  font-weight: 500;
  color: #244546;
  letter-spacing: 0
}
.l-recruitHeader__head .entry {
  width: 82px;
  height: 22px;
  margin: 0 0 0 auto;
  font-size: 13px
}
.l-recruitHeader__head .headMenuButton {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 37px;
  margin: 0 0 0 10px;
  background: #6cc5e6
}
.l-recruitHeader__head .headMenuButton__line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23px;
  height: 12px;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1)
}
.l-recruitHeader__head .headMenuButton__line .line {
  width: 23px;
  height: 1px;
  background: #fff
}
.l-recruitHeader__head .headMenuButton__close {
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1);
  transform: rotate(45deg)
}
.l-recruitHeader__head .headMenuButton__close::after,
.l-recruitHeader__head .headMenuButton__close::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff
}
.l-recruitHeader__head .headMenuButton__close::after {
  transform: rotate(90deg)
}
.l-recruitHeader__head .headMenuButton__text {
  margin: 5px 0 0;
  font-family: "Yu Mincho","游明朝体",serif;
  font-size: 6px;
  line-height: 1;
  color: #fff;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1)
}
.l-recruitHeader__head .headMenuButton.is-active .headMenuButton__line,
.l-recruitHeader__head .headMenuButton.is-active .headMenuButton__text {
  opacity: 0
}
.l-recruitHeader__head .headMenuButton.is-active .headMenuButton__close {
  opacity: 1
}
.l-recruitHeader__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: scroll;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.39,.575,.565,1),visibility .3s cubic-bezier(.39,.575,.565,1)
}
.l-recruitHeader__overlay .aboutUs__copyright,
.l-recruitHeader__overlayInner .navList__item .nav.js-drawer::before {
  display: none
}
.l-recruitHeader__overlay.is-active {
  visibility: visible;
  opacity: 1
}
.l-recruitHeader__overlayInner {
  padding: 120px 30px 0
}
.l-recruitHeader__overlayInner .navList__item .nav {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0
}
.l-recruitHeader__overlayInner .navList__item .nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px
}
.l-recruitHeader__overlayInner .navList__item .nav__toggle::after,
.l-recruitHeader__overlayInner .navList__item .nav__toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #6cc5e6
}
.l-recruitHeader__overlayInner .navList__item .nav__toggle::after {
  transition: transform .4s cubic-bezier(.39,.575,.565,1);
  transform: rotate(90deg)
}
.l-recruitHeader__overlayInner .navList__item .nav::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 17px;
  clip-path: polygon(0 0,0 100%,100% 50%);
  content: "";
  background: #6cc5e6
}
.l-recruitHeader__overlayInner .navList__item .nav:not([href]) {
  pointer-events: none;
  opacity: .3
}
.l-recruitHeader__overlayInner .navList__item .nav.is-active .nav__toggle::after {
  transform: rotate(180deg)
}
.l-recruitHeader__overlayInner .navList__item .drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.39,.575,.565,1)
}
.l-recruitHeader__overlayInner .navList__item .drawer__inner {
  padding: 20px 0 0
}
.l-recruitHeader__overlayInner .navList__item .drawer__inner .drawerLink {
  display: block;
  font-weight: 500
}
.l-recruitHeader__overlayInner .navList__item .drawer__inner .drawerLink + .drawerLink {
  margin: 15px 0 0;
  font-size: 14px
}
.l-recruitHeader__overlayInner .navList__item + .navList__item {
  margin: 20px 0 0
}
.l-recruitHeader__overlayInner .entry {
  width: 100%;
  height: 49px;
  margin: 40px 0 0;
  font-size: 20px
}
.l-recruitHeader__overlayInner .entry .ja {
  margin: 0 10px;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em
}
.l-recruitHeader.is-scrolled .l-recruitHeader__head {
  background: #fff
}
.is-load-complete .l-recruitHeader {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.39,.575,.565,1) 1.2s
}
.p-appeal {
  padding: 30px 0 20px
}
.p-appeal .l-container {
  padding: 0 10px
}
.p-appeal .c-txt-section {
  margin: 25px 0 0
}
.p-appeal .appealCard__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px
}
.p-appeal .appealCard__item .visual {
  position: relative
}
.p-appeal .appealCard__item .visual__name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 27px;
  background: #231815
}
.p-appeal .appealCard__item .visual__img img {
  width: 100%;
  height: auto
}
.p-appeal .appealCard__item .txt {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .05em
}
.p-appeal__container {
  margin: 55px 0 0
}
.p-areaInfo {
  padding: 40px 0 0
}
.p-areaInfo .l-container {
  padding: 0 15px
}
.p-areaInfo .infoTable .infoTtl,
.p-areaInfo .infoTable .infoTxt {
  font-size: 12px;
  letter-spacing: 0
}
.p-areaInfo .infoTable .infoTtl {
  display: flex;
  justify-content: space-between;
  font-weight: 400
}
.p-areaInfo .infoTable .infoTxt {
  font-weight: 300
}
.p-areaInfo .infoTable__row {
  display: flex;
  margin: 5px 0 0
}
.p-areaInfo .infoTable__row--marginTop-wide {
  margin: 15px 0 0
}
.p-areaInfo .infoTable__head {
  width: 210px
}
.p-areaInfo .infoTable__body {
  flex: 1
}
.p-areaInfo__table {
  margin: 30px 0 0
}
.p-areaInfo__map {
  margin: 25px 0 0
}
.p-areaInfo__map iframe {
  width: 100%;
  height: 312px
}
.p-areaInfo__map .mapTxt {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .05em
}
.p-bnr-area {
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0
}
.p-float-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex
}
.p-float-nav__block,
.p-float-nav__block--form,
.p-float-nav__block--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 5px 0;
  gap: 5px 0
}
.p-float-nav__block--form {
  background: #231815
}
.p-float-nav__block--form .p-float-nav__txt {
  color: #fff
}
.p-float-nav__block--tel {
  background: #7cb9bc
}
.p-float-nav__txt {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .05em;
  padding: 0 10px
}
.p-floorLayout {
  padding: 50px 0 40px
}
.p-floorLayout .l-container {
  padding: 0 25px
}
.p-floorLayout .c-lead-section {
  margin: 20px 0 0
}
.p-floorLayout .floorLayout {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  margin: 30px 0 0
}
.p-floorLayout .floorLayout__img,
.p-footer {
  text-align: center
}
.p-floorLayout .gallery {
  margin: 40px 0 0
}
.p-floorLayout .gallery img,
.p-guide .guideMap img,
.p-topVisual .visual img {
  width: 100%
}
.p-floorLayout .gallery__main {
  margin: 0 -25px
}
.p-floorLayout .gallery__sub {
  margin: 15px -10px 0
}
.p-floorLayout .gallery__sub .galleryList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px
}
.p-footer {
  margin: 50px 0 0;
  padding: 0 0 150px
}
.p-footer__tel,
.p-footer__tel-ttl {
  margin: 20px 0 0
}
.p-footer__tel-subttl {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em
}
.p-footer__tel-num {
  margin: 10px 0 0
}
.p-footer__tel-txt {
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .03em
}
.p-guide {
  padding: 50px 0 40px;
  background: #ededed
}
.p-guide .c-lead-section {
  margin: 25px 0 0
}
.p-guide .guideMap {
  margin: 30px -30px 0
}
.p-propertySummary {
  padding: 35px 0 50px;
  background: #ededed
}
.p-propertySummary .l-container {
  padding: 0 15px
}
.p-propertySummary .summaryTable .summaryTtl,
.p-propertySummary .summaryTable .summaryTxt {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .05em
}
.p-propertySummary .summaryTable .summaryTtl {
  display: flex;
  justify-content: space-between;
  font-weight: 400
}
.p-propertySummary .summaryTable .summaryTtl--narrow {
  letter-spacing: -.15em
}
.p-propertySummary .summaryTable .summaryTxt {
  font-weight: 300
}
.p-propertySummary .summaryTable__row {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0;
  border-bottom: 1px solid #4c4948
}
.p-propertySummary .summaryTable__head {
  width: 100px;
  padding: 0 10px 0 5px
}
.p-propertySummary .summaryTable__body {
  flex: 1
}
.p-propertySummary .summaryTable__remarks {
  width: 100%;
  margin: 5px 0 0
}
.p-propertySummary .summaryTable__remarks .summaryTxt {
  padding-left: 1em;
  text-indent: -1em
}
.p-propertySummary__table {
  margin: 30px 0 0;
  border-top: 1px solid #4c4948
}
.p-propertySummary__table + .p-propertySummary__table {
  margin: 0;
  border-top: none
}
.p-topVisual {
  background: #231815
}
.p-topVisual .contents {
  padding: 20px 0 30px;
  text-align: center
}
.l-page {
  font-family: "Hiragino Kaku Gothic","ヒラギノ角ゴシック","Noto Sans JP",sans-serif
}
@media (min-width:768px) {
  .c-pageButton {
    position: relative;
    z-index: 0;
    padding: 0 0 8.5px
  }
  .c-pageButton::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    content: "";
    transition: height .3s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton__text {
    transition: color .3s cubic-bezier(.39,.575,.565,1),transform .3s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton__icon {
    width: 56px;
    height: 18px
  }
  .c-pageButton__icon::before {
    border-width: 5px 0 5px 9px
  }
  .c-pageButton--theme-green::before {
    background: #238184
  }
  .c-pageButton--theme-green[href]:hover .c-pageButton__text {
    color: #fff
  }
  .c-pageButton--theme-full-green {
    padding: 0 20px 0 50px;
    transition: filter .4s cubic-bezier(.39,.575,.565,1)
  }
  .c-pageButton--theme-full-green.c-pageButton--text-jp {
    font-size: 20px
  }
  .c-pageButton--theme-full-green[href]:hover {
    filter: brightness(110%)
  }
  .c-pageButton--theme-white::before {
    background: #fff
  }
  .c-pageButton--theme-white[href]:hover .c-pageButton__text {
    color: #238184
  }
  .c-pageButton--theme-full-white {
    height: 60px;
    padding: 0 20px 0 40px
  }
  .c-pageButton--text-en,
  .c-pageButton--text-jp,
  .c-pageButton--theme-full-white.c-pageButton--text-jp {
    font-size: 18px
  }
  .c-pageButton[href]:hover::before {
    height: 140%
  }
  .c-pageButton[href]:hover .c-pageButton__text {
    transform: translate3d(10px,0,0)
  }
  .l-container,
  .l-page .l-container {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto
  }
  .l-container {
    max-width: 1400px
  }
  .l-container--narrow {
    max-width: 1200px;
    padding: 0 80px
  }
  .l-header__head {
    justify-content: flex-start;
    height: 80px;
    padding: 0 120px
  }
  .l-header__head .headLogo img {
    width: 128px
  }
  .l-header__head .headNav {
    margin: 0 0 0 auto
  }
  .l-header__head .headNav .navList__item .link__drawer {
    transition: opacity .3s cubic-bezier(.39,.575,.565,1),visibility .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__head .headNav .navList__item .link__drawer .drawer__inner:hover .drawerLink {
    opacity: .7
  }
  .l-header__head .headNav .navList__item .link__drawer .drawer__inner .drawerLink {
    transition: opacity .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__head .headNav .navList__item .link__drawer .drawer__inner .drawerLink:hover {
    opacity: 1
  }
  .l-header__head .headNav .navList__item .link--drawer:hover .link__drawer {
    visibility: visible;
    opacity: 1
  }
  .l-header__head .headNav .navList--world .navList__item + .navList__item {
    padding: 0 0 0 45px;
    margin: 0 0 0 45px
  }
  .l-header__head .headMenuButton {
    width: 47px;
    height: 44px;
    margin: 0 0 0 45px
  }
  .l-header__head .headMenuButton__line {
    width: 29px;
    height: 14px;
    transition: height .4s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__head .headMenuButton__line .line {
    width: 29px
  }
  .l-header__head .headMenuButton__line .line:last-child {
    width: 21px
  }
  .l-header__head .headMenuButton__text {
    font-size: 7px
  }
  .l-header__head .headMenuButton:hover .headMenuButton__line {
    height: 17px
  }
  .l-header__head .headLanguageButton {
    transition: background-color .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1)
  }
  .l-header__head .headLanguageButton:hover {
    color: #fff;
    background: #238184
  }
  .l-header__overlay .closeButton {
    top: 127px;
    right: 50px;
    width: 30px;
    height: 30px
  }
  .l-header__overlay .closeButton img {
    width: 17px;
    height: 17px
  }
  .l-recruitFooter {
    padding: 45px 0 30px
  }
  .l-recruitFooter .list {
    display: flex;
    align-items: center;
    justify-content: center
  }
  .l-recruitFooter .list__item {
    padding: 0 20px
  }
  .l-recruitFooter .list__item .link {
    font-size: 16px
  }
  .l-recruitFooter .copyright {
    font-size: 14px
  }
  .l-recruitHeader {
    position: fixed;
    width: 100%
  }
  .l-recruitHeader::before {
    height: 112px
  }
  .l-recruitHeader__head {
    justify-content: flex-start;
    height: auto;
    padding: 25px 50px 0 70px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .l-recruitHeader__head .headLogo__img img {
    width: 209px
  }
  .l-recruitHeader__head .headLogo__text {
    margin: 0 0 0 30px;
    font-size: 20px
  }
  .l-recruitHeader__head .entry {
    width: 258px;
    height: 42px;
    font-size: 26px
  }
  .l-recruitHeader__head .headMenuButton {
    width: 58px;
    height: 55px;
    margin: 0 0 0 35px
  }
  .l-recruitHeader__head .headMenuButton__line {
    width: 34px;
    height: 18px
  }
  .l-recruitHeader__head .headMenuButton__line .line {
    width: 29px
  }
  .l-recruitHeader__head .headMenuButton__line .line:last-child {
    width: 21px
  }
  .l-recruitHeader__head .headMenuButton__close {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px
  }
  .l-recruitHeader__head .headMenuButton__text {
    margin: 8px 0 0;
    font-size: 8px
  }
  .l-recruitHeader__overlay {
    background: rgba(255,255,255,.9)
  }
  .l-recruitHeader__overlayInner {
    max-width: 1100px;
    padding: 200px 50px 135px;
    margin: 0 auto
  }
  .l-recruitHeader__overlayInner .navList__item .nav {
    width: 420px;
    font-size: 30px
  }
  .l-recruitHeader__overlayInner .navList__item .nav__toggle {
    top: 14px;
    width: 21px;
    height: 21px
  }
  .l-recruitHeader__overlayInner .navList__item .nav::before {
    top: 14px;
    width: 21px;
    height: 23px
  }
  .l-recruitHeader__overlayInner .navList__item .drawer__inner .drawerLink {
    transition: opacity .4s cubic-bezier(.39,.575,.565,1)
  }
  .l-recruitHeader__overlayInner .navList__item .drawer__inner .drawerLink:hover {
    opacity: .5
  }
  .l-recruitHeader__overlayInner .navList__item .drawer__inner .drawerLink + .drawerLink {
    font-size: 16px
  }
  .l-recruitHeader__overlayInner .navList__item + .navList__item {
    margin: 25px 0 0
  }
  .p-appeal {
    padding: 65px 0 50px
  }
  .p-appeal .appealCard__list {
    grid-template-columns: repeat(3,1fr);
    gap: 40px 50px
  }
  .p-appeal .appealCard__item .visual__name {
    height: 32px
  }
  .p-appeal .appealCard__item .txt {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1.8
  }
  .p-areaInfo {
    padding: 65px 0 0
  }
  .p-areaInfo .infoTable .infoTtl,
  .p-areaInfo .infoTable .infoTxt {
    font-size: 14px
  }
  .p-areaInfo .infoTable__head {
    width: 240px
  }
  .p-areaInfo__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
    margin: 30px 0 0
  }
  .p-areaInfo__map {
    margin: 40px 0 0
  }
  .p-areaInfo__map iframe {
    height: 470px
  }
  .p-areaInfo__map .mapTxt {
    margin: 5px 0 0
  }
  .p-floorLayout {
    padding: 80px 0
  }
  .p-floorLayout .c-lead-section {
    margin: 30px 0 0
  }
  .p-floorLayout .floorLayout {
    flex-direction: row;
    justify-content: center;
    gap: 0 90px;
    margin: 45px 0 0
  }
  .p-floorLayout .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 80px 0 0
  }
  .p-floorLayout .gallery__main {
    margin: 0
  }
  .p-floorLayout .gallery__sub {
    padding: 0 0 0 15px;
    margin: 0
  }
  .p-floorLayout .gallery__sub .galleryList {
    grid-template-columns: repeat(3,1fr);
    gap: 10px
  }
  .p-footer {
    margin: 35px 0 0;
    padding: 0 0 175px
  }
  .p-guide {
    padding: 55px 0 80px
  }
  .p-guide .c-lead-section {
    margin: 30px 0 0
  }
  .p-guide .guideMap {
    margin: 25px 0 0
  }
  .p-propertySummary {
    padding: 70px 0 95px
  }
  .p-propertySummary .summaryTable {
    border-top: 1px solid #4c4948
  }
  .p-propertySummary .summaryTable .summaryTtl,
  .p-propertySummary .summaryTable .summaryTxt {
    font-size: 14px;
    line-height: 1.55
  }
  .p-propertySummary .summaryTable .summaryTtl--narrow {
    letter-spacing: -.2em
  }
  .p-propertySummary .summaryTable__row {
    padding: 5px 0
  }
  .p-propertySummary .summaryTable__head {
    width: 115px;
    padding: 0 15px 0 5px
  }
  .p-propertySummary__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin: 35px 0 0;
    border-top: none
  }
  .p-propertySummary__table--layoutFull-md {
    display: block
  }
  .p-propertySummary__table + .p-propertySummary__table {
    margin: 30px 0 0
  }
  .p-topVisual .contents {
    padding: 55px 60px 50px
  }
  .p-topVisual .visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .p-topVisual__container {
    display: flex;
    justify-content: center
  }
  html {
    min-width: 1200px
  }
}
@media (min-width:1401px) {
  .l-header__overlay .closeButton {
    right: auto;
    left: calc(50% + 620px)
  }
}
@media (min-width:1680px) {
  .l-recruitHeader__head .headLogo__text {
    font-size: 20px
  }
}
@media (min-width:1701px) {
  .l-header__head .headNav .navList__item + .navList__item {
    padding: 0 0 0 25px;
    margin: 0 0 0 25px
  }
}