@charset "UTF-8";
.c-caption {
  position: absolute;
  z-index: 1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 0 6px #000,0 0 6px rgba(0,0,0,.5);
  color: #fff
}
.c-caption--postion-r-b {
  bottom: 5px;
  right: 10px
}
.c-caption--postion-l-b {
  bottom: 5px;
  left: 10px
}
.c-caption--postion-large-l {
  left: 30px
}
.c-caption--postion-large-b {
  bottom: 10px
}
.c-caption--theme-black {
  color: #333;
  text-shadow: none
}
.c-hdg-sec {
  display: flex;
  flex-direction: column;
  align-items: center
}
.c-hdg-sec__main,
.c-hdg-sec__sub {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 400
}
.c-hdg-sec__sub + .c-hdg-sec__main,
.l-header__head .headNav .navList__item .link__drawer .drawer__inner .drawerLink + .drawerLink {
  margin: 10px 0 0
}
.c-hdg-sec__main {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-green)
}
.c-hdg-sec--theme-white .c-hdg-sec__main,
.c-hdg-sec--theme-white .c-hdg-sec__sub {
  color: #fff
}
.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 20px!important
}
.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 + .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
}
.cv-contents {
  background: var(--color-green);
  padding: 60px 0 50px;
  margin: 150px 0 0
}
.cv-contents,
.cv-contents__btn,
.cv-contents__btn .icon {
  display: flex;
  align-items: center;
  justify-content: center
}
.cv-contents__btn {
  gap: 0 10px;
  background: #fff;
  border-radius: 9999px;
  width: 351px;
  height: 53px
}
.cv-contents__btn .txt {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-green);
  letter-spacing: .1em
}
.cv-contents__btn .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-green)
}
.cv-contents__btn .icon::before {
  width: 9px;
  height: 14px;
  -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw.svg);
  mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #fff;
  content: ""
}
.p-info {
  margin: 40px 0 0;
  padding: 35px 0 0;
  background-image: url(/assets/images/pages/kinarie/common/info_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top
}
.p-info__container {
  background: #fff;
  padding: 10px 20px 0;
  border-radius: 20px;
  margin: 35px 0 0
}
.p-info .info {
  font-size: 12px
}
.p-info .info__row {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #ccc
}
.p-info .info__head {
  font-weight: 700;
  width: 100px
}
.p-info .info__body {
  line-height: 1.65
}
.p-lifestyle {
  margin: 95px 0 0
}
.p-lifestyle__container {
  margin: 70px 0 0
}
.p-lifestyle .lifestyle {
  position: relative;
  z-index: 0;
  padding: 0 0 50px
}
.p-lifestyle .lifestyle::before {
  position: absolute;
  top: 100px;
  left: 20px;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: #fbf7ef;
  border-bottom-left-radius: 20px
}
.p-lifestyle .lifestyle__visual {
  padding: 0 20px 0 0
}
.p-lifestyle .lifestyle__visual .img {
  position: relative
}
.p-lifestyle .lifestyle__contents .img img,
.p-lifestyle .lifestyle__visual .img img,
.p-mainVisual__visual .deco img,
.p-mainVisual__visual .img img {
  width: 100%
}
.p-lifestyle .lifestyle__contents {
  margin: 30px 0 0;
  padding: 0 35px 0 45px
}
.p-lifestyle .lifestyle__contents .hdg {
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: 500;
  line-height: 1.5
}
.p-lifestyle .lifestyle__contents .hdg > span {
  display: inline-block
}
.p-lifestyle .lifestyle__contents .txt {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 3
}
.p-lifestyle .lifestyle__contents .img {
  position: relative;
  margin: 20px 0 0
}
.p-lifestyle .lifestyle__contents .img::before {
  position: absolute;
  left: -5px;
  bottom: -20px;
  width: 91px;
  height: 45px;
  background: url(/assets/images/pages/kinarie/common/lifestyle_deco.png) center/contain no-repeat;
  content: ""
}
.p-lifestyle .lifestyle__lead {
  position: absolute;
  top: -50px;
  right: 40px;
  display: flex;
  gap: 0 10px;
  align-items: flex-start;
  flex-direction: row-reverse;
  font-size: 24px;
  color: var(--color-green);
  letter-spacing: .45em
}
.p-lifestyle .lifestyle__lead span {
  writing-mode: vertical-rl;
  background: #fff;
  padding: 0 3px 19px 2px;
  font-feature-settings: normal
}
.p-lifestyle .lifestyle:nth-child(even) {
  margin: 100px 0 0
}
.p-lifestyle .lifestyle:nth-child(even)::before {
  right: 20px;
  left: 0
}
.p-lifestyle .lifestyle:nth-child(even) .lifestyle__visual {
  padding: 0 0 0 20px
}
.p-lifestyle .lifestyle:nth-child(even) .lifestyle__contents {
  padding: 0 45px 0 35px
}
.p-lifestyle .lifestyle:nth-child(even) .lifestyle__lead {
  right: auto;
  left: 40px
}
.p-lifestyle__caution {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px 20px 0
}
.p-mainVisual__visual .img {
  padding: 0 0 0 70px
}
.p-mainVisual,
.p-mainVisual__visual .img__inner {
  position: relative
}
.p-mainVisual__visual .deco {
  position: relative;
  padding: 0 0 0 78px;
  margin: -40px 0 0
}
.p-mainVisual__contents {
  position: absolute;
  top: 135px;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px
}
.p-mainVisual__contents .logo {
  display: inline-block;
  background: #fff;
  padding: 10px 20px 10px 0
}
.p-mainVisual__contents .txt {
  margin: 20px 0 0
}
.p-mainVisual__contents .txt__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 28px;
  letter-spacing: .1em;
  color: var(--color-green);
  font-weight: 400
}
.p-mainVisual__contents .txt__inner span {
  display: inline-block;
  padding: 2px 18px 1px 0;
  background: #fff
}
.p-mainVisual__contents .txt__inner span + span {
  margin: 9px 0 0
}
.p-mainVisual__contents .scroll {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  margin: 40px 0 0
}
.p-mainVisual__contents .scroll::before {
  width: 1px;
  height: 151px;
  background: #707070;
  content: ""
}
.p-mainVisual .note {
  margin: -15px 0 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2.25
}
.p-mainVisual__contents .logo,
.p-mainVisual__contents .note,
.p-mainVisual__contents .txt {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.39,.575,.565,1)
}
.p-mainVisual.is-active .p-mainVisual__contents .logo,
.p-mainVisual.is-active .p-mainVisual__contents .note,
.p-mainVisual.is-active .p-mainVisual__contents .txt {
  opacity: 1
}
.p-mainVisual.is-active .p-mainVisual__contents .txt {
  transition-delay: .4s
}
.p-mainVisual.is-active .p-mainVisual__contents .note {
  transition-delay: .8s
}
.page-bg {
  padding: 90px 0 20px;
  margin: 55px 0 0;
  background-image: url(/assets/images/pages/kinarie/common/contents_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top
}
.p-photo-gallery {
  margin: 60px 0 0
}
.p-photo-gallery__slider {
  margin: 50px 0 0
}
.p-photo-gallery .main-slider {
  position: relative
}
.p-photo-gallery .main-slider::before {
  position: absolute;
  top: -35px;
  left: -10px;
  z-index: 2;
  width: 170px;
  height: 69px;
  background: url(/assets/images/pages/kinarie/common/photo-gallery_deco.png) center/contain no-repeat;
  content: ""
}
.p-photo-gallery .main-slider .swiper-slide img {
  width: 100%;
  border-radius: 20px
}
.p-photo-gallery .main-slider .swiper-button-next,
.p-photo-gallery .main-slider .swiper-button-prev {
  width: 13px;
  height: 23px;
  background: #118756;
  margin-top: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_slider-arw.svg);
  mask-image: url(/assets/images/pages/kinarie/common/icon_slider-arw.svg)
}
.p-photo-gallery .main-slider .swiper-button-next::after,
.p-photo-gallery .main-slider .swiper-button-prev::after {
  display: none
}
.p-photo-gallery .main-slider .swiper-button-next {
  right: 10px
}
.p-photo-gallery .main-slider .swiper-button-prev {
  left: 10px;
  transform: rotateY(180deg)
}
.p-photo-gallery .thumbs-slider,
.p-plan__slider {
  margin: 20px 0 0
}
.p-photo-gallery .thumbs-slider .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px
}
.p-photo-gallery .thumbs-slider .swiper-slide {
  width: 110px
}
.p-photo-gallery .thumbs-slider .swiper-slide img {
  width: 100%;
  border-radius: 10px
}
.p-plan__slider .swiper {
  overflow: visible
}
.p-plan__slider .swiper .swiper-button-next,
.p-plan__slider .swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-green);
  width: 30px;
  height: 30px;
  border-radius: 50%
}
.p-plan__slider .swiper .swiper-button-next::before,
.p-plan__slider .swiper .swiper-button-prev::before {
  width: 9px;
  height: 14px;
  -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw.svg);
  mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #fff;
  content: ""
}
.p-plan__slider .swiper .swiper-button-next::after,
.p-plan__slider .swiper .swiper-button-prev::after {
  display: none
}
.p-plan__slider .swiper .swiper-button-prev {
  transform: rotateY(180deg)
}
.plan {
  background: #fff;
  width: 350px;
  padding: 35px 0 0;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0,0,0,.16)
}
.plan .small-txt {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .05em
}
.plan .color-red {
  color: red
}
.plan__contents {
  padding: 0 20px
}
.plan__contents .lead {
  padding: 0 10px;
  font-size: 16px;
  color: var(--color-green);
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 500
}
.plan__contents .info {
  margin: 35px 0 0
}
.plan__contents .type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-green);
  font-weight: 700;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--color-green)
}
.plan__contents .type__ttl {
  font-size: 22px
}
.plan__contents .type__txt {
  font-size: 36px;
  line-height: 1.2
}
.plan__contents .capacity {
  margin: 10px 0 0
}
.plan__contents .capacity__txt {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1
}
.plan__contents .capacity__caution {
  margin: 5px 0 0
}
.plan__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}
.p-shared-equipment {
  margin: 90px 0 0
}
.p-shared-equipment__list {
  overflow: scroll;
  margin: 35px -20px 0;
  padding: 0 20px
}
.p-shared-equipment__list.is-intersected .list__item {
  opacity: 1
}
.p-shared-equipment .list {
  display: inline-flex;
  gap: 0 25px
}
.p-shared-equipment .list__item {
  opacity: 0;
  width: 316px;
  transition: opacity .5s cubic-bezier(.39,.575,.565,1)
}
.p-shared-equipment .list__item .item__img {
  position: relative
}
.p-shared-equipment .list__item .item__img img {
  width: 100%
}
.p-shared-equipment .list__item .item__ttl {
  padding: 0 0 15px;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-green)
}
.p-shared-equipment .list__item .item__txt {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.75
}
.l-main {
  --color-green: #118856;
  overflow: hidden;
  color: #333;
  font-family: "Noto Sans JP",sans-serif
}
@media (min-width:768px) {
  .c-hdg-sec__sub {
    font-size: 16px
  }
  .c-hdg-sec__sub + .c-hdg-sec__main {
    margin: 15px 0 0
  }
  .c-hdg-sec__main {
    font-size: 40px
  }
  .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 {
    max-width: 1300px!important;
    padding: 0 50px!important;
    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 {
    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
  }
  .cv-contents {
    padding: 150px 0;
    margin: 70px 0 0
  }
  .cv-contents__btn {
    gap: 0 20px;
    width: 667px;
    height: 121px
  }
  .cv-contents__btn .txt {
    font-size: 32px
  }
  .cv-contents__btn .icon {
    width: 52px;
    height: 52px
  }
  .cv-contents__btn .icon::before {
    width: 17px;
    height: 30px;
    -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw_md.svg);
    mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw_md.svg)
  }
  .p-info {
    padding: 150px 0 0;
    background-image: url(/assets/images/pages/kinarie/common/info_bg_md.png);
    background-size: 1920px auto
  }
  .p-info .l-container {
    max-width: 1100px!important
  }
  .p-info__container {
    margin: 150px 0 0;
    padding: 40px 80px 0
  }
  .p-info .info {
    font-size: 16px
  }
  .p-info .info__row {
    padding: 24px 0
  }
  .p-info .info__head {
    width: 200px
  }
  .p-lifestyle {
    margin: 145px 0 0
  }
  .p-lifestyle__container {
    margin: 60px 0 0
  }
  .p-lifestyle .lifestyle {
    display: flex;
    padding: 0 0 95px
  }
  .p-lifestyle .lifestyle::before {
    top: 85px;
    left: calc(50% - 400px)
  }
  .p-lifestyle .lifestyle__visual {
    padding: 0;
    width: 34.2708333333%
  }
  .p-lifestyle .lifestyle__contents {
    width: 31.0416666667%;
    padding: 0;
    margin: 9.8958333333% 0 0 4.4270833333%
  }
  .p-lifestyle .lifestyle__contents .hdg {
    line-height: 2;
    font-size: 32px
  }
  .p-lifestyle .lifestyle__contents .txt {
    margin: 5.033557047% 0 0;
    font-size: 16px;
    line-height: 2.25
  }
  .p-lifestyle .lifestyle__contents .img {
    margin: 7.5503355705% 0 0
  }
  .p-lifestyle .lifestyle__contents .img::before {
    left: -85px;
    bottom: -45px;
    width: 212px;
    height: 104px
  }
  .p-lifestyle .lifestyle__lead {
    position: static;
    font-size: 60px;
    letter-spacing: .25em;
    white-space: nowrap;
    margin: 0 0 0 2.6041666667%
  }
  .p-lifestyle .lifestyle__lead span {
    line-height: 1.3;
    padding: 12px 0 13px
  }
  .p-lifestyle .lifestyle:nth-child(even) {
    margin: 150px 0 0;
    flex-direction: row-reverse
  }
  .p-lifestyle .lifestyle:nth-child(even)::before {
    right: calc(50% - 400px)
  }
  .p-lifestyle .lifestyle:nth-child(even) .lifestyle__visual {
    padding: 0
  }
  .p-lifestyle .lifestyle:nth-child(even) .lifestyle__contents {
    padding: 0;
    margin: 9.8958333333% 4.4270833333% 0 0
  }
  .p-lifestyle .lifestyle:nth-child(even) .lifestyle__lead {
    margin: 0 2.6041666667% 0 0
  }
  .p-lifestyle__caution {
    margin: 10px auto 0;
    width: 1200px
  }
  .p-mainVisual__contents,
  .p-mainVisual__visual .img {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 0 31.25%
  }
  .p-mainVisual__visual .deco {
    text-align: right;
    margin: -120px 0 0;
    padding: 0 0 0 56.5104166667%
  }
  .p-mainVisual__contents {
    padding: 0 100px
  }
  .p-mainVisual__contents .logo img {
    width: 400px
  }
  .p-mainVisual__contents .txt {
    margin: 55px 0 0
  }
  .p-mainVisual__contents .txt__inner {
    font-size: 50px
  }
  .p-mainVisual__contents .txt__inner span {
    padding: 9px 25px 10px 0
  }
  .p-mainVisual__contents .txt__inner span + span {
    margin: 0
  }
  .p-mainVisual__contents .scroll {
    gap: 0 15px;
    margin: 50px 0 0
  }
  .p-mainVisual .note {
    padding: 0;
    margin: 40px 0 0;
    width: 300px
  }
  .page-bg {
    padding: 210px 0 95px;
    margin: 100px 0 0;
    background-image: url(/assets/images/pages/kinarie/common/contents_bg_md.png)
  }
  .p-photo-gallery {
    margin: 195px 0 0
  }
  .p-photo-gallery__slider {
    margin: 25px auto 0;
    width: 1000px
  }
  .p-photo-gallery .main-slider::before {
    top: -115px;
    left: -155px;
    width: 502px;
    height: 202px
  }
  .p-photo-gallery .main-slider .swiper-button-next,
  .p-photo-gallery .main-slider .swiper-button-prev {
    width: 25px;
    height: 47px;
    -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_slider-arw_md.svg);
    mask-image: url(/assets/images/pages/kinarie/common/icon_slider-arw_md.svg)
  }
  .p-photo-gallery .main-slider .swiper-button-next {
    right: 30px
  }
  .p-photo-gallery .main-slider .swiper-button-prev {
    left: 30px
  }
  .p-photo-gallery .thumbs-slider .swiper-wrapper {
    gap: 20px
  }
  .p-photo-gallery .thumbs-slider .swiper-slide {
    width: 184px
  }
  .p-photo-gallery .thumbs-slider .swiper-slide img {
    border-radius: 20px
  }
  .p-plan__slider {
    margin: 90px 0 0
  }
  .p-plan__slider .swiper {
    width: 1000px;
    margin: 0 auto
  }
  .p-plan__slider .swiper .swiper-button-next,
  .p-plan__slider .swiper .swiper-button-prev {
    width: 50px;
    height: 50px
  }
  .p-plan__slider .swiper .swiper-button-next::before,
  .p-plan__slider .swiper .swiper-button-prev::before {
    width: 17px;
    height: 30px;
    -webkit-mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw_md.svg);
    mask-image: url(/assets/images/pages/kinarie/common/icon_btn-arw_md.svg)
  }
  .p-plan__slider .swiper .swiper-button-prev {
    left: -25px
  }
  .p-plan__slider .swiper .swiper-button-next {
    right: -25px
  }
  .plan {
    display: flex;
    width: 1000px
  }
  .plan .small-txt {
    font-size: 12px
  }
  .plan,
  .plan__contents .lead {
    padding: 0
  }
  .plan__contents .type {
    padding: 0 0 15px
  }
  .plan__contents .type__ttl {
    font-size: 26px
  }
  .plan__contents .type__txt {
    font-size: 46px
  }
  .plan__contents .capacity {
    margin: 25px 0 0
  }
  .plan__contents .capacity__txt {
    margin: 15px 0 0
  }
  .plan__contents .capacity__caution {
    margin: 20px 0 0
  }
  .p-shared-equipment {
    margin: 95px 0 0
  }
  .p-shared-equipment__list {
    padding: 0;
    margin: 65px auto 0;
    overflow: visible;
    width: 1000px
  }
  .p-shared-equipment__list.is-intersected .list__item:nth-child(2) {
    transition-delay: .3s
  }
  .p-shared-equipment__list.is-intersected .list__item:nth-child(3) {
    transition-delay: .6s
  }
  .p-shared-equipment__list.is-intersected .list__item:nth-child(4) {
    transition-delay: .9s
  }
  .p-shared-equipment .list {
    display: flex;
    gap: 50px 60px
  }
  .p-shared-equipment .list__item {
    width: 360px
  }
  .p-shared-equipment .list__item .item__ttl {
    margin: 25px 0 0;
    font-size: 22px
  }
  .p-shared-equipment .list__item .item__txt {
    margin: 15px 0 0
  }
  .p-shared-equipment .list--column2 {
    flex-wrap: wrap;
    width: 780px;
    margin: 0 auto
  }
  .commonLpFooter {
    padding: 40px 0 70px
  }
}
@media (min-width:1401px) {
  .l-header__overlay .closeButton {
    right: auto;
    left: calc(50% + 620px)
  }
}
@media (min-width:1601px) {
  .p-mainVisual__contents .scroll {
    margin: 175px 0 0
  }
}
@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
  }
}
@media (min-width:1800px) {
  .p-mainVisual .note {
    width: auto
  }
}