@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Tenor+Sans&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #000;
  --pink: #cd356f;
  --light-pink: #f8f2f0;
  --gray: #92959c;
  --en: "Tenor Sans", sans-serif;
  --ja: "Shippori Mincho B1", serif;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  color: #363b48;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  color: var(--black);
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  max-width: 410px;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 3rem 0 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 901px) {
  .header {
    margin-top: 8.5rem;
  }
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .header.is-show {
    margin-top: 0;
  }
}
.header.is-show .toggle {
  opacity: 1;
  pointer-events: fill;
}
.header.is-show .header-logo {
  color: #08a6e5;
}
.header-logo {
  color: #fff;
}
.header-logo .f15 {
  margin-top: 5px;
  display: block;
  letter-spacing: 3px;
}

/* Hamburger menu */
.gnav {
  display: none;
}
@media screen and (max-width: 900px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 48rem;
    width: 100%;
    height: 100vh;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.gnav.active {
  padding: 0 2.5rem;
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
}
.gnav-list {
  width: 100%;
}
.gnav-link {
  display: block;
  padding: 2rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  border-bottom: 2px dotted #ccc;
}
@media screen and (max-width: 450px) {
  .gnav-link {
    font-size: 1.9rem;
  }
}
.gnav .pc-fv__btn {
  margin-top: 4rem;
  border-color: #000;
}

/* toggle button */
.toggle.active .toggle__bar {
  background-color: #fff;
  -webkit-transform: translateY(-2.5px) rotate(135deg);
  transform: translateY(-2.5px) rotate(135deg);
}

.toggle.active .toggle__bar:nth-child(2) {
  -webkit-transform: translateY(2.5px) rotate(-135deg);
  transform: translateY(2.5px) rotate(-135deg);
}

.toggle {
  display: none;
}
@media screen and (max-width: 900px) {
  .toggle {
    position: sticky;
    top: 1.5rem;
    margin-left: 1.5rem;
    width: 7.4rem;
    height: 4rem;
    cursor: pointer;
    display: block;
    background: transparent;
    border: none;
    outline: none;
    text-align: center;
    z-index: 100;
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    background-color: #000;
  }
}

.toggle__bar {
  position: absolute;
  top: 60%;
  left: calc(50% - 9px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 1.71rem;
  height: 0.1rem;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.toggle__bar:nth-child(2) {
  top: calc(60% - 0.6rem);
}

/***************************

layout/_footer.scss

***************************/
.rec-btm__link {
  position: relative;
}
.rec-btm__link .rec-about__link-logo {
  max-width: 20rem;
  padding-top: 7.4rem;
}
.rec-btm__link .c-txt__under {
  position: relative;
  z-index: 2;
  display: block;
  margin: 4.45rem 0 7.5rem;
}
@media screen and (max-width: 834px) {
  .rec-btm__link .c-txt__under {
    margin-bottom: 9.2rem;
  }
}

.rec-btm__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.rec-btm__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/***************************

object/object/project/_mv.scss

***************************/
.rec-fv {
  position: relative;
}
@media screen and (max-width: 900px) {
  .rec-fv {
    margin-top: -6rem;
  }
}
.rec-fv__bg {
  width: 100%;
}
.rec-fv__bg img {
  width: 100%;
}
.rec-fv__ttl {
  position: absolute;
  top: 2rem;
  right: 1.4rem;
  color: #fff;
  font-weight: 400;
}
.rec-fv__ttl .f9 {
  margin-top: 1rem;
  display: block;
  line-height: 1.375;
}
.rec-fv__catch {
  position: absolute;
  top: calc(50% - 3.5em);
  left: calc(50% - 1em);
  z-index: 2;
  color: #fff;
  writing-mode: vertical-rl;
  transform: skewY(-10deg);
  letter-spacing: 0.8rem;
}
.rec-fv__catch span {
  font-size: 0.66em;
}

/***************************

object/object/project/_intro.scss

***************************/
.rec-intro {
  position: relative;
  margin-top: -24rem;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .rec-intro {
    margin-top: -45vw;
  }
}
.rec-intro__slide {
  width: 500rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rec-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rec-intro__list:first-child {
  animation: loop01 280s -140s infinite linear;
}
@media screen and (max-width: 450px) {
  .rec-intro__list:first-child {
    animation: loop01 200s -100s infinite linear;
  }
}
.rec-intro__list:last-child {
  animation: loop02 280s infinite linear;
}
@media screen and (max-width: 450px) {
  .rec-intro__list:last-child {
    animation: loop02 200s infinite linear;
  }
}
.rec-intro__list li:first-of-type {
  min-width: 36.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 450px) {
  .rec-intro__list li:first-of-type {
    min-width: 30rem;
  }
}
.rec-intro__list li:nth-of-type(2) {
  margin-left: 6rem;
  margin-top: 1.7rem;
  min-width: 15rem;
}
.rec-intro__list li:nth-of-type(3) {
  margin-top: 14rem;
  margin-left: -17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rec-intro__list li:nth-of-type(3) picture:last-of-type {
  margin-left: -50%;
}
.rec-intro__list li:nth-of-type(4) {
  margin-left: -1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rec-intro__list li:nth-of-type(4) picture:first-of-type {
  position: relative;
  z-index: 2;
  min-width: 11.5rem;
}
.rec-intro__list li:nth-of-type(4) picture:last-of-type {
  margin-top: 2.5rem;
  margin-left: -50%;
}
.rec-intro__list li:nth-of-type(5) {
  margin-left: -7rem;
  margin-top: 19.5rem;
  min-width: 23rem;
}
.rec-intro__list li:nth-of-type(6) {
  position: relative;
  margin-left: 6rem;
  min-width: 37.5rem;
}
.rec-intro__list li:nth-of-type(7) {
  margin-left: -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rec-intro__list li:nth-of-type(7) picture:first-child {
  margin-top: -7rem;
}
.rec-intro__list li:nth-of-type(7) picture:last-of-type {
  margin-top: 3rem;
  margin-left: -10.5rem;
}
.rec-intro__list li:nth-of-type(8) {
  margin-top: 17rem;
  min-width: 26.5rem;
}
.rec-intro__list li:nth-of-type(9) {
  margin-left: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rec-intro__list li:nth-of-type(9) picture:first-of-type {
  position: relative;
  z-index: 2;
}
.rec-intro__list li:nth-of-type(9) picture:last-of-type {
  margin-top: 3rem;
  margin-left: -80%;
}
.rec-intro__list li:nth-of-type(10) {
  margin-top: 19rem;
  margin-left: -10rem;
  min-width: 23rem;
}
.rec-intro__list picture {
  display: block;
}
.rec-intro .c-txt {
  margin-top: 5rem;
}

@keyframes loop01 {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}
@keyframes loop02 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-200%, 0);
  }
}
/***************************

object/object/project/_place.scss

***************************/
.rec-place {
  margin-top: 13.5rem;
  padding: 2.8rem 0 3.6rem;
  background-color: #82c0c1;
  background-image: url(../img/place/bg.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.rec-place .c-txt {
  margin-top: 7rem;
}
.rec-place__list {
  margin-top: 4rem;
}
.rec-place__item {
  padding: 2.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9rem;
  border-top: 1px dotted #b0dedf;
  color: #fff;
}
.rec-place__item-img {
  max-width: 11.4rem;
}
@media screen and (max-width: 450px) {
  .rec-place__item-img {
    max-width: 10rem;
  }
}
.rec-place__item .f11 {
  margin: 1.14rem 0 0.8rem;
}

/***************************

object/object/project/_work.scss

***************************/
.rec-work {
  position: relative;
  padding-top: 6.8rem;
  background-color: #6cad89;
  background-image: url(../img/work/people-bg.webp), url(../img/work/bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 6.8rem left 0, bottom 9.4% left;
  color: #fff;
}
.rec-work .c-ttl {
  position: relative;
  z-index: 2;
}
.rec-work .c-catch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -14.5rem 0 4.5rem auto;
}
@media screen and (max-width: 400px) {
  .rec-work .c-catch {
    margin-bottom: 23vw;
  }
}
.rec-work__list {
  margin-top: 5.9rem;
}
.rec-work__item {
  padding: 5.1rem 0 4.5rem;
  border-top: 2px dotted #95c9ac;
}
.rec-work__item-fig {
  position: relative;
}
.rec-work__item-cap {
  position: absolute;
  display: block;
  width: 11.4rem;
  aspect-ratio: 1/1;
  top: -2.2rem;
  right: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c9a66;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.rec-work__item .f20 {
  margin: 2rem 0;
}
.rec-work__window {
  margin-top: 10rem;
}
.rec-work__btn {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 11.4rem;
  padding: 2.85rem 1rem 2.4rem;
  border: 2px solid #fff;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.rec-work__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/work/btn-bg.webp) no-repeat center center/cover;
  transition: all 0.3s ease;
  pointer-events: none;
}
.rec-work__btn:hover::before {
  width: 110%;
}
.rec-work__btn-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.42rem;
  aspect-ratio: 1/1;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  background-color: #fff;
  border-radius: 0 0 0 1.14rem;
  -webkit-border-radius: 0 0 0 1.14rem;
}
.rec-work__btn-plus .material-symbols-outlined {
  font-size: 1.4rem;
}
.rec-work__btn .f12, .rec-work__btn .f21 {
  position: relative;
  z-index: 2;
}
.rec-work__modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.rec-work__modal.is-active {
  opacity: 1;
  pointer-events: fill;
  background-color: rgba(0, 0, 0, 0.6);
}
.rec-work__modal-cont {
  max-width: 44rem;
  width: 90%;
  margin: 10vh auto 0;
  padding-bottom: 6rem;
  max-height: 80vh;
  overflow: scroll;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background-color: #fff;
  color: #222;
}
.rec-work__modal-top {
  display: block;
  margin-bottom: 4rem;
}
.rec-work__modal-list {
  margin: 5rem auto 0;
  max-width: 36rem;
  width: 90%;
}
.rec-work__modal-item {
  position: relative;
}
.rec-work__modal-item:last-of-type .rec-work__modal-item__cont {
  padding-bottom: 4rem;
}
.rec-work__modal-item img {
  position: relative;
  z-index: 2;
}
.rec-work__modal-item__cont {
  position: relative;
  padding: 2.4rem 0 4.5rem 4rem;
  overflow: hidden;
}
.rec-work__modal-item__cont::before {
  position: absolute;
  content: "●●●●●●●●●●●●●●●●●●";
  top: 0;
  left: 1.5rem;
  z-index: 1;
  letter-spacing: 1rem;
  color: #bedac4;
  font-size: 0.6rem;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media screen and (max-width: 390px) {
  .rec-work__modal-item__cont::before {
    content: "●●●●●●●●●●●●●●●";
  }
}
.rec-work__modal-cap {
  position: absolute;
  width: 6.6rem;
  line-height: 3rem;
  top: -1.5rem;
  left: calc(50% - 3.3rem);
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #6cad89;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.batu-btn {
  position: absolute;
  background-color: transparent;
  top: 1.6rem;
  right: 1.6rem;
  right: 0;
  border-width: 0;
  cursor: pointer;
}

/***************************

object/object/project/_people.scss

***************************/
.rec-people {
  position: relative;
  padding-top: 3.4rem;
  padding-bottom: 8.55rem;
  background-color: #eeefa1;
  background-image: url(../img/people/people-bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  overflow: hidden;
}
.rec-people .c-ttl {
  color: #333;
}
.rec-people .c-catch {
  width: 100%;
  margin: -6rem 0 8rem auto;
  color: #333;
  text-align: left;
}
.rec-people__swiper {
  margin-top: 5.1rem;
  padding-bottom: 5.1rem;
  overflow: visible;
}
.rec-people__swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}
.rec-people__swiper .swiper-pagination-progressbar {
  background: #f6f6cf;
}
.rec-people__swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #6cad89;
}
.rec-people__item-fig picture {
  display: block;
  overflow: hidden;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
  border: 2px solid #fff;
}
.rec-people__item-fig img {
  width: 100%;
  aspect-ratio: 50/64;
  object-fit: cover;
  object-position: top left;
}
.rec-people__item-cap .f18 {
  margin: 1.57rem 0 1.4rem;
}
.rec-people__btn {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  color: #000;
}
.rec-people__btn img {
  display: block;
  transition: all 0.3s ease;
}
.rec-people__btn:hover img {
  transform: scale(1.1);
}
.rec-people__btn .rec-work__btn-plus {
  border-radius: 0 1.14rem 0 1.14rem;
  -webkit-border-radius: 0 1.14rem 0 1.14rem;
}
.rec-people__modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.rec-people__modal.is-active {
  opacity: 1;
  pointer-events: fill;
}
.rec-people__modal-cont {
  max-width: 44rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 10vh;
  padding-bottom: 7.5rem;
  max-height: 80vh;
  overflow: scroll;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.rec-people__modal-intro {
  margin-bottom: 4.6rem;
  padding: 4.5rem 0 4rem;
  color: #fff;
  background: url(../img/people/modal-cont_bg.webp) center center/cover;
}
.rec-people__modal-intro .f21 {
  line-height: 1.6;
}
.rec-people__modal-txt {
  margin-top: 3rem;
}
.rec-people__modal-txt .f12 {
  display: block;
  color: #b9dcc8;
}
.rec-people__modal-txt .f26 {
  display: block;
  margin-top: 1.4rem;
  text-align: center;
}
.rec-people__faq {
  max-width: 36rem;
  width: 90%;
  margin: 4rem auto 0;
}
.rec-people__faq-ttl {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.rec-people__faq-ttl::before {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  top: -0.3rem;
  left: 0;
  background-color: #6cad89;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
.rec-people__faq dd {
  font-weight: 300;
}
.rec-people__faq-img {
  display: block;
  max-width: 36rem;
  width: 90%;
  margin: 2.5rem auto;
}

/***************************

object/object/project/_system.scss

***************************/
.rec-system {
  position: relative;
  padding-top: 4.3rem;
  padding-bottom: 8.1rem;
  background-color: #f9dbd0;
}
.rec-system__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.rec-system .c-ttl, .rec-system .c-catch {
  position: relative;
  z-index: 2;
}
.rec-system .c-catch {
  margin-bottom: 9.1rem;
}
@media screen and (max-width: 450px) {
  .rec-system .c-catch {
    margin-top: 28vw;
  }
}
.rec-system__list {
  margin-top: 3.8rem;
  margin-bottom: 5.1rem;
}
.rec-system__item {
  padding: 3.8rem 2.85rem;
  background-color: #fff;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
}
.rec-system__item:not(:first-of-type) {
  margin-top: 1.7rem;
}
.rec-system__item:nth-of-type(2).open {
  background-image: url(../img/system/list02-02.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.rec-system__item.open .rec-system__cont {
  max-height: 100%;
  opacity: 1;
  margin-top: 3.7rem;
  padding-top: 2.85rem;
  border-top: 1px dotted #7ec9c7;
}
.rec-system__item.open .rec-system__cont .f23 {
  margin-bottom: 3.25rem;
}
.rec-system__item.open .rec-system__cont-img {
  display: block;
  margin-top: 1.7rem;
}
.rec-system__item.open .rec-system__ttl-arw {
  transform: rotate(180deg);
}
.rec-system__item.open .rec-system__item-fig {
  position: relative;
}
.rec-system__item.open .rec-system__item-fig .f11 {
  position: absolute;
  bottom: 3.75rem;
  right: 0;
}
.rec-system__item.open .rec-system__item02-txt {
  width: fit-content;
  margin: 8.2rem auto 5.4rem;
}
@media screen and (max-width: 450px) {
  .rec-system__item.open .rec-system__item02-txt {
    margin: 14vw auto 8vw;
  }
}
.rec-system__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.14rem;
  cursor: pointer;
}
.rec-system__ttl-num {
  display: block;
  width: 4.56rem;
  line-height: 2.66rem;
  text-align: center;
  color: #fff;
  background-color: #1cafac;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.rec-system__ttl-arw {
  position: absolute;
  right: 0;
  color: #1cafac;
  transition: all 0.3s ease;
}
.rec-system__cont {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.4s ease;
}
.rec-system__dl {
  margin-top: 2.6rem;
  padding-left: 2.4rem;
  border-left: 2px solid #1cafac;
}
.rec-system__dl dd {
  margin-top: 1.5rem;
}
.rec-system__dl-list {
  margin-bottom: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.rec-system__dl-item {
  padding: 0.2rem 1.5rem 0;
  background-color: #dcf4f4;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.rec-system__flow {
  margin-top: 2.85rem;
  margin-bottom: 6.5rem;
}
.rec-system__flow-item {
  position: relative;
  padding-left: 3.42rem;
  padding-bottom: 4.5rem;
}
.rec-system__flow-item:before, .rec-system__flow-item::after {
  position: absolute;
  content: "";
  top: 0;
  z-index: 1;
}
.rec-system__flow-item:before {
  width: 1rem;
  height: 100%;
  left: 0.3rem;
  transform-origin: top left;
  background-image: radial-gradient(circle, #1cafac 2px, transparent 2.01px);
  background-size: 8.5px 8.5px;
  background-repeat: repeat;
}
.rec-system__flow-item::after {
  width: 1.425rem;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #1cafac;
}
.rec-system__flow-item:first-of-type .rec-system__flow-img {
  max-width: 5.4rem;
  top: -0.8rem;
  right: 1.8rem;
}
@media screen and (max-width: 450px) {
  .rec-system__flow-item:first-of-type .rec-system__flow-img {
    right: 0;
  }
}
.rec-system__flow-item:nth-of-type(2) .rec-system__flow-img {
  max-width: 14.8rem;
  top: 0.85rem;
  right: -2.5rem;
}
@media screen and (max-width: 450px) {
  .rec-system__flow-item:nth-of-type(2) .rec-system__flow-img {
    max-width: 13.8rem;
    top: -2.15rem;
  }
}
.rec-system__flow-item:nth-of-type(3) .rec-system__flow-img {
  max-width: 8rem;
  top: -0.57rem;
  right: 0.68rem;
}
.rec-system__flow-item:last-of-type {
  padding-bottom: 1.7rem;
}
.rec-system__flow-item:last-of-type .rec-system__flow-img {
  max-width: 7.4rem;
  top: -0.56rem;
  right: 0;
}
@media screen and (max-width: 450px) {
  .rec-system__flow-item:last-of-type .rec-system__flow-img {
    right: -2.7rem;
  }
}
.rec-system__flow-item:last-of-type p.f14 {
  max-width: 22rem;
}
.rec-system__flow-cont {
  position: relative;
  margin-top: 1.9rem;
  padding: 1.9rem;
  background-color: #fef2ed;
  border-radius: 0.57rem;
  -webkit-border-radius: 0.57rem;
}
.rec-system__flow-cont__ttl {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.684rem 1rem;
  background-color: #1cafac;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.rec-system__flow-img {
  position: absolute;
}
.rec-system__bene {
  margin-top: 3rem;
  padding: 4.56rem 3.13rem 4rem;
  border: 0.23rem solid #fff;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
}
.rec-system__bene-item:not(:first-of-type) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dotted #fff;
}
.rec-system__bene-item .f18 {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

/***************************

object/object/project/_about.scss

***************************/
.rec-about {
  padding-top: 4rem;
  background-color: #f7f7f7;
}
.rec-about .inner {
  background: url(../img/about/ttl-bg.webp) no-repeat top left/100% auto;
}
.rec-about .c-ttl, .rec-about .c-catch {
  color: #333;
}
.rec-about .c-catch {
  width: 100%;
  margin: 10rem 0 8.5rem auto;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 450px) {
  .rec-about .c-catch {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 450px) {
  .rec-about .c-catch {
    margin-top: 10vw;
  }
}
.rec-about__ttl {
  margin-top: 5.1rem;
  padding-top: 4rem;
  border-top: 1px dotted #d1d1d1;
}
.rec-about__ttl img {
  display: block;
  margin: 0 auto;
  max-width: 21.7rem;
  width: 90%;
}
.rec-about__list {
  margin-top: 4.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
}
.rec-about__item {
  padding: 1.7rem 1rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
}
@media screen and (max-width: 380px) {
  .rec-about__item .f14 {
    font-size: 1.2rem;
  }
}
.rec-about__item:has(.fc-gray) .rec-about__item-ttl {
  margin-bottom: 0;
}
.rec-about__item-ttl {
  max-width: 13.5rem;
  width: 90%;
  margin: 0 auto 4.3rem;
  padding: 0.7rem;
  text-align: center;
  background-color: #6cad89;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 420px) {
  .rec-about__item-ttl {
    margin-bottom: 6vw;
  }
}
.rec-about__item .fc-gray {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 420px) {
  .rec-about__item .fc-gray {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.rec-about__link {
  position: relative;
  margin-top: 5.1rem;
  aspect-ratio: 750/562;
}
@media screen and (max-width: 450px) {
  .rec-about__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rec-about__link-bg {
  position: absolute;
  z-index: 0;
}
.rec-about__link-logo,
.rec-about__link .c-txt__under {
  position: relative;
  z-index: 1;
}
.rec-about__link-logo {
  display: block;
  max-width: 13.4rem;
  margin: 0 auto;
  padding-top: 5.1rem;
}
@media screen and (max-width: 450px) {
  .rec-about__link-logo {
    padding-top: 0;
  }
}
.rec-about__link .c-txt__under {
  margin-top: 3rem;
  display: block;
}

/***************************

object/object/project/_faq.scss

***************************/
.rec-faq {
  background-color: #f7f7f7;
}
.rec-faq__main {
  position: relative;
  padding: 3.4rem 2.8rem 5.7rem;
  background-color: #fff;
  border-radius: 1.14rem;
  -webkit-border-radius: 1.14rem;
}
.rec-faq__dl:not(:first-child) {
  margin-top: 3.4rem;
  padding-top: 3.4rem;
  border-top: 1px dotted #c1c1c1;
}
.rec-faq__dl .f16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.rec-faq__dl .c-txt {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
.rec-faq__q {
  width: 2.8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #333;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

/***************************

object/object/project/_requiment.scss

***************************/
.rec-req {
  position: relative;
  padding-bottom: 13.4rem;
  background-color: #f7f7f7;
}
.rec-req::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 750/661;
  top: -4rem;
  left: 0;
  z-index: 1;
  background: url(../img/common/c-ttl_bg-req.webp) no-repeat top center/cover;
}
.rec-req .c-ttl__top {
  position: relative;
  background: none;
  z-index: 2;
}
.rec-req .rec-faq__main {
  z-index: 2;
}
.rec-req small {
  display: block;
}
.rec-req .rec-faq__dl:not(:first-child) {
  margin-top: 1.14rem;
  padding-top: 2rem;
  border-top: 1px dotted #c1c1c1;
}
.rec-req .c-txt {
  line-height: 1.5;
}

/***************************

object/component/_heading.scss

***************************/
.c-hg {
  margin-bottom: 2.5em;
}
.c-hg h2 {
  margin-top: 2rem;
  font-weight: normal;
}

.c-ttl {
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: 1.7rem;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  transform: skewY(-6deg);
}
.c-ttl__top {
  width: 100%;
  aspect-ratio: 750/555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  background: url(../img/common/c-ttl_bg.webp) no-repeat top left/cover;
  font-style: normal;
}

.c-catch {
  margin-top: 18rem;
  color: #fff;
  text-align: right;
  font-size: 3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.48;
  font-style: italic;
}
@media screen and (max-width: 450px) {
  .c-catch {
    font-size: 6.8vw;
  }
}
.c-catch.wm-rl {
  font-style: normal;
  transform: skewY(-6deg);
}

/***************************

object/component/_box.scss

***************************/
.inner {
  max-width: 1500px;
  width: 86%;
  margin: 0 auto;
}
.inner.-m {
  width: 93%;
}

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

.sp-no {
  display: block;
}
@media screen and (max-width: 450px) {
  .sp-no {
    display: none;
  }
}

.radius5 {
  border-radius: 0.57rem;
  -webkit-border-radius: 0.57rem;
}

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
@media screen and (max-width: 500px) {
  .radius60 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.radius100vmax {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.pc-logo {
  position: fixed;
  top: 1.7rem;
  left: 3rem;
  z-index: 10;
  max-width: 15.9rem;
}
@media screen and (max-width: 900px) {
  .pc-logo {
    position: absolute;
    top: 1rem;
    left: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .pc-logo {
    max-width: 11.85rem;
  }
}

.pc-intro {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s linear;
}
.pc-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .pc-intro__bg {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pc-intro__bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.pc-intro__bg-left, .pc-intro__bg-right {
  width: 50vw;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .pc-intro__bg-left, .pc-intro__bg-right {
    width: 100vw;
    height: 50vh;
  }
}
.pc-intro__bg-left img, .pc-intro__bg-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pc-intro__bg-left .swiper-slide-active img, .pc-intro__bg-right .swiper-slide-active img {
  animation: zoomDown 8s linear forwards;
}
.pc-intro__txt {
  position: absolute;
  top: 3.5rem;
  right: 2.8rem;
  z-index: 10;
  color: #fff;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .pc-intro__txt {
    top: 1.6rem;
    right: 1.45rem;
  }
}
@media screen and (max-width: 450px) {
  .pc-intro__txt.f32 {
    font-size: 1.8rem;
  }
}
.pc-intro__txt .f10 {
  margin-top: 1rem;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  .pc-intro__txt .f10 {
    font-size: 0.8rem;
  }
}
.pc-intro__logo {
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 28.3rem;
}
@media screen and (max-width: 900px) {
  .pc-intro__logo {
    top: clamp(7rem, 10vh, 100vh);
  }
}
@media screen and (max-width: 450px) {
  .pc-intro__logo {
    max-width: 21.1rem;
    top: clamp(7rem, 24vh, 100vh);
  }
}
@media screen and (max-width: 450px) and (max-height: 630px) {
  .pc-intro__logo {
    max-width: 15rem;
  }
}
.pc-intro__list {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .pc-intro__list {
    width: 90%;
    margin: 0 auto;
    bottom: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) and (max-height: 630px) {
  .pc-intro__list {
    bottom: 1rem;
  }
}
.pc-intro__item {
  padding: 1.7rem 5.5rem 0;
}
@media screen and (max-width: 1100px) {
  .pc-intro__item {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 900px) {
  .pc-intro__item {
    padding: 2rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pc-intro__item:nth-child(2) {
  border-left: 3px dotted #fff;
  border-right: 3px dotted #fff;
}
@media screen and (max-width: 900px) {
  .pc-intro__item:nth-child(2) {
    border-top: 3px dotted #fff;
    border-bottom: 3px dotted #fff;
    border-left-width: 0;
    border-right-width: 0;
  }
}
@media screen and (max-width: 450px) and (max-height: 630px) {
  .pc-intro__item {
    padding: 1rem 1.25rem;
  }
  .pc-intro__item .f38 {
    font-size: 2rem;
  }
}
.pc-intro__item-ttl {
  margin-bottom: 2.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .pc-intro__item-ttl {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
.pc-intro__item .f10 {
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .pc-intro__item .f10 {
    text-align: right;
  }
}

.pc-fv {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc-fv__left {
  max-width: 30rem;
  width: 100%;
  height: 100vh;
  margin-left: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .pc-fv__left {
    margin-left: 5vw;
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .pc-fv__left {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .pc-fv__left {
    display: none;
  }
}
.pc-fv__right {
  position: relative;
  z-index: 1;
  margin-right: 12%;
}
@media screen and (max-width: 1400px) {
  .pc-fv__right {
    margin-right: 6vw;
  }
}
@media screen and (max-width: 900px) {
  .pc-fv__right {
    display: none;
  }
}

.copy {
  padding-bottom: 8rem;
  height: 100%;
  display: block;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1rem;
  writing-mode: vertical-rl;
  text-align: right;
}

.fv-swiper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv-swiper .swiper-slide.swiper-slide-active .fv-swiper__img {
  animation: zoomDown 8s linear forwards;
}
.fv-swiper__img {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fv-swiper__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.pc-fv__logo {
  max-width: 20.9rem;
  margin: 0 auto 6rem;
}

.pc-nav {
  margin-bottom: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 2.2rem;
}
.pc-nav__link {
  position: relative;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  transform: skewY(-6deg);
}

.sp-cont {
  position: relative;
  max-width: 48rem;
  width: 50%;
  margin: calc(-100vh + 8rem) auto 0 52%;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem 1rem 0 0;
  -webkit-border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 1200px) {
  .sp-cont {
    margin-left: 40%;
  }
}
@media screen and (max-width: 900px) {
  .sp-cont {
    width: 100%;
    margin: -100vh auto 0;
  }
}
@media screen and (max-width: 480px) {
  .sp-cont {
    width: 100vw;
    border-width: 0;
  }
}

.main {
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .main {
    padding-top: 1.5rem;
  }
}

.c-people__swiper {
  width: 100%;
  position: absolute;
  top: 6.8rem;
  left: 0;
}
.c-people__swiper.work-people img {
  max-height: 41.6rem;
}
.c-people__swiper.people-people img {
  max-height: 35.8rem;
}
.c-people__swiper img {
  display: block;
  margin: 0 auto;
}
.c-people__swiper .swiper-slide img {
  opacity: 0;
}
.c-people__swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 1;
  animation: fadeUpAnime 0.5s ease-in-out;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***************************

object/component/_button.scss

***************************/
.pc-fv__btn {
  max-width: 30rem;
  width: 100%;
  line-height: 7rem;
  display: block;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  border: 1px solid #fff;
  text-align: center;
  font-style: italic;
}

.sp-fix__btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-fix__btn {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    max-width: 28rem;
    line-height: 6.6rem;
    display: block;
    background-color: #000;
    color: #fff;
    border-color: #000;
    opacity: 0;
    pointer-events: none;
  }
  .sp-fix__btn.is-show {
    opacity: 1;
    pointer-events: fill;
  }
}

/***************************

object/utility/_background.scss

***************************/
.bg-white {
  background-color: #fff;
}

.bg-dark-pink {
  background-color: #f2e7e4;
}

/***************************

object/utility/_link.scss

***************************/
.c-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hv-img {
  transition: all 0.3s ease;
}

a:has(.hv-img) {
  overflow: hidden;
}
a:has(.hv-img):hover {
  opacity: 1;
}
a:has(.hv-img):hover .hv-img {
  transform: scale(1.1);
}

/***************************

object/utility/_text.scss

***************************/
.c-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.14;
}

.c-txt__under {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-ellipsis02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwl {
  font-weight: 300;
}

.fwm {
  font-weight: 500;
}

.f8 {
  font-size: 0.8rem;
}

.f9 {
  font-size: 0.9rem;
}

.f10 {
  font-size: 1rem;
}

.f11 {
  font-size: 1.1rem;
}

.f12 {
  font-size: 1.2rem;
}

.f13 {
  font-size: 1.3rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}

.f17 {
  font-size: 1.7rem;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  .f20 {
    font-size: 1.9rem;
  }
}

.f21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 450px) {
  .f21 {
    font-size: 4.7vw;
  }
}

.f22 {
  font-size: 2.2rem;
}

.f23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 450px) {
  .f23 {
    font-size: 2.1rem;
  }
}

.f24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 450px) {
  .f24 {
    font-size: 4.7vw;
  }
}

.f25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 450px) {
  .f25 {
    font-size: 5.6vw;
  }
}

.f26 {
  font-size: 2.6rem;
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .f28 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 550px) {
  .f32 {
    font-size: 5.4vw;
  }
}

.f35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 450px) {
  .f35 {
    font-size: 7.8vw;
  }
}

.f38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 450px) {
  .f38 {
    font-size: 2.4rem;
  }
}

.f40 {
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .f40 {
    font-size: 6.6vw;
  }
}

.f45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 420px) {
  .f45 {
    font-size: 10vw;
  }
}

.f48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 500px) {
  .f48 {
    font-size: 7vw;
  }
}

.f50 {
  font-size: 5rem;
}

.f51 {
  font-size: 5.1rem;
}

.f56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 450px) {
  .f56 {
    font-size: 12vw;
  }
}

.f80 {
  font-size: 8rem;
}
@media screen and (max-width: 500px) {
  .f80 {
    font-size: 16vw;
  }
}

.f120 {
  font-size: 12rem;
}
@media screen and (max-width: 834px) {
  .f120 {
    font-size: 14.4vw;
  }
}

.fc-green {
  color: #6cad89;
}

.fc-lgreen {
  color: #1cafac;
}

.fc-gray {
  color: #aaa;
}

.fc-wht {
  color: #fff;
}

.lh-1_25 {
  line-height: 1.25;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_7 {
  line-height: 1.7;
}

.lh-1_75 {
  line-height: 1.75;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}
@media screen and (max-width: 450px) {
  .lh-2_5 {
    line-height: 1.8;
  }
}

.lh-2_7 {
  line-height: 2.7;
}
@media screen and (max-width: 450px) {
  .lh-2_7 {
    line-height: 2;
  }
}

.fs-ita {
  font-style: italic;
}

.wm-rl {
  writing-mode: vertical-rl;
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: "Tenor Sans", sans-serif;
}

.ja {
  font-family: "Shippori Mincho B1", serif;
}

.num {
  font-family: "Hanken Grotesk", sans-serif;
}