@charset "UTF-8";
.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-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s cubic-bezier(.39,.575,.565,1),visibility .4s cubic-bezier(.39,.575,.565,1)
}
.l-modal__container {
  display: flex;
  padding: 0 20px;
  margin: auto
}
.l-modal .card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 30px;
  border: 1px solid #707070;
  display: none
}
.l-modal .card__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--color-green);
  border-radius: 50%
}
.l-modal .card__close::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/assets/images/pages/kinarie/index/icon_close.svg) center/contain no-repeat
}
.l-modal .card__ttl {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-green);
  letter-spacing: .1em;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--color-green)
}
.l-modal .card__txt {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 3;
  letter-spacing: .05em
}
.l-modal .card__img {
  position: relative
}
.l-modal .card__img img,
.p-about__visual img {
  width: 100%
}
.l-modal .card.is-active {
  display: block
}
.l-modal.is-active {
  opacity: 1;
  visibility: visible
}
.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-about {
  margin: 30px 0 0
}
.p-about__container {
  padding: 0 20px
}
.p-about__contents .logo {
  text-align: center
}
.p-about__contents .txt {
  margin: 45px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: 0
}
.p-about__visual {
  margin: 110px 0 0
}
.p-about__visual .main-img {
  position: relative;
  padding: 0 0 0 45px
}
.p-about__visual .main-img__deco {
  position: absolute;
  top: -45px;
  left: calc(50% - 150px);
  width: 261px
}
.p-about__visual .main-img__deco img,
.p-appeal .card__visual .visual img,
.p-property .property__img img {
  width: 100%
}
.p-about__visual .sub-img,
.p-appeal {
  position: relative;
  margin: -75px 160px 0 0
}
.p-appeal {
  margin: 75px 0 0;
  padding: 65px 0 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(/assets/images/pages/kinarie/index/appeal_bg.png)
}
.p-appeal::after,
.p-appeal::before {
  position: absolute;
  content: ""
}
.p-appeal::before {
  z-index: -1;
  top: -125px;
  left: calc(50% + 45px);
  width: 138px;
  height: 143px;
  background: url(/assets/images/pages/kinarie/index/appeal_deco1.png) center/contain no-repeat
}
.p-appeal::after {
  bottom: 0;
  left: -5px;
  width: 312px;
  height: 142px;
  background: url(/assets/images/pages/kinarie/index/appeal_deco2.png) center/contain no-repeat
}
.p-appeal__cards {
  position: relative;
  z-index: 1;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  overflow: scroll
}
.p-appeal .cards {
  display: inline-flex;
  gap: 0 25px
}
.p-appeal .card {
  display: flex;
  flex-direction: column;
  width: 315px;
  counter-increment: card
}
.p-appeal .card__visual {
  position: relative
}
.p-appeal .card__visual::after,
.p-appeal .card__visual::before {
  position: absolute;
  z-index: 1
}
.p-appeal .card__visual::before {
  top: -17px;
  left: -7px;
  width: 38px;
  height: 47px;
  content: "";
  background: url(/assets/images/pages/kinarie/index/appeal_card-deco.png) center/contain no-repeat
}
.p-appeal .card__visual::after {
  top: -15px;
  left: 5px;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  content: counter(card)
}
.p-appeal .card__visual .visual {
  border-radius: 20px;
  overflow: hidden
}
.p-appeal .card__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-green);
  padding: 0 0 15px;
  margin: 20px 0 0
}
.p-appeal .card__btn .txt {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em
}
.p-appeal .card__btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: var(--color-green);
  border-radius: 50%
}
.p-appeal .card__btn .icon::before {
  width: 10px;
  height: 16px;
  background: url(/assets/images/pages/kinarie/index/icon_arw.svg) center/contain no-repeat;
  content: ""
}
.p-property {
  padding: 50px 0;
  background: var(--color-green)
}
.p-property__container {
  display: flex;
  flex-direction: column;
  gap: 30px 0
}
.p-property__caution {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0;
  margin: 15px 0 0
}
.p-property .property {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 20px
}
.p-property .property__name {
  text-align: center;
  font-size: 24px;
  color: var(--color-green);
  font-weight: 500;
  letter-spacing: .1em
}
.p-property .property__note {
  margin: 5px 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em
}
.p-property .property__img {
  position: relative;
  margin: 15px 0 0
}
.p-property .property__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 203px;
  height: 42px;
  border: 2px solid var(--color-green);
  border-radius: 100px;
  padding: 0 20px;
  margin: 20px auto 0
}
.p-property .property__btn .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--color-green)
}
.p-property .property__btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--color-green);
  border-radius: 50%
}
.p-property .property__btn .icon::before {
  width: 8px;
  height: 12px;
  background: #fff;
  -webkit-mask: url(/assets/images/pages/kinarie/index/icon_arw.svg) no-repeat center/contain;
  mask: url(/assets/images/pages/kinarie/index/icon_arw.svg) no-repeat center/contain;
  content: ""
}
@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-modal__container {
    width: 1200px;
    padding: 0
  }
  .l-modal .card {
    align-items: flex-start;
    width: 100%;
    padding: 70px 70px 65px;
    gap: 0 55px
  }
  .l-modal .card__close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px
  }
  .l-modal .card__close::before {
    width: 21px;
    height: 21px
  }
  .l-modal .card__contents {
    flex: 1
  }
  .l-modal .card__ttl {
    font-size: 32px;
    padding: 0 0 25px
  }
  .l-modal .card__txt {
    padding: 0 50px 0 0;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 2.1
  }
  .l-modal .card.is-active {
    display: flex
  }
  .l-container {
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto
  }
  .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,
  .p-appeal .card:hover .card__visual .visual img {
    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-about {
    margin: 75px 0 0
  }
  .p-about__container {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 100px;
    max-width: 1920px
  }
  .p-about__contents {
    flex: 1;
    margin: 115px 0 0 85px
  }
  .p-about__contents .logo {
    text-align: left
  }
  .p-about__contents .logo img {
    width: 625px
  }
  .p-about__contents .txt {
    margin: 100px 0 0;
    text-align: left;
    font-size: 20px;
    line-height: 3;
    letter-spacing: .05em
  }
  .p-about__visual {
    margin: 0;
    width: 43.023255814%
  }
  .p-about__visual .main-img {
    padding: 0 12.1621621622% 0 0
  }
  .p-about__visual .main-img__deco {
    top: -70px;
    left: -60px;
    width: 67.8378378378%
  }
  .p-about__visual .sub-img {
    margin: -18.9189189189% 0 0 50.6756756757%
  }
  .p-appeal {
    margin: 145px 0 0;
    padding: 145px 0 150px;
    background-image: url(/assets/images/pages/kinarie/index/appeal_bg_md.png)
  }
  .p-appeal::before {
    top: -325px;
    left: calc(50% + 500px);
    width: 384px;
    height: 397px
  }
  .p-appeal::after {
    width: 672px;
    height: 305px
  }
  .p-appeal__cards {
    margin: 80px 0 0;
    padding: 0;
    overflow: visible
  }
  .p-appeal .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 90px 60px;
    width: 1200px;
    margin: 0 auto
  }
  .p-appeal .card {
    width: 360px;
    cursor: pointer
  }
  .p-appeal .card__visual::before {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 54px
  }
  .p-appeal .card__visual::after {
    left: -8px
  }
  .p-appeal .card__visual .visual img {
    transition: opacity .5s cubic-bezier(.39,.575,.565,1)
  }
  .p-appeal .card__btn {
    padding: 0 0 30px;
    margin: 25px 0 0
  }
  .p-appeal .card__btn .txt {
    font-size: 22px;
    transition: transform .5s cubic-bezier(.39,.575,.565,1)
  }
  .p-appeal .card__btn .icon {
    width: 30px;
    height: 30px
  }
  .p-appeal .card__btn .icon::before {
    width: 11px;
    height: 18px
  }
  .p-appeal .card:hover .card__btn .txt {
    transform: translate3d(10px,0,0)
  }
  .p-property {
    padding: 140px 0 150px
  }
  .p-property__container {
    gap: 0 60px;
    flex-direction: row;
    justify-content: center
  }
  .p-property__caution {
    margin: 15px auto 0;
    width: 1200px
  }
  .p-property .property {
    width: 570px;
    padding: 35px 30px 50px
  }
  .p-property .property__name {
    font-size: 40px
  }
  .p-property .property__note {
    font-size: 20px
  }
  .p-property .property__img {
    margin: 25px 0 0
  }
  .p-property .property__btn {
    width: 326px;
    height: 70px;
    margin: 50px auto 0;
    padding: 0 30px 0 45px;
    transition: background-color .3s cubic-bezier(.39,.575,.565,1)
  }
  .p-property .property__btn .txt {
    font-size: 22px;
    transition: color .3s cubic-bezier(.39,.575,.565,1)
  }
  .p-property .property__btn .icon {
    width: 30px;
    height: 30px
  }
  .p-property .property__btn .icon::before {
    width: 11px;
    height: 18px;
    margin-right: -3px
  }
  .p-property .property__btn:hover {
    background: var(--color-green)
  }
  .p-property .property__btn:hover .txt {
    color: #fff
  }
  .p-property .property:nth-child(2) {
    transition-delay: .3s
  }
}
@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
  }
}