@charset "UTF-8";
/*
Theme Name: ryoubi
*/
/*-------------------------------

common

-------------------------------*/
.c-column-wrap .item:first-of-type {
  border-top: 1px solid var(--black);
}
.c-column-wrap .item {
  border-bottom: 1px solid var(--black);
  padding: 34px 22px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 89px;
  position: relative;
}
.c-column-wrap .item::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  rotate: 45deg;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-column-wrap .item__img {
  width: 207px;
  aspect-ratio: 207/138;
}
.c-column-wrap .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-column-wrap .item__info {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.c-column-wrap .item__date {
  width: 100px;
  width: 105px;
}
.c-column-wrap .item__ttl {
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top: 30px;
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  border: 1px solid var(--black);
  width: fit-content;
  height: fit-content;
}
.c-works-wrap {
  position: relative;
}
.c-works-wrap .inner {
  column-gap: 9%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-works-wrap::before,
.c-works-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--black);
  /* height: calc(100% + 43px); */
  height: 100%;
}
.c-works-wrap::before {
  left: 31.8333333333%;
}
.c-works-wrap::after {
  right: 31.8333333333%;
}
.c-works-wrap .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
/* .c-works-wrap .item__ttl-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  flex-wrap: wrap;
  row-gap: 10px;
} */
.c-works-wrap .item__ttl {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: 27px;
}
.c-works-wrap .item__cat-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.c-works-wrap .item__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 6px 12px;
  font-weight: 600;
}
.c-a-pager {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 19px;
}
.c-a-pager .pager__item {
  font-size: 15px;
  font-weight: 400;
  width: 20px;
  text-align: center;
  display: block;
  padding-bottom: 11px;
  border-bottom: 2px solid transparent;
}
.c-a-pager .pager__item--current {
  border-bottom: 2px solid var(--black);
}
.c-content-rule {
  font-size: 14px;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
.c-content-rule p + p:has(img),
.c-content-rule p:has(img) + p {
  margin-top: 6em;
}
.c-content-rule p:has(img) + p:has(img) {
  margin-top: 1em;
}
.c-content-rule p + p {
  margin-top: 2em;
}
.c-s-pager {
  display: flex;
  justify-content: space-between;
}
.c-s-pager .pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.c-s-pager .pager__item--prev,
.c-s-pager .pager__item--next {
  width: 50px;
}
.c-s-pager .pager__item--none {
  opacity: 0;
}

/*-------------------------------

hd

-------------------------------*/
body.home .hd {
  opacity: 0;
}

body.home .hd--appear {
  opacity: 1;
}
.hd {
  position: fixed;
  transition: 0.5s;
  z-index: 1;
}
.hd .logo {
  width: 57px;
  position: fixed;
  top: 30px;
  left: 57px;
  transition: 0.5s;
}
.hd .logo--transparent {
  opacity: 0;
}
.hd .ham {
  position: fixed;
  top: 50px;
  right: 58px;
  cursor: pointer;
  width: 32px;
  height: 12px;
  z-index: 12;
}
.hd .ham__buns {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: var(--black);
  width: 100%;
}
.hd .ham__buns--1 {
  top: 0px;
}
.hd .ham__buns--2 {
  top: 10px;
}
.hd .ham-wrap {
  position: fixed;
  top: 0;
  /* right: -70%; */
  right: 0;
  opacity: 0;
  pointer-events: none;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.9) 70%,
    transparent 100%
  );
  z-index: 4;
  transition: 0.4s;
}
.hd .ham-wrap--open {
  /* right: 0; */
  opacity: 1;
  pointer-events: all;
}
.hd .ham--open .ham__buns--1 {
  rotate: -30deg;
  translate: 0 5px;
}
.hd .ham--open .ham__buns--2 {
  rotate: 30deg;
  translate: 0 -5px;
}
.hd .nav {
  position: absolute;
  right: 200px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.hd .nav > * + * {
  margin-top: 60px;
}
.hd .nav__item {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.hd .insta {
  position: absolute;
  width: 26px;
  right: 64px;
  bottom: 71px;
}

/*-------------------------------

ft-contact

-------------------------------*/
.ft-contact {
  background: url(img/common/p_contact2.jpg);
  padding-top: 169px;
  padding-bottom: 188px;
}
.ft-contact .txt-wrap {
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  max-width: 490px;
}
.ft-contact .heading {
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
.ft-contact .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  margin-top: 22px;
}
.ft-contact .img {
  margin: 40px auto 0;
  width: 400px;
  max-width: 80vw;
}
.ft-contact .c-btn {
  width: 270px;
  height: 79px;
  background: #fff;
  margin: 75px auto 0;
  border: none;
}

/*-------------------------------

ft

-------------------------------*/
.ft {
  padding-top: 190px;
  padding-bottom: 137px;
}
.ft .partner-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 82px 184px;
  gap: 82px 10%;
}
.ft .partner {
  aspect-ratio: 292/113;
}
.ft .partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 200px;
}
.ft .info {
  display: flex;
  flex-direction: row;
  gap: 84px;
}
.ft .info__logo {
  width: 54px;
}
.ft .info__contact {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 30px;
}
.ft .nav {
  display: flex;
  flex-direction: row;
  translate: 0 -8px;
  gap: 53px;
}
.ft .nav__inner > * + * {
  margin-top: 34px;
}
.ft .nav__item {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ft .insta {
  display: block;
  width: 26px;
  margin-top: 39px;
  margin-left: auto;
}
.ft .cr {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 107px;
}

/*-------------------------------

p-top

-------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  animation: loading 2s 3.5s ease forwards;
  height: 100svh;
}
.loading__logo {
  width: 70px;
  position: absolute;
  height: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  z-index: 99999;
  animation: loading__logo 3s 0.5s ease forwards;
  opacity: 0;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}
.p-top .fv {
  padding-top: 48px;
}
.p-top .fv .container {
  /* max-width: 1800px;
  width: 94%; */
}
.p-top .fv .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p-top .fv .nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-top .fv .nav-wrap__logo {
  width: 70px;
  margin-top: 27px;
  margin-left: 9px;
}
.p-top .fv .nav {
  /* margin-top: 367px; */
  margin-bottom: 66px;
}
.p-top .fv .nav > * + * {
  margin-top: 35px;
}
.p-top .fv .nav__item {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-top .fv .slider {
  translate: 37px 0;
  position: relative;
}
.p-top .fv .slick-slider,
.p-top .fv .slick-slide {
  width: 1413px !important;
  /* height: 979px !important; */
  height: calc(100svh - 48px);
  max-width: calc(100vw * 0.9 - 159px);
}
.p-top .fv .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top .fv--ready .slick-slide img {
  transform: scale(1);
  transition: transform linear 4.5s;
}
.p-top .fv--ready .slick-slide.slick-current img,
.p-top .fv--ready .slick-slide.js-slick-now img {
  transform: scale(1.1);
}
.p-top .fv .slider__ttl {
  position: absolute;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
  bottom: 75px;
  right: 39px;
}
.p-top .fv .slick-dots {
  position: absolute;
  bottom: 16px;
  right: 39px;
  width: fit-content;
}
.p-top .fv .slick-dots li {
  margin: 0 9px;
}
.p-top .fv .slick-dots li button:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  transition: background-color 0.3s;
}
.p-top .fv .slick-dots li.slick-active button:before {
  opacity: 1;
}
.p-top .philosophy {
  padding-top: 200px;
}
.p-top .philosophy .block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1728px;
}
.p-top .philosophy .block__img {
  width: min(966px, 50vw);
  max-width: calc(85vw - 553px);
  height: 605px;
}
.p-top .philosophy .block__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top .philosophy .block__txt-wrap {
  width: 553px;
}
.p-top .philosophy .block__heading {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.p-top .philosophy .block__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  margin-top: 39px;
}
.p-top .philosophy .block__btn {
  font-size: 14px;
  font-weight: 600;
  margin-top: 54px;
  width: 183px;
  height: 54px;
}
.p-top .philosophy .slider {
  margin-top: 174px;
}
.p-top .philosophy .slick-slide {
  width: 380px;
  margin-right: 65px;
}
.p-top .philosophy .slick-slide img {
  object-fit: cover;
  aspect-ratio: 380/255;
  width: 100%;
  height: 100%;
}
.p-top .philosophy .slick-dots {
  position: absolute;
  bottom: -70px;
  right: 100px;
  width: fit-content;
}
.p-top .philosophy .slick-dots li {
  margin: 0;
}
.p-top .philosophy .slick-dots li button:before {
  content: "";
  display: block;
  /* width: calc(90px / スライドの枚数); */
  height: 2px;
  background-color: var(--black);
  opacity: 0.3;
  transition: background-color 0.3s;
}
.p-top .philosophy .slick-dots li.slick-active button:before {
  opacity: 1;
}
.p-top .philosophy .slider__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  width: fit-content;
  margin: 69px auto 0;
  translate: -50% 0;
}
.p-top .works {
  padding-top: 126px;
}
.p-top .works .heading-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.p-top .works .heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.p-top .works .cat {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.p-top .works .cat__item {
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 31px;
}
.p-top .works .c-works-wrap {
  margin-top: 146px;
}
.p-top .column {
  padding-top: 269px;
  padding-bottom: 237px;
}
.p-top .column .block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p-top .column .block__heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.p-top .column .block__btn {
  margin-top: 52px;
  width: 155px;
  height: 54px;
}
.p-top .column .c-column-wrap {
  width: min(1225px, 63.8vw);
}

/*-------------------------------

p-philosophy

-------------------------------*/
.p-philosophy .fv {
  padding-top: 138px;
}
.p-philosophy .fv .img {
  margin-left: auto;
  height: 600px;
  width: 81vw;
  position: relative;
}
.p-philosophy .fv .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-philosophy .fv .heading {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 26px;
  position: absolute;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.p-philosophy .philosophy {
  padding-top: 221px;
}
.p-philosophy .philosophy .container > * + * {
  margin-top: 223px;
}
.p-philosophy .philosophy .block {
  display: flex;
  flex-direction: row;
  gap: 180px;
  align-items: center;
}
.p-philosophy .philosophy .container .block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-philosophy .philosophy .block__img {
  height: 605px;
  width: 50vw;
}
.p-philosophy .philosophy .block__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-philosophy .philosophy .block__ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: var(--times);
}
.p-philosophy .philosophy .block__heading {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.p-philosophy .philosophy .block__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  margin-top: 53px;
}
.p-philosophy .company {
  padding-top: 242px;
  padding-bottom: 200px;
}
.p-philosophy .company .container {
  width: 1200px;
}
.p-philosophy .company .heading {
  font-size: 30px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-align: center;
}
.p-philosophy .company .item-wrap {
  margin-top: 85px;
}
.p-philosophy .company .item-wrap .item:first-of-type {
  border-top: 1px solid var(--black);
}
.p-philosophy .company .item {
  border-bottom: 1px solid var(--black);
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 2.1;
  padding: 25px 63px;
}
.p-philosophy .company .item__ttl {
  letter-spacing: 0.3em;
  font-weight: 600;
  width: 241px;
}
.p-philosophy .company .item__txt {
  font-weight: 400;
  letter-spacing: 0.2em;
  width: calc(100% - 241px);
}

/*-------------------------------

p-contact

-------------------------------*/
.p-contact .form {
  padding-top: 342px;
  padding-bottom: 300px;
}
.p-contact .form .heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.p-contact .form .js-cf7-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.p-contact .form .item-wrap,
.p-contact .form .txt {
  margin-top: 125px;
}
.p-contact .form .txt,
.p-contact .form .item__ttl,
.p-contact .form .item__txt *,
.p-contact .form .btn {
  font-size: 18px;
}
.p-contact .form .txt {
  letter-spacing: 0.1em;
  line-height: 2.3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact .form .item-wrap > * + * {
  margin-top: 53px;
}
.p-contact .form .item__ttl {
  font-weight: 600;
  letter-spacing: 0.2em;
}
.p-contact .form .item__txt input {
  border-bottom: 1px solid #777;
  margin-top: 3px;
  padding: 10px 0;
  letter-spacing: 0.2em;
}
.p-contact .form .item__txt textarea {
  border: 1px solid #777;
  height: 295px;
  margin-top: 41px;
}
.p-contact .form .btn {
  border: 1px solid var(--black);
  width: 289px;
  height: 83px;
  color: var(--black);
  letter-spacing: 0.1em;
}
.p-contact .form .btn,
.p-contact .form .btn-wrap {
  margin: 75px auto 0;
}
.p-contact .form .btn-wrap {
  width: fit-content;
}

/*-------------------------------

p-policy

-------------------------------*/
.p-policy .policy {
  padding-top: 342px;
  padding-bottom: 300px;
}
.p-policy .policy .heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.p-policy .policy .txt-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
}
.p-policy .policy .ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.p-policy .policy .txt {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
.p-policy .policy .txt + .ttl {
  margin-top: 50px;
}

/*-------------------------------

p-notfound

-------------------------------*/
.p-notfound .notfound {
  padding-top: 342px;
  padding-bottom: 300px;
}
.p-notfound .notfound .heading {
  font-size: 40px;
  letter-spacing: 0.2em;
  font-family: var(--times);
}
.p-notfound .notfound .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 125px;
}

/*-------------------------------

a-works

-------------------------------*/
.a-works .works {
  padding-top: 343px;
  padding-bottom: 126px;
}
.a-works .works .heading-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.a-works .works .heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.a-works .works .cat {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.a-works .works .cat__item {
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 31px;
}
.a-works .works .cat__item--current {
  background: var(--black);
  color: #fff;
}
.a-works .works .c-works-wrap {
  margin-top: 146px;
}
.a-works .works .c-works-wrap .inner--first {
  padding-bottom: 46px;
}
.a-works .works .c-works-wrap .inner--middle {
  border-top: 1px solid var(--black);
  padding-top: 71px;
  padding-bottom: 46px;
}
.a-works .works .c-works-wrap .inner--last {
  border-top: 1px solid var(--black);
  padding-top: 71px;
}
.a-works .works .c-a-pager {
  margin-top: 93px;
}

/*-------------------------------

t-works

-------------------------------*/
.t-works {
  .c-works-wrap .item__cat-wrap {
    display: none;
  }
}

/*-------------------------------

s-works

-------------------------------*/
.s-works .works {
  padding-top: 311px;
}
.s-works .works .container {
  width: 1200px;
}
.s-works .works .heading {
  font-size: 30px;
  letter-spacing: 0.2em;
}
.s-works .works .main {
  margin-top: 85px;
}
.s-works .works .main .main,
.s-works .works .main .main__item {
  width: 100%;
}
.s-works .works .main .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.s-works .works .sub {
  margin-top: 44px;
}
.s-works .works .sub .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  gap: 4px;
}
.s-works .works .sub .sub__item:not(.slick-current) {
  cursor: pointer;
}
.s-works .works .sub .sub__item {
  width: calc((100% - 36px) / 10) !important;
}
.s-works .works .sub .sub__item img {
  opacity: 1;
  object-fit: cover;
  aspect-ratio: 5/3;
  width: 100%;
  height: 100%;
}
.s-works .works .sub .sub__item.slick-current img {
  opacity: 0.5;
}
.s-works .works .sub .slick-track:before,
.s-works .works .sub .slick-track:after {
  display: none;
}
.s-works .works .lead {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 101px;
}
.s-works .works .content {
  margin-top: 38px;
}
.s-works .works .cat-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 45px;
}
.s-works .works .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 8px 21px;
  font-weight: 600;
}
.s-works .other {
  padding-top: 140px;
  padding-bottom: 167px;
}
.s-works .other .cat {
  margin-top: 146px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.s-works .other .cat__item {
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 31px;
}
.s-works .other .c-works-wrap {
  margin-top: 127px;
}
.s-works .other .c-works-wrap .inner--first {
  padding-bottom: 46px;
}
.s-works .other .c-works-wrap .inner--last {
  border-top: 1px solid var(--black);
  padding-top: 71px;
}

/*-------------------------------

a-column

-------------------------------*/
.a-column .column {
  padding-top: 343px;
  padding-bottom: 184px;
}
.a-column .column .block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.a-column .column .block__heading {
  font-size: 40px;
  letter-spacing: 0.3em;
}
.a-column .column .c-column-wrap {
  width: min(1220px, 60vw);
}
.a-column .column .c-a-pager {
  margin-top: 87px;
}
.a-column .column .block__cat {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-left: 7px;
}

/*-------------------------------

s-column

-------------------------------*/
.s-column .column {
  padding-top: 326px;
}
.s-column .column .container {
  width: 1200px;
}
.s-column .column .info {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.s-column .column .date {
  width: 105px;
}
.s-column .column .heading {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-top: 32px;
}
.s-column .column .content {
  margin-top: 72px;
}
.s-column .column .content img {
  width: 100%;
}
.s-column .other {
  padding-top: 212px;
  padding-bottom: 231px;
}

/* test */
.p-demo .fv::before {
  opacity: 1;
  translate: 0 -100svh;
}
.p-demo .fv.ready::before {
  animation: test 1s 3s ease forwards;
}

/* 250801 recruit */
.postid-2589 .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
.postid-2589 .item-wrap {
  margin-top: 20px;
}
.postid-2589 .item-wrap .item:first-of-type {
  border-top: 1px solid var(--black);
}
.postid-2589 .item {
  border-bottom: 1px solid var(--black);
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 2.1;
  padding: 25px 63px;
}
.postid-2589 .item__ttl {
  letter-spacing: 0.3em;
  font-weight: 600;
  width: 241px;
}
.postid-2589 .item__txt {
  font-weight: 400;
  letter-spacing: 0.2em;
  width: calc(100% - 241px);
}
.postid-2589 .c-btn {
  font-size: 14px;
  font-weight: 600;
  margin-top: 75px;
  width: 183px;
  height: 54px;
}
