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

foundation/base.scss

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

:root {
  --black: #242831;
  --blue: #155ea9;
  --vivit-blue: #3c9cff;
  --dark-blue: #2468ae;
  --light-blue: #e0ecf8;
  --yellow: #fff600;
  --en: Arial, sans-serif;
}

html {
  /*overflow:auto;*/
  font-size: 10px;
  -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 {
  overflow-x: hidden;
  font-size: 16px;
  color: #242831;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

a:hover {
  text-decoration: none;
  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,
picture {
  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;
}

.wrapper {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}

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

layout/_header.scss

***************************/
.header {
  position: fixed;
  top: 2.7rem;
  left: 8.7rem;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .header {
    top: 1.36rem;
    left: 2.25rem;
  }
}
.header-logo {
  max-width: 18.7rem;
}
@media screen and (max-width: 834px) {
  .header-logo {
    max-width: 9.35rem;
  }
}

.fix-bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 3rem 2.45rem;
  color: #fff;
  background-color: #4e8683;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  writing-mode: vertical-rl;
  border: 1px solid transparent;
}
@media screen and (max-width: 834px) {
  .fix-bnr {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
    width: 17.6rem;
    padding: 1.3rem 1rem;
    writing-mode: horizontal-tb;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
  }
  .fix-bnr.f20 {
    font-size: 1.4rem;
  }
}
.fix-bnr:hover {
  opacity: 1;
  color: #4e8683;
  background-color: #fff;
  border-color: #4e8683;
}

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

layout/_footer.scss

***************************/
.footer {
  margin-top: 19rem;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: 5rem;
  }
}
.footer-top {
  padding: 12rem 0;
  background-color: #6ea7a0;
}
@media screen and (max-width: 834px) {
  .footer-top {
    padding: 3rem 0;
  }
}
.footer-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .footer-top__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-top__cont {
  min-width: fit-content;
}
@media screen and (max-width: 834px) {
  .footer-top__cont {
    width: 100%;
  }
  .footer-top__cont .f40 {
    text-align: center;
  }
}
.footer-top__cont .f18 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .footer-top__cont .f18 {
    margin-top: 2rem;
    text-align: center;
  }
}
.footer-top__wrap {
  max-width: 36.4rem;
  width: 100%;
}
.footer-btm {
  padding: 4.8rem 0 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .footer-btm {
    padding: 2rem 0 6.2rem;
  }
}
.footer-btm__logo {
  max-width: 15rem;
}
@media screen and (max-width: 834px) {
  .footer-btm__logo {
    max-width: 12rem;
  }
}

.copy {
  color: #b9b9b9;
}
@media screen and (max-width: 450px) {
  .copy.f14 {
    font-size: 1.2rem;
  }
}

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

object/object/project/_fv.scss

***************************/
.top-fv {
  margin-top: -100dvh;
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.top-fv .inner {
  height: 100%;
  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;
}
.top-fv__hg {
  position: relative;
  z-index: 2;
  transform: translateX(2rem);
  color: #fff;
  opacity: 0;
  animation: fadeSlide 1s ease forwards;
}
.top-fv__hg .f24 {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .top-fv__hg .f64 {
    font-size: 8vw;
  }
}
.top-fv__flex {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translate3d(0, 0, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
  will-change: opacity, transform;
  backface-visibility: hidden;
  position: sticky;
  top: 0;
  transform: none;
  transition: opacity 0.3s ease;
  will-change: opacity;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .top-fv__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-fv__flex::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fvImgOut 1s ease forwards;
  pointer-events: none;
}
.top-fv__img {
  width: 50vw;
  height: 100dvh;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-fv__img {
    width: 100vw;
    height: 50vh;
  }
}
.top-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.js-scroll-in span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
  animation: fadeSlide 0.6s ease forwards;
}
.js-scroll-in span:nth-child(1) {
  animation-delay: 0s;
}
.js-scroll-in span:nth-child(2) {
  animation-delay: 0.02s;
}
.js-scroll-in span:nth-child(3) {
  animation-delay: 0.04s;
}
.js-scroll-in span:nth-child(4) {
  animation-delay: 0.06s;
}
.js-scroll-in span:nth-child(5) {
  animation-delay: 0.08s;
}
.js-scroll-in span:nth-child(6) {
  animation-delay: 0.1s;
}
.js-scroll-in span:nth-child(7) {
  animation-delay: 0.12s;
}
.js-scroll-in span:nth-child(8) {
  animation-delay: 0.14s;
}
.js-scroll-in span:nth-child(9) {
  animation-delay: 0.16s;
}
.js-scroll-in span:nth-child(10) {
  animation-delay: 0.18s;
}
.js-scroll-in span:nth-child(11) {
  animation-delay: 0.2s;
}
.js-scroll-in span:nth-child(12) {
  animation-delay: 0.22s;
}
.js-scroll-in span:nth-child(13) {
  animation-delay: 0.24s;
}
.js-scroll-in span:nth-child(14) {
  animation-delay: 0.26s;
}
.js-scroll-in span:nth-child(15) {
  animation-delay: 0.28s;
}
.js-scroll-in span:nth-child(16) {
  animation-delay: 0.3s;
}
.js-scroll-in span:nth-child(17) {
  animation-delay: 0.32s;
}
.js-scroll-in span:nth-child(18) {
  animation-delay: 0.34s;
}
.js-scroll-in span:nth-child(19) {
  animation-delay: 0.36s;
}
.js-scroll-in span:nth-child(20) {
  animation-delay: 0.38s;
}
.js-scroll-in span:nth-child(21) {
  animation-delay: 0.4s;
}
.js-scroll-in span:nth-child(22) {
  animation-delay: 0.42s;
}
.js-scroll-in span:nth-child(23) {
  animation-delay: 0.44s;
}
.js-scroll-in span:nth-child(24) {
  animation-delay: 0.46s;
}
.js-scroll-in span:nth-child(25) {
  animation-delay: 0.48s;
}
.js-scroll-in span:nth-child(26) {
  animation-delay: 0.5s;
}
.js-scroll-in span:nth-child(27) {
  animation-delay: 0.52s;
}
.js-scroll-in span:nth-child(28) {
  animation-delay: 0.54s;
}
.js-scroll-in span:nth-child(29) {
  animation-delay: 0.56s;
}
.js-scroll-in span:nth-child(30) {
  animation-delay: 0.58s;
}
.js-scroll-in span:nth-child(31) {
  animation-delay: 0.6s;
}
.js-scroll-in span:nth-child(32) {
  animation-delay: 0.62s;
}
.js-scroll-in span:nth-child(33) {
  animation-delay: 0.64s;
}
.js-scroll-in span:nth-child(34) {
  animation-delay: 0.66s;
}
.js-scroll-in span:nth-child(35) {
  animation-delay: 0.68s;
}
.js-scroll-in span:nth-child(36) {
  animation-delay: 0.7s;
}
.js-scroll-in span:nth-child(37) {
  animation-delay: 0.72s;
}
.js-scroll-in span:nth-child(38) {
  animation-delay: 0.74s;
}
.js-scroll-in span:nth-child(39) {
  animation-delay: 0.76s;
}
.js-scroll-in span:nth-child(40) {
  animation-delay: 0.78s;
}
.js-scroll-in span:nth-child(41) {
  animation-delay: 0.8s;
}
.js-scroll-in span:nth-child(42) {
  animation-delay: 0.82s;
}
.js-scroll-in span:nth-child(43) {
  animation-delay: 0.84s;
}
.js-scroll-in span:nth-child(44) {
  animation-delay: 0.86s;
}
.js-scroll-in span:nth-child(45) {
  animation-delay: 0.88s;
}
.js-scroll-in span:nth-child(46) {
  animation-delay: 0.9s;
}
.js-scroll-in span:nth-child(47) {
  animation-delay: 0.92s;
}
.js-scroll-in span:nth-child(48) {
  animation-delay: 0.94s;
}
.js-scroll-in span:nth-child(49) {
  animation-delay: 0.96s;
}
.js-scroll-in span:nth-child(50) {
  animation-delay: 0.98s;
}
.js-scroll-in span:nth-child(51) {
  animation-delay: 1s;
}
.js-scroll-in span:nth-child(52) {
  animation-delay: 1.02s;
}
.js-scroll-in span:nth-child(53) {
  animation-delay: 1.04s;
}
.js-scroll-in span:nth-child(54) {
  animation-delay: 1.06s;
}
.js-scroll-in span:nth-child(55) {
  animation-delay: 1.08s;
}
.js-scroll-in span:nth-child(56) {
  animation-delay: 1.1s;
}
.js-scroll-in span:nth-child(57) {
  animation-delay: 1.12s;
}
.js-scroll-in span:nth-child(58) {
  animation-delay: 1.14s;
}
.js-scroll-in span:nth-child(59) {
  animation-delay: 1.16s;
}
.js-scroll-in span:nth-child(60) {
  animation-delay: 1.18s;
}
.js-scroll-in span:nth-child(61) {
  animation-delay: 1.2s;
}
.js-scroll-in span:nth-child(62) {
  animation-delay: 1.22s;
}
.js-scroll-in span:nth-child(63) {
  animation-delay: 1.24s;
}
.js-scroll-in span:nth-child(64) {
  animation-delay: 1.26s;
}
.js-scroll-in span:nth-child(65) {
  animation-delay: 1.28s;
}
.js-scroll-in span:nth-child(66) {
  animation-delay: 1.3s;
}
.js-scroll-in span:nth-child(67) {
  animation-delay: 1.32s;
}
.js-scroll-in span:nth-child(68) {
  animation-delay: 1.34s;
}
.js-scroll-in span:nth-child(69) {
  animation-delay: 1.36s;
}
.js-scroll-in span:nth-child(70) {
  animation-delay: 1.38s;
}
.js-scroll-in span:nth-child(71) {
  animation-delay: 1.4s;
}
.js-scroll-in span:nth-child(72) {
  animation-delay: 1.42s;
}
.js-scroll-in span:nth-child(73) {
  animation-delay: 1.44s;
}
.js-scroll-in span:nth-child(74) {
  animation-delay: 1.46s;
}
.js-scroll-in span:nth-child(75) {
  animation-delay: 1.48s;
}
.js-scroll-in span:nth-child(76) {
  animation-delay: 1.5s;
}
.js-scroll-in span:nth-child(77) {
  animation-delay: 1.52s;
}
.js-scroll-in span:nth-child(78) {
  animation-delay: 1.54s;
}
.js-scroll-in span:nth-child(79) {
  animation-delay: 1.56s;
}
.js-scroll-in span:nth-child(80) {
  animation-delay: 1.58s;
}
.js-scroll-in span:nth-child(81) {
  animation-delay: 1.6s;
}
.js-scroll-in span:nth-child(82) {
  animation-delay: 1.62s;
}
.js-scroll-in span:nth-child(83) {
  animation-delay: 1.64s;
}
.js-scroll-in span:nth-child(84) {
  animation-delay: 1.66s;
}
.js-scroll-in span:nth-child(85) {
  animation-delay: 1.68s;
}
.js-scroll-in span:nth-child(86) {
  animation-delay: 1.7s;
}
.js-scroll-in span:nth-child(87) {
  animation-delay: 1.72s;
}
.js-scroll-in span:nth-child(88) {
  animation-delay: 1.74s;
}
.js-scroll-in span:nth-child(89) {
  animation-delay: 1.76s;
}
.js-scroll-in span:nth-child(90) {
  animation-delay: 1.78s;
}
.js-scroll-in span:nth-child(91) {
  animation-delay: 1.8s;
}
.js-scroll-in span:nth-child(92) {
  animation-delay: 1.82s;
}
.js-scroll-in span:nth-child(93) {
  animation-delay: 1.84s;
}
.js-scroll-in span:nth-child(94) {
  animation-delay: 1.86s;
}
.js-scroll-in span:nth-child(95) {
  animation-delay: 1.88s;
}
.js-scroll-in span:nth-child(96) {
  animation-delay: 1.9s;
}
.js-scroll-in span:nth-child(97) {
  animation-delay: 1.92s;
}
.js-scroll-in span:nth-child(98) {
  animation-delay: 1.94s;
}
.js-scroll-in span:nth-child(99) {
  animation-delay: 1.96s;
}
.js-scroll-in span:nth-child(100) {
  animation-delay: 1.98s;
}

@keyframes fvImgOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/***************************

object/object/project/_intro.scss

***************************/
.top-intro {
  padding: 23rem 0 18rem;
  background: url(../img/top/intro-bg.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-intro {
    padding: 3rem 0;
    background-image: url(../img/top/intro-bg_sp.webp);
  }
}
.top-intro .inner {
  position: relative;
  z-index: 2;
}
.top-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-intro__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.top-intro__flex .c-txt {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-intro__flex .c-txt {
    width: 100%;
  }
}
.top-intro__ttl {
  min-width: fit-content;
}
@media screen and (max-width: 834px) {
  .top-intro__ttl {
    text-align: center;
    margin: 0 auto;
  }
  .top-intro__ttl.f64 {
    font-size: 3.2rem;
  }
}
.top-intro__dl {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-intro__dl {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.25rem;
  }
}
.top-intro__dt {
  width: 7.7rem;
  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;
  gap: 3rem;
  writing-mode: vertical-rl;
  border-left: 1px solid #85bab2;
  border-right: 1px solid #85bab2;
}
@media screen and (max-width: 834px) {
  .top-intro__dt {
    width: 100%;
    padding: 1.5rem 0;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-top: 1px solid #85bab2;
    border-bottom: 1px solid #85bab2;
    gap: 2rem;
  }
}
.top-intro__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4.6rem;
}
@media screen and (max-width: 1100px) {
  .top-intro__dd {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__dd {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-intro__item {
  max-width: 46rem;
  padding: 7rem 6rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .top-intro__item {
    padding: 3.5rem 2.3rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__item {
    max-width: 100%;
  }
}
.top-intro__item:first-of-type {
  background: linear-gradient(120deg, rgb(232, 245, 239) 0%, rgb(210, 229, 233) 100%);
}
.top-intro__item:last-of-type {
  background: linear-gradient(120deg, rgb(250, 242, 246) 0%, rgb(218, 213, 227) 100%);
}
.top-intro__item .f32 {
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .top-intro__item .f32 {
    margin: 1.5rem 0 2.3rem;
    font-size: 2.5rem;
  }
}
.top-intro__item .c-txt {
  margin-top: 0.5em;
}
.top-intro__item .f14 {
  display: block;
  margin-top: 1em;
}

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

object/object/project/_message.scss

***************************/
.bg-change {
  position: sticky;
  top: 0;
  height: 100dvh;
  background: url(../img/top/message-bg.webp) no-repeat top center/cover;
}
.bg-change::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/philo-bg.webp) no-repeat top center/cover;
  opacity: 0;
  transition: all 1s ease;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .bg-change::before {
    transition: all 2s ease;
  }
}
.bg-change.change::before {
  opacity: 1;
}

.top-message {
  position: relative;
  z-index: 2;
  margin-top: -100dvh;
  padding: 22rem 0 45rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-message {
    padding: 8rem 0 11.4rem;
  }
}
.top-message .c-hg__en {
  margin: 0 auto;
}
.top-message .c-txt {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top-message .c-txt {
    margin-top: 3.5rem;
  }
}
.top-message__slider-hidden {
  margin-top: -34.7rem;
  width: 100vw;
  height: 34.7rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .top-message__slider-hidden {
    margin-top: -5.4rem;
    height: 17.4rem;
  }
}
.top-message__slider-wrap {
  width: 672rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  perspective: none;
  backface-visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .top-message__slider-wrap {
    margin-top: -4rem;
    width: 336rem;
  }
}
.top-message__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem;
}
@media screen and (max-width: 834px) {
  .top-message__slider {
    padding: 0 0.75rem;
  }
}
.top-message__slider:first-child {
  animation: slide01_r 280s -140s infinite linear;
}
.top-message__slider:last-child {
  animation: slide02_r 280s infinite linear;
}
.top-message__slider li {
  padding: 0 1.5rem;
}
@media screen and (max-width: 834px) {
  .top-message__slider li {
    padding: 0 0.75rem;
  }
}
.top-message__slider img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .top-message__slider img {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
  }
}

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

object/object/project/_philosophy.scss

***************************/
.top-philo {
  margin-top: -5rem;
  padding: 24rem 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .top-philo {
    margin-top: -13.5rem;
    padding: 19.5rem 0 0;
  }
}
.top-philo .inner {
  position: relative;
}
.top-philo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-philo__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.top-philo__flex .c-hg {
  width: fit-content;
}
.top-philo__flex .c-txt {
  margin-top: 8rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-philo__flex .c-txt {
    margin-top: 0;
    width: 100%;
  }
}
.top-philo__list {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .top-philo__list {
    margin-top: 3rem;
  }
}
.top-philo__item {
  padding: 5rem 2rem 6rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(236, 244, 244) 100%);
}
@media screen and (max-width: 834px) {
  .top-philo__item {
    padding: 3rem 2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
  }
}
.top-philo__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .top-philo__item:not(:first-child) {
    margin-top: 2rem;
  }
}
.top-philo__item .f24 {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .top-philo__item .f24 {
    margin-top: 1rem;
  }
}
.top-philo__item .f32 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .top-philo__item .f32 {
    margin-top: 1rem;
  }
}
.top-philo__ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.4rem;
  line-height: 3.8rem;
  font-size: 2rem;
  color: #fff;
  background-color: #85bab2;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .top-philo__ttl {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.top-philo__img {
  margin: 6rem auto 0;
  max-width: 63.4rem;
}
@media screen and (max-width: 834px) {
  .top-philo__img {
    margin-top: 3rem;
  }
}
.top-philo__btm {
  position: relative;
  z-index: 2;
  margin-top: 15.5rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .top-philo__btm {
    margin-top: 5rem;
  }
}

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

object/object/project/_about.scss

***************************/
.top-about {
  padding: 16rem 0 13rem;
  background: url(../img/top/about-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-about {
    padding: 3rem 0;
  }
}
.top-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-about__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.top-about__img {
  max-width: 840px;
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .top-about__img {
    width: 100%;
  }
}
.top-about__img img {
  border-radius: 0 1.1rem 1.1rem 0;
  -webkit-border-radius: 0 1.1rem 1.1rem 0;
}
.top-about__cont {
  margin-top: 3.5rem;
  max-width: 46.6rem;
  width: 34%;
}
@media screen and (max-width: 1100px) {
  .top-about__cont {
    margin-top: 0;
    margin-left: 5%;
    max-width: 100%;
    width: 100%;
  }
}
.top-about__cont .c-txt {
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .top-about__cont .c-txt {
    margin: 2rem 0;
  }
}
.top-about__list {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .top-about__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .top-about__list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
}
.top-about__item {
  padding: 0 2rem 0 4rem;
  height: 21rem;
  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: 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background: linear-gradient(-42deg, rgb(211, 239, 232) 0%, rgb(240, 246, 246) 49%, rgb(200, 227, 226) 100%);
}
@media screen and (max-width: 1100px) {
  .top-about__item {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about__item {
    height: 15rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .top-about__item {
    padding: 1.5rem 2rem;
    height: auto;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .top-about__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-about__item-img img {
  max-width: 7.5rem;
  max-height: 7.4rem;
}
@media screen and (max-width: 834px) {
  .top-about__item-img img {
    max-width: 5rem;
    max-height: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .top-about__item-img img {
    max-width: 3rem;
    max-height: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-about__item-img img {
    max-width: 4rem;
    max-height: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .top-about__item .f18 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-about__item .f80 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 550px) {
  .top-about__item .f80 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-about__item .f32, .top-about__item .f48 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 550px) {
  .top-about__item .f32, .top-about__item .f48 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .top-about__item .fc-green {
    text-align: center;
  }
}
.top-about__item .f14 {
  display: block;
  width: 85px;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-about__item .f14 {
    width: 64px;
  }
}
@media screen and (max-width: 450px) {
  .top-about__item .f14 {
    width: 100%;
    font-size: 1.2rem;
  }
}

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

object/object/project/_work.scss

***************************/
.top-work {
  padding: 18rem 0;
}
@media screen and (max-width: 834px) {
  .top-work {
    padding: 3rem 0;
  }
}
.top-work__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-work__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 835px) {
  .top-work__flex .c-hg__ttl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-work__flex .c-hg__ttl .sp {
    display: none;
  }
}
@media screen and (max-width: 405px) {
  .top-work__flex .c-hg__ttl .sp {
    display: block;
  }
}
.top-work__flex .c-txt {
  margin-top: 5rem;
  max-width: 516px;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .top-work__flex .c-txt {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.top-work__list {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .top-work__list {
    margin-top: 3rem;
  }
}
.top-work__item {
  padding: 8rem 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .top-work__item {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top-work__item {
    padding: 3rem 0;
  }
}
.top-work__item:first-child {
  background: linear-gradient(124deg, rgb(232, 245, 239) 0%, rgb(210, 229, 233) 100%);
}
.top-work__item:first-child .top-work__item-inner {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1100px) {
  .top-work__item:first-child .top-work__item-inner {
    margin-top: 0;
  }
}
.top-work__item:last-child {
  background: linear-gradient(124deg, rgb(250, 242, 246) 0%, rgb(218, 213, 227) 100%);
}
.top-work__item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .top-work__item:not(:first-child) {
    margin-top: 2rem;
  }
}
.top-work__item-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-work__item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .top-work__item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-work__item-inner .c-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top-work__item-inner .c-txt {
    margin-top: 2rem;
  }
}
.top-work__item-list {
  margin-top: 3.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;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .top-work__item-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-work__item-list {
    gap: 5px;
  }
}
.top-work__item-item {
  max-width: 13rem;
  width: 100%;
}
.top-work__item-item__img {
  margin: 0 auto 2rem;
  width: calc(100% - 1rem);
  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;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: #96cac4;
}
@media screen and (max-width: 450px) {
  .top-work__item-item__img {
    width: calc(100% - 5px);
  }
}
.top-work__item-item__img img {
  max-width: 6rem;
  width: 50%;
  max-height: 6rem;
}
@media screen and (max-width: 450px) {
  .top-work__item-item .f14 {
    font-size: 1.2rem;
  }
}
.top-work__ttl {
  min-width: fit-content;
  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;
  gap: 5px;
}
@media screen and (max-width: 1100px) {
  .top-work__ttl {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: unset;
  }
}
.top-work__ttl .f32 {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1100px) {
  .top-work__ttl .f32 {
    writing-mode: horizontal-tb;
  }
}
.top-work__img {
  max-width: 45rem;
  width: 41%;
}
@media screen and (max-width: 834px) {
  .top-work__img {
    max-width: 100%;
    width: 100%;
  }
}
.top-work__cont {
  max-width: 45.6rem;
  width: 42%;
}
@media screen and (max-width: 1100px) {
  .top-work__cont {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .top-work__cont {
    max-width: 100%;
    width: 100%;
  }
}

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

object/object/project/_system.scss

***************************/
.top-sys {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-sys {
    background: url(../img/top/sys-cont_bg.webp) no-repeat top left/cover;
  }
}
.top-sys__sticky {
  position: sticky;
  width: 100%;
  height: 100dvh;
  top: 0;
  background: url(../img/top/sys-bg.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 1100px) {
  .top-sys__sticky {
    position: relative;
    height: auto;
    background: transparent;
  }
}
.top-sys__sticky .c-hg {
  padding-top: 12rem;
}
@media screen and (max-width: 1100px) {
  .top-sys__sticky .c-hg {
    padding: 5rem 0 0;
  }
  .top-sys__sticky .c-hg .f24 {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .top-sys__sticky .c-hg {
    padding: 3rem 0;
  }
}
.top-sys__sticky .c-hg, .top-sys__sticky .c-txt {
  max-width: 44rem;
}
@media screen and (max-width: 1100px) {
  .top-sys__sticky .c-hg, .top-sys__sticky .c-txt {
    max-width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .top-sys__sticky .c-hg__ttl {
    margin-top: 3rem;
  }
}
.top-sys__sticky .c-txt {
  margin-top: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-sys__sticky .c-txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .top-sys__bg {
    padding-top: 3rem;
  }
}
.top-sys__cont {
  position: relative;
  max-width: 652px;
  width: 50%;
  margin: calc(-100dvh + 12rem) 0 0 auto;
  z-index: 2;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1100px) {
  .top-sys__cont {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-sys__cont {
    padding-bottom: 3rem;
  }
}
.top-sys__item {
  padding: 6rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1300px) {
  .top-sys__item {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-sys__item {
    padding: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__item {
    padding: 2rem;
  }
}
.top-sys__item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .top-sys__item:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__item:first-child .f28 .sp {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .top-sys__item:first-child .f28 .sp {
    display: block;
  }
}
.top-sys__item .fc-grad {
  text-align: center;
  background: linear-gradient(168deg, rgb(143, 195, 186) 0%, rgb(102, 156, 152) 31%, rgb(49, 100, 101) 100%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari対応 */
  -webkit-text-fill-color: transparent; /* Safari対応 */
}
.top-sys__item .f28 {
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .top-sys__item .f28 {
    margin: 2rem 0 1rem;
  }
}
.top-sys__item h5.f18 {
  margin-top: 5.5rem;
}
.top-sys__img {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top-sys__img {
    margin-top: 2rem;
  }
}
.top-sys__img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.top-sys__step {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .top-sys__step {
    margin-top: 3rem;
  }
}
.top-sys__step-item:not(:first-child) {
  position: relative;
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .top-sys__step-item:not(:first-child) {
    margin-top: 3rem;
  }
}
.top-sys__step-item:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 2rem;
  aspect-ratio: 32/20;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #e6e6e6;
  top: -4rem;
  left: calc(50% - 1.6rem);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top-sys__step-item:not(:first-child)::before {
    height: 1.5rem;
    top: -2rem;
  }
}
.top-sys__step-ttl {
  position: relative;
  padding: 1.15rem 2.8rem;
  text-align: center;
  color: #fff;
  background-color: #85bab2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.top-sys__step-ttl .en {
  position: absolute;
  left: 2.8rem;
}
@media screen and (max-width: 834px) {
  .top-sys__step-ttl .en {
    left: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__step-ttl .en {
    position: relative;
    left: auto;
    display: block;
    margin-bottom: 5px;
  }
}
.top-sys__step-fig {
  margin-top: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-sys__step-fig {
    margin-top: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .top-sys__step-fig {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-sys__step-img {
  max-width: 17rem;
  width: 33%;
}
@media screen and (max-width: 834px) {
  .top-sys__step-img {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .top-sys__step-img {
    width: 100%;
  }
}
.top-sys__step-img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.top-sys__step-cap {
  max-width: 30rem;
  width: 56%;
}
@media screen and (max-width: 500px) {
  .top-sys__step-cap {
    max-width: 100%;
    width: 100%;
  }
}
.top-sys__step-cap__ttl {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.55rem 1.4rem;
  font-weight: 400;
  color: #447071;
  background-color: #dbeeea;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.top-sys__req {
  position: relative;
  margin-top: 4rem;
  padding: 5rem 3.5rem 4.5rem;
  background: linear-gradient(152deg, rgb(211, 239, 232) 0%, rgb(240, 246, 246) 49%, rgb(211, 239, 232) 100%);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .top-sys__req {
    padding: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-sys__req {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__req {
    padding: 2rem;
  }
}
.top-sys__req-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.2rem;
}
.top-sys__req-cont {
  max-width: 31rem;
}
.top-sys__req-ttl {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 450px) {
  .top-sys__req-ttl {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 395px) {
  .top-sys__req-ttl.f24 {
    font-size: 4.8vw;
  }
}
.top-sys__req-ttl::before {
  position: absolute;
  content: "";
  width: calc(100% - 1em);
  height: 1.3rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, rgb(217, 241, 241) 0%, rgb(229, 247, 230) 100%);
  z-index: 1;
}
@media screen and (max-width: 395px) {
  .top-sys__req-ttl::before {
    width: 100%;
  }
}
.top-sys__req-ttl span {
  position: relative;
  z-index: 2;
}
.top-sys__req-img {
  max-width: 10.5rem;
}
@media screen and (max-width: 500px) {
  .top-sys__req-img {
    position: absolute;
    right: 1rem;
    bottom: 0;
    width: 20%;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__req-img {
    width: 11rem;
  }
}
.top-sys__req-txt {
  position: relative;
  margin-top: -3.5rem;
  padding: 2.55rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .top-sys__req-txt {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 500px) {
  .top-sys__req-txt {
    margin-top: 2rem;
    text-align: left;
  }
  .top-sys__req-txt br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__req-txt {
    margin-top: 10rem;
  }
}
.top-sys__req-txt::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
  top: -2.4rem;
  right: 30%;
}
.top-sys__bene {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-sys__bene {
    margin-top: 3rem;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-sys__bene {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-sys__bene-fig {
  max-width: 13.9rem;
  margin: 0 auto;
}
.top-sys__bene-fig .f12 {
  margin-top: 5px;
  display: block;
}
.top-sys__bene-img {
  margin-bottom: 1.6rem;
  width: 100%;
  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;
  background-color: #96cac4;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .top-sys__bene-img {
    margin-bottom: 0.5rem;
  }
}
.top-sys__bene-img img {
  max-width: 6.7rem;
  width: 50%;
  max-height: 6.7rem;
}
.top-sys__woman {
  position: relative;
  margin-top: 6rem;
  padding: 3rem 2rem 5rem;
  background: linear-gradient(124deg, rgb(251, 245, 248) 0%, rgb(243, 219, 224) 100%);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .top-sys__woman {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
}
.top-sys__woman::before, .top-sys__woman::after {
  position: absolute;
  content: "";
  top: -1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .top-sys__woman::before, .top-sys__woman::after {
    top: -2rem;
  }
}
.top-sys__woman::before {
  max-width: 6.8rem;
  width: 11%;
  aspect-ratio: 68/211;
  background-image: url(../img/top/sys-woman01.webp);
  left: 5%;
}
@media screen and (max-width: 834px) {
  .top-sys__woman::before {
    max-width: 4.5rem;
    left: 1rem;
  }
}
.top-sys__woman::after {
  max-width: 8.5rem;
  width: 14%;
  aspect-ratio: 85/207;
  background-image: url(../img/top/sys-woman02.webp);
  right: 3%;
}
@media screen and (max-width: 834px) {
  .top-sys__woman::after {
    max-width: 5.8rem;
    right: 1rem;
  }
}
.top-sys__woman-ttl {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 1rem 1.2rem;
  color: #de91a5;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.top-sys__woman-ttl::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  aspect-ratio: 11/12;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #fff;
  bottom: -1.2rem;
  left: calc(50% - 0.65rem);
  z-index: 1;
}
.top-sys__woman .fc-red {
  color: #cf586c;
}
@media screen and (max-width: 834px) {
  .top-sys__woman .f32 {
    font-size: 2.3rem;
  }
}
.top-sys__woman-list {
  max-width: 38.5rem;
  margin: 3rem auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px 1rem;
}
@media screen and (max-width: 834px) {
  .top-sys__woman-list {
    margin: 2rem auto;
  }
}
.top-sys__woman-item {
  padding: 5.5px 9px 7.5px;
  color: #fff;
  background-color: #dd9aac;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.top-sys__woman .c-txt {
  max-width: 52.1rem;
  margin: 0 auto;
}

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

object/object/project/_people.scss

***************************/
.top-people {
  padding: 15rem 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-people {
    padding: 3rem 0;
  }
}
.top-people__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-people__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.top-people__flex .c-hg {
  min-width: fit-content;
}
@media screen and (min-width: 835px) {
  .top-people__flex .c-hg__ttl {
    margin-top: 4rem;
  }
}
.top-people__flex .c-txt {
  margin-top: 6rem;
  max-width: 656px;
  width: 60%;
}
@media screen and (max-width: 834px) {
  .top-people__flex .c-txt {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.top-people__swiper {
  margin-top: 5rem;
  margin-right: -5vw;
  width: 94vw;
}
.top-people__modal-btn {
  display: block;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
.top-people__slide.swiper-slide-active .top-people__cap {
  opacity: 1;
}
.top-people__slide.swiper-slide-active .top-people__img {
  transform: scale(1);
}
.top-people__fig {
  position: relative;
}
.top-people__img {
  position: relative;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(0.8);
  transform-origin: top center;
}
@media screen and (max-width: 1200px) {
  .top-people__img {
    transform: scale(0.9);
  }
}
.top-people__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(110, 167, 160) 0%, rgba(110, 167, 160, 0) 30%);
  z-index: 1;
}
.top-people__img img {
  object-position: bottom center;
}
.top-people__cap {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 2;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .top-people__cap {
    bottom: 1rem;
    left: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-people__txt .f12 {
    display: block;
  }
}
.top-people__modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.top-people__modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
}
.top-people__modal-content {
  position: relative;
  z-index: 101;
  margin: 5dvh auto 0;
  max-width: 90rem;
  width: 90%;
}
.top-people__modal-cont {
  max-height: 90dvh;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background: url(../img/top/people-bg.webp) no-repeat top left/cover;
  overflow-y: scroll;
}
.top-people__modal-cont__inner {
  max-width: 75.1rem;
  width: 90%;
  margin: 7.5rem auto 7rem;
}
@media screen and (max-width: 834px) {
  .top-people__modal-cont__inner {
    margin: 3rem auto;
  }
}
.top-people__modal-flex {
  position: relative;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-people__modal-flex {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 690px) {
  .top-people__modal-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-people__modal-flex__cont {
  max-width: 33.2rem;
  width: 45%;
  border-bottom: 1px solid #b5d3d4;
}
@media screen and (max-width: 690px) {
  .top-people__modal-flex__cont {
    max-width: 100%;
    width: 100%;
    padding-bottom: 2rem;
  }
}
.top-people__modal-flex__cont .f48 {
  margin: 19rem 0 2rem;
}
@media screen and (max-width: 900px) {
  .top-people__modal-flex__cont .f48 {
    margin-top: 17vw;
  }
}
@media screen and (max-width: 834px) {
  .top-people__modal-flex__cont .f48 {
    margin-bottom: 1rem;
    margin-top: 20vw;
  }
}
@media screen and (max-width: 690px) {
  .top-people__modal-flex__cont .f48 {
    margin-top: 90vw;
  }
}
.top-people__modal-flex__cont .f32 {
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 834px) {
  .top-people__modal-flex__cont .f32 {
    margin-top: 1rem;
  }
}
.top-people__modal-img {
  width: 50%;
}
@media screen and (max-width: 690px) {
  .top-people__modal-img {
    position: absolute;
    width: 100%;
    top: 3rem;
    z-index: 1;
  }
}
.top-people__modal-dl:not(:first-child) {
  margin-top: 5.5rem;
}
@media screen and (max-width: 834px) {
  .top-people__modal-dl:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-people__modal-dl .c-txt {
    font-size: 1.5rem !important;
  }
}
.top-people__modal-dt {
  margin-bottom: 3rem;
  padding: 0.9rem 2.3rem 1rem;
  line-height: 1.5;
  color: #3b6a6b;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .top-people__modal-dt {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .top-people__modal-dt.f24 {
    font-size: 1.8rem;
  }
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 11;
  background-color: rgba(50, 56, 64, 0.49);
}

.people-swiper__wrap {
  position: relative;
  margin-top: 4rem;
  max-width: 1100px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 834px) {
  .people-swiper__wrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .people-swiper__wrap {
    gap: 2rem;
  }
}
.people-swiper__wrap .swiper-pagination,
.people-swiper__wrap .swiper-button-prev,
.people-swiper__wrap .swiper-button-next {
  position: relative;
}
.people-swiper__wrap .swiper-pagination {
  width: 100%;
  height: 3px;
  background: #ececec;
}
.people-swiper__wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #6ea7a0;
}
.people-swiper__wrap .swiper-button-prev,
.people-swiper__wrap .swiper-button-next {
  margin-top: 0;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 4.1rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #6ea7a0;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .people-swiper__wrap .swiper-button-prev,
  .people-swiper__wrap .swiper-button-next {
    width: 3.4rem;
  }
}
.people-swiper__wrap .swiper-button-prev::after,
.people-swiper__wrap .swiper-button-next::after {
  content: "";
  width: 1.9rem;
  aspect-ratio: 19/12;
}
@media screen and (max-width: 450px) {
  .people-swiper__wrap .swiper-button-prev::after,
  .people-swiper__wrap .swiper-button-next::after {
    width: 1.3rem;
  }
}
.people-swiper__wrap .swiper-button-prev::after {
  background: url(../img/top/btn-prev.png) no-repeat center center/cover;
}
.people-swiper__wrap .swiper-button-next::after {
  background: url(../img/top/btn-next.png) no-repeat center center/cover;
}

.people-swiper__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width: 450px) {
  .people-swiper__btn-wrap {
    gap: 1rem;
  }
}

.batu-btn {
  position: absolute;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  z-index: 102;
  top: -29px;
  right: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
.batu-btn::before, .batu-btn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  background-color: #fff;
  z-index: 102;
}
.batu-btn::before {
  transform: rotate(45deg);
}
.batu-btn::after {
  transform: rotate(-45deg);
}

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

object/object/project/_greeting.scss

***************************/
.top-gree {
  padding: 12.5rem 0;
  background: url(../img/top/gree-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-gree {
    padding: 3rem 0;
  }
}
.top-gree__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-gree__flex {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .top-gree__flex .c-txt.ja {
    position: absolute;
    right: 0;
  }
  .top-gree__flex .c-txt.ja:nth-child(2) {
    top: calc(15.3rem + 66vw);
  }
}
@media screen and (max-width: 834px) and (max-width: 450px) {
  .top-gree__flex .c-txt.ja:nth-child(2) {
    top: calc(15.3rem + 68vw);
  }
}
@media screen and (max-width: 834px) {
  .top-gree__flex .c-txt.ja:nth-child(3) {
    top: calc(15.3rem + 66vw + 1.5em);
  }
}
@media screen and (max-width: 834px) and (max-width: 450px) {
  .top-gree__flex .c-txt.ja:nth-child(3) {
    top: calc(15.3rem + 68vw + 1.5em);
  }
}
.top-gree__img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-gree__img {
    width: 100%;
  }
}
.top-gree__cont {
  max-width: 433px;
  width: 40%;
}
@media screen and (max-width: 834px) {
  .top-gree__cont {
    max-width: 100%;
    width: 100%;
  }
}
.top-gree__cont .c-hg {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .top-gree__cont .c-hg {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .top-gree__cont .c-hg__ttl {
    margin-top: 4rem;
  }
}
.top-gree__txt {
  margin-top: 7rem;
  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;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-gree__txt {
    margin-top: 7rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-gree__txt .c-txt {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 834px) {
  .top-gree__txt .c-txt {
    width: 100%;
  }
}

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

object/object/project/_recruit.scss

***************************/
.top-req {
  padding-top: 13rem;
}
@media screen and (max-width: 834px) {
  .top-req {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 835px) {
  .top-req .c-hg__ttl {
    margin-top: 4rem;
  }
}
.top-req__flex {
  margin-top: 7rem;
  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;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-req__flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.top-req__cont {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 834px) {
  .top-req__cont {
    width: 100%;
  }
  .top-req__cont:first-child .top-req__dl:last-child {
    border-bottom-width: 0;
  }
}
.top-req__dl {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
  border-top: 1px solid #ddd;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .top-req__dl {
    padding: 2rem 0;
    gap: 3rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .top-req__dl {
    padding: 1.5rem 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.top-req__dl:last-child {
  border-bottom: 1px solid #ddd;
}
.top-req__dt {
  min-width: 6em;
}
.top-req__dd {
  width: calc(100% - (6em + 6rem));
}
@media screen and (max-width: 834px) {
  .top-req__dd {
    width: calc(100% - (6em + 3rem));
  }
}
@media screen and (max-width: 450px) {
  .top-req__dd {
    width: 100%;
  }
}

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

object/component/_heading.scss

***************************/
.c-hg__en {
  position: relative;
  width: fit-content;
  padding-left: 4rem;
  font-family: "Forum", serif;
  font-size: 1.8rem;
  color: #316465;
}
.c-hg__en::before {
  position: absolute;
  content: "";
  width: 3rem;
  aspect-ratio: 3/1;
  top: calc(50% - 0.5rem);
  left: 0;
  background: url(../img/top/c-hg_en.webp) no-repeat top left/cover;
}
.c-hg__ttl {
  margin-top: 6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #316465;
  font-size: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .c-hg__ttl {
    margin-top: 2.1rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-hg__ttl.f32 {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }
}

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

object/component/_box.scss

***************************/
.inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.inner.-left {
  max-width: 1390px;
  margin-left: 0;
}
.inner.-right {
  max-width: 1390px;
  margin-right: 0;
}
.inner.-m {
  max-width: 1300px;
}

.top-sticky_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .top-sticky_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.radius09 {
  border-radius: 9px;
  -webkit-border-radius: 9px;
}

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

.radius20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

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

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

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

.tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab {
    display: block;
  }
}

/* fadeシリーズ */
/*----------------------------
fade_up ｜下から上へ出現
----------------------------*/
.fade_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.fade_up.on {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fade-up-anime {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------------
fade_down ｜上から下へ出現
----------------------------*/
.fade_down {
  transition: 0.8s ease-in-out;
  transform: translateY(-30px);
  opacity: 0;
}

.fade_down.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
fade_left ｜左から出現
----------------------------*/
.fade_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
fade_right ｜右から出現
----------------------------*/
.fade_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.fade_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

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

fade

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

.location-logo .fadeUp {
  animation-duration: 1s;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp.fadeUp50 {
  animation-name: fadeUpAnime50;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime50 {
  from {
    opacity: 0;
    transform: translateY(100px) translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
/***************************

object/component/_button.scss

***************************/
.c-btn {
  max-width: 36.4rem;
  width: 100%;
  display: block;
  padding: 2.45rem 0;
  text-align: center;
  color: #3b6a6b;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-btn {
    padding: 2rem 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-btn {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }
}
.c-btn:not(:first-child) {
  margin-top: 2.7rem;
}
@media screen and (max-width: 834px) {
  .c-btn:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .c-btn:not(:first-child) {
    margin-top: 1rem;
  }
}
.c-btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #3b6a6b;
}

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

object/utility/_background.scss

***************************/
.bc-light-blue {
  background-color: #e0ecf8;
}

.bc-yellow {
  background-color: var(--yellow);
}

.bc-white {
  background-color: #fff;
}

.bc-gray {
  background-color: #f5f5f5;
}

.bc-vivit-blue {
  background-color: var(--vivit-blue);
}

.bc-blue {
  background-color: var(--blue);
}

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

object/utility/_link.scss

***************************/
.top-insta_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 102px;
  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;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.top-insta_ico {
  width: 100%;
}
.top-insta_ico img {
  width: 37px;
  height: auto;
}

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

object/utility/_text.scss

***************************/
.c-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-txt {
    font-size: 1.6rem;
  }
}

.c-circle_txt {
  position: relative;
  padding-left: 3rem;
}
.c-circle_txt::before {
  position: absolute;
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  top: 0.1em;
  left: 0;
  background-color: var(--vivit-blue);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: 700;
}

.fwsb {
  font-weight: 600;
}

.fwn {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.f12 {
  font-size: 1.2rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .f16 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

.f64 {
  font-size: 6.4rem;
}
@media screen and (max-width: 834px) {
  .f64 {
    font-size: 3rem;
  }
}

.f80 {
  font-size: 8rem;
}

.fc-blue {
  color: var(--blue);
}

.fc-gray {
  color: #83868b;
}

.fc-white {
  color: #fff;
}

.fc-yellow {
  color: var(--yellow);
}

.fc-vivit-blue {
  color: var(--vivit-blue);
}

.fc-black {
  color: #000;
}

.fc-dark-blue {
  color: var(--dark-blue);
}

.fc-grad {
  background: linear-gradient(120deg, rgb(143, 195, 186) 0%, rgb(102, 156, 152) 51%, rgb(49, 100, 101) 100%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari対応 */
  -webkit-text-fill-color: transparent; /* Safari対応 */
}

.fc-green {
  color: #316465;
}

.fc-red {
  color: #cf586c;
}

.lh-1_1 {
  line-height: 1.1;
}

.lh-1_2 {
  line-height: 1.2;
}

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

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

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

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

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

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

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

.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;
  }
}

.w-50em {
  display: inline-block;
  width: 0.5em;
}

.wm-rl {
  display: inline-block;
  writing-mode: vertical-rl;
  direction: rtl;
}

.check {
  color: #fff;
  background-color: var(--vivit-blue);
  aspect-ratio: 1/1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
}
.check .material-symbols-outlined {
  font-size: 23px;
}

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

object/utility/_font.scss

***************************/
.en {
  font-family: "Forum", serif;
}

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

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