@charset "UTF-8";
/*---------------------------------------------
カスタムプロパティ
---------------------------------------------*/
:root {
  --color-lightblue: #E9F0F7;
  --wide-pc: 1100px;
}

/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------
リセット
---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*---------------------------------------------
初期設定
---------------------------------------------*/
html {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  overflow-y: scroll;
}

body {
  font-size: 2.6666666667vw;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  background: #c0cdd7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

/*---------------------------------------------
 utility
---------------------------------------------*/
.lexend-deca {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/*---------------------------------------------
 ローディング
---------------------------------------------*/
/* ローディング全体を覆うコンテナ */
.loader {
  position: fixed; /* 画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #c0cdd7; /* サイトに合わせた背景色 */
  z-index: 9999; /* 一番手前に表示 */
  display: flex; /* 中身を中央寄せにするため */
  justify-content: center;
  align-items: center;
  overflow: hidden; /* はみ出しを隠す */
}

/* 中央のコンテンツ（ロゴと数字）の並び */
.loader-inner {
  text-align: center;
  display: flex;
  flex-direction: column; /* 縦に並べる */
  align-items: center;
  gap: 20px; /* ロゴと数字の間隔 */
}

.loader-logo {
  width: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .loader-logo {
    width: 12.2666666667vw;
  }
}

.logo-path {
  /* 最初は枠線だけ見えるように設定 */
  stroke-width: 0; /* お好みに合わせて調整 */
}

.loader-progress {
  display: none;
}

/*---------------------------------------------
 FV
---------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8.3333333333vw, 120px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_content {
    width: 80%;
  }
}
.fv_content .title {
  visibility: hidden;
  overflow: hidden;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .fv_content .title {
    font-size: 4.8vw;
  }
}
.fv_content .title .char {
  display: inline-block;
  opacity: 0;
  filter: blur(3px);
  transform: scale(1.3);
}
.fv_content .logo {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(18px);
}
.fv_content .logo img {
  width: min(6.9444444444vw, 100px);
}
@media screen and (max-width: 767px) {
  .fv_content .logo img {
    width: 16vw;
  }
}

/*
.wave-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #c0cdd7;
    .wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-image: url(../img/wave.png);
        background-size: 1000px 100px;
        &.wave1 {
            animation: waveanim 30s linear infinite;
            z-index: 1000;
            animation-delay: 0s;
            bottom: 0;
        }
        &.wave2 {
            animation: waveanim2 15s linear infinite;
            z-index: 999;
            opacity: 0.3;
            animation-delay: -5s;
            bottom: 10px;
        }
        &.wave3 {
            animation: waveanim 20s linear infinite;
            z-index: 998;
            opacity: 0.1;
            animation-delay: 0s;
            bottom: 15px;
        }
        &.wave4 {
            animation: waveanim2 10s linear infinite;
            z-index: 997;
            opacity: 0.5;
            animation-delay: -5s;
            bottom: 15px;
        }
    }
}

@keyframes waveanim {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes waveanim2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}



.wave-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.wave-line {
  fill: none;
  stroke: #000; //黒の線
  stroke-width: 1; //極細にするのが高級感のコツ
  opacity: 0.15; //薄くして重ねる 
}

#wave1 { opacity: 0.3; stroke-width: 0.8; } //1本だけ少し濃くする



.hero-wave svg {
  width: 100%;
  height: auto;
  color: #0af; //currentColor が波の色になる
}
*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::

波の表現 CSS版の保管

::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}


.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 8s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 11s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 14s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 21s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::

波の表現

::::::::::::::::::::::::::::::::::::::::::::::::::*/
.gl-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.gl-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::

SERVICE

::::::::::::::::::::::::::::::::::::::::::::::::::*/
.index-service {
  position: relative;
  padding: 120px 0;
  color: #333333;
  /*.text.is-fixed {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 10;
    width: calc(100% - 80px);
    margin: 0;
    pointer-events: none; // スクロール中の誤操作防止（任意）
  }*/
  /* ====== サービスリスト ====== */
}
.index-service .featured-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-service .featured-content {
    padding-inline: 4vw;
  }
}
.index-service .text {
  margin-bottom: 80px;
  position: relative;
}
.index-service .service-title {
  /*opacity: 0;
  transform: translateY(40px);*/
  font-weight: 400;
  font-size: clamp(5rem, 10vw, 8.5rem);
}
.index-service .service-desc {
  overflow: hidden;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .index-service .service-desc {
    font-size: 3.2vw;
  }
}
.index-service .service-desc-line {
  display: block;
  opacity: 0;
  transform: translateY(40px);
}
.index-service .service-list-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-service .service-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.index-service .service-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  /* ★ 親は常に表示状態にしておく */
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 767px) {
  .index-service .service-item {
    flex-direction: column;
  }
}
.index-service .service-list_text {
  opacity: 0;
  transform: translateY(0);
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  line-height: 2;
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .index-service .service-list_text {
    flex: inherit;
    font-size: 3.7333333333vw;
  }
}
.index-service .service-list_img {
  margin-right: 10%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .index-service .service-list_img {
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.index-service .service-list_img img {
  width: 100%;
}
.index-service .service-item:first-child .service-list_img,
.index-service .service-item:first-child .service-list_text {
  opacity: 1;
  transform: translateY(0);
}
.index-service .service-item:nth-child(1) .service-list_img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(1) .service-list_img {
    width: 36%;
  }
}
.index-service .service-item:nth-child(1) .signature-svg {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(1) .signature-svg {
    width: 30%;
  }
}
.index-service .service-item:nth-child(2) .service-list_img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(2) .service-list_img {
    width: 36%;
  }
}
.index-service .service-item:nth-child(2) .signature-svg {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(2) .signature-svg {
    width: 50%;
  }
}
.index-service .service-item:nth-child(3) .service-list_img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(3) .service-list_img {
    width: 36%;
  }
}
.index-service .service-item:nth-child(3) .signature-svg {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .index-service .service-item:nth-child(3) .signature-svg {
    width: 68%;
  }
}
.index-service .signature-svg {
  margin-top: 2em;
  overflow: visible;
  margin-left: auto;
  opacity: 0.7;
  /*position: absolute;
  top: 60%;
  right: 10%;
  @include sp-only {
      top: 90%;
  }*/
}
.index-service .signature-svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::

COMPANY

::::::::::::::::::::::::::::::::::::::::::::::::::*/
.index-company {
  position: relative;
  display: flex;
  align-items: center;
  color: #333333;
}
.index-company .featured-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .index-company .featured-content {
    padding-inline: 4vw;
  }
}

.index-company .text {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
}
@media screen and (max-width: 767px) {
  .index-company .text {
    font-size: 3.7333333333vw;
  }
}

.index-company .title {
  font-weight: 400;
  font-size: clamp(5rem, 10vw, 8.5rem);
  margin-bottom: 1.2em;
}

/* 初期状態 
.js-company-title,
.js-company-box,
.js-company-item {
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}*/
/* 見出しを少し強調 */
.js-company-title {
  letter-spacing: 0.12em;
}

/* ボックスを軽く浮かせる 
.js-company-box {
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(2px);
}*/
.company-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .company-item {
    grid-template-columns: 1fr;
    gap: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .company-item + .company-item {
    margin-top: 2em;
  }
}

.company-item dt {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-item dt {
    font-weight: 600;
  }
}

.company-item dd {
  line-height: 1.7;
}

.img_office-kyoto {
  width: 360px;
  margin: 5px 0;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::

CONTACT

::::::::::::::::::::::::::::::::::::::::::::::::::*/
.index-contact {
  position: relative;
  color: #333333;
  padding: 200px 0 120px;
}
@media screen and (max-width: 767px) {
  .index-contact {
    padding: 21.3333333333vw 0 5.3333333333vw;
  }
}
.index-contact .featured-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-contact .featured-content {
    padding-inline: 4vw;
  }
}

.index-contact .text,
.index-contact .cta {
  will-change: transform, opacity;
}

.index-contact .title {
  font-weight: 400;
  font-size: clamp(5rem, 10vw, 8.5rem);
  margin-bottom: 1em;
}

.index-contact .text {
  max-width: 900px;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .index-contact .text {
    font-size: 3.7333333333vw;
  }
}

.index-contact .cta {
  padding: 80px 0;
  text-align: center;
}

.buttton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  line-height: 44px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #333;
  position: relative;
  overflow: hidden;
  background: transparent;
  transition: color 0.35s ease, transform 0.35s ease;
}

/* 背景用レイヤー */
.buttton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #333;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

/* テキストを前面に */
.buttton span {
  z-index: 1;
}

/* hover */
.buttton:hover {
  color: #fff;
}

.buttton:hover::before {
  transform: translateX(0);
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::

FOOTER

::::::::::::::::::::::::::::::::::::::::::::::::::*/
.footer {
  position: relative;
  background-color: #fff;
}

#canvas-container {
  width: 100%;
  transform: translate(0, 3px);
  z-index: 150;
}
#canvas-container canvas {
  display: block;
  /*vertical-align: bottom;*/
}

.footer .foot-info {
  width: 100%;
  color: #333;
  padding: 30px 0 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.footer .foot-info:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    content: "";
    display: block;
    background: url(../img/bg_wave-01.png) repeat-x top center;
    -webkit-transform: translate(0, -100%);
    transform:translate(0, -100%)
}*/
.footer .foot-info .logo {
  width: 60px;
  z-index: 20;
  margin-bottom: 10px;
}

.footer .foot-info .logo img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .footer .foot-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .foot-info {
    padding: 15px 0 5px;
  }
  .footer .foot-info .logo img {
    width: 45px;
  }
  .footer .foot-info p {
    font-size: 10px;
  }
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::

泡の表現

::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*#bubble-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}*/
#bubbleSvg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.bubble {
  fill: rgba(255, 255, 255, 0.8);
}