/* -- foundation --*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:after,
*:before {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  outline: none; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
:root {
  --font-size: 100;
  --rF: calc(16 * var(--font-size)/100);
  /* root font size 16 */
  --minW: 375;
  /* viewport width at the minimum font size */
  --maxW: 1200;
  /* viewport width at the max font size */
  --fz-normal: clamp(.8rem,3vw,1rem);
  --fz-bigger: clamp(2rem,3vw,5rem);
  --fw-bolder:800;
  --fw-bold:700;
  --fw-regular:400;
  --fw-light:300;
  --bs-normal02:-6px 4px 15px -8px #d4d4d4;
  --br:20px;
  --cb01:cubic-bezier(.24,.45,.32,1);
  --cb02:cubic-bezier(0.36, 0, 0.66, 0); }

*, *:before, *:after {
  box-sizing: border-box;
  list-style: none;
  min-height: 0;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 141px; }
  @media screen and (max-width: 869px) {
    html {
      scroll-padding-top: 19.07vw; } }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-weight: var(--fw-regular);
  font-size: var(--fz-light);
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  color: #000;
  background: var(--base-color);
  font-family: "Noto Sans JP", sans-serif; }

main {
  overflow-x: clip; }

a {
  color: var(--font-color);
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

.js-fadeIn {
  opacity: 0; }

/* -- layout --*/
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.l-header {
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 0.5s cubic-bezier(0.8, 0, 0.2, 1), backdrop-filter 0.5s cubic-bezier(0.8, 0, 0.2, 1); }
  .l-header.is-blur {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.5); }
    .l-header.is-blur .logo {
      position: relative;
      z-index: 1000;
      transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .l-header.is-blur .logo--noactive {
        opacity: 0;
        height: 0;
        visibility: hidden; }
      .l-header.is-blur .logo--active {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: auto; }
    .l-header.is-blur .l-header__nav__lists li a {
      color: #333; }
      @media screen and (max-width: 869px) {
        .l-header.is-blur .l-header__nav__lists li a {
          color: #fff; } }
      .l-header.is-blur .l-header__nav__lists li a.c-button--header {
        background: #223feb;
        border: 1px solid #223feb; }
        .l-header.is-blur .l-header__nav__lists li a.c-button--header span {
          color: #fff; }
        .l-header.is-blur .l-header__nav__lists li a.c-button--header:hover span {
          color: #223feb; }
        @media screen and (max-width: 869px) {
          .l-header.is-blur .l-header__nav__lists li a.c-button--header {
            background: #fff;
            border: 1px solid #fff; }
            .l-header.is-blur .l-header__nav__lists li a.c-button--header span {
              color: #223feb; } }
    .l-header.is-blur .is-active .logo--active {
      opacity: 0;
      height: 0;
      visibility: hidden; }
    .l-header.is-blur .is-active .logo--noactive {
      opacity: 1;
      visibility: visible;
      width: 100%;
      height: auto; }
    .l-header.is-blur .l-header__ham::before, .l-header.is-blur .l-header__ham::after {
      background-color: #000; }
  @media screen and (max-width: 869px) {
    .l-header {
      height: 16vw; } }
  .l-header__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 869px) {
      .l-header__inner {
        padding: 0 5.33vw; } }
  @media screen and (max-width: 1200px) {
    .l-header__nav {
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      right: -110%;
      transition: right 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      background: #223feb; } }
  .l-header__nav.is-active {
    right: 0; }
    .l-header__nav.is-active li a {
      color: #333; }
      @media screen and (max-width: 869px) {
        .l-header__nav.is-active li a {
          color: #fff; } }
      .l-header__nav.is-active li a.c-button--header {
        background: #223feb;
        border: 1px solid #223feb; }
        .l-header__nav.is-active li a.c-button--header span {
          color: #fff; }
        @media screen and (max-width: 869px) {
          .l-header__nav.is-active li a.c-button--header {
            background: #fff;
            border: 1px solid #fff; }
            .l-header__nav.is-active li a.c-button--header span {
              color: #223feb; } }
  .l-header__nav__lists {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px; }
    @media screen and (max-width: 1200px) {
      .l-header__nav__lists {
        display: block;
        height: 100vh;
        width: 90%;
        margin: 0 auto;
        display: grid;
        place-content: center; } }
    @media screen and (max-width: 869px) {
      .l-header__nav__lists {
        gap: 8.27vw; } }
    @media screen and (max-width: 1200px) {
      .l-header__nav__lists li {
        text-align: center; } }
    .l-header__nav__lists li a {
      color: #fff;
      font-size: 15px;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .l-header__nav__lists li a {
          color: white;
          font-weight: bold;
          font-size: 24px; } }
      @media screen and (max-width: 869px) {
        .l-header__nav__lists li a {
          font-size: 4.8vw;
          color: #fff; } }
  .l-header__logo {
    width: 182px; }
    @media screen and (max-width: 869px) {
      .l-header__logo {
        width: 23.2vw;
        z-index: 1; } }
    .l-header__logo a {
      display: grid;
      align-items: center; }
    .l-header__logo .logo {
      width: 100%;
      height: auto;
      aspect-ratio: 174 / 36; }
      .l-header__logo .logo--active {
        opacity: 0;
        height: 0;
        visibility: hidden; }
  .l-header__ham {
    display: none;
    position: relative;
    width: 26px;
    height: 26px;
    z-index: 999; }
    @media screen and (max-width: 1200px) {
      .l-header__ham {
        display: block; } }
    .l-header__ham.is-active::before, .l-header__ham.is-active::after {
      top: 50%;
      background-color: #fff !important; }
    .l-header__ham.is-active::before {
      transform: rotate(45deg); }
    .l-header__ham.is-active::after {
      transform: rotate(-45deg); }
    .l-header__ham::before, .l-header__ham::after {
      content: "";
      display: block;
      background-color: #fff;
      height: 2px;
      width: 30px;
      width: 100%;
      position: absolute;
      left: 0;
      transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .l-header__ham::before {
      top: 30%; }
    .l-header__ham::after {
      top: 70%; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.l-footer {
  height: 158px;
  display: grid;
  place-items: center;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 869px) {
    .l-footer {
      height: 49.07vw; } }
  .l-footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 869px) {
      .l-footer__inner {
        padding: 0 5.33vw; } }
  .l-footer__logo-wrapper {
    width: 213px;
    margin-bottom: 24px; }
    @media screen and (max-width: 869px) {
      .l-footer__logo-wrapper {
        width: 39.87vw;
        margin: 0 auto 30px; } }
    .l-footer__logo-wrapper img {
      width: 100%;
      aspect-ratio: 212 / 41;
      height: auto; }
  .l-footer small {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 1em; }
    @media screen and (max-width: 869px) {
      .l-footer small {
        width: 100%;
        font-size: 2.67vw;
        text-align: center;
        order: 2; } }
  @media screen and (max-width: 869px) {
    .l-footer__nav {
      order: 1;
      width: 100%;
      margin-bottom: 25px; } }
  .l-footer__nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    gap: 45px; }
    @media screen and (max-width: 960px) {
      .l-footer__nav ul {
        justify-content: space-between;
        gap: 15px 0;
        flex-wrap: wrap; } }
    .l-footer__nav ul li {
      font-size: 14px;
      line-height: 1em;
      letter-spacing: .01rem;
      white-space: nowrap; }
      @media screen and (max-width: 960px) {
        .l-footer__nav ul li {
          width: 50%;
          padding: 0 5.33vw;
          box-sizing: border-box; } }
      @media screen and (max-width: 869px) {
        .l-footer__nav ul li {
          font-size: 2.67vw; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.l-inner {
  width: min(calc(100% - 60px), 1160px);
  margin: 0 auto;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 869px) {
    .l-inner {
      width: 89.33vw; } }
  .l-inner--1380 {
    width: min(calc(100% - 60px), 1380px);
    margin: 0 auto; }
    @media screen and (max-width: 869px) {
      .l-inner--1380 {
        width: 89.33vw; } }
  .l-inner--1300 {
    width: min(calc(100% - 60px), 1300px);
    margin: 0 auto; }
    @media screen and (max-width: 869px) {
      .l-inner--1300 {
        width: 100vw; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.l-inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 869px) {
    .l-inner-flex {
      flex-wrap: wrap; } }

/* -- components --*/
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-title-center {
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 869px) {
    .c-title-center {
      margin-bottom: 60px; } }
  .c-title-center h2 {
    line-height: 1em;
    margin-bottom: 15px; }
    @media screen and (max-width: 869px) {
      .c-title-center h2 {
        margin-bottom: 15px; } }
    .c-title-center h2 span {
      font-weight: bold;
      font-size: 28px;
      line-height: 1em; }
      @media screen and (max-width: 869px) {
        .c-title-center h2 span {
          font-size: 5.33vw; } }
      .c-title-center h2 span.mgr {
        margin-right: 12px; }
        @media screen and (max-width: 869px) {
          .c-title-center h2 span.mgr {
            margin-right: 2.67vw; } }
  .c-title-center p {
    font-size: 15px;
    line-height: 1em;
    font-weight: bold; }
    @media screen and (max-width: 869px) {
      .c-title-center p {
        font-size: 3.2vw;
        margin-bottom: 60px; } }
  .c-title-center--white {
    color: white; }
  .c-title-center--blue {
    color: black; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-title-left {
  font-weight: bold;
  margin-bottom: 50px; }
  @media screen and (max-width: 869px) {
    .c-title-left {
      margin-bottom: 40px; } }
  .c-title-left h2 {
    line-height: 1em; }
    .c-title-left h2 span {
      font-size: 28px;
      line-height: 1em; }
      @media screen and (max-width: 869px) {
        .c-title-left h2 span {
          font-size: 5.33vw; } }
      .c-title-left h2 span.mgr {
        margin-right: 12px; }
        @media screen and (max-width: 869px) {
          .c-title-left h2 span.mgr {
            margin-right: 2.67vw; } }
  .c-title-left p {
    font-size: 15px;
    margin-top: 8px; }
    @media screen and (max-width: 869px) {
      .c-title-left p {
        font-size: 3.2vw;
        margin-top: 1.87vw;
        line-height: 1em; } }
  .c-title-left--white {
    color: white; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-card-txt {
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 869px) {
    .c-card-txt {
      font-size: 3.73vw;
      line-height: 1.45em; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-card-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 33px;
  letter-spacing: .01rem; }
  @media screen and (max-width: 869px) {
    .c-card-title {
      font-size: 4vw;
      margin-bottom: 21px; } }
  .c-card-title span {
    display: block;
    font-size: 12px;
    font-family: "Montserrat", serif; }
    @media screen and (max-width: 869px) {
      .c-card-title span {
        font-size: 2.93vw;
        line-height: 1em;
        margin-bottom: 14px; } }
  .c-card-title sup {
    font-size: .5rem;
    vertical-align: top;
    position: relative;
    top: 6px; }
    @media screen and (max-width: 869px) {
      .c-card-title sup {
        top: 4%; } }
  .c-card-title--left {
    text-align: left;
    margin-bottom: 12px; }
  @media screen and (max-width: 869px) {
    .c-card-title--reliability {
      text-align: left; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-txt-bold {
  font-size: 32px;
  line-height: 2em;
  font-weight: bold; }
  @media screen and (max-width: 869px) {
    .c-txt-bold {
      font-size: 5.07vw; } }
  .c-txt-bold--benefit {
    position: relative;
    top: -8px;
    line-height: 1.6;
    letter-spacing: -0.04em; }
    @media screen and (max-width: 869px) {
      .c-txt-bold--benefit {
        top: 0;
        font-size: 5.6vw;
        letter-spacing: .01rem; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-title-border {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0; }
  @media screen and (max-width: 869px) {
    .c-title-border {
      font-size: 4vw;
      margin-bottom: 30px; } }
  .c-title-border::after {
    content: "";
    width: 1px;
    height: 60px;
    margin: 30px auto 0;
    display: block;
    background: #000; }
    @media screen and (max-width: 869px) {
      .c-title-border::after {
        width: 0.27vw;
        height: 13.33vw;
        margin: 30px auto 0; } }
  .c-title-border--mgb {
    margin-bottom: 130px; }
    @media screen and (max-width: 869px) {
      .c-title-border--mgb {
        margin-bottom: 76px; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-button {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }
  .c-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform-origin: right top; }
  @media (hover: hover) {
    .c-button:hover::before {
      transform: scale(1, 1);
      transform-origin: left top; } }
  .c-button span {
    transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    position: relative;
    z-index: 3;
    font-weight: bold; }
  .c-button--header {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff; }
    @media screen and (max-width: 1200px) {
      .c-button--header {
        width: 280px;
        height: 60px; } }
    @media screen and (max-width: 869px) {
      .c-button--header {
        width: 40vw;
        height: 10.93vw;
        background: #fff; } }
    .c-button--header::before {
      background: #fff; }
    .c-button--header span {
      position: relative;
      color: white;
      font-size: 15px;
      top: -1px; }
      @media screen and (max-width: 1200px) {
        .c-button--header span {
          font-size: 21px; } }
      @media screen and (max-width: 869px) {
        .c-button--header span {
          font-size: 4vw; } }
    .c-button--header:hover span {
      color: #223feb; }
  .c-button--contact {
    width: 350px;
    height: 70px;
    border-radius: 10px;
    border: 1px solid white; }
    @media screen and (max-width: 869px) {
      .c-button--contact {
        width: 60vw;
        height: 13.33vw;
        border-radius: 5px; } }
    .c-button--contact::before {
      background: #223feb; }
    @media (hover: hover) {
      .c-button--contact:hover span {
        color: white; } }
    .c-button--contact span {
      color: #223feb;
      font-size: 20px; }
      @media screen and (max-width: 869px) {
        .c-button--contact span {
          font-size: 4vw; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-scroll {
  z-index: 10;
  position: absolute;
  right: 5%;
  top: 97vh;
  transform: translate(100%, -100px); }
  @media screen and (max-width: 869px) {
    .c-scroll {
      right: 9%;
      bottom: 0;
      transform: translate(100%, -24vw); } }
  .c-scroll span {
    font-size: 14px;
    writing-mode: vertical-rl;
    color: white; }
    @media screen and (max-width: 869px) {
      .c-scroll span {
        font-size: 2.67vw; } }
  .c-scroll::before {
    content: "";
    animation: scroll 2s infinite;
    background-color: white;
    bottom: -160px;
    height: 160px;
    left: 8px;
    margin: auto;
    position: absolute;
    width: 1px;
    z-index: 2; }
    @media screen and (max-width: 869px) {
      .c-scroll::before {
        bottom: -26.67vw;
        height: 26.67vw; } }
  .c-scroll::after {
    content: "";
    background-color: rgba(34, 63, 235, 0.2);
    bottom: -160px;
    height: 160px;
    left: 8px;
    margin: auto;
    position: absolute;
    width: 1px; }
    @media screen and (max-width: 869px) {
      .c-scroll::after {
        bottom: -26.67vw;
        height: 26.67vw; } }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-fadeintext {
  overflow: hidden;
  font-size: 0; }
  .c-fadeintext span {
    font-family: "Montserrat", serif;
    display: inline-block;
    opacity: 0; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.c-sliber-button {
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -30px;
  transform: translateY(100%);
  width: 160px;
  height: 50px;
  line-height: 100%;
  font-size: 20px;
  color: #fff;
  letter-spacing: .08em;
  transition: .3s;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", serif; }
  @media screen and (max-width: 869px) {
    .c-sliber-button {
      bottom: -10.67vw;
      width: 26.67vw;
      height: 10.67vw;
      font-size: 4.27vw; } }
  .c-sliber-button::before, .c-sliber-button::after {
    position: absolute;
    top: 0;
    content: '';
    display: inline-block;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #0018a5; }
    @media screen and (max-width: 869px) {
      .c-sliber-button::before, .c-sliber-button::after {
        width: 10.67vw;
        height: 10.67vw;
        border-radius: 5.33vw; } }
  .c-sliber-button::before {
    background-size: 22px;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .3s; }
    @media screen and (max-width: 869px) {
      .c-sliber-button::before {
        background-size: 17.5px; } }
  .c-sliber-button::after {
    z-index: -2; }
  .c-sliber-button--prev {
    left: 0;
    padding-right: 30px;
    text-align: right; }
    @media screen and (max-width: 869px) {
      .c-sliber-button--prev {
        padding-right: 0; } }
    .c-sliber-button--prev::before, .c-sliber-button--prev::after {
      left: 0; }
    .c-sliber-button--prev::before {
      background-image: url(/assets/img/shared/icon-arrow-prev.webp);
      background-position: 15px 18px; }
      @media screen and (max-width: 869px) {
        .c-sliber-button--prev::before {
          background-position: center calc(5vw - 5px); } }
  .c-sliber-button--next {
    right: 30px;
    padding-left: 30px;
    text-align: left; }
    @media screen and (max-width: 869px) {
      .c-sliber-button--next {
        right: calc(100vw - 94.67vw);
        padding-left: 0; } }
    .c-sliber-button--next::before, .c-sliber-button--next::after {
      right: 0; }
    .c-sliber-button--next::before {
      background-image: url(/assets/img/shared/icon-arrow-next.webp);
      background-position: calc(100% - 15px) 18px; }
      @media screen and (max-width: 869px) {
        .c-sliber-button--next::before {
          background-position: center calc(5vw - 5px); } }
  .c-sliber-button--black {
    color: #000; }
    .c-sliber-button--black::before, .c-sliber-button--black::after {
      background-color: #223feb; }

/* -- project --*/
/* -- utility --*/
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.u-bg--blue {
  background: #223feb; }
.u-bg--black {
  background: #000; }
.u-bg--white {
  background: white; }
.u-bg--gray {
  background: #d9dbe6; }

.u-color--blue {
  color: #223feb; }

.u-font-mont {
  font-family: "Montserrat", serif; }

.u-hover {
  transition: opacity .3s ease-in-out; }
  @media (hover: hover) {
    .u-hover:hover {
      opacity: .6; } }

.u-pc {
  display: block !important; }
  @media screen and (max-width: 869px) {
    .u-pc {
      display: none !important; } }

.u-sp {
  display: none !important; }
  @media screen and (max-width: 869px) {
    .u-sp {
      display: block !important; } }

/* -- pages --*/
@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.mv {
  height: calc(100vh + 120px);
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .mv .mv-bg-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  .mv .mv-bg {
    position: relative;
    width: 100%;
    transition: transform 10s; }
    @media screen and (min-width: 1510px) {
      .mv .mv-bg {
        position: absolute;
        bottom: 0; } }
    .mv .mv-bg .mv-bg-img {
      width: auto;
      min-height: calc(100vh + 85px);
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 1510px) {
        .mv .mv-bg .mv-bg-img {
          width: 100%; } }
  @media screen and (max-width: 869px) {
    .mv {
      height: calc(100vh + 12.8vw); }
      .mv .mv-bg .mv-bg-img {
        width: 100%;
        min-height: calc(100vh + 8.8vw); } }
  .mv .mv-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) translateY(50px);
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all 1.5s ease-out; }
    .mv .mv-title.is-visible {
      opacity: 1;
      transform: translateY(-50%) translateY(0); }
    .mv .mv-title .mv-title-txt {
      font-size: 30px;
      line-height: 1.5;
      font-weight: bold;
      color: #fff;
      margin-top: 20px; }
      @media screen and (max-width: 869px) {
        .mv .mv-title .mv-title-txt {
          margin-top: 2.67vw; } }
    @media screen and (max-width: 869px) {
      .mv .mv-title {
        top: 50%; }
        .mv .mv-title .mv-title-img {
          width: 78.93vw; }
        .mv .mv-title .mv-title-txt {
          font-size: 4.27vw;
          line-height: 1.5;
          letter-spacing: -0.05em; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.pg-index-about {
  padding: 260px 0 160px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 869px) {
    .pg-index-about {
      padding: 31.2vw 5.33vw;
      background: #FFF; } }
  .pg-index-about .bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.2; }
  .pg-index-about .c-title-left {
    margin-bottom: 74px; }
    @media screen and (max-width: 869px) {
      .pg-index-about .c-title-left {
        margin-bottom: 16vw; } }
  .pg-index-about .detail {
    width: calc(100vw - ((100vw - 1160px) / 2));
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 869px) {
      .pg-index-about .detail {
        width: 100%; } }
    .pg-index-about .detail .logo .logo-txt {
      margin-top: 14px; }
    @media screen and (max-width: 869px) {
      .pg-index-about .detail .logo .logo-img {
        width: 71.47vw; }
      .pg-index-about .detail .logo .logo-txt {
        margin-top: 2.4vw;
        font-size: 3.2vw; } }
    .pg-index-about .detail .logo-description {
      width: 560px;
      margin-top: 60px;
      font-size: 16px;
      line-height: 2;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 869px) {
        .pg-index-about .detail .logo-description {
          width: 100%;
          margin-top: 8.53vw;
          font-size: 3.73vw;
          line-height: 2; } }
    .pg-index-about .detail .img-pc {
      width: calc(100vw - ((100vw - 1160px) / 2 + 600px));
      height: auto;
      margin-top: -132px;
      position: relative; }
      .pg-index-about .detail .img-pc img {
        width: 100%;
        min-width: 690px;
        position: relative; }
        @media screen and (max-width: 869px) {
          .pg-index-about .detail .img-pc img {
            top: -21.33vw; } }
  .pg-index-about .operator-sample {
    width: 960px;
    max-width: 960px;
    margin: 60px auto 0;
    padding: 42px 58px;
    border: 2px solid #223feb;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 869px) and (max-width: 1160px) {
      .pg-index-about .operator-sample {
        width: 100%;
        padding: 2.67vw;
        gap: 2.67vw; } }
    @media screen and (max-width: 869px) {
      .pg-index-about .operator-sample {
        width: 100%;
        margin-top: 10.13vw;
        padding: 6vw 8vw 7.47vw;
        border: 0.53vw solid #223feb;
        border-radius: 5.33vw;
        background: #fff;
        display: flex;
        flex-wrap: wrap; } }
    .pg-index-about .operator-sample .text {
      font-size: 20px;
      line-height: 1.6;
      font-weight: bold;
      letter-spacing: -0.01em; }
      .pg-index-about .operator-sample .text span {
        margin-top: 20px;
        font-size: 14px;
        font-weight: normal; }
      @media screen and (max-width: 869px) {
        .pg-index-about .operator-sample .text {
          font-size: 4.27vw;
          line-height: 1.5;
          font-weight: bold; }
          .pg-index-about .operator-sample .text span {
            margin-top: 3.47vw;
            font-size: 3.2vw;
            display: block; } }
    .pg-index-about .operator-sample .controller {
      width: 400px;
      height: 80px;
      padding: 0 28px 0 40px;
      background: #223feb;
      border-radius: 40px; }
      @media screen and (max-width: 869px) {
        .pg-index-about .operator-sample .controller {
          width: 100%;
          height: 16vw;
          margin-top: 4.8vw;
          padding: 0 5.87vw 0 5.6vw;
          border-radius: 8vw; } }
      .pg-index-about .operator-sample .controller .audio-controls {
        height: 80px;
        display: flex;
        align-items: center;
        gap: 15px; }
        @media screen and (max-width: 869px) {
          .pg-index-about .operator-sample .controller .audio-controls {
            height: 16vw;
            gap: 0 3.2vw; } }
        .pg-index-about .operator-sample .controller .audio-controls .play-btn {
          width: 18px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: none;
          border: none;
          color: white;
          font-size: 20px;
          cursor: pointer;
          border-radius: 50%;
          transition: opacity 0.3s; }
          .pg-index-about .operator-sample .controller .audio-controls .play-btn:hover {
            opacity: 0.8; }
          .pg-index-about .operator-sample .controller .audio-controls .play-btn .play-icon {
            width: 18px;
            transform: translateY(2px); }
            .pg-index-about .operator-sample .controller .audio-controls .play-btn .play-icon img {
              width: 100%; }
            @media screen and (max-width: 869px) {
              .pg-index-about .operator-sample .controller .audio-controls .play-btn .play-icon {
                width: 2.67vw; } }
          .pg-index-about .operator-sample .controller .audio-controls .play-btn .pause-icon {
            width: 14px;
            transform: translateY(2px); }
            .pg-index-about .operator-sample .controller .audio-controls .play-btn .pause-icon img {
              width: 100%; }
            @media screen and (max-width: 869px) {
              .pg-index-about .operator-sample .controller .audio-controls .play-btn .pause-icon {
                width: 2.67vw; } }
          @media screen and (max-width: 869px) {
            .pg-index-about .operator-sample .controller .audio-controls .play-btn {
              font-size: 3.2vw; } }
        .pg-index-about .operator-sample .controller .audio-controls .time-display {
          width: 64px;
          color: white;
          font-size: 14px;
          white-space: nowrap;
          letter-spacing: -0.02em; }
          @media screen and (max-width: 869px) {
            .pg-index-about .operator-sample .controller .audio-controls .time-display {
              width: 15.47vw;
              font-size: 3.2vw; }
              .pg-index-about .operator-sample .controller .audio-controls .time-display .separator {
                margin: 0; } }
        .pg-index-about .operator-sample .controller .audio-controls .progress-container {
          flex: 1;
          height: 4px;
          background: rgba(255, 255, 255, 0.5);
          border-radius: 2px;
          cursor: pointer;
          position: relative; }
          .pg-index-about .operator-sample .controller .audio-controls .progress-container .progress-bar {
            width: 100%;
            height: 100%;
            position: relative; }
            .pg-index-about .operator-sample .controller .audio-controls .progress-container .progress-bar .progress-fill {
              height: 100%;
              background: white;
              border-radius: 2px;
              width: 0%;
              transition: width 0.1s; }
        .pg-index-about .operator-sample .controller .audio-controls .volume-control {
          display: flex;
          align-items: center;
          gap: 8px;
          position: relative; }
          .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-btn {
            width: 23px;
            height: 20px;
            background: none;
            border: none;
            cursor: pointer;
            border-radius: 3px;
            transition: opacity 0.3s; }
            @media screen and (max-width: 869px) {
              .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-btn {
                width: 4.53vw;
                height: 4vw; } }
            .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-btn img {
              width: 100%; }
            .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-btn:hover {
              opacity: 0.8; }
          .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-popup {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 10px;
            background: rgba(0, 0, 0, 0.8);
            padding: 15px 10px;
            border-radius: 8px;
            backdrop-filter: blur(10px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            pointer-events: none;
            width: 24px;
            height: 110px; }
            .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-popup.show {
              opacity: 1;
              visibility: visible;
              pointer-events: auto; }
            .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-popup .volume-slider-vertical {
              width: 4px;
              height: 80px;
              background: rgba(255, 255, 255, 0.3);
              border-radius: 2px;
              cursor: pointer;
              position: relative; }
              .pg-index-about .operator-sample .controller .audio-controls .volume-control .volume-popup .volume-slider-vertical .volume-fill-vertical {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                background: white;
                border-radius: 2px;
                height: 100%;
                transition: height 0.1s; }
  .pg-index-about .img-sp {
    position: static;
    width: 100vw;
    margin: 16vw 0 0 -5.33vw; }
    .pg-index-about .img-sp img {
      width: 100%; }
  .pg-index-about .features {
    padding-top: 110px; }
    @media screen and (max-width: 869px) {
      .pg-index-about .features {
        padding-top: 19.2vw; } }
    .pg-index-about .features .c-title-border {
      margin-bottom: 30px; }
      @media screen and (max-width: 869px) {
        .pg-index-about .features .c-title-border {
          margin-bottom: 6.4vw; } }
    .pg-index-about .features .features-list {
      display: flex;
      justify-content: center;
      gap: 40px; }
      @media screen and (max-width: 869px) {
        .pg-index-about .features .features-list {
          gap: 5.33vw;
          flex-wrap: wrap;
          justify-content: center; } }
      .pg-index-about .features .features-list .feature-item {
        width: 360px;
        height: 380px;
        background: url("/assets/img/p/bg-about-features.webp") no-repeat;
        background-size: contain;
        border-radius: 10px;
        padding: 103px 36px 64px;
        position: relative; }
        @media screen and (min-width: 869px) and (max-width: 1160px) {
          .pg-index-about .features .features-list .feature-item {
            padding: 7.33vw 2.67vw 4vw;
            height: 32vw; } }
        @media screen and (max-width: 869px) {
          .pg-index-about .features .features-list .feature-item {
            width: 78.67vw;
            margin: 0 auto;
            border-radius: 2.67vw;
            padding: 22.4vw 8vw 0vw;
            background-size: contain; }
            .pg-index-about .features .features-list .feature-item.s-size {
              height: 74.13vw;
              background: url("/assets/img/s/bg-about-features-s.webp") no-repeat;
              background-size: cover; }
            .pg-index-about .features .features-list .feature-item.m-size {
              height: 79.73vw;
              background: url("/assets/img/s/bg-about-features-m.webp") no-repeat;
              background-size: cover; }
            .pg-index-about .features .features-list .feature-item.l-size {
              height: 85.33vw;
              background: url("/assets/img/s/bg-about-features-l.webp") no-repeat;
              background-size: cover; } }
        .pg-index-about .features .features-list .feature-item .num {
          font-size: 36px;
          position: absolute;
          top: 0px;
          right: 20px;
          color: #223feb;
          font-weight: bold;
          font-family: "Montserrat", serif; }
          @media screen and (min-width: 869px) and (max-width: 1160px) {
            .pg-index-about .features .features-list .feature-item .num {
              font-size: 2.93vw;
              right: 1.33vw;
              top: 0vw; } }
          @media screen and (max-width: 869px) {
            .pg-index-about .features .features-list .feature-item .num {
              font-size: 8vw;
              right: 4.53vw;
              top: 0.8vw; } }
        .pg-index-about .features .features-list .feature-item .feature-item__title {
          font-size: 18px;
          line-height: 1.6;
          font-weight: bold;
          text-align: center; }
          @media screen and (min-width: 869px) and (max-width: 1160px) {
            .pg-index-about .features .features-list .feature-item .feature-item__title {
              font-size: 1.73vw; } }
          @media screen and (max-width: 869px) {
            .pg-index-about .features .features-list .feature-item .feature-item__title {
              font-size: 4vw;
              line-height: 1.6;
              letter-spacing: 0.01em; } }
        .pg-index-about .features .features-list .feature-item .feature-item__txt {
          margin-top: 28px;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: 0.01em; }
          @media screen and (min-width: 869px) and (max-width: 1160px) {
            .pg-index-about .features .features-list .feature-item .feature-item__txt {
              margin-top: 20px;
              font-size: 1.33vw; } }
          @media screen and (max-width: 869px) {
            .pg-index-about .features .features-list .feature-item .feature-item__txt {
              margin-top: 5.6vw;
              font-size: 3.73vw;
              line-height: 1.5; } }
  .pg-index-about .consulting {
    padding-top: 115px; }
    @media screen and (max-width: 869px) {
      .pg-index-about .consulting {
        padding-top: 19.2vw; } }
    .pg-index-about .consulting .c-title-border {
      margin-bottom: 15px; }
      @media screen and (max-width: 869px) {
        .pg-index-about .consulting .c-title-border {
          margin-bottom: 5.33vw; } }
    .pg-index-about .consulting .consulting-text {
      font-size: 30px;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 869px) {
        .pg-index-about .consulting .consulting-text {
          font-size: 5.6vw;
          line-height: 1.5;
          letter-spacing: -0.01em; } }
    .pg-index-about .consulting .consulting-img {
      width: 100%;
      margin-top: 72px; }
      .pg-index-about .consulting .consulting-img img {
        width: 100%; }
      @media screen and (max-width: 869px) {
        .pg-index-about .consulting .consulting-img {
          margin-top: 10.67vw; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.benefits {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: url("/assets/img/p/bg-benefits.gif") repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 869px) {
    .benefits {
      background: url("/assets/img/s/bg-benefits.gif") repeat center center;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center center; } }
  .benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1; }
  .benefits .benefits-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    pointer-events: none; }
  .benefits .pg-index-benefit {
    padding: 155px 0 80px;
    position: relative;
    z-index: 1; }
    .benefits .pg-index-benefit .l-inner-flex {
      gap: 0 193px;
      justify-content: start; }
      @media screen and (min-width: 869px) and (max-width: 1200px) {
        .benefits .pg-index-benefit .l-inner-flex {
          gap: 0 2.67vw; } }
    @media screen and (max-width: 869px) {
      .benefits .pg-index-benefit {
        padding: 32vw 0 17.33vw; } }
  .benefits .pg-index-innovation {
    padding-bottom: 110px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 869px) {
      .benefits .pg-index-innovation {
        padding-bottom: 21.33vw; } }
    .benefits .pg-index-innovation .c-title-border {
      margin-bottom: 120px; }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-innovation .c-title-border {
          margin-bottom: 25.33vw; } }
    .benefits .pg-index-innovation .innovation-card {
      position: relative;
      width: calc((100% - 80px) / 3);
      max-width: 360px;
      background: white;
      border-radius: 20px;
      padding: 100px 40px;
      border: 6px double #223feb; }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-innovation .innovation-card {
          width: 78.67vw;
          max-width: none;
          margin: 0 auto;
          padding: 21.33vw 8vw 18.67vw;
          border: 1.6vw double #223feb; } }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-innovation .innovation-card + .innovation-card {
          margin-top: 24vw; } }
      .benefits .pg-index-innovation .innovation-card .icon {
        display: block;
        z-index: 2;
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: -7px;
        transform: translate(-50%, -50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        aspect-ratio: 1 / 1; }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-innovation .innovation-card .icon {
            width: 26.67vw;
            height: 26.67vw; } }
        .benefits .pg-index-innovation .innovation-card .icon::before, .benefits .pg-index-innovation .innovation-card .icon::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 100%;
          border: 1px solid rgba(34, 63, 235, 0.3);
          border-radius: 50%;
          box-sizing: border-box;
          pointer-events: none;
          animation: pulsate 2s linear infinite; }
        .benefits .pg-index-innovation .innovation-card .icon::after {
          animation-delay: 1s; }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-innovation .innovation-card .c-card-title {
          font-size: 4vw; }
          .benefits .pg-index-innovation .innovation-card .c-card-title span {
            margin-bottom: 0;
            font-size: 3.47vw;
            line-height: 1.4;
            letter-spacing: 0.01em; } }
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
      .benefits .pg-index-innovation .innovation-card__txt {
        font-size: 14px;
        line-height: 1.5; }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-innovation .innovation-card__txt {
            font-size: 3.73vw; } }
      .benefits .pg-index-innovation .innovation-card--01 .icon {
        background-image: url(/assets/img/shared/logo-innovation-point01.webp); }
      .benefits .pg-index-innovation .innovation-card--02 .icon {
        background-image: url(/assets/img/shared/logo-innovation-point02.webp); }
      .benefits .pg-index-innovation .innovation-card--03 .icon {
        background-image: url(/assets/img/shared/logo-innovation-point03.webp); }
  .benefits .pg-index-tecnology {
    padding-bottom: 155px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 869px) {
      .benefits .pg-index-tecnology {
        padding-bottom: 31.47vw; } }
    .benefits .pg-index-tecnology .c-title-border {
      margin-bottom: 30px; }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-tecnology .c-title-border {
          margin-bottom: 5.33vw; } }
    .benefits .pg-index-tecnology .tecnology-wrap {
      width: 1160px;
      margin: 0 auto;
      padding: 110px 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      gap: 0;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background: url("/assets/img/p/bg-benefits.gif") repeat center center;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 869px) and (max-width: 1200px) {
        .benefits .pg-index-tecnology .tecnology-wrap {
          width: 100%;
          padding: 6.67vw 0; } }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-tecnology .tecnology-wrap {
          width: 100%;
          padding: 5.33vw 8vw 10.67vw;
          display: block;
          background: url("/assets/img/s/bg-benefits.gif") repeat center center;
          background-size: cover;
          background-attachment: fixed;
          background-repeat: no-repeat;
          background-position: center center; } }
      .benefits .pg-index-tecnology .tecnology-wrap .tecnology-bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        z-index: -1; }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-tecnology .tecnology-wrap .tecnology-bg-video {
            width: auto;
            height: 100%;
            object-fit: cover; } }
    .benefits .pg-index-tecnology .tecnology-item {
      position: relative;
      width: calc((100% - 20px) / 3);
      max-width: 380px;
      padding: 30px 50px;
      color: #fff; }
      @media screen and (max-width: 869px) {
        .benefits .pg-index-tecnology .tecnology-item {
          width: 100%;
          max-width: none;
          padding: 14.93vw 5.2vw 9.87vw; } }
      .benefits .pg-index-tecnology .tecnology-item + .tecnology-item {
        border-left: 1px solid rgba(255, 255, 255, 0.4); }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-tecnology .tecnology-item + .tecnology-item {
            margin-top: 5.33vw;
            border-left: none;
            border-top: 0.27vw solid rgba(255, 255, 255, 0.4); } }
      .benefits .pg-index-tecnology .tecnology-item .title {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        font-weight: bold; }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-tecnology .tecnology-item .title {
            font-size: 3.47vw; } }
        .benefits .pg-index-tecnology .tecnology-item .title .en {
          display: block;
          font-size: 12px;
          font-family: "Montserrat", serif; }
          @media screen and (max-width: 869px) {
            .benefits .pg-index-tecnology .tecnology-item .title .en {
              font-size: 3.2vw; } }
      .benefits .pg-index-tecnology .tecnology-item .text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.04em;
        color: #fff; }
        @media screen and (max-width: 869px) {
          .benefits .pg-index-tecnology .tecnology-item .text {
            margin-top: 6.13vw;
            padding: 0 1.6vw;
            font-size: 3.47vw;
            line-height: 1.65; } }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.pg-index-structure {
  padding: 156px 0 160px;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 869px) {
    .pg-index-structure {
      padding: 32vw 0; } }
  .pg-index-structure .c-title-left {
    margin-bottom: 70px; }
    @media screen and (max-width: 869px) {
      .pg-index-structure .c-title-left {
        margin-bottom: 11.47vw; } }
  .pg-index-structure__txt {
    display: flex;
    gap: 0 40px; }
    @media screen and (max-width: 869px) {
      .pg-index-structure__txt {
        display: block; } }
    .pg-index-structure__txt .title {
      font-size: 32px;
      line-height: 1.5;
      font-weight: bold;
      letter-spacing: .01rem;
      position: relative;
      top: -10px;
      flex-shrink: 0;
      letter-spacing: -0.02em; }
      @media screen and (max-width: 869px) {
        .pg-index-structure__txt .title {
          font-size: 5.6vw;
          top: 0; } }
    .pg-index-structure__txt .text {
      font-size: 16px;
      line-height: 2em;
      letter-spacing: -0.04em; }
      @media screen and (max-width: 869px) {
        .pg-index-structure__txt .text {
          margin-top: 8.27vw;
          font-size: 3.73vw;
          letter-spacing: 0; } }
  .pg-index-structure .img-wrapper {
    width: min(100%, 1160px);
    margin: 70px auto 0; }
    @media screen and (max-width: 869px) {
      .pg-index-structure .img-wrapper {
        width: 100%;
        margin: 13.87vw auto 0; } }
    .pg-index-structure .img-wrapper img {
      width: 100%;
      height: auto; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.pg-index-flow {
  background: #f1f3f6;
  padding: 152px 0;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 869px) {
    .pg-index-flow {
      padding: 32vw 0 calc(32vw + 10.67vw + 10.67vw); } }
  .pg-index-flow .slick-slide {
    width: calc(245 / 1160 * 100%);
    margin: 0 6.4vw; }
    @media screen and (max-width: 869px) {
      .pg-index-flow .slick-slide {
        width: 52.27vw; } }
  .pg-index-flow .slide-item {
    width: calc(245 / 1160 * 100%);
    max-width: 245px; }
    @media screen and (max-width: 869px) {
      .pg-index-flow .slide-item {
        width: 52.27vw;
        max-width: 52.27vw; } }
  .pg-index-flow__slider {
    width: min(90%, 1160px);
    margin: 0 auto; }
    @media screen and (max-width: 869px) {
      .pg-index-flow__slider {
        width: 94.67vw;
        margin-right: 0;
        margin-left: auto; } }
  .pg-index-flow .flow-card {
    position: relative;
    width: 100%;
    border-top: 2px solid #223feb;
    padding-top: 3px; }
    @media screen and (max-width: 869px) {
      .pg-index-flow .flow-card {
        width: 100%;
        padding-top: 0; } }
    .pg-index-flow .flow-card--arrow::after {
      content: "";
      display: block;
      background-image: url(/assets/img/shared/icon-arrow.webp);
      width: 13px;
      height: 31px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 188px;
      right: -37px; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card--arrow::after {
          height: 7.33vw;
          width: 2.8vw; } }
    .pg-index-flow .flow-card--01 .flow-card__img-wrapper img {
      width: calc(103 / 245 * 100%);
      aspect-ratio: 103 / 100; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card--01 .flow-card__img-wrapper img {
          width: 22.27vw; } }
    .pg-index-flow .flow-card--02 .flow-card__img-wrapper img {
      width: calc(113 / 245 * 100%);
      aspect-ratio: 113 / 109; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card--02 .flow-card__img-wrapper img {
          width: 23.87vw; } }
    .pg-index-flow .flow-card--03 .flow-card__img-wrapper img {
      width: calc(126 / 245 * 100%);
      aspect-ratio: 126 / 121; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card--03 .flow-card__img-wrapper img {
          width: 26.8vw; } }
    .pg-index-flow .flow-card--04 .flow-card__img-wrapper img {
      width: calc(115 / 245 * 100%); }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card--04 .flow-card__img-wrapper img {
          width: 25.73vw; } }
    .pg-index-flow .flow-card span {
      width: 55px;
      padding-top: 15px;
      font-size: 12px;
      font-weight: bold;
      line-height: 1em;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card span {
          width: 12vw;
          font-size: 2.93vw; } }
      .pg-index-flow .flow-card span strong {
        display: block;
        font-size: 36px;
        line-height: 1em;
        font-weight: bold;
        letter-spacing: -0.01em; }
        @media screen and (max-width: 869px) {
          .pg-index-flow .flow-card span strong {
            font-size: 8.53vw; } }
    .pg-index-flow .flow-card__img-wrapper {
      height: 197px;
      display: grid;
      place-items: center;
      margin-bottom: 13px; }
      @media screen and (max-width: 869px) {
        .pg-index-flow .flow-card__img-wrapper {
          height: 160px;
          margin-bottom: 16px; } }
      .pg-index-flow .flow-card__img-wrapper img {
        height: auto; }

@use "sass:map";
/*---------- 
media query
----------*/
/*---------- 
vw
----------*/
/*---------- 
layouts
----------*/
/*---------- 
transition
----------*/
/*---------- 
animation
----------*/
.pg-index-contact {
  height: 383px;
  display: grid;
  place-items: center;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 869px) {
    .pg-index-contact {
      height: 71.07vw; } }
  .pg-index-contact__title {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1em; }
    @media screen and (max-width: 869px) {
      .pg-index-contact__title {
        font-size: 3.2vw;
        margin-bottom: 20px; } }
    .pg-index-contact__title span {
      font-size: 48px;
      display: block;
      margin-bottom: 24px;
      line-height: 1em; }
      @media screen and (max-width: 869px) {
        .pg-index-contact__title span {
          font-size: 9.33vw;
          margin-bottom: 19px; } }

/*# sourceMappingURL=style.css.map */
