@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --g-padding-s: 36rem;
  --g-padding-m: 80px;
  --g-padding-l: 180rem;
  --g-color-base: #F4FBFD;
  --g-color-brown: #A38F75;
  --g-color-black: #000;
  --g-color-white: #fff;
  --g-color-orange: #ef6400;
  --g-color-red: #D33333;
  --g-color-pink: #D372EA;
  --g-color-blue: #02648E;
  --g-color-green: #00BA8B;
  --g-color-gray: #D2D6D7;
  --g-color-yellow: #E9A83B;
  --g-color-border: #707070;
}
@media screen and (max-width: 1550px) {
  :root {
    --g-padding-m: 80rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-m: 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: 1550px) {
  html {
    font-size: 0.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

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;
  background-color: var(--g-color-base);
  overflow-x: clip;
}
body.is-menu-active {
  overflow: hidden;
}
body.is-loading main {
  filter: blur(20px);
}
body::before {
  content: "";
  position: fixed;
  background: linear-gradient(to right, #89DDEC 0%, #89DDEC 100%);
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  z-index: 996;
  filter: blur(10px);
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
body::after {
  content: "";
  position: fixed;
  background: linear-gradient(to bottom, #89DDEC 0%, #3a4ed5 100%);
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 996;
  filter: blur(10px);
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
body.loaded::before, body.loaded::after {
  filter: blur(0);
  opacity: 1;
}

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;
  z-index: 901;
}

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

section {
  position: relative;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1550px) {
  .container {
    max-width: 1280rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 294rem;
  }
}

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

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

.sec-ttl-en {
  font-size: 100px;
  line-height: 1.2;
  color: var(--g-color-black);
  font-family: MPLUS1;
  font-weight: 300;
}
@media screen and (max-width: 1550px) {
  .sec-ttl-en {
    font-size: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-en {
    font-size: 50rem;
  }
}

.dia-ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1550px) {
  .dia-ttl {
    font-size: 24rem;
    padding-left: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .dia-ttl {
    font-size: 14rem;
    padding-left: 30rem;
  }
}
.dia-ttl::before {
  content: "";
  background: url(../img/diamond-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1550px) {
  .dia-ttl::before {
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .dia-ttl::before {
    width: 24rem;
    height: 24rem;
  }
}

.a-link {
  position: relative;
}
.a-link::after {
  content: "";
  background-image: url(../img/blank-ico_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(140%, -40%);
  padding-left: 8px;
  width: 14px;
  height: 14px;
}

.a-btn a {
  color: var(--g-color-white);
  font-size: 20px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 319px;
  height: 80px;
  border-radius: 100px;
  background: var(--g-color-black);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .a-btn a {
    font-size: 20rem;
    width: 319rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .a-btn a {
    width: 191rem;
    height: 48rem;
  }
}
.a-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0.35turn, #D372EA, #BC8DF1);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.a-btn a::after {
  content: "";
  background: url(../img/blank-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}
.a-btn a span {
  position: relative;
  z-index: 1;
}
.a-btn a:hover::before {
  opacity: 1;
}

@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-VariableFont_wght.ttf");
  font-weight: 200;
}
html {
  font-family: "Zen Kaku Gothic Antique";
}

._bold {
  font-weight: 700;
}

.u-font-en {
  font-family: "MPLUS1";
}

.js-io._fadeup {
  transform: translate(0, 36px);
  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);
  visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.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;
}
.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.1s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F4FBFD;
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.9s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.loading-txt .loading-img img {
  width: 130px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .loading-txt .loading-img img {
    width: 120rem;
    margin-bottom: 30rem;
  }
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100vw - 20px);
  z-index: 995;
  background: var(--g-color-base);
  filter: blur(10px);
  opacity: 0;
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .header {
    width: calc(100vw - 20rem);
    top: 10rem;
    left: 10rem;
    height: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: calc(100vw - 20px);
    top: 8px;
    left: 10px;
    height: 38rem;
  }
}
.header.loaded {
  filter: blur(0);
  opacity: 1;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-left {
    justify-content: space-between;
    width: 100%;
  }
}
.header-left::after {
  content: "";
  position: absolute;
  width: 80vw;
  height: 0.5px;
  background: var(--g-color-border);
  bottom: 1px;
  left: 300px;
}
@media screen and (max-width: 1550px) {
  .header-left::after {
    left: 374rem;
    width: 49.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header-left::after {
    display: none;
  }
}
.header-left .logo {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 96px;
  border-right: 0.5px solid var(--g-color-border);
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-left .logo {
    width: 278rem;
  }
}
.header-left .logo::after {
  content: "";
  position: absolute;
  width: 284px;
  height: 0.5px;
  background: var(--g-color-border);
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 1550px) {
  .header-left .logo::after {
    width: 284rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo::after {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  .header-left .logo {
    height: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo {
    height: 38rem;
  }
}
.header-left .logo h1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89DDEC;
  background-repeat: no-repeat;
  background-position: 0 -10px;
}
@media screen and (max-width: 1550px) {
  .header-left .logo h1 {
    background-position: 0 -10rem;
  }
}
.header-left .logo h1 a {
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1550px) {
  .header-left .logo h1 a {
    padding: 0 21rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo h1 a {
    padding: 0 8rem;
  }
}
.header-left .logo h1 img {
  width: 54px;
}
@media screen and (max-width: 1550px) {
  .header-left .logo h1 img {
    width: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo h1 img {
    width: 25rem;
  }
}
.header-left .logo-txt {
  padding: 0 48px;
}
@media screen and (max-width: 1550px) {
  .header-left .logo-txt {
    padding: 0 48rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo-txt {
    padding: 0 16rem;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    width: 232rem;
    border-bottom: 1px solid var(--g-color-border);
  }
}
.header-left .logo-txt img {
  width: 188px;
}
@media screen and (max-width: 1550px) {
  .header-left .logo-txt img {
    width: 188rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .logo-txt img {
    width: 121rem;
  }
}
.header-left .page-link {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 40px;
}
@media screen and (max-width: 1550px) {
  .header-left .page-link {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .page-link {
    display: none;
  }
}
.header-left .page-link li {
  margin-right: 48px;
}
@media screen and (max-width: 1550px) {
  .header-left .page-link li {
    margin-right: 48rem;
  }
}
.header-left .page-link li a {
  font-size: 16px;
  color: var(--g-color-black);
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .header-left .page-link li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-left .page-link li a {
    font-size: 14rem;
  }
}
.header-left .page-link li a::after {
  content: "";
  height: 1px;
  width: 0;
  background: #D372EA;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.3s ease-in-out;
}
.header-left .page-link li a:hover {
  color: #D372EA;
}
.header-left .page-link li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-left .sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-left .sp-menu {
    border-bottom: 1px solid var(--g-color-border);
    height: 38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108rem;
  }
}
.header-left .sp-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-left .sp-menu-btn > span {
  font-size: 12rem;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  margin-right: 8rem;
}
.header-left .sp-menu-btn .btn-ico span {
  transition: all 0.3s ease-in-out;
  width: 18rem;
  display: block;
  height: 1px;
  background: var(--g-color-pink);
}
.header-left .sp-menu-btn .btn-ico span:nth-child(2) {
  margin: 5.5rem 0;
}
.header-left .sp-menu-btn .btn-ico.open span:nth-child(1) {
  transform: rotate(160deg) translate(3rem, -6.2rem);
}
.header-left .sp-menu-btn .btn-ico.open span:nth-child(2) {
  opacity: 0;
}
.header-left .sp-menu-btn .btn-ico.open span:nth-child(3) {
  transform: rotate(-160deg) translate(3rem, 4.5rem);
}
.header-right .other-link {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .header-right .other-link {
    display: none;
  }
}
.header-right .other-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 196px;
  height: 96px;
  color: var(--g-color-black);
  border-left: 0.5px solid var(--g-color-border);
  border-bottom: 0.5px solid var(--g-color-border);
  transition: color 0.3s ease-in-out;
}
.header-right .other-link li a::after {
  content: url(../img/blank-ico_pink.svg);
  padding-left: 8px;
}
@media screen and (max-width: 1550px) {
  .header-right .other-link li a {
    font-size: 20rem;
    width: 196rem;
    height: 96rem;
  }
}
.header-right .other-link li a:hover {
  color: #D372EA;
}

.screen-bg__wrap {
  background: url(../img/screen-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 106px 0 0 106px;
}
@media screen and (max-width: 1550px) {
  .screen-bg__wrap {
    padding: 106rem 0 0 106rem;
  }
}
@media screen and (max-width: 768px) {
  .screen-bg__wrap {
    padding: 48rem 0 0 48rem;
    background-position: 0 0;
  }
}
.screen-bg__wrap .screen-bg {
  width: calc(100vw - 116px);
  height: calc(100vh - 116px);
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .screen-bg__wrap .screen-bg {
    width: calc(100vw - 116rem);
    height: calc(100vh - 116rem);
  }
}
@media screen and (max-width: 768px) {
  .screen-bg__wrap .screen-bg {
    width: calc(100vw - 58rem);
    height: calc(100vh - 58rem);
  }
}
.screen-bg__wrap .screen-bg::before {
  content: "";
  width: 96px;
  height: calc(100vh - 116px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
@media screen and (max-width: 1550px) {
  .screen-bg__wrap .screen-bg::before {
    height: calc(100vh - 116rem);
    width: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .screen-bg__wrap .screen-bg::before {
    width: 38rem;
    height: calc(100vh - 58rem);
  }
}
.screen-bg__wrap .screen-bg::after {
  content: "";
  height: 96px;
  width: calc(100vw - 116px);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 1550px) {
  .screen-bg__wrap .screen-bg::after {
    height: 96rem;
    width: calc(100vw - 116rem);
  }
}
@media screen and (max-width: 768px) {
  .screen-bg__wrap .screen-bg::after {
    height: 38rem;
    width: calc(100vw - 58rem);
  }
}

.sp-sidebar {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-sidebar {
    padding-bottom: 30rem;
    position: fixed;
    top: 74rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 74rem);
    display: block;
    z-index: 999;
    background: url(../img/sidebar-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(101%);
    transition: transform 0.3s ease-in-out;
  }
}
.sp-sidebar.open-menu {
  transform: translateX(0);
}
.sp-sidebar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sp-sidebar-container {
  height: 100%;
  position: relative;
  overflow-y: scroll;
}
.sp-sidebar-container ul li {
  border-bottom: 1px solid var(--g-color-white);
}
.sp-sidebar-container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20rem 0;
  text-align: center;
  color: var(--g-color-white);
  font-size: 14rem;
  line-height: 1;
}
.sp-sidebar-container ul li.ttl {
  font-size: 24rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: var(--g-color-white);
  padding: 20rem 0;
}
.sp-sidebar-container ul li.contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-sidebar-container ul li.contact a {
  width: 50%;
  flex-direction: column;
}
.sp-sidebar-container ul li.contact a span {
  line-height: 1;
  font-size: 14rem;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-right: 15rem;
}
.sp-sidebar-container ul li.contact a span::after {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/blank-ico_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-sidebar-container ul li.contact a:nth-child(1) {
  border-right: 1px solid var(--g-color-white);
}
.sp-sidebar-container ul li.contact a:nth-child(1) img {
  width: 42rem;
  margin-bottom: 18rem;
}
.sp-sidebar-container ul li.contact a:nth-child(2) img {
  width: 38rem;
  margin-bottom: 16rem;
}
.sp-sidebar-container ul li.entry a {
  flex-direction: column;
  padding: 30rem 0;
}
.sp-sidebar-container ul li.entry a img {
  width: 55rem;
  margin-bottom: 15rem;
}
.sp-sidebar-container ul li.entry a span {
  font-size: 32rem;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-right: 22rem;
  line-height: 1;
}
.sp-sidebar-container ul li.entry a span::after {
  content: "";
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/blank-ico_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-sidebar-container .sidebar-footer {
  text-align: center;
}
.sp-sidebar-container .sidebar-footer .privacy a {
  color: var(--g-color-white);
  font-size: 12rem;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-right: 15rem;
  margin-top: 15rem;
  margin-bottom: 10rem;
  line-height: 1;
}
.sp-sidebar-container .sidebar-footer .privacy a::after {
  content: "";
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/blank-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sp-sidebar-container .sidebar-footer span {
  color: var(--g-color-white);
  font-size: 12rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer {
  padding-bottom: 80px;
  position: relative;
  z-index: 901;
}
@media screen and (max-width: 1550px) {
  .footer {
    padding-bottom: 80rem;
  }
}
.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-link ul {
    flex-direction: column;
  }
}
.footer-link ul li {
  width: 33.3333333333%;
  height: 426px;
  border-radius: 30px;
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li {
    border-radius: 30rem;
    height: 426rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li {
    border-radius: 16rem;
    width: 100%;
    height: 178rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.footer-link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: var(--g-color-white);
  cursor: pointer;
  border-radius: 30px;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a {
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a {
    border-radius: 16rem;
  }
}
.footer-link ul li a:hover {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a:hover {
    height: calc(100% - 40rem);
    width: calc(100% - 40rem);
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a:hover {
    height: 100%;
    width: 100%;
  }
}
.footer-link ul li a span {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a span {
    font-size: 12rem;
  }
}
.footer-link ul li a span.footer-link-ttl {
  font-size: 32px;
  letter-spacing: 0;
  font-family: MPLUS1;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a span.footer-link-ttl {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a span.footer-link-ttl {
    font-size: 14rem;
  }
}
.footer-link ul li a .footer-link-ico {
  padding: 68px 0 50px;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a .footer-link-ico {
    padding: 68rem 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a .footer-link-ico {
    padding: 10rem 0 5rem;
  }
}
.footer-link ul li a .footer-link-ico img {
  width: 120px;
}
@media screen and (max-width: 1550px) {
  .footer-link ul li a .footer-link-ico img {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link ul li a .footer-link-ico img {
    width: 60rem;
  }
}
.footer-main {
  padding: 152px 0 45px;
  width: 100%;
  border-radius: 30px;
  margin-top: 80px;
  background-image: linear-gradient(0.35turn, #DCF3FE, #91B8FA);
}
@media screen and (max-width: 1550px) {
  .footer-main {
    margin-top: 80rem;
    border-radius: 30rem;
    padding: 152rem 0 45rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    background-image: linear-gradient(0.5turn, #DCF3FE, #91B8FA);
    margin-top: 45rem;
    border-radius: 16rem;
    padding: 51rem 0 84rem;
  }
}
.footer-main__wrap {
  max-width: 920px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .footer-main__wrap {
    max-width: 920rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main__wrap {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding: 0 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-logo .footer-logo {
    margin-right: 0;
    text-align: center;
    margin: auto;
    margin-bottom: 50rem;
  }
}
.footer-main-logo .footer-logo img {
  width: 132px;
}
@media screen and (max-width: 1550px) {
  .footer-main-logo .footer-logo img {
    width: 132rem;
  }
}
.footer-main-info {
  width: 690px;
}
@media screen and (max-width: 1550px) {
  .footer-main-info {
    width: 690rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-info {
    width: 100%;
  }
}
.footer-main-info p {
  font-family: MPLUS1;
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1550px) {
  .footer-main-info p {
    font-size: 20rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-info p {
    text-align: center;
    font-size: 14rem;
    margin-bottom: 16rem;
  }
}
.footer-main-info ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 1550px) {
  .footer-main-info ul {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-info ul {
    margin-bottom: 56rem;
  }
}
.footer-main-info ul li {
  color: var(--g-color-white);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1550px) {
  .footer-main-info ul li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-info ul li {
    text-align: center;
    font-size: 12rem;
  }
}
.footer-main-info .privacy {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer-main-info .privacy {
    text-align: center;
  }
}
.footer-main-info .privacy a {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  position: relative;
  padding-right: 20px;
}
.footer-main-info .privacy a::after {
  content: "";
  background: url(../img/blank-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
}
.footer-main .copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1550px) {
  .footer-main .copyright {
    margin-top: 80rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main .copyright {
    margin-top: 32rem;
    font-size: 10rem;
  }
}

.sidebar {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 905;
  width: 96px;
  height: calc(100vh - 116px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid var(--g-color-border);
  opacity: 0;
  filter: blur(10px);
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .sidebar {
    bottom: 10rem;
    left: 10rem;
    height: calc(100vh - 116rem);
    width: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    left: 10px;
    width: calc(100% - 20px);
    height: 32rem;
    bottom: unset;
    top: calc(38rem + 8px);
    border-right: unset;
    border-bottom: 1px solid var(--g-color-border);
    background: var(--g-color-base);
  }
}
.sidebar.loaded {
  opacity: 1;
  filter: blur(0);
}
.sidebar .loop-wrap {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .sidebar .loop-wrap {
    transform: rotate(0);
  }
}
.sidebar .loop-wrap ul {
  display: flex;
  animation: loop-slide 60s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .loop-wrap ul li {
  text-wrap: nowrap;
  font-size: 25px;
  font-weight: 300;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1550px) {
  .sidebar .loop-wrap ul li {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sidebar .loop-wrap ul li {
    writing-mode: unset;
    text-orientation: unset;
    font-size: 12rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.main {
  background: var(--g-color-white);
  transition: background 0.3s ease-in-out;
}
.main::before {
  content: "";
  position: fixed;
  background: linear-gradient(to right, #89DDEC 0%, #3a4ed5 100%);
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  z-index: 996;
  opacity: 0;
  filter: blur(10px);
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.main::after {
  content: "";
  position: fixed;
  border: 10px solid red;
  -o-border-image: linear-gradient(to right bottom, #89DDEC 80%, #3a4ed5 100%) 1;
     border-image: linear-gradient(to right bottom, #89DDEC 80%, #3a4ed5 100%) 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  opacity: 0;
  filter: blur(10px);
  transition: filter 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.main.loaded {
  background: var(--g-color-base);
}
.main.loaded::before, .main.loaded::after {
  opacity: 1;
  filter: blur(0);
}
.main .sec-fv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .main .sec-fv {
    overflow: hidden;
  }
}
.main .sec-fv .fv-container {
  max-width: 1520px;
  width: 100%;
  padding: 0 28px;
  margin: auto;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-container {
    padding: 0 120rem;
    max-width: 1520rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-container {
    padding: 0;
    max-width: 90%;
  }
}
.main .sec-fv .fv-ttl {
  position: relative;
  z-index: 100;
  width: -moz-max-content;
  width: max-content;
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, filter 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-ttl {
    width: 100%;
  }
}
.main .sec-fv .fv-ttl.loaded {
  filter: blur(0);
  opacity: 1;
}
.main .sec-fv .fv-ttl h2 {
  letter-spacing: -0.05em;
  font-size: 156px;
  line-height: 188px;
  font-family: MPLUS1;
  background: linear-gradient(120deg, #0B1517, #476A6B, #DC8FEE, #D7E9F2, #CFD7DF, #A0DFFE, #0B1517, #476A6B, #DC8FEE, #D7E9F2, #CFD7DF, #A0DFFE, #0B1517, #476A6B, #DC8FEE, #D7E9F2, #CFD7DF, #A0DFFE);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-text-animation 10s alternate infinite;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-ttl h2 {
    font-size: 156rem;
    line-height: 188rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-ttl h2 {
    font-size: 56rem;
    line-height: 70rem;
  }
}
@keyframes gradient-text-animation {
  from {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.main .sec-fv .fv-ttl span {
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: var(--g-color-pink);
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-ttl span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-ttl span {
    font-size: 9rem;
  }
}
.main .sec-fv .fv-dia {
  position: absolute;
  z-index: 1;
}
.main .sec-fv .fv-dia.fv-dia01 {
  top: 125px;
  right: 20%;
  opacity: 0;
  filter: blur(5px);
  transform: translate(30%, 50%);
  transition: filter 0.6s ease-in-out, transform 1s ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-dia.fv-dia01 {
    top: 125rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia01 {
    right: 0;
    top: 81rem;
  }
}
.main .sec-fv .fv-dia.fv-dia01.loaded {
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
}
.main .sec-fv .fv-dia.fv-dia01 img {
  width: 370px;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-dia.fv-dia01 img {
    width: 370rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia01 img {
    width: 229rem;
  }
}
.main .sec-fv .fv-dia.fv-dia02 {
  top: 50%;
  right: 50%;
  opacity: 0;
  filter: blur(5px);
  transform: translate(50%, -50%) scale(0.5);
  transition: filter 1.3s ease-in-out, transform 0.8s ease-out, opacity 0.8s ease-in-out;
}
.main .sec-fv .fv-dia.fv-dia02.dia-animation {
  opacity: 1;
  filter: blur(0);
  transform: translate(50%, -50%) scale(1);
  transition: all 1s ease-in-out;
}
.main .sec-fv .fv-dia.fv-dia02.dia-animation.loaded {
  transform: translate(0, 0) scale(1);
  top: 46%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia02.dia-animation.loaded {
    top: 35vh;
    right: 0;
    transform: translateX(70%);
  }
}
.main .sec-fv .fv-dia.fv-dia02 img {
  width: 237px;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-dia.fv-dia02 img {
    width: 237rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia02 img {
    width: 134rem;
  }
}
.main .sec-fv .fv-dia.fv-dia03 {
  top: 80%;
  right: 15%;
  opacity: 0;
  transform: translate(-30%, 50%);
  filter: blur(5px);
  transition: filter 0.6s ease-in-out, transform 0.8s ease-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia03 {
    top: auto;
    bottom: 0;
    right: 0;
    transform: translate(20%, 10%);
  }
}
.main .sec-fv .fv-dia.fv-dia03.loaded {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.main .sec-fv .fv-dia.fv-dia03 img {
  width: 432px;
}
@media screen and (max-width: 1550px) {
  .main .sec-fv .fv-dia.fv-dia03 img {
    width: 432rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-fv .fv-dia.fv-dia03 img {
    width: 274rem;
  }
}
.main .sec-intro {
  padding: 0 var(--g-padding-m);
  padding-top: 331px;
}
@media screen and (max-width: 1550px) {
  .main .sec-intro {
    padding-top: 331rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro {
    padding-top: 77rem;
  }
}
.main .sec-intro .sec-ttl {
  margin-bottom: 112px;
}
@media screen and (max-width: 1550px) {
  .main .sec-intro .sec-ttl {
    margin-bottom: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro .sec-ttl {
    margin-bottom: 84rem;
  }
}
.main .sec-intro .sec-ttl h2 {
  font-size: 56px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(120deg, #0B1517, #476A6B, #D7E9F2, #CFD7DF, #A0DFFE, #0B1517, #476A6B, #D7E9F2, #CFD7DF, #A0DFFE, #0B1517, #476A6B, #D7E9F2, #CFD7DF, #A0DFFE);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-text-animation 15s linear infinite;
}
@media screen and (max-width: 1550px) {
  .main .sec-intro .sec-ttl h2 {
    font-size: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro .sec-ttl h2 {
    font-size: 31rem;
  }
}
.main .sec-intro p {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 3;
  color: var(--g-color-black);
}
@media screen and (max-width: 1550px) {
  .main .sec-intro p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-intro p {
    font-size: 20rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}
.main .sec-project {
  padding-top: 321px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project {
    padding-top: 321rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project {
    padding-top: 171rem;
  }
}
.main .sec-project .sec-ttl h2 {
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .sec-ttl h2 {
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .sec-ttl h2 {
    margin-bottom: 32rem;
  }
}
.main .sec-project .sec-ttl h2 img {
  width: 526px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .sec-ttl h2 img {
    width: 526rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .sec-ttl h2 img {
    width: 100%;
  }
}
.main .sec-project .sec-ttl span {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 57px;
  color: var(--g-color-pink);
  text-align: center;
  display: block;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .sec-ttl span {
    font-size: 26rem;
    margin-bottom: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .sec-ttl span {
    font-size: 14rem;
    margin-bottom: 42rem;
  }
}
.main .sec-project > .container > p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  text-align: center;
  margin-bottom: 306px;
  color: var(--g-color-black);
}
@media screen and (max-width: 1550px) {
  .main .sec-project > .container > p {
    margin-bottom: 306rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project > .container > p {
    margin-bottom: 136rem;
    font-size: 14rem;
  }
}
.main .sec-project .logo-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 536px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .logo-bg {
    top: 536rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .logo-bg {
    top: 585rem;
  }
}
.main .sec-project .logo-bg img {
  width: 1000px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .logo-bg img {
    width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .logo-bg img {
    max-width: unset;
    width: 300rem;
  }
}
.main .sec-project .yurinya {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 64px 80px;
  background: var(--g-color-white);
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya {
    border-radius: 30rem;
    padding: 64rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya {
    border-radius: 16rem;
    padding: 16rem;
    padding-bottom: 50rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.main .sec-project .yurinya-txt {
  width: 630px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya-txt {
    width: 630rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-txt {
    width: 100%;
  }
}
.main .sec-project .yurinya-txt-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya-txt-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-txt-ttl {
    margin-bottom: 24rem;
  }
}
.main .sec-project .yurinya-txt-main p {
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 2;
  color: var(--g-color-black);
  margin-bottom: 26px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya-txt-main p {
    margin-bottom: 26rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-txt-main p {
    margin-bottom: 0;
    font-size: 12rem;
    letter-spacing: 0.05em;
  }
}
.main .sec-project .yurinya-txt-main .yurinya-ico {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-txt-main .yurinya-ico {
    position: absolute;
    top: 249rem;
    right: 28rem;
    z-index: 1;
  }
}
.main .sec-project .yurinya-txt-main .yurinya-ico img {
  width: 117px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya-txt-main .yurinya-ico img {
    width: 117rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-txt-main .yurinya-ico img {
    width: 95rem;
  }
}
.main .sec-project .yurinya-img {
  width: 429px;
  height: 523px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya-img {
    width: 429rem;
    height: 523rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya-img {
    width: 100%;
    height: 262rem;
    margin-bottom: 60rem;
    border-radius: 16rem;
  }
}
.main .sec-project .yurinya-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .sec-project .yurinya.add-section {
  margin-top: 70px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya.add-section {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya.add-section .yurinya-txt-ttl p {
    letter-spacing: -0.01em;
  }
}
.main .sec-project .yurinya.add-section .yurinya-txt a {
  font-size: 16px;
  display: inline-block;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya.add-section .yurinya-txt a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya.add-section .yurinya-txt a {
    font-size: 12rem;
    margin-top: 30rem;
  }
}
.main .sec-project .yurinya.add-section .yurinya-txt a:hover {
  text-decoration: underline;
}
.main .sec-project .yurinya.add-section .yurinya-img {
  height: 320px;
}
@media screen and (max-width: 1550px) {
  .main .sec-project .yurinya.add-section .yurinya-img {
    height: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-project .yurinya.add-section .yurinya-img {
    height: 200rem;
  }
}
.main .dia-bg {
  position: absolute;
  opacity: 0.2;
  z-index: 1;
}
.main .sec-entry {
  padding-top: 199px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry {
    padding-top: 199rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry {
    padding-top: 120rem;
  }
}
.main .sec-entry .sec-ttl {
  padding: 0 var(--g-padding-m);
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .sec-ttl {
    margin-bottom: 40rem;
  }
}
.main .sec-entry .entry-main {
  position: relative;
  z-index: 5;
}
.main .sec-entry .entry-main__elem {
  padding: 74px 80px;
  background: var(--g-color-white);
  border-radius: 30px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem {
    border-radius: 30rem;
    padding: 74rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem {
    padding: 36rem 16rem;
    padding-bottom: 67rem;
    border-radius: 16rem;
  }
}
.main .sec-entry .entry-main__elem-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-ttl {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-ttl {
    margin-bottom: 38rem;
  }
}
.main .sec-entry .entry-main__elem-txt {
  position: relative;
}
.main .sec-entry .entry-main__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt p {
    font-size: 12rem;
  }
}
.main .sec-entry .entry-main__elem-txt p.entry-date {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt p.entry-date {
    font-size: 24rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt p.entry-date {
    font-size: 14rem;
    margin-bottom: 40rem;
  }
}
.main .sec-entry .entry-main__elem-txt p span {
  color: var(--g-color-pink);
}
.main .sec-entry .entry-main__elem-txt .entry-step {
  display: flex;
  align-items: center;
  justify-content: left;
}
.main .sec-entry .entry-main__elem-txt .entry-step li:not(:last-child) {
  margin-bottom: 43px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step li:not(:last-child) {
    margin-bottom: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step li:not(:last-child) {
    margin-bottom: 26rem;
  }
}
.main .sec-entry .entry-main__elem-txt .entry-step-num li {
  font-size: 20px;
  font-weight: 500;
  color: var(--g-color-pink);
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-num li {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-num li {
    font-size: 12rem;
  }
}
.main .sec-entry .entry-main__elem-txt .entry-step-elipse {
  margin: 0 29px 0 33px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse {
    margin: 0 33rem 0 29rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse {
    margin: 0 21rem 0 18rem;
  }
}
.main .sec-entry .entry-main__elem-txt .entry-step-elipse::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--g-color-pink);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .sec-entry .entry-main__elem-txt .entry-step-elipse li {
  width: 16px;
  height: 16px;
  background: var(--g-color-pink);
  border-radius: 50%;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse li {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse li {
    width: 10rem;
    height: 10rem;
  }
}
.main .sec-entry .entry-main__elem-txt .entry-step-elipse li:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse li:not(:last-child) {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-elipse li:not(:last-child) {
    margin-bottom: 37rem;
  }
}
.main .sec-entry .entry-main__elem-txt .entry-step-line {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-line {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .entry-step-line {
    font-size: 11rem;
  }
}
.main .sec-entry .entry-main__elem-txt .a-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem-txt .a-btn {
    position: unset;
    margin: auto;
    text-align: center;
    margin-top: 70rem;
  }
}
.main .sec-entry .entry-main__elem-txt .a-btn a {
  margin: auto;
}
.main .sec-entry .entry-main__elem:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem:first-child {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem:first-child {
    margin-bottom: 40rem;
  }
}
.main .sec-entry .entry-main__elem:first-child .entry-main__elem-ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .entry-main__elem:first-child .entry-main__elem-ttl {
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .entry-main__elem:first-child .entry-main__elem-ttl {
    margin-bottom: 16rem;
  }
}
.main .sec-entry .dia-bg01 {
  top: 800px;
  left: 220px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .dia-bg01 {
    top: 423rem;
    left: 63rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .dia-bg01 {
    top: 508rem;
    left: 0;
    transform: translateX(-20%);
  }
}
.main .sec-entry .dia-bg01 img {
  width: 930px;
}
@media screen and (max-width: 1550px) {
  .main .sec-entry .dia-bg01 img {
    width: 930rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-entry .dia-bg01 img {
    width: 728rem;
  }
}
.main .sec-flow {
  padding-top: 199px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow {
    padding-top: 199rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow {
    padding-top: 120rem;
  }
}
.main .sec-flow .container {
  padding: 0 var(--g-padding-m);
}
.main .sec-flow .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .sec-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .sec-ttl {
    margin-bottom: 40rem;
  }
}
.main .sec-flow .flow-main {
  position: relative;
  z-index: 5;
}
.main .sec-flow .flow-main__elem {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem {
    border-radius: 16rem;
  }
}
.main .sec-flow .flow-main__elem-ttl {
  background-image: linear-gradient(0.35turn, #DCF3FE, #91B8FA);
  padding: 15px 0;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem-ttl {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main__elem-ttl {
    padding: 20rem 0;
  }
}
.main .sec-flow .flow-main__elem-ttl p {
  color: var(--g-color-white);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main__elem-ttl p {
    font-size: 14rem;
  }
}
.main .sec-flow .flow-main__elem-txt {
  background: var(--g-color-white);
  padding: 20px 0;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem-txt {
    padding: 20rem 0;
  }
}
.main .sec-flow .flow-main__elem-txt p {
  font-size: 16px;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main__elem-txt p {
    font-size: 12rem;
  }
}
.main .sec-flow .flow-main__elem-txt p span {
  color: var(--g-color-pink);
  font-size: 20px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main__elem-txt p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main__elem-txt p span {
    font-size: 14rem;
  }
}
.main .sec-flow .flow-main .flow-arrow {
  text-align: center;
  margin: 33px 0;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main .flow-arrow {
    margin: 33rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main .flow-arrow {
    margin: 30rem 0;
  }
}
.main .sec-flow .flow-main .flow-arrow img {
  width: 56px;
}
.main .sec-flow .flow-main .a-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .flow-main .a-btn {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .flow-main .a-btn {
    margin-top: 80rem;
  }
}
.main .sec-flow .flow-main .a-btn a {
  margin: auto;
}
.main .sec-flow .dia-bg02 {
  top: -120px;
  right: 63px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .dia-bg02 {
    top: -120rem;
    right: 63rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .dia-bg02 {
    top: 0;
    right: 0;
    transform: translate(75%, -95%);
  }
}
.main .sec-flow .dia-bg02 img {
  width: 686px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .dia-bg02 img {
    width: 686rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .dia-bg02 img {
    width: 336rem;
  }
}
.main .sec-flow .dia-bg03 {
  bottom: -180px;
  left: 200px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .dia-bg03 {
    bottom: -180rem;
    left: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .dia-bg03 {
    bottom: 100rem;
    left: 0;
    transform: translateX(-40%);
  }
}
.main .sec-flow .dia-bg03 img {
  width: 810px;
}
@media screen and (max-width: 1550px) {
  .main .sec-flow .dia-bg03 img {
    width: 810rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-flow .dia-bg03 img {
    width: 350rem;
  }
}
.main .sec-guide {
  padding-top: 199px;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide {
    padding-top: 199rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-guide {
    padding-top: 120rem;
  }
}
.main .sec-guide .sec-ttl {
  padding: 0 var(--g-padding-m);
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide .sec-ttl {
    -webkit-mask-box-image: 40rem;
            mask-border: 40rem;
  }
}
.main .sec-guide .guide-main__elem {
  padding: 74px 80px;
  background: var(--g-color-white);
  border-radius: 30px;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide .guide-main__elem {
    border-radius: 30rem;
    padding: 74rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-guide .guide-main__elem {
    padding: 36rem 16rem;
    border-radius: 16rem;
  }
}
.main .sec-guide .guide-main__elem:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide .guide-main__elem:first-child {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-guide .guide-main__elem:first-child {
    margin-bottom: 40rem;
  }
}
.main .sec-guide .guide-main__elem-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide .guide-main__elem-ttl {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-guide .guide-main__elem-ttl {
    margin-bottom: 38rem;
  }
}
.main .sec-guide .guide-main__elem-ttl a::after {
  content: url(../img/blank-ico_pink.svg);
  padding-left: 8px;
}
.main .sec-guide .guide-main__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1550px) {
  .main .sec-guide .guide-main__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-guide .guide-main__elem-txt p {
    font-size: 12rem;
  }
}
.main .sec-guide .guide-main__elem-txt p span {
  font-weight: bold;
  color: var(--g-color-pink);
}
.main .sec-guide .guide-main__elem-txt p a:hover {
  text-decoration: underline;
}
.main .sec-faq {
  padding-top: 200px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq {
    margin-bottom: 180rem;
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq {
    margin-bottom: 80rem;
    padding-top: 120rem;
  }
}
.main .sec-faq .container {
  padding: 0 var(--g-padding-m);
}
.main .sec-faq .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .sec-ttl {
    margin-bottom: 40rem;
  }
}
.main .sec-faq .faq-main__elem {
  border-radius: 16px;
  padding: 0 30px;
  overflow: hidden;
  background: var(--g-color-white);
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem {
    padding: 0 30rem;
    border-radius: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem {
    padding: 0 16rem;
  }
}
.main .sec-faq .faq-main__elem:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.main .sec-faq .faq-main__elem-q {
  cursor: pointer;
  border-bottom: 0 solid var(--g-color-border);
  padding: 22px 10px;
  position: relative;
  transition: border-bottom 0.2s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q {
    padding: 22rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q {
    padding: 27rem 0;
  }
}
.main .sec-faq .faq-main__elem-q p {
  font-weight: bold;
  color: var(--g-color-pink);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q p {
    max-width: 90%;
    font-size: 14rem;
  }
}
.main .sec-faq .faq-main__elem-q .faq-ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q .faq-ico {
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q .faq-ico {
    right: 0;
  }
}
.main .sec-faq .faq-main__elem-q .faq-ico__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #C3C3C3;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap {
    right: 10rem;
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap {
    right: 0;
    width: 16rem;
    height: 16rem;
  }
}
.main .sec-faq .faq-main__elem-q .faq-ico__wrap span {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--g-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap span {
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap span {
    width: 8rem;
  }
}
.main .sec-faq .faq-main__elem-q .faq-ico__wrap span:first-child {
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap span:first-child {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-q .faq-ico__wrap span:first-child {
    height: 8rem;
  }
}
.main .sec-faq .faq-main__elem-q.active {
  border-bottom: 1px solid var(--g-color-border);
}
.main .sec-faq .faq-main__elem-q.active .faq-ico {
  transform: translateY(-50%) rotate(135deg);
}
.main .sec-faq .faq-main__elem-a {
  max-height: 0;
  padding: 0 10px 0;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-a {
    padding: 0 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-a {
    padding: 0;
  }
}
.main .sec-faq .faq-main__elem-a p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  margin: 0;
  transition: margin 0.3s ease-in-out;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-a p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-a p {
    font-size: 12rem;
  }
}
.main .sec-faq .faq-main__elem-a.active p {
  margin: 30px 0 45px;
}
@media screen and (max-width: 1550px) {
  .main .sec-faq .faq-main__elem-a.active p {
    margin: 30rem 0 45rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-faq .faq-main__elem-a.active p {
    margin: 30rem 0 45rem;
  }
}

.sec-privacy .sec-ttl {
  padding: 0 80px;
  padding-top: 322px;
  margin-bottom: 108px;
}
@media screen and (max-width: 1550px) {
  .sec-privacy .sec-ttl {
    padding: 0 80rem;
    padding-top: 322rem;
    margin-bottom: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .sec-ttl {
    padding: 0;
    padding-top: 140rem;
    margin-bottom: 60rem;
  }
}
.sec-privacy .privacy-main {
  padding: 140px 80px;
  background: var(--g-color-white);
  border-radius: 30px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1550px) {
  .sec-privacy .privacy-main {
    padding: 140rem 80rem;
    border-radius: 30rem;
    margin-bottom: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .privacy-main {
    border-radius: 16rem;
    padding: 80rem 16rem;
    margin-bottom: 120rem;
  }
}
.sec-privacy .privacy-main > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 120px;
  color: var(--g-color-black);
}
@media screen and (max-width: 1550px) {
  .sec-privacy .privacy-main > p {
    font-size: 16rem;
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .privacy-main > p {
    font-size: 14rem;
    margin-bottom: 60rem;
  }
}
.sec-privacy .privacy-main__elem:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1550px) {
  .sec-privacy .privacy-main__elem:not(:last-child) {
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .privacy-main__elem:not(:last-child) {
    margin-bottom: 80rem;
  }
}
.sec-privacy .privacy-main__elem-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  .sec-privacy .privacy-main__elem-ttl {
    margin-bottom: 40rem;
  }
}
.sec-privacy .privacy-main__elem > p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1550px) {
  .sec-privacy .privacy-main__elem > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-privacy .privacy-main__elem > p {
    font-size: 14rem;
  }
}/*# sourceMappingURL=style.css.map */