@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 40px;
  --g-padding-m: 120px;
  --g-padding-l: 152px;
  --g-color-base: #F7F7F7;
  --g-color-red: #AA3333;
  --g-color-orange: #FF9114;
  --g-color-black: #000000;
  --g-color-blue: #2764C8;
  --g-color-white: #ffffff;
  --g-color-border: #797782;
}
@media screen and (max-width: 1300px) {
  :root {
    --g-padding-s: 40rem;
    --g-padding-m: 120rem;
    --g-padding-l: 152rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 0.0588235294vw;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.0769230769vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2325581395vw;
  }
}

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: clip;
  background: #f4fdfe;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

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

section {
  position: relative;
}

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

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

.container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 398rem;
  }
}

.h-container {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  padding-left: 80px;
}
@media screen and (max-width: 1300px) {
  .h-container {
    padding-left: 80rem;
    max-width: 1600rem;
  }
}
@media screen and (max-width: 768px) {
  .h-container {
    max-width: 414rem;
    padding-left: 0;
  }
}

.s-container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .s-container {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 690rem;
  }
}

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

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

._reverse-slide .slide-auto-loop-area {
  animation: reverse-loop-area 40s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes reverse-loop-area {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slide-auto-loop-img {
  width: 333px;
  height: 239px;
  margin: 0 8px;
}
@media screen and (max-width: 1300px) {
  .slide-auto-loop-img {
    margin: 0 8rem;
    width: 333rem;
    height: 239rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    margin: 0 5rem;
    width: 229rem;
    height: 164rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-auto-loop-txt {
  font-size: 190px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  opacity: 0.05;
  font-weight: 700;
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .slide-auto-loop-txt {
    font-size: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 140rem;
  }
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  padding: 16px 32px;
  border: 1px solid var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .more-btn a {
    padding: 16rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a {
    padding: 16rem 24rem;
  }
}
.more-btn a span {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .more-btn a span {
    font-size: 16rem;
  }
}
.more-btn a span span {
  transition: all 0.4s ease-in-out;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--g-color-white);
  background-clip: unset;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--g-color-white);
  opacity: 0;
}
.more-btn a svg {
  margin-left: 8px;
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .more-btn a svg {
    margin-left: 8rem;
    width: 24rem;
  }
}
.more-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.more-btn a:hover {
  background: var(--g-color-blue);
}
.more-btn a:hover > span {
  color: var(--g-color-orange);
}
.more-btn a:hover > span span {
  opacity: 1;
}
.more-btn a:hover svg path {
  stroke: var(--g-color-white);
}

.lower-fv {
  background: url(../img/lower-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}
@media screen and (max-width: 1300px) {
  .lower-fv {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    padding-top: 64rem;
  }
}
.lower-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(128, 176, 255, 0.6392156863);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lower-fv .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 386px;
}
@media screen and (max-width: 1300px) {
  .lower-fv .container {
    height: 386rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv .container {
    height: 344rem;
    max-width: 100%;
    padding: 0 40rem;
  }
}
.lower-fv-main h2 {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .lower-fv-main h2 {
    font-size: 48rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2 {
    font-size: 40rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2._m-font {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2._s-font {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2._s-img img {
    transform: translate(-35%, -55%);
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2._m-img img {
    transform: translate(-45%, -55%);
    width: 260rem;
  }
}
.lower-fv-main h2 img {
  position: absolute;
  z-index: -1;
  width: 300px;
  max-width: unset;
  left: 0;
  top: 0;
  transform: translate(-55%, -55%);
}
@media screen and (max-width: 1300px) {
  .lower-fv-main h2 img {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2 img {
    transform: translate(-40%, -55%);
    width: 280rem;
  }
}
.lower-fv-main ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.lower-fv-main ul li {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li {
    font-size: 13rem;
  }
}
.lower-fv-main ul li:not(:last-child) {
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li:not(:last-child) {
    margin-right: 6rem;
  }
}
.lower-fv-main ul li a {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li a {
    font-size: 13rem;
  }
}
.lower-fv-main ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
.lower-fv-main ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.lower-fv-main ul li svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li svg {
    width: 12rem;
    height: 12rem;
  }
}

.other-main {
  padding: 33px 64px 95px;
}
@media screen and (max-width: 1300px) {
  .other-main {
    padding: 33rem 64rem 95rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main {
    padding: 32rem 0;
  }
}
@media screen and (max-width: 768px) {
  .other-main .container {
    max-width: 100%;
    padding: 0 40rem;
  }
}
.other-main .container > p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .other-main .container > p {
    margin-bottom: 15rem;
    font-size: 13rem;
  }
}
.other-main__elem {
  padding: 32px 0;
  border-bottom: 2px solid #D2E3FF;
}
@media screen and (max-width: 1300px) {
  .other-main__elem {
    padding: 32rem 0;
  }
}
.other-main__elem-ttl p {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 4%;
  color: var(--g-color-black);
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .other-main__elem-ttl p {
    padding-left: 13rem;
    font-size: 18rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main__elem-ttl p {
    padding-left: 16rem;
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.other-main__elem-ttl p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--g-color-blue);
}
@media screen and (max-width: 768px) {
  .other-main__elem-ttl p::after {
    width: 4rem;
  }
}
.other-main__elem-content p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .other-main__elem-content p {
    font-size: 16rem;
  }
}
.other-main__elem-content ul {
  list-style: auto;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .other-main__elem-content ul {
    padding-left: 16rem;
  }
}
.other-main__elem-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .other-main__elem-content ul li {
    font-size: 16rem;
  }
}
.other-main-last {
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .other-main-last {
    padding: 32rem 0;
  }
}
.other-main-last p {
  font-weight: 500;
  font-size: 16px;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .other-main-last p {
    font-size: 16rem;
  }
}
.other-main-tb {
  max-width: 928px;
  width: 100%;
  margin: auto;
  padding-top: 71px;
}
@media screen and (max-width: 1025px) {
  .other-main-tb {
    max-width: 928rem;
    padding-top: 71rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main-tb {
    max-width: 100%;
    padding-top: 32rem;
  }
}
.other-main-tb__elem {
  padding: 32px;
  border-bottom: 1px solid var(--g-color-black);
  display: flex;
  align-items: start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .other-main-tb__elem {
    padding: 32rem 16rem;
    display: block;
  }
}
.other-main-tb__elem span,
.other-main-tb__elem a {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1025px) {
  .other-main-tb__elem span,
  .other-main-tb__elem a {
    font-size: 16rem;
  }
}
.other-main-tb__elem-label {
  max-width: 176px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .other-main-tb__elem-label {
    padding-right: 32rem;
    max-width: 176rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main-tb__elem-label {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 16rem;
  }
}
.other-main-tb__elem-val {
  max-width: 100%;
  width: 100%;
}
.other-main-tb__elem-val span,
.other-main-tb__elem-val a {
  color: #333;
}
.other-main-link {
  text-align: center;
  padding-top: 104px;
}
@media screen and (max-width: 1300px) {
  .other-main-link {
    padding-top: 104rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main-link {
    padding-top: 64rem;
  }
}
.other-main-link a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 144px;
  border-radius: 100px;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .other-main-link a {
    padding: 16rem 144rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main-link a {
    width: 100%;
    padding: 16rem 0;
  }
}
.other-main-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 88%;
  background: var(--g-color-white);
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.other-main-link a svg {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .other-main-link a svg {
    width: 24rem;
    height: 24rem;
    margin-right: 8rem;
  }
}
.other-main-link a svg path {
  transition: all 0.4s ease-in-out;
  stroke: var(--g-color-white);
}
.other-main-link a span {
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .other-main-link a span {
    font-size: 16rem;
  }
}
.other-main-link a:hover::after {
  opacity: 1;
}
.other-main-link a:hover svg path {
  stroke: var(--g-color-blue);
}
.other-main-link a:hover span {
  color: var(--g-color-blue);
}

.swiper-container {
  position: relative;
}

.swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 1300px;
}
@media screen and (max-width: 1300px) {
  .swiper-controller {
    width: 1300rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-controller {
    width: 366rem;
  }
}
.swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-controller .swiper-button-wrap .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-white);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 1300px) {
  .swiper-controller .swiper-button-wrap .swiper-button {
    width: 48rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-controller .swiper-button-wrap .swiper-button {
    width: 26rem;
    box-shadow: 0px 0px 25rem rgba(0, 0, 0, 0.1019607843);
    height: 26rem;
  }
}
.swiper-controller .swiper-button-wrap .swiper-button._black-btn {
  background: #333;
}
.swiper-controller .swiper-button-wrap .swiper-button._black-btn svg path {
  stroke: var(--g-color-white);
}
.swiper-controller .swiper-button-wrap .swiper-button::before, .swiper-controller .swiper-button-wrap .swiper-button::after {
  display: none;
}
.swiper-controller .swiper-button-wrap .swiper-button:hover {
  opacity: 0.6;
}
.swiper-controller .swiper-button-wrap .swiper-button-ico svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1300px) {
  .swiper-controller .swiper-button-wrap .swiper-button-ico svg {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-controller .swiper-button-wrap .swiper-button-ico svg {
    width: 26rem;
    height: 26rem;
  }
}

.sec-flow {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-flow {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 64rem 0;
  }
}
.sec-flow-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 86px;
}
@media screen and (max-width: 1300px) {
  .sec-flow-ttl {
    margin-bottom: 86rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-ttl {
    margin-bottom: 32rem;
  }
}
.sec-flow-ttl h2 {
  color: #333;
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-flow-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-ttl h2 {
    font-size: 32rem;
  }
}
.sec-flow-ttl img {
  width: 80px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(-110%, -65%);
}
@media screen and (max-width: 1300px) {
  .sec-flow-ttl img {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-ttl img {
    transform: translate(-150%, -65%);
    width: 50rem;
  }
}
.sec-flow-main {
  position: relative;
}
.sec-flow-main-deco {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../img/line.png);
  background-size: 100% auto;
  background-repeat: repeat;
  z-index: 1;
}
.sec-flow__elem {
  background: var(--g-color-white);
  z-index: 2;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: left;
  border: 2px solid var(--g-color-blue);
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem {
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem {
    flex-direction: column;
  }
}
.sec-flow__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.sec-flow__elem-num {
  max-width: 83px;
  width: 100%;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-num {
    max-width: 100%;
    height: 56rem;
  }
}
.sec-flow__elem-num span {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-num span {
    font-size: 20rem;
  }
}
.sec-flow__elem-content {
  max-width: 100%;
  width: 100%;
  padding: 32px 32px 32px 40px;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem-content {
    padding: 32rem 32rem 32rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-content {
    padding: 24rem;
  }
}
.sec-flow__elem-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem-ttl {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-ttl {
    margin-bottom: 8rem;
  }
}
.sec-flow__elem-ttl p {
  color: #333;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-ttl p {
    font-size: 20rem;
  }
}
.sec-flow__elem-txt p {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-flow__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt p {
    line-height: 1.3;
  }
}

.sec-faq {
  border-radius: 80px 80px 0 0;
  background: var(--g-color-white);
  padding: 100px 0 80px;
}
@media screen and (max-width: 1300px) {
  .sec-faq {
    border-radius: 80rem 80rem 0 0;
    padding: 100rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    border-radius: 40rem 40rem 0 0;
    padding: 64rem 0;
  }
}
.sec-faq-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 1300px) {
  .sec-faq-ttl {
    margin-bottom: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl {
    margin-bottom: 24rem;
  }
}
.sec-faq-ttl h2 {
  color: #333;
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-faq-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl h2 {
    font-size: 32rem;
  }
}
.sec-faq-ttl img {
  position: absolute;
  right: 50%;
  top: 0;
  width: 80px;
  transform: translate(-130%, -50%);
}
@media screen and (max-width: 1300px) {
  .sec-faq-ttl img {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl img {
    transform: translate(-130%, -80%);
    width: 54rem;
  }
}
.sec-faq__elem {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem {
    border-radius: 24rem;
  }
}
.sec-faq__elem:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.sec-faq__elem-q {
  padding: 32px;
  background: var(--g-color-blue);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-q {
    padding: 32rem;
  }
}
.sec-faq__elem-q::before, .sec-faq__elem-q::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  border-radius: 100px;
  background: var(--g-color-white);
  top: 50%;
  right: 37px;
  transition: all 0.4s ease-in-out;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-q::before, .sec-faq__elem-q::after {
    right: 37rem;
    width: 14rem;
    height: 3rem;
  }
}
.sec-faq__elem-q::after {
  transform: translateY(-50%) rotate(90deg);
}
.sec-faq__elem-q.active::after {
  transform: translateY(-50%) rotate(0);
}
.sec-faq__elem-q span {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-q span {
    margin-right: 16rem;
    font-size: 25rem;
  }
}
.sec-faq__elem-q p {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-q p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q p {
    max-width: 80%;
    font-size: 16rem;
    line-height: 1.4;
  }
}
.sec-faq__elem-a {
  transition: all 0.4s ease-in-out;
  padding: 0 32px;
  background: var(--g-color-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  max-height: 0;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-a {
    padding: 0 32rem;
  }
}
.sec-faq__elem-a.active {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-a.active {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
}
.sec-faq__elem-a p {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-a p {
    font-size: 16rem;
  }
}
.sec-faq__elem-a span {
  transform: translateY(-20%);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-faq__elem-a span {
    margin-right: 16rem;
    font-size: 25rem;
  }
}

.no-link {
  pointer-events: none;
}

@font-face {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 300;
  src: url("../fonts/Hiragino Kaku Gothic ProN W3.otf") format("opentype");
}
@font-face {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
}
@font-face {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 800;
  src: url("../fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype");
}
html {
  font-family: "Noto Sans JP", serif;
}

._bold {
  font-weight: 700;
}

.en {
  font-family: "Roboto", serif;
}

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

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

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

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

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

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

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

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

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-blue);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-blue);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading-content .loading-end {
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 0;
  left: 0;
  background: var(--g-color-base);
  transition: width 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-content .loading-end.ended {
  width: 100%;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--g-color-white);
}
.header.loaded {
  transform: translateY(0);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 32px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header-container {
    padding: 15rem 32rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-container {
    padding: 15rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 16rem;
    text-align: center;
  }
}
.header-logo img {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .header-logo img {
    height: 48rem;
  }
}
.header-logo span {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #347DF3;
}
@media screen and (max-width: 1300px) {
  .header-logo span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo span {
    font-size: 16rem;
  }
}
.header-link {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .header-link {
    display: none;
  }
}
.header-link-main ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link-main ul li {
  margin-right: 32px;
}
@media screen and (max-width: 1700px) {
  .header-link-main ul li {
    margin-right: 32rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-main ul li {
    margin-right: 20rem;
  }
}
.header-link-main ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header-link-main ul li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-main ul li a {
    font-size: 14rem;
  }
}
.header-link-main ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  right: 0;
  transition: all 0.4s ease-in-out;
  bottom: 0;
}
.header-link-main ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.header-link-btns ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link-btns ul li:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li:first-child {
    margin-right: 16rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-btns ul li:first-child {
    margin-right: 20rem;
  }
}
.header-link-btns ul li:last-child a {
  padding: 12px 20px;
  background: var(--g-color-orange);
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li:last-child a {
    padding: 12rem 20rem;
  }
}
.header-link-btns ul li:last-child a svg {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li:last-child a svg {
    width: 16rem;
  }
}
.header-link-btns ul li:last-child a:hover span {
  color: var(--g-color-orange);
}
.header-link-btns ul li:last-child a:hover svg path {
  stroke: unset;
  fill: var(--g-color-orange);
}
.header-link-btns ul li:last-child a:hover svg rect {
  fill: var(--g-color-orange);
}
.header-link-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-radius: 100px;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li a {
    padding: 12rem 32rem;
  }
}
.header-link-btns ul li a::after {
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  position: absolute;
  background: var(--g-color-white);
  z-index: 1;
  width: 190px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li a::after {
    width: 190rem;
    height: 46rem;
  }
}
.header-link-btns ul li a svg {
  position: relative;
  z-index: 2;
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li a svg {
    margin-right: 8rem;
    width: 24rem;
  }
}
.header-link-btns ul li a svg path,
.header-link-btns ul li a svg rect {
  transition: all 0.4s ease-in-out;
}
.header-link-btns ul li a span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1700px) {
  .header-link-btns ul li a span {
    font-size: 16rem;
  }
}
.header-link-btns ul li a:hover::after {
  opacity: 1;
}
.header-link-btns ul li a:hover span {
  color: #0043B1;
}
.header-link-btns ul li a:hover svg path {
  stroke: #0043B1;
}
.header-link-contact {
  text-align: right;
}
.header-link-contact p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #4D4D4D;
}
@media screen and (max-width: 1700px) {
  .header-link-contact p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-contact p {
    font-size: 14rem;
  }
}
.header-link-contact a {
  color: #130896;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1700px) {
  .header-link-contact a {
    font-size: 36rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-contact a {
    font-size: 30rem;
  }
}
.header-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32rem;
    height: 17rem;
    border: unset;
    outline: unset;
    background: transparent;
    cursor: pointer;
  }
}
.header-sp-btn button svg {
  width: 100%;
  height: auto;
}

.header-sp-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: var(--g-color-base);
    padding: 10rem 20rem 23rem 20rem;
    z-index: 900;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    transition: opacity 0.6s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.6s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.6s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu.open-menu {
    visibility: visible;
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-head {
    padding-bottom: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-head-logo img {
    width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-head-btn button {
    width: 24rem;
    height: 24rem;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-head-btn button svg {
    width: 24rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link {
    padding: 5vh 0;
    border-top: 1px solid var(--g-color-blue);
    border-bottom: 1px solid var(--g-color-blue);
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li {
    color: var(--g-color-black);
    font-weight: 500;
    font-size: 2.6vh;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li:not(:last-child) {
    margin-bottom: 4.5vh;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li > a {
    color: var(--g-color-black);
    font-weight: 500;
    font-size: 2.6vh;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li ul {
    padding-left: 12rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li ul::after {
    content: "";
    background: #D7D7D7;
    height: 100%;
    width: 5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li ul li {
    margin-top: 1.7vh;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-link > ul > li ul li a {
    color: #3A3A3A;
    font-weight: 500;
    font-size: 2.2vh;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom {
    padding-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btns {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn:first-child {
    margin-bottom: 3vh;
  }
}
.header-sp-menu-bottom-btn:first-child a {
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn:first-child svg {
    width: 3.2vh;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn:last-child svg {
    width: 2.2vh;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn a {
    border-radius: 100px;
    background: var(--g-color-orange);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
    box-shadow: 1.6rem 3.2rem 3.2rem 0 rgba(0, 0, 0, 0.2509803922);
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn a span {
    color: var(--g-color-white);
    font-weight: 700;
    font-size: 2vh;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-btn a svg {
    margin-right: 6.4rem;
  }
}
.header-sp-menu-bottom-tel {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-tel p {
    font-weight: 500;
    font-size: 2vh;
    line-height: 1;
    color: #4D4D4D;
  }
}
@media screen and (max-width: 768px) {
  .header-sp-menu-bottom-tel a {
    color: #130896;
    font-weight: 700;
    font-size: 4vh;
    line-height: 1.5;
  }
}

.footer {
  background: #242424;
  padding: 64px 0;
}
@media screen and (max-width: 1300px) {
  .footer {
    padding: 64rem 0;
  }
}
.footer-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .footer-main {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
  }
}
.footer-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    display: block;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 140rem;
  }
}
.footer-link {
  display: flex;
  align-items: start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .footer-link {
    justify-content: space-between;
    padding: 0 45rem;
    margin-bottom: 64rem;
  }
}
.footer-link > ul:not(:last-child) {
  margin-right: 400px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul:not(:last-child) {
    margin-right: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link > ul:not(:last-child) {
    margin-right: 0;
  }
}
.footer-link > ul > li {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li {
    font-size: 16rem;
  }
}
.footer-link > ul > li:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li:not(:last-child) {
    margin-bottom: 14rem;
  }
}
.footer-link > ul > li a {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li a {
    font-size: 16rem;
  }
}
.footer-link > ul > li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: var(--g-color-white);
}
.footer-link > ul > li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-link > ul > li > ul {
  padding-left: 8px;
  opacity: 0.7;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li > ul {
    padding-left: 8rem;
  }
}
.footer-link > ul > li > ul > li {
  margin-top: 16px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li > ul > li {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-link > ul > li > ul > li {
    margin-top: 14rem;
  }
}
.footer-link > ul > li > ul ul {
  padding-left: 20px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li > ul ul {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-other-btns {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .footer-other-btn {
    width: 100%;
  }
}
.footer-other-btn:first-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn:first-child {
    margin-bottom: 16rem;
  }
}
.footer-other-btn:first-child a {
  position: relative;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
}
.footer-other-btn:first-child a::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.footer-other-btn:first-child a:hover::after {
  opacity: 1;
}
.footer-other-btn:first-child a:hover span {
  color: var(--g-color-blue);
}
.footer-other-btn:first-child a:hover svg path {
  stroke: var(--g-color-blue);
}
.footer-other-btn:first-child svg {
  position: relative;
  z-index: 2;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn:first-child svg {
    margin-right: 8rem;
  }
}
.footer-other-btn:first-child span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-other-btn:last-child {
    margin-bottom: 16rem;
  }
}
.footer-other-btn:last-child a {
  background: var(--g-color-orange);
  border: 1px solid var(--g-color-orange);
}
.footer-other-btn:last-child a:hover {
  background: var(--g-color-white);
}
.footer-other-btn:last-child a:hover svg path {
  stroke: var(--g-color-orange);
}
.footer-other-btn:last-child a:hover span {
  color: var(--g-color-orange);
}
.footer-other-btn:last-child svg {
  margin-left: 8px;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn:last-child svg {
    margin-left: 8rem;
  }
}
.footer-other-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn a {
    padding: 12rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-other-btn a {
    width: 100%;
    padding: 20rem 32rem;
  }
}
.footer-other-btn a svg {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn a svg {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-other-btn a svg {
    width: 22rem;
  }
}
.footer-other-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.footer-other-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .footer-other-btn a span {
    font-size: 16rem;
  }
}
.footer-copyright p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
}
@media screen and (max-width: 1300px) {
  .footer-copyright p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright p {
    font-size: 8rem;
  }
}

.blog-list-main {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .blog-list-main {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .blog-list-main {
    padding: 64rem 0;
  }
}
.blog-list-main .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog-list-main .container {
    display: block;
  }
}

.blog-list__wrap {
  max-width: 832px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .blog-list__wrap {
    max-width: 832rem;
    gap: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list__wrap {
    max-width: 100%;
    margin-bottom: 128rem;
  }
}

.blog-list {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: left;
  flex-wrap: wrap;
  gap: 64px 32px;
}
@media screen and (max-width: 768px) {
  .blog-list {
    gap: 40rem;
    justify-content: center;
  }
}
.blog-list__elem {
  width: 256px;
}
@media screen and (max-width: 1300px) {
  .blog-list__elem {
    width: 256rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list__elem {
    width: 350rem;
  }
}
.blog-list__elem-img {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .blog-list__elem-img {
    margin-bottom: 24rem;
    height: 190rem;
    border-radius: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-list__elem-img {
    height: 216rem;
  }
}
.blog-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.blog-list__elem-content-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .blog-list__elem-content-ttl {
    margin-bottom: 24rem;
  }
}
.blog-list__elem-content-ttl p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .blog-list__elem-content-ttl p {
    font-size: 20rem;
  }
}
.blog-list__elem-content-ttl span {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333;
  opacity: 0.5;
}
@media screen and (max-width: 1300px) {
  .blog-list__elem-content-ttl span {
    margin-top: 8rem;
    font-size: 16rem;
  }
}
.blog-list__elem-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.blog-list__elem-ctgs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-blue);
  border: 1px solid var(--g-color-blue);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .blog-list__elem-ctgs span {
    padding: 8rem 16rem;
    font-size: 13rem;
  }
}
.blog-list__elem-ctgs span:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .blog-list__elem-ctgs span:not(:last-child) {
    margin-right: 8rem;
  }
}
.blog-list__elem:hover img {
  transform: scale(1.1);
}
.blog-list__elem:hover p::after {
  width: 100%;
  right: auto;
  left: 0;
}

.blog-single {
  max-width: 832px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .blog-single {
    max-width: 832rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single {
    max-width: 350rem;
    margin: auto;
  }
}
.blog-single-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-head {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-head {
    margin-bottom: 40rem;
  }
}
.blog-single-head-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}
@media screen and (max-width: 1300px) {
  .blog-single-head-bottom {
    padding-top: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-head-bottom {
    padding-top: 16rem;
    display: block;
  }
}
.blog-single-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .blog-single-ctgs {
    margin-bottom: 16rem;
  }
}
.blog-single-ctgs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-blue);
  border: 1px solid var(--g-color-blue);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .blog-single-ctgs span {
    padding: 8rem 16rem;
    font-size: 13rem;
  }
}
.blog-single-ctgs span:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .blog-single-ctgs span:not(:last-child) {
    margin-right: 8rem;
  }
}
.blog-single-share ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.blog-single-share ul li:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-single-share ul li:not(:first-child) {
    margin-left: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-share ul li:not(:first-child) {
    margin-left: 5rem;
  }
}
.blog-single-share ul li:nth-child(1) a {
  background: #0866FF;
}
.blog-single-share ul li:nth-child(2) a {
  background: #333;
}
.blog-single-share ul li:nth-child(3) a {
  background: #06C755;
}
.blog-single-share ul li a {
  width: 116px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .blog-single-share ul li a {
    width: 116rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-share ul li a {
    width: 112rem;
    height: 28rem;
  }
}
.blog-single-share ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .blog-single-share ul li a svg {
    width: 20rem;
    height: 20rem;
    margin-right: 8rem;
  }
}
.blog-single-share ul li a span {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04;
}
@media screen and (max-width: 1300px) {
  .blog-single-share ul li a span {
    font-size: 13rem;
  }
}
.blog-single-share ul li a:hover {
  opacity: 0.6;
}
.blog-single-ttl {
  padding-bottom: 32px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1300px) {
  .blog-single-ttl {
    padding-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-ttl {
    padding-bottom: 16rem;
  }
}
.blog-single-ttl span {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333;
  opacity: 0.5;
}
@media screen and (max-width: 1300px) {
  .blog-single-ttl span {
    font-size: 16rem;
    margin-bottom: 8rem;
  }
}
.blog-single-ttl p {
  color: #333;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
  .blog-single-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-ttl p {
    font-size: 24rem;
  }
}
.blog-single-img {
  width: 100%;
  height: 338px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-img {
    margin-bottom: 64rem;
    height: 338rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-img {
    margin-bottom: 40rem;
  }
}
.blog-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single-box__elem {
  border: 1px solid #333;
  padding: 32px;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem {
    padding: 32rem;
  }
}
.blog-single-box__elem:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-box__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.blog-single-box__elem-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem-ttl {
    margin-bottom: 16rem;
  }
}
.blog-single-box__elem-ttl p {
  display: flex;
  align-items: center;
  justify-content: left;
}
.blog-single-box__elem-ttl p svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem-ttl p svg {
    width: 24rem;
    height: 24rem;
    margin-right: 8rem;
  }
}
.blog-single-box__elem-ttl p span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem-ttl p span {
    font-size: 20rem;
  }
}
.blog-single-box__elem > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .blog-single-box__elem > p {
    font-size: 16rem;
  }
}
.blog-single-content {
  padding-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-content {
    padding-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-content {
    padding-bottom: 40rem;
  }
}
.blog-single-content * {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .blog-single-content * {
    font-size: 16rem;
  }
}
.blog-single-content *:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-content *:not(:last-child) {
    padding-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-content *:not(:last-child) {
    padding-bottom: 40rem;
  }
}
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
  font-size: 20px;
  letter-spacing: 4%;
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blog-single-content h1,
  .blog-single-content h2,
  .blog-single-content h3,
  .blog-single-content h4,
  .blog-single-content h5,
  .blog-single-content h6 {
    margin-bottom: 40rem;
    font-size: 20rem;
    padding: 16rem;
  }
}
.blog-single-content h1::after,
.blog-single-content h2::after,
.blog-single-content h3::after,
.blog-single-content h4::after,
.blog-single-content h5::after,
.blog-single-content h6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--g-color-blue);
  width: 4px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 768px) {
  .blog-single-content h1::after,
  .blog-single-content h2::after,
  .blog-single-content h3::after,
  .blog-single-content h4::after,
  .blog-single-content h5::after,
  .blog-single-content h6::after {
    width: 4rem;
    height: calc(100% - 32rem);
  }
}
.blog-single-content-share {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 32px 0;
  border-top: 1px solid #333;
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .blog-single-content-share {
    padding: 32rem 0;
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-content-share {
    justify-content: center;
    align-items: start;
    padding: 16rem 0;
    margin-bottom: 40rem;
  }
}
.blog-single-content-share > span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 4%;
  color: #333;
  opacity: 0.5;
  display: block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .blog-single-content-share > span {
    font-size: 13rem;
    margin-right: 16rem;
    margin-top: 6rem;
  }
}
.blog-single-content-share ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .blog-single-content-share ul {
    display: block;
  }
}
.blog-single-content-share ul li:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 1300px) {
  .blog-single-content-share ul li:not(:first-child) {
    margin-left: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-content-share ul li:not(:first-child) {
    margin-top: 8rem;
    margin-left: 0;
  }
}
.blog-single-content-share ul li:nth-child(1) a {
  background: #0866FF;
}
.blog-single-content-share ul li:nth-child(2) a {
  background: #333;
}
.blog-single-content-share ul li:nth-child(3) a {
  background: #06C755;
}
.blog-single-content-share ul li a {
  width: 116px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .blog-single-content-share ul li a {
    width: 116rem;
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-content-share ul li a {
    width: 112rem;
  }
}
.blog-single-content-share ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .blog-single-content-share ul li a svg {
    width: 20rem;
    height: 20rem;
    margin-right: 8rem;
  }
}
.blog-single-content-share ul li a span {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04;
}
@media screen and (max-width: 1300px) {
  .blog-single-content-share ul li a span {
    font-size: 13rem;
  }
}
.blog-single-content-share ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .blog-single-btn {
    text-align: center;
    padding-bottom: 128rem;
  }
}
.blog-single-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  position: relative;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
}
@media screen and (max-width: 1300px) {
  .blog-single-btn a {
    padding: 12rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-btn a {
    padding: 16rem 32rem;
  }
}
.blog-single-btn a::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.blog-single-btn a svg {
  width: 24px;
  height: auto;
  position: relative;
  z-index: 2;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .blog-single-btn a svg {
    margin-right: 8rem;
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-single-btn a svg {
    margin-right: 16rem;
  }
}
.blog-single-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.blog-single-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .blog-single-btn a span {
    font-size: 16rem;
  }
}
.blog-single-btn a:hover::after {
  opacity: 1;
}
.blog-single-btn a:hover span {
  color: var(--g-color-blue);
}
.blog-single-btn a:hover svg path {
  stroke: var(--g-color-blue);
}

.ctg-sidebar {
  max-width: 256px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .ctg-sidebar {
    max-width: 256rem;
  }
}
@media screen and (max-width: 768px) {
  .ctg-sidebar {
    max-width: 350rem;
    margin: auto;
  }
}
.ctg-sidebar__elem:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .ctg-sidebar__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
.ctg-sidebar__elem-ttl {
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 1300px) {
  .ctg-sidebar__elem-ttl {
    padding: 16rem 24rem;
    border-radius: 12rem 12rem 0 0;
  }
}
.ctg-sidebar__elem-ttl span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .ctg-sidebar__elem-ttl span {
    font-size: 16rem;
  }
}
.ctg-sidebar__elem ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .ctg-sidebar__elem ul li {
    padding: 16rem 24rem;
    font-size: 16rem;
  }
}
.ctg-sidebar__elem ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ctg-sidebar._single-sidebar .ctg-sidebar__elem-ttl {
  border-radius: 0;
}

.home-news__pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 1300px) {
  .home-news__pagenavi {
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .home-news__pagenavi {
    margin-top: 32rem;
  }
}
.home-news__pagenavi .arrow-navi {
  margin: 0 8px;
  width: 34px;
  height: 35px;
  background: var(--g-color-white);
  border: 1px solid;
  border-image-source: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #0a51c2;
  position: relative;
  cursor: pointer;
}
.home-news__pagenavi .arrow-navi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  z-index: 1;
  opacity: 0;
}
.home-news__pagenavi .arrow-navi:hover::after {
  opacity: 0.3;
}
.home-news__pagenavi .arrow-navi svg {
  width: 14px;
}
.home-news__pagenavi ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news__pagenavi ul li {
  margin: 0 8px;
  width: 34px;
  height: 35px;
  background: var(--g-color-white);
  border: 1px solid;
  border-image-source: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #0a51c2;
  position: relative;
  cursor: pointer;
}
.home-news__pagenavi ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  z-index: 1;
  opacity: 0;
}
.home-news__pagenavi ul li:hover::after {
  opacity: 0.3;
}
.home-news__pagenavi ul li span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.home-news__pagenavi ul li.--is-selected {
  color: var(--g-color-white);
}
.home-news__pagenavi ul li.--is-selected::after {
  opacity: 1;
}

.contact-form {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .contact-form {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 64rem 0;
  }
}
.contact-form .container {
  max-width: 928px;
}
@media screen and (max-width: 1025px) {
  .contact-form .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container {
    max-width: 350rem;
  }
}
.contact-form__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem {
    margin-bottom: 24rem;
    display: block;
  }
}
.contact-form__elem._search-elem {
  position: relative;
  z-index: 10;
}
.contact-form__elem._last-elem {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label {
    margin-bottom: 8rem;
  }
}
.contact-form__elem-label label {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label label {
    font-size: 16rem;
  }
}
.contact-form__elem-label label span {
  color: #FF4649;
  margin-left: 4px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label label span {
    margin-left: 4rem;
  }
}
.contact-form__elem-inp {
  max-width: 672px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem-inp {
    max-width: 672rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp {
    max-width: 100%;
  }
}
.contact-form__elem-inp._flex-inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form__elem-inp._flex-inp input {
  max-width: 320px;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem-inp._flex-inp input {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._flex-inp input {
    max-width: 171rem;
  }
}
.contact-form__elem-inp._select-inp {
  position: relative;
  max-height: 160px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._select-inp {
    max-height: 200rem;
  }
}
.contact-form__elem-inp._select-inp svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._select-inp svg {
    width: 20rem;
    height: 20rem;
    right: 24rem;
  }
}
.contact-form__elem-inp._select-inp .wpcf7-form-control-wrap {
  transition: all 0.4s ease-in-out;
}
.contact-form__elem-inp._select-inp .wpcf7-form-control-wrap.--is-loading {
  opacity: 0.2;
  filter: blur(10px);
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-txt {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._search-inp .contact-form__elem-search-txt {
    margin-bottom: 10rem;
  }
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-txt span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._search-inp .contact-form__elem-search-txt span {
    font-size: 14rem;
  }
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul {
    gap: 15rem;
  }
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 4%;
  position: relative;
  cursor: pointer;
  background: var(--g-color-white);
  border: 1px solid #333;
  padding: 5px 15px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li {
    padding: 5rem 15rem;
    font-size: 14rem;
    border-radius: 10rem;
  }
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li ul {
  background: var(--g-color-white);
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  top: 100%;
  left: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 4%;
  padding: 5px 15px;
  color: #333;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li ul li {
    font-size: 14rem;
    padding: 5rem 15rem;
  }
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li ul li:hover {
  background: #e6e6e6;
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li:hover {
  background: #333;
  color: var(--g-color-white);
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li:hover ul {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li:hover ul li {
  color: #333;
}
.contact-form__elem-inp._search-inp .contact-form__elem-search-list > ul > li.active {
  background: #333;
  color: var(--g-color-white);
}
.contact-form__elem-inp input,
.contact-form__elem-inp select,
.contact-form__elem-inp textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--g-color-blue);
  padding: 16px 24px;
  background: #F4F8FF;
  color: #333;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp input,
  .contact-form__elem-inp select,
  .contact-form__elem-inp textarea {
    padding: 16rem 24rem;
    font-size: 16rem;
  }
}
.contact-form__elem-inp select {
  padding: 0 24px;
}
@media screen and (max-width: 1300px) {
  .contact-form__elem-inp select {
    padding: 0 24rem;
  }
}
.contact-form__elem-inp input {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp input {
    height: 56rem;
  }
}
.contact-form__elem-inp select {
  height: 40px;
  background: var(--g-color-white);
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp select {
    height: 56rem;
  }
}
.contact-form__elem-inp textarea {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp textarea {
    height: 240rem;
  }
}
.contact-form-privacy {
  margin-top: 104px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1025px) {
  .contact-form-privacy {
    margin-bottom: 32rem;
    margin-top: 104rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-privacy {
    margin-bottom: 24rem;
    margin-top: 40rem;
  }
}
.contact-form-privacy-txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 1025px) {
  .contact-form-privacy-txt {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-txt {
    margin-bottom: 24rem;
  }
}
.contact-form-privacy-txt span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-txt span {
    font-size: 16rem;
  }
}
.contact-form-privacy-txt span a {
  border-bottom: 1px solid #6d6d6d;
}
.contact-form-privacy-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-privacy-confirm.active {
  border: 1px solid #FF4649;
}
.contact-form-privacy-confirm-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span {
    width: 20rem;
    height: 20rem;
    margin-right: 16rem;
  }
}
.contact-form-privacy-confirm-box span svg:first-child {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span svg:first-child {
    width: 18rem;
    height: 18rem;
  }
}
.contact-form-privacy-confirm-box span svg:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span svg:last-child {
    width: 8rem;
  }
}
.contact-form-privacy-confirm-box span.active svg:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.contact-form-privacy-confirm-txt span {
  color: var(--g-color-blue);
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-txt span {
    font-size: 16rem;
  }
}
.contact-form-submit {
  text-align: center;
}
.contact-form-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  position: relative;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  width: 416px;
  margin: auto;
  border: unset;
  outline: unset;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button {
    width: 416rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-submit button {
    width: 100%;
    padding: 16rem 0;
  }
}
.contact-form-submit button::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.contact-form-submit button svg {
  width: 24px;
  height: auto;
  position: relative;
  z-index: 2;
  margin-left: 8px;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button svg {
    margin-left: 8rem;
    width: 24rem;
  }
}
.contact-form-submit button svg path {
  transition: all 0.4s ease-in-out;
}
.contact-form-submit button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button span {
    font-size: 16rem;
  }
}
.contact-form-submit button:hover::after {
  opacity: 1;
}
.contact-form-submit button:hover span {
  color: var(--g-color-blue);
}
.contact-form-submit button:hover svg path {
  stroke: var(--g-color-blue);
}

.wpcf7-response-output {
  text-align: center;
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 12rem !important;
  }
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 12rem !important;
  }
}

.robot-single-intro {
  padding: 160px 0;
}
@media screen and (max-width: 1300px) {
  .robot-single-intro {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-intro {
    padding: 80rem 0;
  }
}

.robot-single-ttl {
  margin-bottom: 80px;
  display: flex;
  align-items: stretch;
  justify-content: left;
  border: 2px solid #2764C8;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .robot-single-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-ttl {
    margin-bottom: 40rem;
  }
}
.robot-single-ttl h2 {
  font-weight: 500;
  font-size: 49px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 32px 0;
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .robot-single-ttl h2 {
    padding: 32rem 0;
    font-size: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-ttl h2 {
    padding: 16rem 0;
    font-size: 26rem;
  }
}
.robot-single-ttl span {
  padding: 32px 0;
  font-weight: 500;
  font-size: 49px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  margin-right: 40px;
}
@media screen and (max-width: 1300px) {
  .robot-single-ttl span {
    font-size: 49rem;
    padding: 32rem 0;
    margin-right: 40rem;
    width: 88rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-ttl span {
    font-size: 26rem;
    padding: 16rem 0;
    margin-right: 20rem;
    width: 50rem;
  }
}

.robot-single-img {
  overflow: hidden;
  width: 100%;
  height: 650px;
  margin-bottom: 80px;
  border-radius: 24px;
}
@media screen and (max-width: 1300px) {
  .robot-single-img {
    border-radius: 24rem;
    height: 650rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-img {
    height: 350rem;
    margin-bottom: 40rem;
  }
}
.robot-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.robot-single-sttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .robot-single-sttl {
    margin-bottom: 32rem;
  }
}
.robot-single-sttl h3 {
  border-bottom: 2px solid #2764C8;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  padding: 16px;
  color: #2764C8;
}
@media screen and (max-width: 1300px) {
  .robot-single-sttl h3 {
    font-size: 40rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-sttl h3 {
    font-size: 24rem;
    padding: 8rem;
  }
}

.robot-single-detail {
  padding: 0 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .robot-single-detail {
    padding: 0 64rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-detail {
    padding: 0 16rem;
    margin-bottom: 40rem;
  }
}
.robot-single-detail-content {
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  .robot-single-detail-content {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-detail-content {
    padding: 0 16rem;
  }
}
.robot-single-detail-content p {
  font-weight: 500;
  font-size: 25px;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .robot-single-detail-content p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-detail-content p {
    font-size: 16rem;
  }
}

.robot-single-support {
  padding: 0 64px;
}
@media screen and (max-width: 1300px) {
  .robot-single-support {
    padding: 0 64rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-support {
    padding: 0 16rem;
  }
}
.robot-single-support-content {
  padding: 0 96px;
}
@media screen and (max-width: 1300px) {
  .robot-single-support-content {
    padding: 0 96rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-support-content {
    padding: 0 16rem;
  }
}
.robot-single-support-content p {
  padding: 24px 40px;
  font-weight: 500;
  font-size: 25px;
  color: #333;
  line-height: 1.4;
  border: 2px solid #2764C8;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .robot-single-support-content p {
    border-radius: 8rem;
    padding: 24rem 40rem;
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-support-content p {
    padding: 12rem 20rem;
    font-size: 16rem;
  }
}
.robot-single-support-content p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-single-support-content p:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-support-content p:not(:last-child) {
    margin-bottom: 8rem;
  }
}

.robot-single-specs {
  margin-bottom: 80px;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  overflow: hidden;
  border-radius: 80px;
  padding: 160px 0;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs {
    margin-bottom: 80rem;
    border-radius: 80rem;
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs {
    margin-bottom: 40rem;
    border-radius: 40rem;
    padding: 80rem 0;
  }
}
.robot-single-specs-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/sample-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
.robot-single-specs .container {
  position: relative;
  z-index: 2;
}
.robot-single-specs-ttl {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-ttl {
    margin-bottom: 24rem;
  }
}
.robot-single-specs-ttl h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
  padding: 0 32px;
  border-bottom: 4px solid #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-ttl h3 {
    font-size: 40rem;
    padding: 0 32rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-ttl h3 {
    font-size: 24rem;
    padding: 0 16rem;
  }
}
.robot-single-specs-tb {
  border-radius: 24px;
  background: #fff;
  margin-bottom: 160px;
  padding: 64px 32px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-tb {
    margin-bottom: 160rem;
    border-radius: 24rem;
    padding: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-tb {
    margin-bottom: 80rem;
    border-radius: 12rem;
    padding: 32rem 16rem;
  }
}
.robot-single-specs-tb__elem {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid #333333;
  padding: 40px 32px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-tb__elem {
    padding: 40rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-tb__elem {
    display: block;
    padding: 20rem 16rem;
  }
}
.robot-single-specs-tb__elem p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-tb__elem p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-tb__elem p {
    font-size: 16rem;
  }
}
.robot-single-specs-tb__elem p:first-child {
  max-width: 332px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-tb__elem p:first-child {
    max-width: 332rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-tb__elem p:first-child {
    margin-bottom: 8rem;
    max-width: 100%;
    font-weight: bold;
    font-size: 18rem;
  }
}
.robot-single-specs-tb__elem p:last-child {
  max-width: 100%;
  width: 100%;
}
.robot-single-specs-features__elem {
  max-width: 928px;
  width: 100%;
  margin: auto;
  border-radius: 24px;
  border: 1px solid #2764C8;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem {
    max-width: 928rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem {
    max-width: 100%;
    border-radius: 12rem;
  }
}
.robot-single-specs-features__elem:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.robot-single-specs-features__elem-ttl {
  background: #2764C8;
  padding: 32px 40px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem-ttl {
    padding: 32rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem-ttl {
    padding: 16rem 20rem;
  }
}
.robot-single-specs-features__elem-ttl p {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem-ttl p {
    font-size: 16rem;
  }
}
.robot-single-specs-features__elem-ttl p span {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem-ttl p span {
    margin-right: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem-ttl p span {
    margin-right: 8rem;
  }
}
.robot-single-specs-features__elem-txt {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem-txt {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem-txt {
    padding: 20rem;
  }
}
.robot-single-specs-features__elem-txt p {
  color: #333;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .robot-single-specs-features__elem-txt p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-specs-features__elem-txt p {
    font-size: 16rem;
  }
}

.robot-single-works {
  margin-bottom: 160px;
}
@media screen and (max-width: 1300px) {
  .robot-single-works {
    margin-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works {
    margin-bottom: 80rem;
  }
}
.robot-single-works-main {
  padding: 0 64px;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-main {
    padding: 0 64rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-main {
    padding: 0 32rem;
  }
}
.robot-single-works-content {
  padding: 0 40px;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content {
    padding: 0 20rem;
  }
}
.robot-single-works-content-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content-ttl {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content-ttl {
    margin-bottom: 8rem;
  }
}
.robot-single-works-content-ttl p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #333;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content-ttl p {
    padding-left: 16rem;
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content-ttl p {
    padding-left: 8rem;
    font-size: 16rem;
  }
}
.robot-single-works-content-ttl p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content-ttl p::after {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content-ttl p::after {
    width: 2rem;
  }
}
.robot-single-works-content-txt {
  padding-left: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content-txt {
    padding-left: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content-txt {
    padding-left: 8rem;
  }
}
.robot-single-works-content-txt p {
  color: #333;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .robot-single-works-content-txt p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-works-content-txt p {
    font-size: 16rem;
  }
}

.robot-single-list-num {
  margin-bottom: 160px;
}
@media screen and (max-width: 1300px) {
  .robot-single-list-num {
    margin-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-single-list-num {
    margin-bottom: 80rem;
  }
}
.robot-single-list-num ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.robot-single-list-num ul li {
  margin: 0 8px;
}
.robot-single-list-num ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 35px;
  border: 1px solid;
  border-image-source: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-image-slice: 1;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .robot-single-list-num ul li a {
    width: 26rem;
    height: 26rem;
    font-size: 14rem;
  }
}
.robot-single-list-num ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 98%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .robot-single-list-num ul li a::after {
    width: 98%;
  }
}
.robot-single-list-num ul li a span {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  color: #0043B1;
}
.robot-single-list-num ul li.active a span {
  color: #fff;
}
.robot-single-list-num ul li.active a::after {
  opacity: 0;
}

.sec-fv {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    height: 664rem;
  }
}
.sec-fv-slide {
  height: 100%;
  width: 100%;
}
.sec-fv-slide__elem {
  position: relative;
  height: 100%;
  width: 100%;
}
.sec-fv-slide__elem-img {
  height: 100%;
  width: 100%;
}
.sec-fv-slide__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-slide__elem .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-fv-slide__elem-txt h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  color: var(--g-color-white);
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1300px) {
  .sec-fv-slide__elem-txt h2 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-slide__elem-txt h2 {
    font-size: 30rem;
  }
}
.sec-fv-main {
  position: relative;
  z-index: 3;
}
.sec-fv-main h2 {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1300px) {
  .sec-fv-main h2 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main h2 {
    font-size: 32rem;
    text-align: center;
    margin-bottom: 16rem;
  }
}
.sec-fv-main p {
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-fv-main p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main p {
    line-height: 1.4;
    font-size: 16rem;
    text-align: center;
  }
}
.sec-fv-main-bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100vh solid #F4F8FF;
  border-right: 600px solid transparent;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-fv-main-bg {
    border-right: 600rem solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main-bg {
    border-top: 664rem solid #F4F8FF;
    border-right: 160rem solid transparent;
  }
}
.sec-fv-deco-bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  border-bottom: 350px solid var(--g-color-blue);
  border-right: 100vw solid transparent;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-fv-deco-bg {
    border-bottom: 350rem solid var(--g-color-blue);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-deco-bg {
    border-bottom: 200rem solid var(--g-color-blue);
  }
}

.sec-option {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-option {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-option {
    padding: 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-option .container {
    max-width: 100%;
  }
}
.sec-option-ttl {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-option-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option-ttl {
    margin-bottom: 15rem;
  }
}
.sec-option-ttl p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-option-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option-ttl p {
    font-size: 16rem;
  }
}
.sec-option-main {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-option-main {
    margin-bottom: 48rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option-main {
    gap: 20rem;
    padding: 0 30rem;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
    justify-content: left;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-option-slide {
    margin-bottom: 15rem;
  }
}
.sec-option__elem {
  width: 100%;
  padding: 36px;
  padding-top: 40px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid var(--g-color-black);
  border-radius: 24px;
  text-align: center;
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-option__elem {
    padding: 36rem;
    padding-top: 40rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option__elem {
    padding-top: 34rem;
    padding: 26rem;
    padding-top: 40rem;
    border-radius: 24rem;
    width: 304rem;
    height: 315rem;
    margin: 0 4rem;
  }
}
.sec-option__elem img {
  width: 210px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-option__elem img {
    margin-bottom: 32rem;
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option__elem img {
    margin-bottom: 28rem;
    width: 182rem;
  }
}
.sec-option__elem span {
  display: block;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-option__elem span {
    font-size: 16rem;
  }
}
.sec-option .container > p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-option .container > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-option .container > p {
    font-size: 16rem;
  }
}

.sec-support {
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-radius: 80px;
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-support {
    border-radius: 80rem;
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-support {
    border-radius: 40rem;
    padding: 64rem 0;
  }
}
.sec-support-ttl h2 {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-support-ttl h2 {
    margin-bottom: 48rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support-ttl h2 {
    line-height: 1.5;
    font-size: 24rem;
  }
}
.sec-support-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-support-main {
    margin-bottom: 48rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support-main {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 48rem;
    gap: 16rem;
  }
}
.sec-support__elem {
  width: 100%;
  height: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .sec-support__elem {
    height: 282rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support__elem {
    height: 137rem;
  }
}
.sec-support__elem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.sec-support__elem > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-support__elem-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec-support__elem-num span {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #0043B1;
}
@media screen and (max-width: 1300px) {
  .sec-support__elem-num span {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support__elem-num span {
    font-size: 32rem;
  }
}
.sec-support__elem-txt p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-support__elem-txt p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support__elem-txt p {
    font-size: 16rem;
  }
}
.sec-support .container > p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-support .container > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-support .container > p {
    font-size: 16rem;
  }
}

.sec-about {
  padding: 158px 0 78px;
}
@media screen and (max-width: 1300px) {
  .sec-about {
    padding: 158rem 0 78rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about {
    padding: 64rem 0;
  }
}
.sec-about .h-container {
  position: relative;
  z-index: 2;
}
.sec-about-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-about-txt {
  max-width: 634px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .sec-about-txt {
    max-width: 634rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt {
    max-width: 100%;
  }
}
.sec-about-txt > p {
  color: #333333;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .sec-about-txt > p {
    font-size: 20rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt > p {
    padding: 16rem 31rem 0 14rem;
    font-size: 16rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt .more-btn {
    text-align: center;
  }
}
.sec-about-ttl {
  position: relative;
}
.sec-about-ttl img {
  width: 159px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-60%, -40%);
}
@media screen and (max-width: 1300px) {
  .sec-about-ttl img {
    width: 159rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl img {
    transform: translate(20%, -40%);
    width: 55rem;
  }
}
.sec-about-ttl h2 {
  position: relative;
  z-index: 2;
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .sec-about-ttl h2 {
    font-size: 40rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl h2 {
    text-align: center;
    font-size: 24rem;
    margin-bottom: 16rem;
  }
}
.sec-about-img {
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 32px 0 0 32px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1300px) {
  .sec-about-img {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-img {
    max-width: 100%;
  }
}
.sec-about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about .slide-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-about .slide-txt {
    display: none;
  }
}
.sec-about .slide-txt ul li {
  color: #828282;
  font-weight: 900;
  font-size: 190px;
  line-height: 1;
  margin-right: 130px;
}
@media screen and (max-width: 1300px) {
  .sec-about .slide-txt ul li {
    font-size: 190rem;
    margin-right: 130rem;
  }
}

.sec-robots {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-robots {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots {
    padding: 0;
    padding-bottom: 64rem;
  }
}
.sec-robots-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-robots-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-ttl {
    margin-bottom: 24rem;
  }
}
.sec-robots-ttl h2 {
  color: var(--g-color-blue);
  margin-bottom: 16px;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-robots-ttl h2 {
    font-size: 40rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-ttl h2 {
    font-size: 24rem;
    margin-bottom: 8rem;
  }
}
.sec-robots-ttl p {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-robots-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-ttl p {
    font-size: 16rem;
    line-height: 1.4;
  }
}
.sec-robots-slide__elem {
  width: 425px;
  height: 612px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1019607843);
  margin: 0 8px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-robots-slide__elem {
    margin: 0 8rem;
    width: 425rem;
    height: 612rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-slide__elem {
    margin: 0 4rem;
    width: 220rem;
    height: 319rem;
    border-radius: 12rem;
  }
}
.sec-robots-slide__elem a {
  display: block;
}
.sec-robots-slide__elem a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-robots-slide__elem a:hover > img {
  transform: scale(1.2);
}
.sec-robots-slide__elem-logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-robots-slide__elem-logo img {
  width: 100%;
  filter: drop-shadow(0px 0px 16px #FFFFFF);
}
.sec-robots-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-robots-list {
    gap: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
  }
}
.sec-robots-list__elem {
  width: 100%;
  height: 305px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1019607843);
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-robots-list__elem {
    height: 305rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robots-list__elem {
    height: 160rem;
    border-radius: 12rem;
  }
}
.sec-robots-list__elem a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-robots-list__elem a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-robots-list__elem a:hover > img {
  transform: scale(1.2);
}
.sec-robots-list__elem-logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-robots-list__elem-logo img {
  width: 100%;
  filter: drop-shadow(0px 0px 16px #FFFFFF);
}

.sec-area {
  border-radius: 80px;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-area {
    border-radius: 80rem;
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-area {
    border-radius: 40rem;
    padding: 64rem 0;
  }
}
.sec-area-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-area-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-ttl {
    margin-bottom: 24rem;
  }
}
.sec-area-ttl h2 {
  color: var(--g-color-white);
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .sec-area-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area-ttl h2 {
    font-size: 24rem;
  }
}
.sec-area-main {
  position: relative;
  background: var(--g-color-white);
}
.sec-area__elem__wrap {
  -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 590px, 33.2vw 100%);
          clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 590px, 33.2vw 100%);
  width: 66.8vw;
  height: 590px;
}
@media screen and (max-width: 1300px) {
  .sec-area__elem__wrap {
    -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 590rem, 33.2vw 100%);
            clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 590rem, 33.2vw 100%);
    height: 590rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area__elem__wrap {
    -webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 296rem, 33.2vw 100%);
            clip-path: polygon(100% 0, 100% 0, 0 0, 0 100%, 100% 296rem, 33.2vw 100%);
    height: 296rem;
  }
}
.sec-area__elem__wrap:last-child {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 590px, 33.2vw 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 590px, 33.2vw 0);
}
@media screen and (max-width: 1300px) {
  .sec-area__elem__wrap:last-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 590rem, 33.2vw 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 590rem, 33.2vw 0);
  }
}
@media screen and (max-width: 768px) {
  .sec-area__elem__wrap:last-child {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 296rem, 33.2vw 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 296rem, 33.2vw 0);
  }
}
.sec-area__elem__wrap:last-child .sec-area__elem {
  background: url(../img/area-elem02.png) no-repeat center center;
  background-size: cover;
}
.sec-area__elem__wrap:last-child .sec-area__elem p {
  top: auto;
  bottom: 0;
  right: auto;
  left: 11.4vw;
}
@media screen and (max-width: 768px) {
  .sec-area__elem__wrap:last-child .sec-area__elem p {
    top: auto;
    bottom: 10rem;
    right: 10rem;
    left: auto;
  }
}
.sec-area__elem {
  background: url(../img/area-elem01.png) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}
.sec-area__elem::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--g-color-white);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.sec-area__elem p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 4.1vw;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  top: 0;
  right: 8.3vw;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .sec-area__elem p {
    top: 10rem;
    right: auto;
    left: 10rem;
    font-size: 24rem;
  }
}
.sec-area__elem p span {
  font-size: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-area__elem p span {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area__elem p span {
    font-size: 24rem;
  }
}
.sec-area > p {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin: 48px 0;
}
@media screen and (max-width: 1300px) {
  .sec-area > p {
    margin: 48rem 0;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area > p {
    margin: 24rem 0;
    font-size: 16rem;
  }
}
.sec-area > p:last-child {
  margin-bottom: 0;
}
.sec-area .container {
  background: var(--g-color-white);
  text-align: center;
}
.sec-area .container img {
  width: 696px;
}
@media screen and (max-width: 1300px) {
  .sec-area .container img {
    width: 696rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-area .container img {
    width: 250rem;
  }
}

.sec-customers {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-customers {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-customers {
    padding: 64rem 0;
  }
}
.sec-customers-ttl {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-customers-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-customers-ttl {
    margin-bottom: 24rem;
  }
}
.sec-customers-ttl h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-customers-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-customers-ttl h2 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-customers-main {
    height: 160rem;
  }
}
.sec-customers img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-customers img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-video {
  border-radius: 80px;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-video {
    border-radius: 80rem;
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-video {
    border-radius: 40rem;
    padding: 64rem 0;
  }
}
.sec-video-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-video-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-ttl {
    margin-bottom: 24rem;
  }
}
.sec-video-ttl h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-video-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-ttl h2 {
    font-size: 24rem;
  }
}
.sec-video-main {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-video-main {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-main {
    margin-bottom: 24rem;
  }
}
.sec-video-main img,
.sec-video-main video {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .sec-video-main img,
  .sec-video-main video {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-main img,
  .sec-video-main video {
    max-width: 382rem;
  }
}
.sec-video .container > p {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-video .container > p {
    font-size: 16rem;
  }
}

.sec-control-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-control-main {
    display: block;
  }
}
.sec-control-content > p {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .sec-control-content > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-content > p {
    text-align: center;
    font-size: 16rem;
    margin-top: 24rem;
  }
}
.sec-control-ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 1300px) {
  .sec-control-ttl {
    margin-bottom: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-ttl {
    margin-bottom: 24rem;
  }
}
.sec-control-ttl h2 {
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .sec-control-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-ttl h2 {
    text-align: center;
    font-size: 24rem;
  }
}
.sec-control-img {
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  height: 600px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .sec-control-img {
    height: 600rem;
    max-width: 800rem;
    border-radius: 24rem 0 0 24rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-control-img {
    height: 450rem;
    max-width: 620rem;
    border-radius: 24rem 0 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-img {
    height: 237rem;
    max-width: 100%;
    border-radius: 16rem 0 0 16rem;
  }
}
.sec-control-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sec-control-bottom {
  position: relative;
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom {
    padding: 40rem 0 109rem;
  }
}
.sec-control-bottom h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom h2 {
    font-size: 40rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom h2 {
    font-size: 32rem;
    margin-bottom: 24rem;
    text-align: left;
  }
}
.sec-control-bottom p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-control-bottom p {
    font-size: 16rem;
  }
}
.sec-control-bottom-deco img {
  position: absolute;
  width: 375px;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-deco img {
    width: 375rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-deco img {
    width: 210rem;
  }
}
.sec-control-bottom-deco img:first-child {
  bottom: 0;
  left: 0;
  transform: translateX(-40%);
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-deco img:first-child {
    transform: translateX(-20%);
  }
}
.sec-control-bottom-deco img:last-child {
  top: 0;
  right: 0;
  transform: translateX(40%);
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-deco img:last-child {
    transform: translateX(12%);
    top: 50rem;
  }
}
.sec-control-bottom-blue {
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-radius: 80px;
  padding: 104px 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.0392156863);
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue {
    padding: 104rem 0;
    border-radius: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue {
    padding: 64rem 0;
    border-radius: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue .container {
    max-width: 100%;
  }
}
.sec-control-bottom-blue h2,
.sec-control-bottom-blue p {
  color: var(--g-color-white);
}
.sec-control-bottom-blue h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue h2 {
    font-size: 40rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue h2 {
    font-size: 32rem;
    margin-bottom: 24rem;
  }
}
.sec-control-bottom-blue p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue p {
    font-size: 16rem;
  }
}
.sec-control-bottom-blue-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue-main {
    gap: 32rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue-main {
    gap: 10rem;
    margin-bottom: 24rem;
  }
}
.sec-control-bottom-blue__elem {
  width: 352px;
  height: 326px;
  background: var(--g-color-white);
  border: 1px solid var(--g-color-black);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue__elem {
    width: 352rem;
    height: 326rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue__elem {
    width: 131rem;
    height: 137rem;
    border-radius: 12rem;
  }
}
.sec-control-bottom-blue__elem img {
  margin-bottom: 16px;
  width: 208px;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue__elem img {
    margin-bottom: 16rem;
    width: 208rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue__elem img {
    margin-bottom: 6rem;
    width: 88rem;
  }
}
.sec-control-bottom-blue__elem span {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .sec-control-bottom-blue__elem span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-control-bottom-blue__elem span {
    font-size: 16rem;
  }
}

.sec-service {
  padding: 104px 0;
  margin-top: 104px;
  background: var(--g-color-white);
  border-radius: 80px;
}
@media screen and (max-width: 1300px) {
  .sec-service {
    margin-top: 104rem;
    border-radius: 80rem;
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-service {
    margin-top: 64rem;
    border-radius: 40rem;
    padding: 64rem 0;
  }
}
.sec-service-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-service-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl {
    margin-bottom: 24rem;
  }
}
.sec-service-ttl h2 {
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-service-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl h2 {
    font-size: 32rem;
  }
}
.sec-service-main {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-service-main {
    gap: 32rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-main {
    gap: 8rem;
    margin-bottom: 24rem;
    flex-direction: column;
  }
}
.sec-service__elem {
  overflow: hidden;
  border-radius: 48px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  height: 657px;
  padding: 32px;
  padding-top: 43px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem {
    padding: 32rem;
    padding-top: 43rem;
    height: 657rem;
    border-radius: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem {
    padding: 22rem;
    padding-top: 30rem;
    height: 461rem;
    border-radius: 24rem;
  }
}
.sec-service__elem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--g-color-black);
  opacity: 0.32;
  z-index: 1;
}
.sec-service__elem:first-child {
  background: url(../img/service__elem01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-service__elem:last-child {
  background: url(../img/service__elem02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-service__elem-num {
  position: relative;
  z-index: 2;
}
.sec-service__elem-num span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid var(--g-color-white);
  font-weight: 350;
  font-size: 40px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-num span {
    width: 80rem;
    height: 80rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-num span {
    width: 56rem;
    height: 56rem;
    font-size: 28rem;
  }
}
.sec-service__elem-content {
  position: relative;
  z-index: 2;
}
.sec-service__elem-ttl {
  border-bottom: 2px solid var(--g-color-white);
  padding: 16px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-ttl {
    padding: 16rem 0;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-ttl {
    padding: 12rem 0;
    margin-bottom: 22rem;
  }
}
.sec-service__elem-ttl p {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-ttl p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-ttl p {
    font-size: 24rem;
  }
}
.sec-service__elem-txt {
  margin-bottom: 29px;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-txt {
    margin-bottom: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt {
    margin-bottom: 20rem;
  }
}
.sec-service__elem-txt p {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-txt p {
    font-size: 16rem;
  }
}
.sec-service__elem-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--g-color-white);
  padding: 16px 32px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-link a {
    padding: 16rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-link a {
    padding: 11rem 22rem;
  }
}
.sec-service__elem-link a span {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-link a span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-link a span {
    font-size: 13rem;
  }
}
.sec-service__elem-link a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-link a svg {
    width: 24rem;
    height: 24rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-link a svg {
    width: 16rem;
    height: 16rem;
    margin-left: 6rem;
  }
}
.sec-service__elem-link a svg path {
  transition: all 0.4s ease-in-out;
}
.sec-service__elem-link a:hover {
  background: var(--g-color-white);
}
.sec-service__elem-link a:hover span {
  color: var(--g-color-black);
}
.sec-service__elem-link a:hover svg path {
  stroke: var(--g-color-black);
}
.sec-service-step {
  position: relative;
  padding-top: 56px;
}
@media screen and (max-width: 1300px) {
  .sec-service-step {
    padding-top: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step {
    padding-top: 24rem;
  }
}
.sec-service-step-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-service-step-ttl {
    -webkit-mask-box-image: 48rem;
            mask-border: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step-ttl {
    -webkit-mask-box-image: 24rem;
            mask-border: 24rem;
  }
}
.sec-service-step-ttl p {
  text-align: center;
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .sec-service-step-ttl p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step-ttl p {
    font-size: 24rem;
  }
}
.sec-service-step-main {
  position: relative;
  margin-bottom: 48px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .sec-service-step-main {
    margin-bottom: 48rem;
    padding: 0 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step-main {
    padding: 0 12rem;
    margin-bottom: 24rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
}
.sec-service-step-main::before, .sec-service-step-main::after {
  content: "";
  position: absolute;
  background: #B2CFFF;
  width: 80%;
  height: 40px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .sec-service-step-main::before, .sec-service-step-main::after {
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step-main::before, .sec-service-step-main::after {
    height: 29rem;
  }
}
.sec-service-step-main::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-service-step-main::before {
    display: block;
    top: 92.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step-main::after {
    top: auto;
    transform: translate(-50%, 50%);
    bottom: 92.5rem;
  }
}
.sec-service-step__elem {
  z-index: 2;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-service-step__elem {
    width: 250rem;
    height: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step__elem {
    width: 185rem;
    height: 185rem;
  }
}
.sec-service-step__elem svg {
  width: auto;
  height: 38px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .sec-service-step__elem svg {
    top: 23rem;
    height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step__elem svg {
    top: 17rem;
    height: 29rem;
  }
}
.sec-service-step__elem p {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-service-step__elem p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step__elem p {
    font-size: 16rem;
  }
}
.sec-service-step > p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: var(--g-color-black);
  max-width: 560px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .sec-service-step > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step > p {
    font-size: 16rem;
  }
}
.sec-service-step > p:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-service-step > p:not(:last-child) {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step > p:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.sec-service-step > p span {
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .sec-service-step > p span {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-step > p span {
    font-size: 16rem;
  }
}
.sec-service-step-deco img {
  position: absolute;
  width: 209px;
}
@media screen and (max-width: 1300px) {
  .sec-service-step-deco img {
    width: 209rem;
  }
}
.sec-service-step-deco img:first-child {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.sec-service-step-deco img:last-child {
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}

.sec-robot-list {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list {
    padding: 64rem 0;
  }
}
.sec-robot-list-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-ttl {
    margin-bottom: 24rem;
  }
}
.sec-robot-list-ttl h2 {
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-ttl h2 {
    font-size: 32rem;
  }
}
.sec-robot-list ._slide-img01 {
  margin-bottom: 14px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list ._slide-img01 {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list ._slide-img01 {
    margin-bottom: 10rem;
  }
}
.sec-robot-list-advan {
  padding: 104px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan {
    padding: 104rem 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan {
    padding: 64rem 0;
    padding-bottom: 0;
  }
}
.sec-robot-list-advan-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-ttl {
    margin-bottom: 24rem;
  }
}
.sec-robot-list-advan-ttl h2 {
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-ttl h2 {
    font-size: 40rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-ttl h2 {
    font-size: 32rem;
    margin-bottom: 24rem;
  }
}
.sec-robot-list-advan-ttl p {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-ttl p {
    font-size: 16rem;
  }
}
.sec-robot-list-advan-slide {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-slide {
    margin-bottom: 24rem;
  }
}
.sec-robot-list-advan-slide__elem {
  width: 424px;
  height: 612px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1607843137);
  margin: 0 8px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide__elem {
    margin: 0 8rem;
    width: 424rem;
    height: 612rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-slide__elem {
    margin: 0 4rem;
    width: 295rem;
    height: 426rem;
    border-radius: 12rem;
  }
}
.sec-robot-list-advan-slide__elem::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.sec-robot-list-advan-slide__elem.swiper-slide-prev .sec-robot-list-advan-slide__elem-num,
.sec-robot-list-advan-slide__elem.swiper-slide-prev img,
.sec-robot-list-advan-slide__elem.swiper-slide-prev p, .sec-robot-list-advan-slide__elem.swiper-slide-active .sec-robot-list-advan-slide__elem-num,
.sec-robot-list-advan-slide__elem.swiper-slide-active img,
.sec-robot-list-advan-slide__elem.swiper-slide-active p, .sec-robot-list-advan-slide__elem.swiper-slide-next .sec-robot-list-advan-slide__elem-num,
.sec-robot-list-advan-slide__elem.swiper-slide-next img,
.sec-robot-list-advan-slide__elem.swiper-slide-next p {
  opacity: 1;
}
.sec-robot-list-advan-slide__elem-num {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  padding: 10px 5px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide__elem-num {
    padding: 10rem 5rem;
  }
}
.sec-robot-list-advan-slide__elem-num span {
  text-shadow: 1px 1px 0 var(--g-color-white), 1px -1px 0 var(--g-color-white), -1px 1px 0 var(--g-color-white), -1px -1px 0 var(--g-color-white);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide__elem-num span {
    font-size: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-slide__elem-num span {
    font-size: 48rem;
  }
}
.sec-robot-list-advan-slide__elem-num img {
  width: 83px;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide__elem-num img {
    width: 83rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-slide__elem-num img {
    width: 57rem;
  }
}
.sec-robot-list-advan-slide__elem img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.sec-robot-list-advan-slide__elem p {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--g-color-white);
  border-top: 2px solid var(--g-color-white);
  border-bottom: 2px solid var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  text-wrap: nowrap;
  padding: 34px 0;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-slide__elem p {
    font-size: 40rem;
    padding: 34rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-slide__elem p {
    font-size: 28rem;
    padding: 22rem 0;
  }
}
.sec-robot-list-advan-txt p {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-robot-list-advan-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-robot-list-advan-txt p {
    font-size: 16rem;
  }
}

.sec-scene {
  background: url(../img/scene-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 48px;
  padding: 128px 0 85px;
}
@media screen and (max-width: 1300px) {
  .sec-scene {
    border-radius: 48rem;
    padding: 128rem 0 85rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene {
    border-radius: 24rem;
    padding: 90rem 0 104rem;
  }
}
.sec-scene::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  z-index: 1;
}
.sec-scene-ttl {
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .sec-scene-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-ttl {
    margin-bottom: 24rem;
  }
}
.sec-scene-ttl img {
  position: absolute;
  width: 100px;
  right: 50%;
  top: 0;
  transform: translate(-75%, -75%);
}
@media screen and (max-width: 1300px) {
  .sec-scene-ttl img {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-ttl img {
    width: 60rem;
  }
}
.sec-scene-ttl h2 {
  color: var(--g-color-white);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-scene-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-ttl h2 {
    font-size: 32rem;
  }
}
.sec-scene-main {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec-scene-slide .swiper-controller {
    width: 400rem;
  }
}
.sec-scene-slide__elem {
  overflow: hidden;
  width: 360px;
  height: 628px;
  border-radius: 32px;
  padding: 16px;
  margin: 0 16px;
  background: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem {
    margin: 0 16rem;
    width: 360rem;
    height: 628rem;
    border-radius: 32rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem {
    margin: 0 4rem;
    height: 487rem;
    border-radius: 16rem;
    width: 320rem;
  }
}
.sec-scene-slide__elem.swiper-slide-prev .sec-scene-slide__elem-img,
.sec-scene-slide__elem.swiper-slide-prev .sec-scene-slide__elem-txt, .sec-scene-slide__elem.swiper-slide-active .sec-scene-slide__elem-img,
.sec-scene-slide__elem.swiper-slide-active .sec-scene-slide__elem-txt, .sec-scene-slide__elem.swiper-slide-next .sec-scene-slide__elem-img,
.sec-scene-slide__elem.swiper-slide-next .sec-scene-slide__elem-txt {
  opacity: 1;
}
.sec-scene-slide__elem-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 216px;
  width: 100%;
  margin-bottom: 40px;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-img {
    height: 216rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-img {
    height: 203rem;
    margin-bottom: 16rem;
  }
}
.sec-scene-slide__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-scene-slide__elem-img span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-white);
  color: var(--g-color-blue);
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-img span {
    top: 16rem;
    left: 16rem;
    font-size: 14rem;
    padding: 8rem 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-img span {
    top: 16rem;
    left: 16rem;
    font-size: 14rem;
    padding: 8rem 24rem;
  }
}
.sec-scene-slide__elem-txt {
  text-align: right;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.sec-scene-slide__elem-txt p {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-txt p {
    margin-bottom: 32rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-txt p {
    margin-bottom: 16rem;
    font-size: 16rem;
  }
}
.sec-scene-slide__elem-txt a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  bottom: 32px;
  right: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-txt a {
    bottom: 32rem;
    right: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-txt a {
    bottom: 16rem;
  }
}
.sec-scene-slide__elem-txt a span {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-txt a span {
    font-size: 16rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-txt a span {
    font-size: 13rem;
  }
}
.sec-scene-slide__elem-txt a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
}
.sec-scene-slide__elem-txt a svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-scene-slide__elem-txt a svg {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene-slide__elem-txt a svg {
    width: 30rem;
    height: 30rem;
  }
}
.sec-scene-slide__elem-txt a:hover span::after {
  width: 100%;
  right: auto;
  left: 0;
}

.sec-talking {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .sec-talking {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking {
    padding: 64rem 0;
  }
}
.sec-talking-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-talking-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking-ttl {
    margin-bottom: 24rem;
  }
}
.sec-talking-ttl h2 {
  text-align: center;
  color: var(--g-color-blue);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .sec-talking-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking-ttl h2 {
    text-wrap: nowrap;
    font-size: 20rem;
  }
}
.sec-talking-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .sec-talking-main {
    margin-bottom: 48rem;
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking-main {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24rem;
    gap: 10rem;
  }
}
.sec-talking__elem {
  border: 1px solid var(--g-color-black);
  border-radius: 24px;
  padding: 32px 64px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .sec-talking__elem {
    padding: 32rem 64rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking__elem {
    padding: 24rem 46rem;
    border-radius: 18rem;
  }
}
.sec-talking__elem-img {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-talking__elem-img {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking__elem-img {
    margin-bottom: 24rem;
  }
}
.sec-talking__elem-img img {
  width: 100%;
}
.sec-talking__elem-txt p {
  color: var(--g-color-black);
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-talking__elem-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking__elem-txt p {
    font-size: 16rem;
  }
}
.sec-talking .container > p {
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-talking .container > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-talking .container > p {
    font-size: 16rem;
  }
}

.sec-news {
  padding: 108px 0 93px;
  background: var(--g-color-white);
  border-radius: 48px 48px 0 0;
  margin-top: 92px;
}
@media screen and (max-width: 1300px) {
  .sec-news {
    margin-top: 92rem;
    border-radius: 48rem 48rem 0 0;
    padding: 108rem 0 93rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    margin-top: 64rem;
    padding: 64rem 0 45rem;
    border-radius: 40rem 40rem 0 0;
  }
}
.sec-news-ttl {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec-news-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl {
    margin-bottom: 24rem;
  }
}
.sec-news-ttl h2 {
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  text-align: center;
  color: var(--g-color-blue);
  padding-left: 30px;
}
@media screen and (max-width: 1300px) {
  .sec-news-ttl h2 {
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl h2 {
    padding-left: 0;
    font-size: 32rem;
  }
}
.sec-news-ttl h2 img {
  position: absolute;
  width: 82px;
  right: 50%;
  bottom: 0;
  transform: translate(-35%, -40%);
}
@media screen and (max-width: 1300px) {
  .sec-news-ttl h2 img {
    width: 82rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl h2 img {
    width: 55rem;
  }
}
.sec-news-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .sec-news-main {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-main {
    margin-bottom: 24rem;
  }
}
.sec-news__elem a {
  padding: 32px;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem a {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem a {
    padding: 12rem 0;
  }
}
.sec-news__elem a:hover img {
  transform: scale(1.1);
}
.sec-news__elem-img {
  max-width: 256px;
  width: 100%;
  height: 162px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-img {
    max-width: 256rem;
    height: 162rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-img {
    max-width: 150rem;
    height: 93rem;
  }
}
.sec-news__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-news__elem-content {
  max-width: 100%;
  width: 100%;
  padding: 24px 32px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content {
    padding: 24rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content {
    padding: 0;
    padding-left: 8rem;
  }
}
.sec-news__elem-content-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ctgs {
    margin-bottom: 8rem;
  }
}
.sec-news__elem-content-ctgs span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-blue);
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs span {
    padding: 8rem 16rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ctgs span {
    padding: 4rem 16rem;
  }
}
.sec-news__elem-content-ctgs span:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs span:not(:last-child) {
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ctgs span:not(:last-child) {
    margin-right: 8rem;
  }
}
.sec-news__elem-content-ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ttl {
    margin-bottom: 8rem;
  }
}
.sec-news__elem-content-ttl p {
  font-weight: 500;
  font-size: 20px;
  color: var(--g-color-black);
  line-height: 1.4;
  max-width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ttl p {
    font-size: 16rem;
  }
}
.sec-news__elem-content-ttl p:last-child {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ttl p:last-child {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ttl p:last-child {
    font-size: 13rem;
  }
}
.sec-news__elem-content-date span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  opacity: 0.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-date span {
    font-size: 13rem;
  }
}
.sec-news .more-btn {
  text-align: center;
}
.sec-news .more-btn a {
  margin: auto;
}

.sec-contact {
  background: url(../img/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0 66px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-contact {
    padding: 75rem 0 66rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 64rem 0;
  }
}
.sec-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-contact .container {
  position: relative;
  z-index: 2;
}
.sec-contact-ttl {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl {
    margin-bottom: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl {
    margin-bottom: 8rem;
  }
}
.sec-contact-ttl h2 {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  transform: translateX(20px);
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl h2 {
    transform: translateX(0);
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl h2 {
    transform: translateX(0);
    font-size: 32rem;
  }
}
.sec-contact-ttl img {
  position: absolute;
  width: 108px;
  bottom: 0;
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl img {
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl img {
    transform: translate(-85%, -65%);
    width: 60rem;
  }
}
.sec-contact-main > p {
  font-weight: 700;
  font-size: 31px;
  line-height: 1.4;
  text-align: center;
  color: var(--g-color-white);
  margin-bottom: 54px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-main > p {
    margin-bottom: 54rem;
    font-size: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p {
    margin-bottom: 24rem;
    font-size: 16rem;
  }
}
.sec-contact-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-contact-btns {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-btn {
    width: 100%;
  }
}
.sec-contact-btn:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn:first-child {
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-btn:first-child {
    margin-right: 0;
  }
}
.sec-contact-btn:first-child a {
  position: relative;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
}
.sec-contact-btn:first-child a::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.sec-contact-btn:first-child a:hover::after {
  opacity: 1;
}
.sec-contact-btn:first-child a:hover span {
  color: var(--g-color-blue);
}
.sec-contact-btn:first-child a:hover svg path {
  stroke: var(--g-color-blue);
}
.sec-contact-btn:first-child svg {
  position: relative;
  z-index: 2;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn:first-child svg {
    margin-right: 8rem;
  }
}
.sec-contact-btn:first-child span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-contact-btn:last-child {
    margin-bottom: 16rem;
  }
}
.sec-contact-btn:last-child a {
  background: var(--g-color-orange);
  border: 1px solid var(--g-color-orange);
}
.sec-contact-btn:last-child a:hover {
  background: var(--g-color-white);
}
.sec-contact-btn:last-child a:hover svg path {
  stroke: var(--g-color-orange);
}
.sec-contact-btn:last-child a:hover span {
  color: var(--g-color-orange);
}
.sec-contact-btn:last-child svg {
  margin-left: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn:last-child svg {
    margin-left: 8rem;
  }
}
.sec-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn a {
    padding: 12rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-btn a {
    width: 100%;
    padding: 20rem 32rem;
  }
}
.sec-contact-btn a svg {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn a svg {
    width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-btn a svg {
    width: 22rem;
  }
}
.sec-contact-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.sec-contact-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .sec-contact-btn a span {
    font-size: 16rem;
  }
}

.about-intro {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .about-intro {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about-intro {
    padding: 40rem 0 64rem;
  }
}
.about-intro-ttl {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .about-intro-ttl {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-ttl {
    margin-bottom: 24rem;
  }
}
.about-intro-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .about-intro-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-ttl h2 {
    font-size: 32rem;
  }
}
.about-intro-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-intro-main {
    flex-direction: column-reverse;
  }
}
.about-intro-txt p {
  color: #333;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  max-width: 546px;
}
@media screen and (max-width: 1300px) {
  .about-intro-txt p {
    max-width: 546rem;
  }
}
@media screen and (max-width: 1025px) {
  .about-intro-txt p {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-txt p {
    font-size: 16rem;
    max-width: 100%;
    padding: 0 8rem;
    padding-right: 24rem;
  }
}
.about-intro-txt p:first-child {
  max-width: unset;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 39px;
  line-height: 1;
  margin-bottom: 32px;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .about-intro-txt p:first-child {
    font-size: 39rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-txt p:first-child {
    font-size: 24rem;
    text-align: center;
    margin-bottom: 24rem;
    line-height: 1.3;
  }
}
.about-intro-img {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .about-intro-img {
    max-width: 800rem;
  }
}
@media screen and (max-width: 1300px) {
  .about-intro-img {
    max-width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-img {
    max-width: 100%;
    margin-bottom: 24rem;
    height: 272rem;
  }
}
.about-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-intro-deco img {
  position: absolute;
  z-index: 1;
  width: 209px;
}
@media screen and (max-width: 1300px) {
  .about-intro-deco img {
    width: 209rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-deco img {
    width: 78rem;
  }
}
.about-intro-deco img:first-child {
  top: 250px;
  right: 50%;
  transform: translateX(-530px);
}
@media screen and (max-width: 1300px) {
  .about-intro-deco img:first-child {
    top: 250rem;
    transform: translateX(-530rem);
  }
}
@media screen and (max-width: 768px) {
  .about-intro-deco img:first-child {
    top: 450rem;
    transform: translateX(0);
    right: auto;
    left: 0;
  }
}
.about-intro-deco img:last-child {
  bottom: 0;
  left: 50%;
  transform: translate(700px, 60px);
}
@media screen and (max-width: 1300px) {
  .about-intro-deco img:last-child {
    transform: translate(700rem, 60rem);
  }
}
@media screen and (max-width: 768px) {
  .about-intro-deco img:last-child {
    transform: translate(0);
    right: 0;
    left: auto;
    bottom: 20rem;
  }
}

.about-company {
  border-radius: 80px 80px 0 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.0392156863);
  padding: 76px 0 178px;
  background: url(../img/scene-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .about-company {
    border-radius: 80rem 80rem 0 0;
    padding: 76rem 0 178rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company {
    border-radius: 24rem 24rem 0 0;
    padding: 64rem 0;
  }
}
.about-company::after {
  content: "";
  position: absolute;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.about-company .container {
  position: relative;
  z-index: 2;
}
.about-company-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .about-company-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-ttl {
    margin-bottom: 24rem;
  }
}
.about-company-ttl h2 {
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1025px) {
  .about-company-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-ttl h2 {
    font-size: 32rem;
  }
}
.about-company-ttl img {
  width: 142px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(-30px, -40px);
}
@media screen and (max-width: 1025px) {
  .about-company-ttl img {
    transform: translate(-30rem, -40rem);
    width: 142rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-ttl img {
    transform: translate(-20rem, -30rem);
    width: 90rem;
  }
}
.about-company-main {
  padding: 32px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1025px) {
  .about-company-main {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-main {
    padding: 24rem;
  }
}
.about-company__elem {
  display: flex;
  align-items: start;
  justify-content: left;
  padding: 32px;
}
@media screen and (max-width: 1025px) {
  .about-company__elem {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__elem {
    display: block;
    padding: 16rem;
  }
}
.about-company__elem:not(:last-child) {
  border-bottom: 1px solid #333;
}
.about-company__elem span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1025px) {
  .about-company__elem span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__elem span {
    line-height: 1.3;
  }
}
.about-company__elem-label {
  max-width: 160px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .about-company__elem-label {
    max-width: 160rem;
    padding-right: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__elem-label {
    max-width: 100%;
    margin-bottom: 8rem;
    padding-right: 0;
  }
}
.about-company__elem-val._map {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.about-company__elem-val._map span {
  line-height: 1.6;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}
.about-company__elem-val._map span:hover {
  opacity: 0.8;
}
.about-company__elem-val._map span.active {
  opacity: 1;
}
.about-company__elem-val._map span:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .about-company__elem-val._map span:nth-child(1) {
    margin-bottom: 20rem;
  }
}
.about-company__elem-val-map {
  position: relative;
  width: 532px;
  height: 329px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .about-company__elem-val-map {
    width: 532rem;
    height: 329rem;
  }
}
.about-company__elem-val-map.change {
  opacity: 0;
  filter: blur(10px);
}
.about-company__elem-val-map-item {
  display: none;
  width: 100%;
  height: 100%;
}
.about-company__elem-val-map-item.active {
  display: flex;
}
.about-company__elem-val-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.robot-feature {
  padding: 91px 0 134px;
}
@media screen and (max-width: 1300px) {
  .robot-feature {
    padding: 91rem 0 134rem;
  }
}
.robot-feature-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 71px;
}
@media screen and (max-width: 1300px) {
  .robot-feature-ttl {
    margin-bottom: 71rem;
  }
}
.robot-feature-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .robot-feature-ttl h2 {
    font-size: 39rem;
  }
}
.robot-feature-ttl h2 img {
  width: 120px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .robot-feature-ttl h2 img {
    width: 120rem;
  }
}
.robot-feature-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .robot-feature-pc {
    display: none;
  }
}
.robot-feature-navi {
  margin-top: 64px;
  display: none;
}
@media screen and (max-width: 1300px) {
  .robot-feature-navi {
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-feature-navi {
    margin-top: 32rem;
  }
}
.robot-feature-navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.robot-feature-navi ul li {
  margin: 0 8px;
  width: 34px;
  height: 35px;
  background: var(--g-color-white);
  border: 1px solid;
  border-image-source: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #0a51c2;
  position: relative;
  cursor: pointer;
}
.robot-feature-navi ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  z-index: 1;
  opacity: 0;
}
.robot-feature-navi ul li:hover::after {
  opacity: 0.3;
}
.robot-feature-navi ul li span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.robot-feature-navi ul li.active {
  color: var(--g-color-white);
}
.robot-feature-navi ul li.active::after {
  opacity: 1;
}
.robot-feature-grid {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 32px;
  opacity: 0;
  display: none;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 1300px) {
  .robot-feature-grid {
    gap: 32rem;
  }
}
.robot-feature-grid.active {
  opacity: 1;
  display: flex;
  visibility: visible;
}
.robot-feature-grid.change {
  opacity: 0;
  filter: blur(10px);
}
.robot-feature__elem {
  width: 348px;
  height: 427px;
  border: 1px solid var(--g-color-blue);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem {
    width: 348rem;
    height: 427rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-feature__elem {
    margin: 0 5rem;
    width: 388rem;
    height: 476rem;
    border-radius: 26rem;
  }
}
.robot-feature__elem:hover img {
  transform: scale(1.1);
}
.robot-feature__elem-num span {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 24px 0;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 49px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem-num span {
    width: 88rem;
    height: 88rem;
    font-size: 49rem;
    border-radius: 0 0 24rem 0;
  }
}
@media screen and (max-width: 768px) {
  .robot-feature__elem-num span {
    width: 98rem;
    height: 98rem;
    font-size: 54rem;
    border-radius: 0 0 26rem 0;
  }
}
.robot-feature__elem-img {
  border-radius: 24px;
  width: 282px;
  height: 282px;
  overflow: hidden;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem-img {
    margin-bottom: 32rem;
    border-radius: 24rem;
    width: 282rem;
    height: 282rem;
  }
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem-img {
    margin-bottom: 35rem;
    border-radius: 26rem;
    width: 314rem;
    height: 314rem;
  }
}
.robot-feature__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.robot-feature__elem-txt p {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem-txt p {
    font-size: 25rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-feature__elem-txt p {
    font-size: 28rem;
    margin-bottom: 18rem;
  }
}
.robot-feature__elem-txt span {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .robot-feature__elem-txt span {
    font-size: 16rem;
  }
}

.robot-contact {
  padding: 139px 0 104px;
  border-radius: 80px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .robot-contact {
    border-radius: 80rem;
    padding: 139rem 0 104rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact {
    border-radius: 40rem;
    padding: 91rem 0 64rem;
  }
}
.robot-contact-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl {
    margin-bottom: 16rem;
  }
}
.robot-contact-ttl h2 {
  color: #333;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  transform: translateX(20px);
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl h2 {
    transform: translateX(20rem);
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl h2 {
    transform: translateX(0);
    font-size: 32rem;
  }
}
.robot-contact-ttl img {
  position: absolute;
  width: 108px;
  bottom: 0;
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl img {
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl img {
    width: 75rem;
    transform: translate(-60%, -50%);
  }
}
.robot-contact-main > p {
  color: var(--g-color-blue);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-main > p {
    font-size: 24rem;
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-main > p {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
}
.robot-contact-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .robot-contact-btns {
    flex-direction: column;
  }
}
.robot-contact-btn:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn:first-child {
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-btn:first-child {
    margin-right: 0;
    margin-bottom: 16rem;
  }
}
.robot-contact-btn:first-child a {
  position: relative;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
}
.robot-contact-btn:first-child a::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.robot-contact-btn:first-child a:hover::after {
  opacity: 1;
}
.robot-contact-btn:first-child a:hover span {
  color: var(--g-color-blue);
}
.robot-contact-btn:first-child a:hover svg path {
  stroke: var(--g-color-blue);
}
.robot-contact-btn:first-child svg {
  position: relative;
  z-index: 2;
}
.robot-contact-btn:first-child span {
  position: relative;
  z-index: 2;
}
.robot-contact-btn:last-child a {
  background: #FF9114;
  border: 1px solid #FF9114;
}
.robot-contact-btn:last-child a span {
  color: var(--g-color-white);
}
.robot-contact-btn:last-child a svg {
  width: 16px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn:last-child a svg {
    width: 16rem;
  }
}
.robot-contact-btn:last-child a:hover {
  background: var(--g-color-white);
}
.robot-contact-btn:last-child a:hover svg path,
.robot-contact-btn:last-child a:hover svg rect {
  fill: #FF9114;
}
.robot-contact-btn:last-child a:hover span {
  color: #FF9114;
}
.robot-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a {
    padding: 12rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-btn a {
    width: 192rem;
    padding: 12rem 0;
  }
}
.robot-contact-btn a svg {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a svg {
    margin-right: 8rem;
    width: 24rem;
  }
}
.robot-contact-btn a svg path,
.robot-contact-btn a svg rect {
  transition: all 0.4s ease-in-out;
}
.robot-contact-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a span {
    font-size: 16rem;
  }
}
.robot-contact > img {
  width: 209px;
  position: absolute;
  bottom: 10px;
  right: 80px;
}
@media screen and (max-width: 1300px) {
  .robot-contact > img {
    width: 209rem;
    bottom: 10rem;
    right: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact > img {
    width: 104rem;
    bottom: 12rem;
    right: 5rem;
  }
}

.service-intro {
  padding-top: 46px;
}
@media screen and (max-width: 1300px) {
  .service-intro {
    padding-top: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding-top: 64rem;
  }
}
.service-intro-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 1300px) {
  .service-intro-btns {
    margin-bottom: 104rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro-btns {
    margin-bottom: 24rem;
  }
}
.service-intro-btn {
  cursor: pointer;
  width: 240px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid;
  transition: all 0.4s ease-in-out;
  border-color: #D2E3FF;
}
@media screen and (max-width: 768px) {
  .service-intro-btn {
    width: 161rem;
    height: 74rem;
    text-align: center;
  }
}
.service-intro-btn::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background: var(--g-color-white);
  top: 0;
  left: 0;
  opacity: 0;
}
.service-intro-btn.active {
  border-color: var(--g-color-blue);
}
.service-intro-btn.active::after {
  opacity: 1;
}
.service-intro-btn span {
  position: relative;
  z-index: 2;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service-intro-btn span {
    font-size: 16rem;
    line-height: 1.3;
  }
}
.service-intro-main {
  position: relative;
}
.service-intro__elem-wrap {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-intro__elem-wrap.service-intro__elem02 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.service-intro__elem-wrap.active {
  opacity: 1;
}
.service-intro__elem {
  position: relative;
  text-align: right;
  padding-bottom: 51px;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem {
    padding-bottom: 51rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem {
    text-align: center;
    padding-bottom: 229rem;
  }
}
.service-intro__elem-img {
  width: 544px;
  height: 306px;
  border-radius: 24px;
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-img {
    width: 544rem;
    height: 306rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-img {
    width: 398rem;
    height: 291rem;
  }
}
.service-intro__elem-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3215686275);
}
.service-intro__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-intro__elem-txt {
  position: absolute;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.0392156863);
  text-align: left;
  left: 0;
  bottom: 0;
  transform: translateX(-50px);
  width: 652px;
  height: 325px;
  border-radius: 24px;
  background: var(--g-color-white);
  padding: 44px 50px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt {
    transform: translateX(-50rem);
    width: 652rem;
    height: 325rem;
    border-radius: 24rem;
    padding: 44rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt {
    transform: translateX(-50%);
    width: 430rem;
    height: 269rem;
    padding: 64rem 24rem;
    left: 50%;
  }
}
.service-intro__elem-txt p {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt p {
    font-size: 16rem;
    text-align: center;
  }
}
.service-intro__elem-txt p:first-child {
  color: var(--g-color-blue);
  font-weight: 600;
  font-size: 39px;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt p:first-child {
    margin-bottom: 32rem;
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt p:first-child {
    margin-bottom: 16rem;
    font-size: 32rem;
  }
}

.service-feature {
  padding: 91px 0 20px;
}
@media screen and (max-width: 1300px) {
  .service-feature {
    padding: 91rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature {
    padding: 64rem 0;
    padding-bottom: 0;
  }
}
.service-feature-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 71px;
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl {
    margin-bottom: 71rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl {
    margin-bottom: 24rem;
  }
}
.service-feature-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl h2 {
    font-size: 32rem;
  }
}
.service-feature-ttl h2 img {
  width: 120px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(-20%, -50%);
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl h2 img {
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl h2 img {
    transform: translate(0%, -70%);
    width: 80rem;
  }
}
.service-feature-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 64px 0;
}
@media screen and (max-width: 1300px) {
  .service-feature-grid {
    gap: 64rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-grid {
    justify-content: center;
    gap: 16rem;
  }
}
.service-feature__elem {
  width: 348px;
  height: 345px;
  background: var(--g-color-white);
  border: 1px solid var(--g-color-blue);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 23px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem {
    padding: 23rem;
    width: 348rem;
    height: 345rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem {
    padding: 42rem 26rem;
    width: 382rem;
    height: 378rem;
  }
}
.service-feature__elem-num span {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 24px 0;
  background: linear-gradient(93.58deg, #3D87FF 0%, #0043B1 100%);
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-num span {
    width: 64rem;
    height: 64rem;
    font-size: 28rem;
    border-radius: 0 0 24rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-num span {
    width: 70rem;
    height: 70rem;
  }
}
.service-feature__elem-img {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-img {
    margin-bottom: 16rem;
    width: 160rem;
    height: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-img {
    width: 175rem;
    height: 175rem;
  }
}
.service-feature__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
}
.service-feature__elem-txt p {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--g-color-blue);
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-txt p {
    font-size: 25rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-txt p {
    font-size: 24rem;
  }
}
.service-feature__elem-txt span {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-txt span {
    font-size: 16rem;
  }
}/*# sourceMappingURL=style.css.map */