@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 40px;
  --g-padding-m: 120px;
  --g-padding-l: 152px;
  --g-color-base: #ECECEC;
  --g-color-bg: #F4F5F7;
  --g-color-red: #EF626B;
  --g-color-orange: #E27A1E;
  --g-color-black: #3B353C;
  --g-color-blue: #00A0E9;
  --g-color-white: #fff;
  --g-color-border: #707070;
}
@media screen and (max-width: 1500px) {
  :root {
    --g-padding-s: 40rem;
    --g-padding-m: 120rem;
    --g-padding-l: 152rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 0.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}
html::-webkit-scrollbar {
  display: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: clip;
  background: url(../img/white-bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1, h2, h3, h4, h5, a, p, span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

section {
  position: relative;
}

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

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

.container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 295rem;
  }
}

.h-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .h-container {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .h-container {
    max-width: 295rem;
  }
}

.s-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .s-container {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 390rem;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  color: var(--g-color-white);
  font-size: 110px;
  letter-spacing: 0.05em;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec-ttl h2 {
    font-size: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    line-height: 1.5;
    font-size: 58rem;
  }
}
.sec-ttl h2 span {
  display: block;
}
.sec-ttl h2 span._fadeup {
  transform: translateY(100%);
  opacity: 1;
}
.sec-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    font-size: 14rem;
  }
}
.sec-ttl._blue h2, .sec-ttl._blue p {
  color: #00A0E9;
}

.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 100s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-img {
  width: 520px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-img {
    width: 520rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    width: 417rem;
    height: 320rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-auto-loop-txt {
  font-size: 176px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-wrap: nowrap;
  margin-right: 140px;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-txt {
    margin-right: 140rem;
    font-size: 176rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 74rem;
  }
}

.lower-ttl {
  height: 520px;
  position: relative;
  padding-top: 180px;
  text-align: center;
  background: url(../img/lower-ttl.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .lower-ttl {
    margin-bottom: 120rem;
    height: 520rem;
    padding-top: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl {
    margin-bottom: 60rem;
    height: 300rem;
    padding-top: 120rem;
  }
}
.lower-ttl h2 {
  font-size: 110px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Barlow", sans-serif;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .lower-ttl h2 {
    font-size: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl h2 {
    font-size: 58rem;
  }
}
.lower-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .lower-ttl p {
    font-size: 16rem;
  }
}
.lower-ttl-deco img {
  position: absolute;
}
.lower-ttl-deco img:nth-child(1) {
  top: 96px;
  left: 46px;
  width: 330px;
}
@media screen and (max-width: 1500px) {
  .lower-ttl-deco img:nth-child(1) {
    top: 96rem;
    left: 46rem;
    width: 330rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl-deco img:nth-child(1) {
    top: 85rem;
    left: 20rem;
    width: 110rem;
  }
}
.lower-ttl-deco img:nth-child(2) {
  top: 298px;
  right: 70%;
  width: 162px;
}
@media screen and (max-width: 1500px) {
  .lower-ttl-deco img:nth-child(2) {
    top: 298rem;
    width: 162rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl-deco img:nth-child(2) {
    left: 0;
    right: auto;
    top: 228rem;
    width: 90rem;
  }
}
.lower-ttl-deco img:nth-child(3) {
  width: 400px;
  bottom: 56px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .lower-ttl-deco img:nth-child(3) {
    width: 400rem;
    bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-ttl-deco img:nth-child(3) {
    width: 120rem;
    bottom: 36rem;
  }
}

.work-ctg-list {
  margin-bottom: 42px;
}
@media screen and (max-width: 1500px) {
  .work-ctg-list {
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .work-ctg-list {
    margin-bottom: 20rem;
  }
}
.work-ctg-list-main {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .work-ctg-list-main {
    padding-bottom: 20rem;
  }
}
.work-ctg-list ul {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1500px) {
  .work-ctg-list ul {
    gap: 8rem;
  }
}
.work-ctg-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 46px;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  background: #F0F0F0;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .work-ctg-list li {
    width: 163rem;
    height: 46rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .work-ctg-list li {
    width: 120rem;
    height: 30rem;
    font-size: 12rem;
  }
}
.work-ctg-list li:hover {
  background: #00A0E9;
  color: var(--g-color-white);
}
.work-ctg-list li.active {
  background: #00A0E9;
  color: var(--g-color-white);
}
.work-ctg-list li.active:hover {
  opacity: 0.6;
}

@font-face {
  font-family: "LINE Seed JP_TTF";
  src: url("../fonts/LINESeedJP_OTF_Bd.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP_TTF";
  src: url("../fonts/LINESeedJP_OTF_Eb.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP_TTF";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP_TTF";
  src: url("../fonts/LINESeedJP_OTF_Th.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
html {
  font-family: "LINE Seed JP_TTF";
}

._bold {
  font-weight: 700;
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
body.is-loading .js-cursor {
  display: none;
}

.full-border {
  border: 25px solid var(--g-color-white);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .full-border {
    border: 25rem solid var(--g-color-white);
  }
}
@media screen and (max-width: 768px) {
  .full-border {
    border: 15rem solid var(--g-color-white);
  }
}

.full-border-outside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  pointer-events: none;
  border: 25px solid var(--g-color-white);
  border-radius: 66px;
  display: block;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1500px) {
  .full-border-outside {
    border: 25rem solid var(--g-color-white);
    border-radius: 66rem;
  }
}
@media screen and (max-width: 768px) {
  .full-border-outside {
    border: 15rem solid var(--g-color-white);
    border-radius: 43rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header.loaded {
  transform: translateY(0);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 150px 65px 80px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .header-container {
    padding: 65rem 150rem 65rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 45rem 35rem;
    padding-right: 64rem;
    max-width: 100%;
  }
}
.header-logo h1 img {
  max-width: 290px;
}
@media screen and (max-width: 1500px) {
  .header-logo h1 img {
    max-width: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo h1 img {
    max-width: 175rem;
  }
}
.header-link {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .header-link {
    display: none;
  }
}
.header-link ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  .header-link ul {
    margin-right: 40rem;
  }
}
.header-link ul li {
  margin-right: 28px;
}
@media screen and (max-width: 1500px) {
  .header-link ul li {
    margin-right: 28rem;
  }
}
.header-link ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header-link ul li a {
    font-size: 20rem;
  }
}
.header-link ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: var(--g-color-white);
  height: 1px;
  right: 0;
  bottom: 0;
}
.header-link ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-contact {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--g-color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px 50px;
  border-radius: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 1500px) {
  .header-contact-btn a {
    padding: 20rem 50rem;
    border-radius: 15rem;
  }
}
.header-contact-btn a span {
  color: var(--g-color-blue);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .header-contact-btn a span {
    font-size: 20rem;
  }
}
.header-contact-btn a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(55%, -50%);
  width: 51px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .header-contact-btn a svg {
    width: 51rem;
  }
}
.header-contact-deco-main {
  position: fixed;
  z-index: 998;
  right: 24px;
  top: 28px;
  animation: dogAnime 8s linear infinite;
}
@media screen and (max-width: 1500px) {
  .header-contact-deco-main {
    top: 28rem;
    right: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-deco-main {
    top: 23rem;
    right: 14rem;
  }
}
.header-contact-deco-main img {
  width: 105px;
}
@media screen and (max-width: 1500px) {
  .header-contact-deco-main img {
    width: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-deco-main img {
    width: 60rem;
  }
}
@keyframes dogAnime {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
  }
  48% {
    transform: translateX(50%);
  }
  52% {
    transform: translateX(50%);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.header-contact-deco-hands {
  position: fixed;
  z-index: 1000;
  right: 10px;
  top: 54px;
}
@media screen and (max-width: 1500px) {
  .header-contact-deco-hands {
    top: 54rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-deco-hands {
    top: 33rem;
    right: 8rem;
  }
}
.header-contact-deco-hands img {
  width: 27px;
}
@media screen and (max-width: 1500px) {
  .header-contact-deco-hands img {
    width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .header-contact-deco-hands img {
    width: 17rem;
  }
}
.header-sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu img {
    width: 63rem;
  }
}

.full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 720;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
}
.full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

.footer-container {
  background: #3B353C;
  padding: 64px 160px;
}
@media screen and (max-width: 1500px) {
  .footer-container {
    padding: 64rem 160rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding: 64rem 16rem;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .footer-main {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
  }
}
.footer-main__elem h2 {
  color: var(--g-color-bg);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem h2 {
    font-size: 19rem;
    margin-bottom: 64rem;
  }
}
.footer-main__elem-detail ul li {
  display: flex;
  align-items: start;
  justify-content: left;
}
.footer-main__elem-detail ul li svg {
  margin-top: 3px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li svg {
    margin-top: 3rem;
    margin-right: 8rem;
    width: 20rem;
    height: 20rem;
  }
}
.footer-main__elem-detail ul li p {
  color: var(--g-color-bg);
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li p {
    font-size: 19rem;
  }
}
.footer-main__elem-detail ul li:first-child svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li:first-child svg {
    width: 24rem;
    height: 24rem;
  }
}
.footer-main__elem-detail ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-detail ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.footer-main__elem-link ul li a {
  color: var(--g-color-bg);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link ul li a {
    font-size: 16rem;
  }
}
.footer-main__elem-link > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.footer-main__elem-link > ul > li ul {
  padding-top: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li ul {
    padding-top: 8rem;
    padding-left: 8rem;
  }
}
.footer-main__elem-link > ul > li ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-link > ul > li ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem-btn {
    text-align: center;
  }
}
.footer-main__elem-btn:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-btn:first-child {
    margin-bottom: 24rem;
  }
}
.footer-main__elem-btn:first-child a:hover {
  color: var(--g-color-black);
}
.footer-main__elem-btn:first-child a:hover svg path {
  fill: var(--g-color-black);
}
.footer-main__elem-btn:last-child a {
  color: var(--g-color-black);
}
.footer-main__elem-btn:last-child a:hover {
  color: var(--g-color-bg);
}
.footer-main__elem-btn a {
  border: unset;
  width: 288px;
  height: 55px;
  padding: unset;
}
@media screen and (max-width: 1500px) {
  .footer-main__elem-btn a {
    width: 288rem;
    height: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem-btn a {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
.footer-bottom p {
  text-align: center;
  color: var(--g-color-bg);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.work-single {
  padding: 120px 0 170px;
}
@media screen and (max-width: 1500px) {
  .work-single {
    padding: 120rem 0 170rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single {
    padding: 20rem 0 60rem;
  }
}
.work-single-ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .work-single-ttl {
    margin-bottom: 25rem;
  }
}
.work-single-ttl h2 {
  color: #404040;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .work-single-ttl h2 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-ttl h2 {
    font-size: 20rem;
  }
}
.work-single-link {
  margin-bottom: 38px;
}
@media screen and (max-width: 1500px) {
  .work-single-link {
    margin-bottom: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-link {
    margin-bottom: 30rem;
  }
}
.work-single-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00A0E9;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1500px) {
  .work-single-link a {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-link a {
    font-size: 14rem;
  }
}
.work-single-link a svg {
  width: 15px;
  height: auto;
  margin-right: 11px;
}
@media screen and (max-width: 1500px) {
  .work-single-link a svg {
    width: 15rem;
    margin-right: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-link a svg {
    width: 12rem;
    margin-right: 11rem;
  }
}
.work-single-link a span {
  text-decoration: underline;
}
.work-single-img {
  width: 100%;
  height: 745px;
  margin-bottom: 57px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #707070;
}
@media screen and (max-width: 1500px) {
  .work-single-img {
    border-radius: 24rem;
    height: 745rem;
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-img {
    height: 300rem;
    margin-bottom: 30rem;
  }
}
.work-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-single-content * {
  font-size: 18px;
  color: #404040;
  line-height: 2;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .work-single-content * {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-content * {
    margin-bottom: 30rem;
  }
}
.work-single-content h1,
.work-single-content h2,
.work-single-content h3,
.work-single-content h4,
.work-single-content h5,
.work-single-content h6 {
  line-height: 1.8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width: 1500px) {
  .work-single-content h1,
  .work-single-content h2,
  .work-single-content h3,
  .work-single-content h4,
  .work-single-content h5,
  .work-single-content h6 {
    font-size: 24rem;
    margin-bottom: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-content h1,
  .work-single-content h2,
  .work-single-content h3,
  .work-single-content h4,
  .work-single-content h5,
  .work-single-content h6 {
    font-size: 18rem;
    margin-bottom: 20rem;
  }
}
.work-single-content img {
  border-radius: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .work-single-content img {
    border-radius: 24rem;
    margin-bottom: 40rem;
  }
}
.work-single-btn {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .work-single-btn {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-btn {
    margin-bottom: 60rem;
  }
}
.work-single-btn a {
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 472px;
  height: 114px;
  background: #00A0E9;
  border-radius: 100px;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1px solid #00A0E9;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .work-single-btn a {
    width: 472rem;
    height: 114rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .work-single-btn a {
    width: 100%;
    height: 60rem;
    font-size: 16rem;
  }
}
.work-single-btn a:hover {
  color: #00A0E9;
  background: var(--g-color-white);
}

.sec-work.work-other {
  padding-top: 160px;
}
@media screen and (max-width: 1500px) {
  .sec-work.work-other {
    padding-top: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work.work-other {
    padding-top: 80rem;
  }
}
.sec-work.work-other::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background: #dad8d8;
  z-index: 1;
  opacity: 0.3;
}
.sec-work.work-other .h-container {
  position: relative;
  z-index: 2;
}
.sec-work.work-other .sec-work-deco img {
  z-index: 3;
}
.sec-work.work-other .sec-ttl h2 {
  line-height: 1.2;
}

.sec-fv {
  background: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 919px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .sec-fv {
    height: 919rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    height: 720rem;
  }
}
.sec-fv-txt {
  position: absolute;
  z-index: 2;
  width: 300%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: 300px;
  transition: opacity 0.9s, visibility 0.4s, transform 1.6s ease-in-out, -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 1.6s ease-in-out;
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 1.6s ease-in-out, -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt {
    top: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt {
    top: 381rem;
  }
}
.sec-fv-txt.loaded {
  opacity: 1;
  transform: translateX(-50%) rotate(0);
}
.sec-fv-txt img {
  width: 100%;
  animation: rotate 400s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-fv-main {
  text-align: center;
  position: relative;
  z-index: 10;
  transition: opacity 0.9s, visibility 0.4s, transform 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 1s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transform: translate(300px, -100px) rotate(-40deg) scale(0.7);
  transition-delay: 1.4s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-main {
    transform: translate(300rem, -100rem) rotate(-40deg) scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main {
    transform: translate(150rem, -50rem) rotate(-40deg) scale(0.7);
  }
}
.sec-fv-main.loaded {
  opacity: 1;
  transform: translate(0, 100px) rotate(0) scale(1);
}
@media screen and (max-width: 1500px) {
  .sec-fv-main.loaded {
    transform: translate(0, 100rem) rotate(0) scale(1);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main.loaded {
    transform: translate(0, 178rem) rotate(0) scale(1);
  }
}
.sec-fv-main img {
  max-width: 600px;
  animation: mainWave 5s ease-in-out infinite;
}
@media screen and (max-width: 1500px) {
  .sec-fv-main img {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main img {
    max-width: 336rem;
  }
}
@keyframes mainWave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.sec-fv-earth {
  position: relative;
  z-index: 4;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .sec-fv-earth {
    padding-top: 150rem;
  }
}
.sec-fv-earth.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-earth img {
  width: 100%;
}
.sec-fv-building {
  position: absolute;
  top: 500px;
  left: 50%;
  width: 68%;
  z-index: 5;
  transform: translate(-50%, 30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-building {
    top: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-building {
    top: 435rem;
    width: 100%;
  }
}
.sec-fv-building.loaded {
  opacity: 1;
  transform: translate(-50%, 0);
}
.sec-fv-building img {
  width: 100%;
}
.sec-fv-deco01, .sec-fv-deco02, .sec-fv-deco03, .sec-fv-seadeco01, .sec-fv-seadeco02, .sec-fv-wavedeco01, .sec-fv-wavedeco02, .sec-fv-wavedeco03, .sec-fv-wavedeco04, .sec-fv-wavedeco05, .sec-fv-wavedeco06, .sec-fv-wavedeco07, .sec-fv-wavedeco08, .sec-fv-wavedeco09, .sec-fv-wavedeco10, .sec-fv-boatdeco, .sec-fv-light, .sec-fv-lighthouse, .sec-fv-fv-clouddeco01, .sec-fv-fv-clouddeco02, .sec-fv-fv-clouddeco03 {
  position: absolute;
}
.sec-fv-deco01 img, .sec-fv-deco02 img, .sec-fv-deco03 img, .sec-fv-seadeco01 img, .sec-fv-seadeco02 img, .sec-fv-wavedeco01 img, .sec-fv-wavedeco02 img, .sec-fv-wavedeco03 img, .sec-fv-wavedeco04 img, .sec-fv-wavedeco05 img, .sec-fv-wavedeco06 img, .sec-fv-wavedeco07 img, .sec-fv-wavedeco08 img, .sec-fv-wavedeco09 img, .sec-fv-wavedeco10 img, .sec-fv-boatdeco img, .sec-fv-light img, .sec-fv-lighthouse img, .sec-fv-fv-clouddeco01 img, .sec-fv-fv-clouddeco02 img, .sec-fv-fv-clouddeco03 img {
  width: 100%;
}
.sec-fv-wavedeco01, .sec-fv-wavedeco02, .sec-fv-wavedeco03, .sec-fv-wavedeco04, .sec-fv-wavedeco05, .sec-fv-wavedeco06, .sec-fv-wavedeco07, .sec-fv-wavedeco08, .sec-fv-wavedeco09, .sec-fv-wavedeco10 {
  animation: wave 6s linear infinite;
  z-index: 6;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.5s;
}
.sec-fv-wavedeco01.loaded, .sec-fv-wavedeco02.loaded, .sec-fv-wavedeco03.loaded, .sec-fv-wavedeco04.loaded, .sec-fv-wavedeco05.loaded, .sec-fv-wavedeco06.loaded, .sec-fv-wavedeco07.loaded, .sec-fv-wavedeco08.loaded, .sec-fv-wavedeco09.loaded, .sec-fv-wavedeco10.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-deco01 {
  width: 486px;
  bottom: 125px;
  left: 0;
  z-index: 6;
  transform: translate(-20%, 30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.16s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-deco01 {
    bottom: 125rem;
    width: 486rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-deco01 {
    left: -30rem;
    bottom: 100rem;
    width: 200rem;
    transform: translate(-20%, 30%) rotate(20deg);
  }
}
.sec-fv-deco01.loaded {
  opacity: 1;
  transform: translate(-20%, 0);
}
@media screen and (max-width: 768px) {
  .sec-fv-deco01.loaded {
    transform: translate(-20%, 0) rotate(20deg);
  }
}
.sec-fv-deco02 {
  width: 767px;
  bottom: 0;
  left: 0;
  z-index: 7;
  transform: translate(-18%, 48%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.08s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-deco02 {
    width: 767rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-deco02 {
    width: 234rem;
    transform: translate(-23%, -10%);
  }
}
.sec-fv-deco02.loaded {
  opacity: 1;
  transform: translate(-18%, 18%);
}
@media screen and (max-width: 768px) {
  .sec-fv-deco02.loaded {
    transform: translate(-23%, -40%);
  }
}
.sec-fv-deco03 {
  z-index: 6;
  width: 579px;
  bottom: 0;
  right: 0;
  transform: translate(15%, 40%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.12s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-deco03 {
    width: 579rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-deco03 {
    transform: translate(15%, -60%);
    width: 114rem;
  }
}
.sec-fv-deco03.loaded {
  opacity: 1;
  transform: translate(15%, 10%);
}
@media screen and (max-width: 768px) {
  .sec-fv-deco03.loaded {
    transform: translate(15%, -90%);
  }
}
.sec-fv-seadeco01 {
  width: 138px;
  z-index: 6;
  left: 30%;
  bottom: 35%;
  animation: wave 6s linear infinite;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-seadeco01 {
    width: 138rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-seadeco01 {
    width: 57rem;
    left: 24rem;
  }
}
.sec-fv-seadeco01.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-seadeco02 {
  width: 119px;
  z-index: 6;
  right: 25%;
  bottom: 30%;
  animation: wave 8s linear infinite;
  animation-delay: 1s;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-seadeco02 {
    width: 119rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-seadeco02 {
    width: 50rem;
    right: 5rem;
  }
}
.sec-fv-seadeco02.loaded {
  opacity: 1;
  transform: translateY(0);
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec-fv-boatdeco {
  width: 116px;
  z-index: 6;
  bottom: 40%;
  right: 35%;
  animation: boat 60s linear infinite;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.8s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-boatdeco {
    width: 116rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-boatdeco {
    width: 48rem;
  }
}
.sec-fv-boatdeco.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-boatdeco img {
  animation: boatwave 2s linear infinite;
}
@keyframes boatwave {
  0% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(-2deg);
  }
  66% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes boat {
  0% {
    right: 35%;
    transform: scaleX(1);
  }
  50% {
    right: 68%;
    transform: scaleX(1);
  }
  50.1% {
    right: 68%;
    transform: scaleX(-1);
  }
  99.9% {
    right: 35%;
    transform: scaleX(-1);
  }
  100% {
    right: 35%;
    transform: scaleX(1);
  }
}
.sec-fv-lighthouse {
  width: 120px;
  left: 20%;
  bottom: 350px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-fv-lighthouse {
    bottom: 350rem;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-lighthouse {
    bottom: 280rem;
    width: 40rem;
    left: 30rem;
  }
}
.sec-fv-light__wrap {
  position: relative;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.8s;
}
.sec-fv-light__wrap.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-fv-light {
  width: 1200px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scaleX(1);
  z-index: 2;
  animation: light 8s linear infinite;
}
@media screen and (max-width: 1500px) {
  .sec-fv-light {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-light {
    width: 400rem;
  }
}
@keyframes light {
  0% {
    transform: translateX(-49%) scaleX(1);
  }
  50% {
    transform: translateX(-51%) scaleX(-1);
  }
  100% {
    transform: translateX(-49%) scaleX(1);
  }
}
.sec-fv-wavedeco01 {
  width: 147px;
  bottom: 40%;
  right: 46%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco01 {
    width: 147rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco01 {
    right: 10%;
    bottom: 36%;
    width: 80rem;
  }
}
.sec-fv-wavedeco02 {
  width: 146px;
  bottom: 35%;
  animation-delay: 0.8s;
  right: 40%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco02 {
    width: 146rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco02 {
    display: none;
  }
}
.sec-fv-wavedeco03 {
  width: 192px;
  bottom: 35%;
  animation-delay: 1.2s;
  left: 40%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco03 {
    width: 192rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco03 {
    width: 70rem;
    left: 35%;
  }
}
.sec-fv-wavedeco04 {
  width: 193px;
  animation-delay: 0.2s;
  bottom: 34%;
  left: 22%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco04 {
    width: 193rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco04 {
    bottom: 32%;
    left: 18%;
    width: 60rem;
  }
}
.sec-fv-wavedeco05 {
  width: 220px;
  animation-delay: 1s;
  bottom: 30%;
  right: 30%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco05 {
    width: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco05 {
    bottom: 33%;
    right: 20%;
    width: 85rem;
  }
}
.sec-fv-wavedeco06 {
  width: 136px;
  animation-delay: 0.3s;
  bottom: 31%;
  left: 35%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco06 {
    width: 136rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco06 {
    left: 30%;
    bottom: 28%;
    width: 81rem;
  }
}
.sec-fv-wavedeco07 {
  width: 193px;
  bottom: 25%;
  animation-delay: 0.6s;
  right: 50%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco07 {
    width: 193rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco07 {
    right: 80%;
    bottom: 28%;
    width: 82rem;
  }
}
.sec-fv-wavedeco08 {
  width: 155px;
  animation-delay: 1.3s;
  bottom: 24%;
  right: 35%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco08 {
    width: 155rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco08 {
    display: none;
  }
}
.sec-fv-wavedeco09 {
  width: 156px;
  animation-delay: 1.1s;
  bottom: 23%;
  right: 20%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco09 {
    width: 156rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco09 {
    display: none;
  }
}
.sec-fv-wavedeco10 {
  width: 193px;
  animation-delay: 1s;
  bottom: 22%;
  left: 25%;
}
@media screen and (max-width: 1500px) {
  .sec-fv-wavedeco10 {
    width: 193rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-wavedeco10 {
    bottom: 27%;
    left: 58%;
    width: 82rem;
  }
}
.sec-fv-fv-clouddeco01 {
  width: 464px;
  bottom: 45%;
  left: 0;
  transform: translateX(-60%);
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .sec-fv-fv-clouddeco01 {
    width: 464rem;
  }
}
.sec-fv-fv-clouddeco02 {
  width: 324px;
  top: 0;
  left: 25%;
  z-index: 5;
  transform: translateY(-40%);
}
@media screen and (max-width: 1500px) {
  .sec-fv-fv-clouddeco02 {
    width: 324rem;
  }
}
.sec-fv-fv-clouddeco03 {
  width: 329px;
  top: 22%;
  right: 10%;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .sec-fv-fv-clouddeco03 {
    width: 329rem;
  }
}

.sec-concept {
  overflow: unset;
  overflow-x: clip;
  z-index: 2;
}
.sec-concept > img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  top: -150px;
  transform: translateY(30%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .sec-concept > img {
    top: -150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept > img {
    top: -120rem;
  }
}
.sec-concept > img.loaded {
  opacity: 1;
  transform: translateY(0);
}
.sec-concept-deco04 {
  z-index: 1;
  width: 778px;
  top: 0;
  right: 0;
  position: absolute;
  transform: translate(10%, -15%);
  transition: opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.5s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  opacity: 0;
  transition-delay: 0.06s;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco04 {
    width: 778rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco04 {
    width: 154rem;
    transform: translate(10%, -75%);
  }
}
.sec-concept-deco04.loaded {
  opacity: 1;
  transform: translate(10%, -45%);
}
@media screen and (max-width: 768px) {
  .sec-concept-deco04.loaded {
    transform: translate(10%, -105%);
  }
}
.sec-concept-deco04 img {
  width: 100%;
}
.sec-concept-deco01, .sec-concept-deco02, .sec-concept-deco03 {
  position: absolute;
  z-index: 4;
}
.sec-concept-deco01 img, .sec-concept-deco02 img, .sec-concept-deco03 img {
  width: 100%;
}
.sec-concept-deco01 {
  width: 500px;
  top: -180px;
  left: -140px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco01 {
    top: -180rem;
    left: -140rem;
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco01 {
    top: -180rem;
    left: -110rem;
    width: 227rem;
  }
}
.sec-concept-deco02 {
  width: 623px;
  top: -80px;
  right: -200px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco02 {
    top: -80rem;
    right: -200rem;
    width: 623rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco02 {
    top: -80rem;
    right: -100rem;
    width: 232rem;
  }
}
.sec-concept-deco03 {
  width: 242px;
  bottom: 47px;
  right: 100px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco03 {
    bottom: 47rem;
    right: 100rem;
    width: 242rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco03 {
    width: 94rem;
    bottom: 81rem;
    right: 35rem;
  }
}
.sec-concept .container {
  padding: 115px 0 150px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-concept .container {
    padding: 115rem 0 150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept .container {
    display: block;
    padding: 20rem 0 150rem;
  }
}
.sec-concept-imgs {
  max-width: 535px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec-concept-imgs {
    max-width: 535rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-imgs {
    max-width: 282rem;
    margin-bottom: 50rem;
  }
}
.sec-concept-imgs__elem {
  transition-delay: 0.3s;
}
.sec-concept-imgs__elem._fadeup {
  transform: translate(100px, 100px) rotate(30deg);
}
.sec-concept-imgs__elem._show {
  transform: translate(0) rotate(0);
}
.sec-concept-imgs__elem:nth-child(1) {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  z-index: 2;
  transition-delay: 1s;
}
.sec-concept-imgs__elem:nth-child(1) img {
  transform: rotate(-6deg);
}
.sec-concept-main {
  max-width: 492px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-concept-main {
    max-width: 492rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-main {
    max-width: 100%;
  }
}
.sec-concept-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-ttl {
    margin-bottom: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-ttl {
    margin-bottom: 25rem;
  }
}
.sec-concept-ttl span {
  font-family: "Barlow", sans-serif;
  color: var(--g-color-white);
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .sec-concept-ttl span {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-ttl span {
    font-size: 18rem;
  }
}
.sec-concept-ttl p {
  font-size: 44px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .sec-concept-ttl p {
    font-size: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-ttl p {
    font-size: 28rem;
  }
}
.sec-concept-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .sec-concept-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-txt p {
    font-size: 14rem;
  }
}
.sec-concept-deco {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.sec-concept-deco._deco01 {
  left: 0;
  transform: translate(-20%, 65%);
}
@media screen and (max-width: 768px) {
  .sec-concept-deco._deco01 {
    transform: translate(-30%, 50%);
  }
}
.sec-concept-deco._deco01 img {
  width: 860px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco._deco01 img {
    width: 860rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco._deco01 img {
    width: 314rem;
  }
}
.sec-concept-deco._deco02 {
  right: 0;
  transform: translate(20%, 60%);
}
@media screen and (max-width: 768px) {
  .sec-concept-deco._deco02 {
    transform: translate(20%, 40%);
  }
}
.sec-concept-deco._deco02 img {
  width: 829px;
}
@media screen and (max-width: 1500px) {
  .sec-concept-deco._deco02 img {
    width: 829rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concept-deco._deco02 img {
    width: 254rem;
  }
}

.sec-about {
  background: url(../img/about-bg.webp);
  background-size: 100% 100%;
  padding: 150px 0 350px;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-about {
    padding: 150rem 0 350rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about {
    background: url(../img/about-bg-sp.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 88rem 0 52rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .container {
    max-width: 315rem;
  }
}
.sec-about-deco01, .sec-about-deco02, .sec-about-deco03, .sec-about-deco04, .sec-about-deco05, .sec-about-deco06 {
  position: absolute;
  z-index: 4;
}
.sec-about-deco01 img, .sec-about-deco02 img, .sec-about-deco03 img, .sec-about-deco04 img, .sec-about-deco05 img, .sec-about-deco06 img {
  width: 100%;
}
.sec-about-deco01 {
  width: 295px;
  top: 117px;
  left: -57px;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco01 {
    top: 117rem;
    left: -57rem;
    width: 295rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco01 {
    top: 0;
    left: -60rem;
    width: 160rem;
  }
}
.sec-about-deco02 {
  width: 385px;
  top: 520px;
  right: -112px;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco02 {
    top: 520rem;
    right: -112rem;
    width: 385rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco02 {
    top: 180rem;
    right: -62rem;
    width: 141rem;
  }
}
.sec-about-deco03 {
  width: 175px;
  top: 40%;
  left: 121px;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco03 {
    left: 121rem;
    width: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco03 {
    top: 39%;
    left: -11rem;
    width: 92rem;
  }
}
.sec-about-deco04 {
  width: 215px;
  bottom: 35%;
  right: 99px;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco04 {
    right: 99rem;
    width: 215rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco04 {
    bottom: 37%;
    right: 5rem;
    width: 83rem;
  }
}
.sec-about-deco05 {
  width: 517px;
  bottom: 20%;
  left: -166px;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco05 {
    left: -166rem;
    width: 517rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco05 {
    bottom: 12%;
    left: -20rem;
    width: 109rem;
  }
}
.sec-about-deco06 {
  width: 170px;
  bottom: 10%;
  left: 55%;
}
@media screen and (max-width: 1500px) {
  .sec-about-deco06 {
    width: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-deco06 {
    bottom: 2%;
    width: 72rem;
  }
}
.sec-about .sec-ttl {
  margin-bottom: 74px;
}
@media screen and (max-width: 1500px) {
  .sec-about .sec-ttl {
    margin-bottom: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .sec-ttl {
    margin-bottom: 58rem;
  }
}
.sec-about-main {
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-about-main {
    margin-bottom: 120rem;
  }
}
.sec-about__elem {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-about__elem {
    align-items: start;
  }
}
.sec-about__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.sec-about__elem-img {
  margin-right: 34px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem-img {
    margin-right: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem-img {
    margin-right: 12rem;
    max-width: 64rem;
    width: 100%;
  }
}
.sec-about__elem-img img {
  width: 122px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem-img img {
    margin-bottom: 6rem;
    width: 122rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem-img img {
    margin-bottom: 4rem;
    width: 64rem;
  }
}
.sec-about__elem-img span {
  display: block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-about__elem-img span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem-img span {
    font-size: 12rem;
  }
}
.sec-about__elem-txt {
  display: flex;
  align-items: end;
  justify-content: left;
}
.sec-about__elem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #404040;
  line-height: 1.8;
  background: var(--g-color-white);
  padding: 36px 70px 36px 50px;
  border-radius: 0 40px 40px 40px;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem-txt p {
    font-size: 18rem;
    padding: 36rem 70rem 36rem 50rem;
    border-radius: 0 40rem 40rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem-txt p {
    font-size: 15rem;
    padding: 25rem 40rem 25rem 25rem;
    border-radius: 0 30rem 30rem 30rem;
  }
}
.sec-about__elem._right {
  flex-direction: row-reverse;
  justify-content: right;
}
.sec-about__elem._right .sec-about__elem-img {
  margin-right: 0;
  margin-left: 34px;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem._right .sec-about__elem-img {
    margin-left: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem._right .sec-about__elem-img {
    margin-left: 12rem;
  }
}
.sec-about__elem._right .sec-about__elem-txt p {
  background: #ADE6FF;
  padding: 36px 50px 36px 70px;
  border-radius: 40px 0 40px 40px;
}
@media screen and (max-width: 1500px) {
  .sec-about__elem._right .sec-about__elem-txt p {
    padding: 36rem 50rem 36rem 70rem;
    border-radius: 40rem 0 40rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about__elem._right .sec-about__elem-txt p {
    padding: 25rem 25rem 25rem 40rem;
    border-radius: 30rem 0 30rem 30rem;
  }
}

.sec-work {
  padding-bottom: 110px;
  z-index: 2;
  overflow-x: clip;
  overflow-y: unset;
}
@media screen and (max-width: 1500px) {
  .sec-work {
    padding-bottom: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work {
    padding-bottom: 60rem;
  }
}
.sec-work .sec-ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 1500px) {
  .sec-work .sec-ttl {
    margin-bottom: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work .sec-ttl {
    margin-bottom: 39rem;
  }
}
.sec-work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 24px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1500px) {
  .sec-work-list {
    padding-bottom: 78rem;
    gap: 54rem 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30rem;
    padding-bottom: 35rem;
  }
}
.sec-work__elem {
  max-width: 384px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-work__elem {
    max-width: 384rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work__elem {
    max-width: 100%;
  }
}
.sec-work__elem-img {
  width: 100%;
  height: 260px;
  margin-bottom: 21px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 2px #707070;
}
@media screen and (max-width: 1500px) {
  .sec-work__elem-img {
    border-radius: 24rem;
    height: 260rem;
    margin-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work__elem-img {
    border-radius: 14rem;
    height: 200rem;
    margin-bottom: 16rem;
  }
}
.sec-work__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-work__elem-ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 1500px) {
  .sec-work__elem-ttl {
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work__elem-ttl {
    margin-bottom: 11rem;
  }
}
.sec-work__elem-ttl p {
  font-size: 18px;
  color: #404040;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-work__elem-ttl p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work__elem-ttl p {
    font-size: 16rem;
  }
}
.sec-work__elem-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px 28px;
}
@media screen and (max-width: 768px) {
  .sec-work__elem-ctgs {
    gap: 8rem 25rem;
  }
}
.sec-work__elem-ctgs span {
  color: #00A0E9;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-work__elem-ctgs span {
    font-size: 12rem;
  }
}
.sec-work__elem:hover img {
  transform: scale(1.1);
}
.sec-work-btn {
  text-align: center;
}
.sec-work-btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .sec-work-btn-txt {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-btn-txt {
    margin-bottom: 10rem;
  }
}
.sec-work-btn-txt p {
  font-size: 20px;
  color: #404040;
  margin: 0 21px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-work-btn-txt p {
    font-size: 20rem;
    margin: 0 21rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-btn-txt p {
    font-size: 17rem;
    margin: 0 12rem;
  }
}
.sec-work-btn-txt svg {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-work-btn-txt svg {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-btn-txt svg {
    width: 19rem;
  }
}
.sec-work-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  background-color: #00A0E9;
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  padding: 40px 150px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  margin: auto;
  border: 1px solid #00A0E9;
}
@media screen and (max-width: 1500px) {
  .sec-work-btn a {
    font-size: 24rem;
    padding: 40rem 150rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-btn a {
    font-size: 20rem;
    padding: 22rem 0;
    width: 100%;
  }
}
.sec-work-btn a svg {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-work-btn a svg {
    right: 64rem;
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-work-btn a svg {
    right: 27rem;
    width: 16rem;
  }
}
.sec-work-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.sec-work-btn a:hover {
  background: var(--g-color-white);
  color: #00A0E9;
}
.sec-work-btn a:hover svg path {
  stroke: #00A0E9;
}
.sec-work-deco img {
  position: absolute;
  bottom: 0;
}
.sec-work-deco img:nth-child(1) {
  width: 526px;
  bottom: 0;
  left: 0;
  transform: translate(-60px, 110px);
}
@media screen and (max-width: 1500px) {
  .sec-work-deco img:nth-child(1) {
    width: 526rem;
    transform: translate(-60rem, 110rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-work-deco img:nth-child(1) {
    width: 230rem;
    transform: translate(-60rem, 20rem);
  }
}
.sec-work-deco img:nth-child(2) {
  width: 542px;
  bottom: 0;
  right: 0;
  transform: translate(60px, 60%);
}
@media screen and (max-width: 1500px) {
  .sec-work-deco img:nth-child(2) {
    width: 542rem;
    transform: translate(60rem, 60%);
  }
}
@media screen and (max-width: 768px) {
  .sec-work-deco img:nth-child(2) {
    width: 240rem;
    transform: translate(60rem, 50%);
  }
}

.sec-service {
  background: url(../img/service-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 280px 0 190px;
  z-index: 1;
  overflow: unset;
}
@media screen and (max-width: 1500px) {
  .sec-service {
    padding: 280rem 0 190rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service {
    padding: 128rem 0 140rem;
    background: url(../img/service-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.sec-service > img {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  z-index: 1;
}
.sec-service > img:nth-child(2) {
  top: 0;
}
.sec-service .container {
  position: relative;
  z-index: 2;
}
.sec-service-ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 1500px) {
  .sec-service-ttl {
    margin-bottom: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl {
    margin-bottom: 42rem;
  }
}
.sec-service-ttl h2 {
  color: var(--g-color-white);
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-size: 110px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec-service-ttl h2 {
    font-size: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl h2 {
    font-size: 58rem;
  }
}
.sec-service-ttl h2 span {
  display: block;
}
.sec-service-ttl h2 span._fadeup {
  transform: translateY(100%);
  opacity: 1;
}
.sec-service-ttl p {
  color: var(--g-color-white);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-service-ttl p {
    font-size: 14rem;
  }
}
.sec-service__elem {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px dashed var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .sec-service__elem {
    display: block;
    padding: 30rem 0;
  }
}
.sec-service__elem:first-child {
  border-top: 1px dashed var(--g-color-white);
}
.sec-service__elem-num {
  max-width: 62px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-service__elem-num {
    max-width: 62rem;
  }
}
.sec-service__elem-num span {
  color: #60B546;
  font-size: 32px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  max-width: 62px;
  height: 62px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-service__elem-num span {
    max-width: 62rem;
    height: 62rem;
    font-size: 32rem;
  }
}
.sec-service__elem-img {
  max-width: 254px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-service__elem-img {
    max-width: 254rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img {
    margin: auto;
  }
}
.sec-service__elem-img img {
  width: 100%;
}
.sec-service__elem-txt {
  max-width: 100%;
  width: 100%;
}
.sec-service__elem-txt > span {
  display: block;
  margin-bottom: 19px;
  color: var(--g-color-white);
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .sec-service__elem-txt > span {
    margin-bottom: 19rem;
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt > span {
    font-size: 24rem;
  }
}
.sec-service__elem-txt > span span {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt > span span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: var(--g-color-white);
    font-size: 22rem;
    font-family: "Barlow", sans-serif;
    color: #60B546;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-right: 10rem;
  }
}
.sec-service__elem-txt p {
  color: var(--g-color-white);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .sec-service__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt p {
    font-size: 14rem;
  }
}

.sec-contact {
  background: url(../img/contact-bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 220px 0 90px;
  z-index: 2;
  overflow-x: clip;
  overflow-y: unset;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .sec-contact {
    padding: 220rem 0 90rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 92rem 0 96rem;
  }
}
.sec-contact .container {
  max-width: 1000px;
  padding: 0 100px;
}
@media screen and (max-width: 1500px) {
  .sec-contact .container {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact .container {
    max-width: 295rem;
    padding: 0;
  }
}
.sec-contact-boat {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-110%, -20%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: boatcontact 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .sec-contact-boat {
    animation: boatcontactsp 40s linear infinite;
  }
}
@keyframes boatcontact {
  0% {
    left: 0;
  }
  100% {
    left: 120%;
  }
}
@keyframes boatcontactsp {
  0% {
    left: 0;
  }
  100% {
    left: 150%;
  }
}
.sec-contact-boat__elem:nth-child(1) img {
  width: 200px;
  max-width: unset;
  animation: boatwavescaleX 2s linear infinite;
}
@media screen and (max-width: 1500px) {
  .sec-contact-boat__elem:nth-child(1) img {
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-boat__elem:nth-child(1) img {
    width: 89rem;
  }
}
@keyframes boatwavescaleX {
  0% {
    transform: scaleX(-1) rotate(0);
  }
  33% {
    transform: scaleX(-1) rotate(-2deg);
  }
  66% {
    transform: scaleX(-1) rotate(2deg);
  }
  100% {
    transform: scaleX(-1) rotate(0);
  }
}
.sec-contact-boat__elem:nth-child(2) img {
  width: 355px;
  max-width: unset;
  transform: translate(0, -46%);
  animation: waveofboat 2s linear infinite;
}
@media screen and (max-width: 1500px) {
  .sec-contact-boat__elem:nth-child(2) img {
    width: 355rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-boat__elem:nth-child(2) img {
    width: 160rem;
  }
}
@keyframes waveofboat {
  0% {
    transform: translate(-5%, -46%);
  }
  50% {
    transform: translate(0%, -39%);
  }
  100% {
    transform: translate(-5%, -46%);
  }
}
.sec-contact-wave img {
  position: absolute;
  animation: wave 6s linear infinite;
}
.sec-contact-wave img:nth-child(1) {
  width: 178px;
  top: 75px;
  right: 15%;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(1) {
    width: 178rem;
    top: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(1) {
    width: 110rem;
    top: 2rem;
  }
}
.sec-contact-wave img:nth-child(2) {
  width: 235px;
  top: 390px;
  animation-delay: 0.3s;
  left: -2%;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(2) {
    width: 235rem;
    top: 390rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(2) {
    width: 113rem;
    top: 47rem;
  }
}
.sec-contact-wave img:nth-child(3) {
  width: 235px;
  animation-delay: 0.12s;
  top: 412px;
  right: 5%;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(3) {
    width: 235rem;
    top: 412rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(3) {
    width: 113rem;
    top: 140rem;
  }
}
.sec-contact-wave img:nth-child(4) {
  width: 233px;
  top: 40%;
  animation-delay: 0.3s;
  right: 1%;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(4) {
    width: 233rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(4) {
    display: none;
  }
}
.sec-contact-wave img:nth-child(5) {
  width: 165px;
  top: 42%;
  animation-delay: 0.42s;
  left: 4%;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(5) {
    width: 165rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(5) {
    width: 96rem;
    bottom: 140rem;
    top: auto;
    left: -8rem;
  }
}
.sec-contact-wave img:nth-child(6) {
  width: 180px;
  bottom: 20%;
  right: -1%;
  animation-delay: 0.06s;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(6) {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(6) {
    width: 96rem;
    bottom: 165rem;
    top: auto;
    right: -21rem;
  }
}
.sec-contact-wave img:nth-child(7) {
  width: 233px;
  bottom: 20%;
  left: 2%;
  animation-delay: 0.18s;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(7) {
    width: 233rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(7) {
    display: none;
  }
}
.sec-contact-wave img:nth-child(8) {
  width: 233px;
  bottom: 8%;
  right: 8%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1500px) {
  .sec-contact-wave img:nth-child(8) {
    width: 233rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-wave img:nth-child(8) {
    display: none;
  }
}
.sec-contact-deco img {
  position: absolute;
  animation: wave 6s linear infinite;
}
.sec-contact-deco img:nth-child(1) {
  top: 35%;
  left: 5%;
  width: 229px;
  animation-delay: 0.8s;
}
@media screen and (max-width: 1500px) {
  .sec-contact-deco img:nth-child(1) {
    width: 229rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-deco img:nth-child(1) {
    width: 100rem;
    top: 38rem;
    right: 11rem;
    left: auto;
  }
}
.sec-contact-deco img:nth-child(2) {
  animation-delay: 1.5s;
  top: 10%;
  right: 3%;
  width: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-deco img:nth-child(2) {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-deco img:nth-child(2) {
    display: none;
  }
}
.sec-contact-light, .sec-contact-lighthouse {
  position: absolute;
}
.sec-contact-light img, .sec-contact-lighthouse img {
  width: 100%;
}
.sec-contact-lighthouse {
  width: 680px;
  height: 120px;
  overflow: hidden;
  left: -10%;
  bottom: 10px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .sec-contact-lighthouse {
    bottom: 10rem;
    width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-lighthouse {
    width: 500rem;
    height: 95rem;
    bottom: 0;
    left: -50%;
  }
}
.sec-contact-light__wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.sec-contact-light__wrap > img {
  width: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-light__wrap > img {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-light__wrap > img {
    width: 90rem;
  }
}
.sec-contact-light {
  width: 1200px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scaleX(1);
  z-index: 2;
  animation: light 8s linear infinite;
}
@media screen and (max-width: 1500px) {
  .sec-contact-light {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-light {
    width: 500rem;
    top: 18rem;
  }
}
@keyframes light {
  0% {
    transform: translateX(-49%) scaleX(1);
  }
  50% {
    transform: translateX(-51%) scaleX(-1);
  }
  100% {
    transform: translateX(-49%) scaleX(1);
  }
}
.sec-contact-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-ttl {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl {
    margin-bottom: 30rem;
  }
}
.sec-contact-ttl h2 {
  line-height: 1;
  color: var(--g-color-white);
  font-family: "Barlow", sans-serif;
  font-size: 110px;
  letter-spacing: 0.05em;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-ttl h2 {
    margin-bottom: 10rem;
    font-size: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl h2 {
    margin-bottom: 10rem;
    font-size: 58rem;
  }
}
.sec-contact-ttl h2 span {
  display: block;
}
.sec-contact-ttl h2 span._fadeup {
  transform: translateY(100%);
  opacity: 1;
}
.sec-contact-ttl p {
  color: var(--g-color-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl p {
    font-size: 14rem;
  }
}
.sec-contact-main {
  margin-bottom: 180px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-main {
    margin-bottom: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main {
    margin-bottom: 68rem;
  }
}
.sec-contact-main > p {
  font-size: 16px;
  color: var(--g-color-white);
  margin-bottom: 74px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .sec-contact-main > p {
    font-size: 16rem;
    margin-bottom: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p {
    text-align: left;
    font-size: 13rem;
    margin-bottom: 69rem;
  }
}
.sec-contact__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-contact__elem {
    display: block;
  }
}
.sec-contact__elem:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1500px) {
  .sec-contact__elem:not(:last-child) {
    margin-bottom: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-contact__elem-label {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-contact__elem-label {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
}
.sec-contact__elem-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-white);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 50px;
  background: #72D800;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .sec-contact__elem-label span {
    font-size: 12rem;
    padding: 3rem 9rem;
    margin-left: 11rem;
  }
}
.sec-contact__elem-inp {
  max-width: 569px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-contact__elem-inp {
    max-width: 569rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__elem-inp {
    max-width: 100%;
  }
}
.sec-contact__elem-inp input,
.sec-contact__elem-inp textarea {
  width: 100%;
  border-radius: 10px;
  height: 54px;
  padding: 15px 22px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #404040;
  line-height: 1.7;
  border: unset;
  background: var(--g-color-white);
  outline: unset;
}
@media screen and (max-width: 1500px) {
  .sec-contact__elem-inp input,
  .sec-contact__elem-inp textarea {
    max-width: 569rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__elem-inp input,
  .sec-contact__elem-inp textarea {
    max-width: 100%;
    height: 47rem;
    padding: 14rem;
    font-size: 15rem;
  }
}
.sec-contact__elem-inp textarea {
  height: 237px;
  font-family: LINE Seed JP_TTF;
}
@media screen and (max-width: 1500px) {
  .sec-contact__elem-inp textarea {
    height: 237rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__elem-inp textarea {
    height: 170rem;
  }
}
.sec-contact__elem.last-elem {
  align-items: start;
  margin-bottom: 72px;
}
@media screen and (max-width: 1500px) {
  .sec-contact__elem.last-elem {
    margin-bottom: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact__elem.last-elem {
    margin-bottom: 36rem;
  }
}
.sec-contact-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 1500px) {
  .sec-contact-privacy {
    margin-bottom: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-privacy {
    margin-bottom: 20rem;
  }
}
.sec-contact-privacy-checkbox > span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 4px;
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec-contact-privacy-checkbox > span {
    width: 20rem;
    height: 20rem;
    margin-right: 11rem;
  }
}
.sec-contact-privacy-checkbox > span span {
  transition: all 0.4s ease-in-out;
  background: #00A0E9;
  width: 0;
  height: 0;
  display: block;
}
.sec-contact-privacy-checkbox > span.active span {
  width: 80%;
  height: 80%;
}
.sec-contact-privacy-txt span {
  color: var(--g-color-white);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-contact-privacy-txt span {
    font-size: 14rem;
  }
}
.sec-contact-privacy-txt span a {
  border-bottom: 1px solid var(--g-color-white);
  color: var(--g-color-white);
}
.sec-contact-btn {
  text-align: center;
}
.sec-contact-btn button {
  padding: 32px 160px;
  background: #3E3E3E;
  border: 1px solid #3E3E3E;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-white);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-contact-btn button {
    padding: 22rem 100rem;
    width: 100%;
    font-size: 20rem;
  }
}
.sec-contact-btn button:hover {
  background: var(--g-color-white);
  color: #3E3E3E;
}
.sec-contact-footer {
  text-align: center;
}
.sec-contact-footer .to-top {
  display: inline-block;
  margin-bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .sec-contact-footer .to-top {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-footer .to-top {
    margin-bottom: 30rem;
  }
}
.sec-contact-footer .to-top svg {
  width: 103px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-contact-footer .to-top svg {
    width: 78rem;
  }
}
.sec-contact-footer p {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-contact-footer p {
    font-size: 12rem;
  }
}/*# sourceMappingURL=style.css.map */