@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=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 20px;
  --g-padding-m: 50px;
  --g-padding-l: 120px;
  --g-color-black: #2C2C2C;
  --g-color-blue: #2A70E0;
  --g-color-white: #ffffff;
  --g-color-gray: #EBEBEB;
  --g-color-green: #41F2B4;
}
@media screen and (max-width: 1440px) {
  :root {
    --g-padding-s: 20rem;
    --g-padding-m: 50rem;
    --g-padding-l: 120rem;
  }
}
@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%;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.never-click {
  pointer-events: none;
}

.s-container {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .s-container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 350rem;
  }
}

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

@media screen and (max-width: 768px) {
  .a-btn {
    width: 100%;
  }
}
.a-btn a {
  width: 308px;
  height: 74px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 49, 141, 0.15);
  position: relative;
  transition: all 0.4s ease-in-out;
  background: var(--g-color-white);
}
@media screen and (max-width: 1440px) {
  .a-btn a {
    width: 308rem;
    height: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .a-btn a {
    margin: auto;
  }
}
.a-btn a span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-flex;
  padding-right: 18px;
  transition: all 0.4s ease-in-out;
  color: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .a-btn a span {
    font-size: 20rem;
    padding-right: 18rem;
  }
}
.a-btn a svg {
  position: absolute;
  width: 6px;
  height: auto;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .a-btn a svg {
    right: 26rem;
  }
}
.a-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.a-btn a:hover {
  background: var(--g-color-black);
}
.a-btn a:hover span {
  color: var(--g-color-white);
}
.a-btn a:hover svg path {
  stroke: var(--g-color-white);
}
.a-btn._green a {
  background: var(--g-color-green);
  border: unset;
}
.a-btn._green a:hover {
  background: var(--g-color-white);
}
.a-btn._green a:hover span {
  color: var(--g-color-black);
}
.a-btn._green a:hover svg path {
  stroke: var(--g-color-black);
}
.a-btn._b-size a {
  width: 370px;
  border: 2px solid var(--g-color-blue);
}
@media screen and (max-width: 1440px) {
  .a-btn._b-size a {
    width: 370rem;
  }
}
@media screen and (max-width: 768px) {
  .a-btn._b-size a {
    width: 100%;
  }
}
.a-btn._b-size a span {
  color: var(--g-color-blue);
}
.a-btn._b-size a:hover {
  background: var(--g-color-blue);
}
.a-btn._b-size a:hover span {
  color: var(--g-color-white);
}
.a-btn._b-size a:hover svg path {
  stroke: var(--g-color-white);
}
.a-btn._blue a {
  background: var(--g-color-blue);
}
.a-btn._blue a span {
  color: var(--g-color-white);
}
.a-btn._blue a svg path {
  stroke: var(--g-color-white);
}
.a-btn._blue a:hover {
  background: var(--g-color-white);
}
.a-btn._blue a:hover span {
  color: var(--g-color-blue);
}
.a-btn._blue a:hover svg path {
  stroke: var(--g-color-blue);
}

.talking-txt {
  width: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .talking-txt {
    width: 326rem;
  }
}
@media screen and (max-width: 768px) {
  .talking-txt {
    width: 224rem;
  }
}
.talking-txt img {
  z-index: 1;
  position: relative;
}
.talking-txt span {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 18px;
  color: var(--g-color-black);
  line-height: 1;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .talking-txt span {
    top: calc(50% - 8rem);
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .talking-txt span {
    top: calc(50% - 5rem);
    font-size: 14rem;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl-deco {
  margin-bottom: 19px;
}
@media screen and (max-width: 1440px) {
  .sec-ttl-deco {
    margin-bottom: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-deco {
    margin-bottom: 11rem;
  }
}
.sec-ttl-deco .talking-txt {
  margin: auto;
}
.sec-ttl .sec-sttl span {
  font-size: 26px;
  line-height: 1;
  color: var(--g-color-black);
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .sec-ttl .sec-sttl span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl .sec-sttl span {
    font-size: 18rem;
  }
}
.sec-ttl h2 {
  font-size: 44px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .sec-ttl h2 {
    font-size: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 32rem;
  }
}
.sec-ttl._white h2 {
  color: var(--g-color-white);
}

.cta {
  position: fixed;
  z-index: 100;
  right: 35px;
  bottom: 20px;
  width: 230px;
  border-radius: 15px;
  border: 2px solid var(--g-color-black);
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .cta {
    right: 35rem;
    bottom: 20rem;
    width: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    display: none;
  }
}
.cta.hidden {
  opacity: 0;
  visibility: hidden;
}
.cta-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 1440px) {
  .cta-main {
    padding: 15rem;
  }
}
.cta-close {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .cta-close {
    top: -8rem;
    right: -8rem;
    width: 32rem;
    height: 32rem;
  }
}
.cta-close svg {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 1440px) {
  .cta-close svg {
    width: 11rem;
    height: 11rem;
  }
}
.cta-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1440px) {
  .cta-txt {
    margin-bottom: 6rem;
  }
}
.cta-txt svg {
  width: 11px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .cta-txt svg {
    width: 11rem;
  }
}
.cta-txt p {
  font-size: 14px;
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1440px) {
  .cta-txt p {
    font-size: 14rem;
  }
}
.cta-btn {
  margin-top: 5px;
}
@media screen and (max-width: 1440px) {
  .cta-btn {
    margin-top: 5rem;
  }
}
.cta-btn a {
  width: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 41px;
  border: 2px solid var(--g-color-blue);
  transition: all 0.4s ease-in-out;
  background: var(--g-color-white);
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1440px) {
  .cta-btn a {
    width: 191rem;
    font-size: 14rem;
    height: 41rem;
  }
}
.cta-btn a:hover {
  color: var(--g-color-white);
  background: var(--g-color-blue);
}
.cta-btn:nth-child(2) a {
  background: var(--g-color-blue);
  color: var(--g-color-white);
}
.cta-btn:nth-child(2) a:hover {
  color: var(--g-color-blue);
  background: var(--g-color-white);
}

.sec-deco-ttl {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-deco-ttl {
    top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-deco-ttl {
    display: none;
  }
}
.sec-deco-ttl p {
  color: #F2F2F0;
  font-size: 115px;
  line-height: 1;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .sec-deco-ttl p {
    font-size: 115rem;
  }
}
.sec-deco-ttl._mid {
  top: 180px;
}
@media screen and (max-width: 1440px) {
  .sec-deco-ttl._mid {
    top: 180rem;
  }
}
.sec-deco-ttl._top {
  top: 10px;
}
@media screen and (max-width: 1440px) {
  .sec-deco-ttl._top {
    top: 10rem;
  }
}
.sec-deco-ttl._blue p {
  color: #3A7EE8;
}
.sec-deco-ttl._white p {
  color: var(--g-color-white);
}

html {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    visibility: visible;
    height: 60rem;
    background: #fff;
    border-bottom: 1px solid #DEDEDE;
  }
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
@media screen and (max-width: 1440px) {
  .header-container {
    padding-right: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    height: 100%;
    padding-right: 20rem;
    padding-left: 16rem;
  }
}
.header-logo {
  visibility: visible;
}
.header-logo img {
  width: 195px;
}
@media screen and (max-width: 1440px) {
  .header-logo img {
    width: 195rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 90rem;
  }
}
.header-btn {
  visibility: visible;
}
.header-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: relative;
  border: unset;
  background: var(--g-color-white);
  outline: unset;
}
@media screen and (max-width: 768px) {
  .header-btn button {
    width: 20rem;
    height: 14rem;
    background: unset;
  }
}
.header-btn button span {
  transition: all 0.4s ease-in-out;
  height: 2px;
  width: 23px;
  border-radius: 5px;
  background: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .header-btn button span {
    width: 20rem;
  }
}
.header-btn button span:nth-child(1), .header-btn button span:nth-child(3) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-btn button span:nth-child(1) {
  top: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .header-btn button span:nth-child(1) {
    top: calc(50% - 7rem);
  }
}
.header-btn button span:nth-child(3) {
  top: calc(50% + 8px);
}
@media screen and (max-width: 768px) {
  .header-btn button span:nth-child(3) {
    top: calc(50% + 7rem);
  }
}
.header-btn button:hover {
  background: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .header-btn button:hover {
    background: transparent;
  }
}
.header-btn button:hover span {
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .header-btn button:hover span {
    background: var(--g-color-black);
  }
}
.header-btn button.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.header-btn button.active span:nth-child(2) {
  opacity: 0;
}
.header-btn button.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 523px;
  height: 100vh;
  z-index: 899;
  overflow: hidden;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s 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 0.8s 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 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  .full-menu {
    width: 523rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    width: 100%;
    background: #F3F1F0;
  }
}
.full-menu.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.full-menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5vh;
}
.full-menu-container > img {
  position: absolute;
  bottom: 0;
}
.full-menu-container > img:nth-child(1) {
  width: 131px;
  left: 134px;
}
@media screen and (max-width: 1440px) {
  .full-menu-container > img:nth-child(1) {
    width: 131rem;
    left: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-container > img:nth-child(1) {
    width: 99rem;
    left: 99rem;
  }
}
.full-menu-container > img:nth-child(2) {
  width: 103px;
  right: 134px;
}
@media screen and (max-width: 1440px) {
  .full-menu-container > img:nth-child(2) {
    width: 103rem;
    right: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-container > img:nth-child(2) {
    width: 78rem;
    right: 99rem;
  }
}
.full-menu-main {
  width: 100%;
  text-align: center;
}
.full-menu-main ul {
  margin-bottom: 7vh;
}
.full-menu-main ul li:not(:last-child) {
  margin-bottom: 5vh;
}
.full-menu-main ul li a {
  color: var(--g-color-black);
  font-size: 22px;
  letter-spacing: 0.032em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .full-menu-main ul li a {
    font-size: 22rem;
  }
}
.full-menu-main .a-btn:last-child {
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .full-menu-main .a-btn:last-child {
    margin-top: 14rem;
  }
}
.full-menu-main .a-btn:nth-child(2) a span {
  color: var(--g-color-blue);
}
.full-menu-main .a-btn:nth-child(2) a:hover {
  background: var(--g-color-blue);
}
.full-menu-main .a-btn:nth-child(2) a:hover span {
  color: var(--g-color-white);
}
.full-menu-main .a-btn a {
  border: 2px solid var(--g-color-blue);
  width: 350px;
  height: 60px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .full-menu-main .a-btn a {
    width: 350rem;
    height: 60rem;
  }
}
.full-menu-main .a-btn a span {
  padding-right: 0;
}
.full-menu-main .a-btn a svg {
  right: 20px;
}
@media screen and (max-width: 1440px) {
  .full-menu-main .a-btn a svg {
    right: 20rem;
  }
}

.full-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 898;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  transition: opacity 0.9s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .full-bg {
    display: none;
  }
}
.full-bg.active {
  opacity: 1;
  visibility: visible;
}

.footer {
  background: var(--g-color-black);
}
.footer-main {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  .footer-main {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    text-align: left;
    padding: 45rem 20rem 39rem;
  }
}
.footer-main-ttl {
  margin-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  .footer-main-ttl {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-ttl {
    margin-bottom: 17rem;
  }
}
.footer-main-ttl p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--g-color-white);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .footer-main-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-ttl p {
    font-size: 18rem;
  }
}
.footer-main-ttl p svg {
  width: 8px;
  margin: 0 10px;
}
@media screen and (max-width: 1440px) {
  .footer-main-ttl p svg {
    margin: 0 10rem;
  }
}
.footer-main-ttl p span {
  font-weight: bold;
}
.footer-main-txt {
  margin-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .footer-main-txt {
    margin-bottom: 26rem;
  }
}
.footer-main-txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--g-color-white);
}
@media screen and (max-width: 1440px) {
  .footer-main-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-txt p {
    font-size: 14rem;
  }
}
.footer-main-txt p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .footer-main-txt p:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.footer-main-logo {
  margin-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .footer-main-logo {
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-logo {
    text-align: center;
  }
}
.footer-main-logo span {
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-black);
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
  background: var(--g-color-white);
}
@media screen and (max-width: 1440px) {
  .footer-main-logo span {
    padding: 10rem;
  }
}
.footer-main-logo img {
  width: 80px;
}
@media screen and (max-width: 1440px) {
  .footer-main-logo img {
    width: 80rem;
  }
}
.footer-main > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--g-color-white);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .footer-main > p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main > p {
    align-items: end;
    font-size: 17rem;
  }
}
.footer-main > p svg {
  width: 8px;
  margin: 0 10px;
}
@media screen and (max-width: 1440px) {
  .footer-main > p svg {
    margin: 0 10rem;
  }
}
.footer-main > p span {
  font-weight: bold;
}
.footer-main > p span.last-txt {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer-main > p span.last-txt {
    font-size: 10rem;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  background: #141414;
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  .footer-bottom {
    padding: 20rem 0;
    gap: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    gap: 25rem;
  }
}
.footer-bottom-link a {
  font-size: 14px;
  font-weight: 400;
  color: var(--g-color-white);
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .footer-bottom-link a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link a {
    font-size: 12rem;
  }
}

.sec-fv {
  height: 640px;
}
@media screen and (max-width: 1440px) {
  .sec-fv {
    height: 640rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    height: 715rem;
  }
}
.sec-fv::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, #fff 70%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-fv::after {
    display: block;
  }
}
.sec-fv > img {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 1;
  top: 0;
}
.sec-fv > img:nth-child(1) {
  left: 0;
}
.sec-fv > img:nth-child(2) {
  right: 0;
}
.sec-fv > img:nth-child(3) {
  width: 100%;
  height: auto;
  bottom: 0;
  top: unset;
}
.sec-fv-container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.sec-fv-deco img {
  position: absolute;
  width: 326px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-deco img {
    width: 326rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-deco img {
    width: 180rem;
  }
}
.sec-fv-deco img:nth-child(1) {
  top: 39px;
  left: -35px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-fv-deco img:nth-child(1) {
    top: 39rem;
    left: -35rem;
  }
}
.sec-fv-deco img:nth-child(2) {
  top: 72px;
  right: -35px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-fv-deco img:nth-child(2) {
    top: 72rem;
    right: -35rem;
  }
}
.sec-fv-deco img:nth-child(3) {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-fv-deco img:nth-child(3) {
    top: 299rem;
    right: 0;
  }
}
.sec-fv-deco img:nth-child(4) {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-fv-deco img:nth-child(4) {
    bottom: 130rem;
    left: 0;
  }
}
.sec-fv-main {
  position: relative;
  max-width: 547px;
  width: 100%;
  margin: auto;
  height: 100%;
  background: var(--g-color-white);
  padding-top: 161px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main {
    padding-top: 161rem;
    max-width: 547rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main {
    background: transparent;
    max-width: 350rem;
    padding: 0 15rem;
    padding-top: 80rem;
  }
}
.sec-fv-main-ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main-ttl {
    margin-bottom: 20rem;
  }
}
.sec-fv-main-ttl span {
  font-size: 26px;
  font-weight: bold;
  color: var(--g-color-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--g-color-black);
  border-bottom: 2px solid var(--g-color-black);
  width: 407px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main-ttl span {
    margin-bottom: 12rem;
    font-size: 26rem;
    width: 407rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main-ttl span {
    margin-bottom: 10rem;
    width: 100%;
    font-size: 18rem;
  }
}
.sec-fv-main-ttl h2 svg {
  width: 407px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main-ttl h2 svg {
    width: 407rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main-ttl h2 svg {
    width: 80%;
  }
}
.sec-fv-main > p {
  margin-bottom: 18px;
  font-size: 22px;
  letter-spacing: 0.032em;
  color: var(--g-color-black);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main > p {
    font-size: 22rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main > p {
    font-size: 14rem;
    margin-bottom: 323rem;
  }
}
.sec-fv-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main ul {
    gap: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main ul {
    gap: 8rem;
  }
}
.sec-fv-main ul li {
  width: 129px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  text-align: center;
  background: var(--g-color-blue);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main ul li {
    width: 129rem;
    height: 129rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main ul li {
    width: 101rem;
    height: 101rem;
  }
}
.sec-fv-main ul li svg {
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: auto;
  position: absolute;
  top: 23px;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main ul li svg {
    top: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main ul li svg {
    top: 20rem;
  }
}
.sec-fv-main ul li span {
  font-weight: bold;
  font-size: 18px;
  color: var(--g-color-white);
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .sec-fv-main ul li span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main ul li span {
    font-size: 15rem;
  }
}

.s-contact {
  background: #F2F2F0;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.s-contact-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
@media screen and (max-width: 1440px) {
  .s-contact-main {
    gap: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .s-contact-main {
    gap: 9rem;
    flex-direction: column;
  }
}
.s-contact .container {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 1440px) {
  .s-contact .container {
    padding: 25rem 0;
  }
}
.s-contact-deco {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .s-contact-deco {
    display: none;
  }
}
.s-contact-deco:first-child {
  left: 0;
}
.s-contact-deco:first-child img {
  width: 150px;
}
@media screen and (max-width: 1440px) {
  .s-contact-deco:first-child img {
    width: 150rem;
  }
}
.s-contact-deco:last-child {
  right: 18px;
}
@media screen and (max-width: 1440px) {
  .s-contact-deco:last-child {
    right: 18rem;
  }
}
.s-contact-deco:last-child img {
  width: 118px;
}
@media screen and (max-width: 1440px) {
  .s-contact-deco:last-child img {
    width: 118rem;
  }
}

.sec-worry {
  padding: 56px 0 45px;
}
@media screen and (max-width: 1440px) {
  .sec-worry {
    padding: 56rem 0 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry {
    padding: 35rem 0 26rem;
  }
}
.sec-worry-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-ttl {
    margin-bottom: 16rem;
  }
}
.sec-worry-grid {
  padding: 0 var(--g-padding-s);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-worry-grid {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15rem;
  }
}
.sec-worry-grid__elem {
  background: var(--g-color-gray);
  height: 102px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--g-color-black);
  border-radius: 5px;
  padding-left: 80px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-grid__elem {
    padding-left: 80rem;
    height: 102rem;
  }
}
.sec-worry-grid__elem-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-worry-grid__elem-img img {
  width: 95px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-grid__elem-img img {
    width: 95rem;
  }
}
.sec-worry-grid__elem-txt p {
  color: var(--g-color-black);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-worry-grid__elem-txt p {
    font-size: 22rem;
  }
}
.sec-worry-arrow {
  text-align: center;
  margin-top: -5px;
}
.sec-worry-arrow img {
  width: 147px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-arrow img {
    width: 147rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-arrow img {
    width: 127rem;
  }
}
.sec-worry-content {
  text-align: center;
}
.sec-worry-content p {
  font-size: 26px;
  color: var(--g-color-black);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p {
    font-size: 20rem;
  }
}
.sec-worry-content p:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--g-color-blue);
  font-size: 38px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p:nth-child(2) {
    font-size: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(2) {
    display: none;
    font-size: 33rem;
  }
}
.sec-worry-content p:nth-child(2) svg {
  height: auto;
}
.sec-worry-content p:nth-child(2) svg:first-child {
  width: 46px;
  margin-right: 12px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p:nth-child(2) svg:first-child {
    width: 46rem;
    margin-right: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(2) svg:first-child {
    width: 30rem;
    margin-right: 6rem;
  }
}
.sec-worry-content p:nth-child(2) svg:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.sec-worry-content p:nth-child(2) span {
  font-size: 26px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p:nth-child(2) span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(2) span {
    font-size: 18rem;
  }
}
.sec-worry-content p:nth-child(2) span._s-size {
  font-size: 34px;
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p:nth-child(2) span._s-size {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(2) span._s-size {
    font-size: 30rem;
  }
}
.sec-worry-content p:nth-child(2) span._deco {
  letter-spacing: 0.06em;
  font-size: 38px;
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  transform: translateY(-10%);
}
@media screen and (max-width: 1440px) {
  .sec-worry-content p:nth-child(2) span._deco {
    font-size: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(2) span._deco {
    font-size: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content p:nth-child(4) {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-worry-content img {
    width: 320rem;
    margin: auto;
    margin-bottom: 12rem;
  }
}

.b-contact {
  margin-bottom: 64px;
}
@media screen and (max-width: 1440px) {
  .b-contact {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact {
    margin-bottom: 32rem;
  }
}
.b-contact-main {
  border: 2px solid var(--g-color-black);
  border-radius: 20px;
  height: 397px;
  display: flex;
  align-items: center;
  justify-content: right;
  background: url(../img/contact-bg_s.webp);
  background-position: left auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 61px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .b-contact-main {
    height: 397rem;
    padding: 0 61rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-main {
    background: url(../img/contact-main.webp);
    background-position: center top;
    background-size: 120% auto;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: end;
    height: 570rem;
    padding: 21rem 31rem;
  }
}
.b-contact-main::after {
  content: "";
  width: 100%;
  height: 75%;
  background: linear-gradient(to top, #2A70E0 80%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b-contact-main::after {
    display: block;
  }
}
.b-contact-content {
  position: relative;
  z-index: 2;
}
.b-contact-content-txt-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-txt-deco {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-txt-deco {
    margin-bottom: 6rem;
  }
}
.b-contact-content-txt-deco svg {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-txt-deco svg {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-txt-deco svg {
    width: 22rem;
  }
}
.b-contact-content-txt-deco span {
  letter-spacing: 0.06em;
  font-size: 26px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: bold;
  margin: 0 12px;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-txt-deco span {
    margin: 0 12rem;
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-txt-deco span {
    margin: 0 10rem;
    font-size: 22rem;
  }
}
.b-contact-content-txt p {
  font-size: 40px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-txt p {
    font-size: 40rem;
    margin-bottom: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-txt p {
    font-size: 36rem;
    margin-bottom: 16rem;
  }
}
.b-contact-content-txt p span {
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-txt p span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-txt p span {
    font-size: 29rem;
  }
}
.b-contact-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .b-contact-content-btn {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .b-contact-content-btn {
    flex-direction: column;
  }
}

.sec-service {
  padding: 78px 0 107px;
}
@media screen and (max-width: 1440px) {
  .sec-service {
    padding: 78rem 0 107rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service {
    padding: 51rem 0 63rem;
  }
}
.sec-service::after {
  content: "";
  position: absolute;
  width: 5200px;
  height: 5200px;
  border-radius: 50%;
  background: #F2F2F0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .sec-service::after {
    width: 5200rem;
    height: 5200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service::after {
    width: 1400rem;
    height: 1400rem;
  }
}
.sec-service .container {
  z-index: 2;
  position: relative;
}
.sec-service-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .sec-service-ttl {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl {
    margin-bottom: 21rem;
  }
}
.sec-service-main {
  padding: 0 var(--g-padding-m);
}
.sec-service__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem {
    gap: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.sec-service__elem:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem:not(:last-child) {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem:not(:last-child) {
    margin-bottom: 49rem;
  }
}
.sec-service__elem-img {
  max-width: 550px;
  width: 100%;
  border: 2px solid var(--g-color-black);
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem-img {
    max-width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img {
    max-width: 100%;
    height: 206rem;
  }
}
.sec-service__elem-img-inner {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sec-service__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service__elem-img span {
  font-size: 24px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--g-color-blue);
  border: 2px solid var(--g-color-black);
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem-img span {
    top: -16rem;
    left: -16rem;
    width: 104rem;
    height: 104rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img span {
    top: -10rem;
    left: -10rem;
    width: 66rem;
    height: 66rem;
    font-size: 15rem;
  }
}
.sec-service__elem-content {
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content {
    padding-top: 39rem;
    z-index: 2;
  }
}
.sec-service__elem-deco {
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem-deco {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-deco {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
.sec-service__elem-ttl {
  margin-bottom: 17px;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem-ttl {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-ttl {
    margin-bottom: 12rem;
  }
}
.sec-service__elem-ttl p {
  font-size: 34px;
  color: var(--g-color-black);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 1440px) {
  .sec-service__elem-ttl p {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-ttl p {
    text-align: center;
    letter-spacing: 0;
    font-size: 26rem;
  }
}
.sec-service__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--g-color-black);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt p {
    font-size: 16rem;
  }
}

.m-contact {
  background: var(--g-color-blue);
  padding: 55px 0;
}
@media screen and (max-width: 1440px) {
  .m-contact {
    padding: 55rem 0;
  }
}
@media screen and (max-width: 768px) {
  .m-contact {
    padding: 32rem 0;
  }
}
.m-contact-txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .m-contact-txt {
    margin-bottom: 25rem;
  }
}
.m-contact-txt p {
  text-align: center;
  color: var(--g-color-white);
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .m-contact-txt p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .m-contact-txt p {
    line-height: 1.2;
    font-size: 36rem;
  }
}
.m-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .m-contact-btn {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m-contact-btn {
    flex-direction: column;
  }
}

.sec-step {
  padding: 82px 0 95px;
}
@media screen and (max-width: 1440px) {
  .sec-step {
    padding: 82rem 0 95rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step {
    padding: 46rem 0 68rem;
  }
}
.sec-step-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .sec-step-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-ttl {
    margin-bottom: 22rem;
  }
}
.sec-step-main {
  border-radius: 20px;
  border: 2px solid var(--g-color-black);
  background: #EBEBEB;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-step-main {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main {
    padding: 26rem 14rem;
    padding-bottom: 142rem;
    border-radius: 10rem;
  }
}
.sec-step-main > img {
  position: absolute;
  bottom: -8px;
}
@media screen and (max-width: 1440px) {
  .sec-step-main > img {
    bottom: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main > img {
    bottom: -35rem;
  }
}
.sec-step-main > img:nth-child(1) {
  width: 136px;
  left: 166px;
}
@media screen and (max-width: 1440px) {
  .sec-step-main > img:nth-child(1) {
    width: 136rem;
    left: 166rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main > img:nth-child(1) {
    width: 92rem;
    left: 68rem;
  }
}
.sec-step-main > img:nth-child(2) {
  width: 151px;
  right: 152px;
}
@media screen and (max-width: 1440px) {
  .sec-step-main > img:nth-child(2) {
    width: 151rem;
    right: 152rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main > img:nth-child(2) {
    width: 102rem;
    right: 68rem;
    bottom: -28rem;
  }
}
.sec-step-main-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .sec-step-main-ttl {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main-ttl {
    margin-bottom: 11rem;
  }
}
.sec-step-main-ttl span {
  width: 502px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1440px) {
  .sec-step-main-ttl span {
    font-size: 22rem;
    width: 502rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-main-ttl span {
    font-size: 18rem;
    width: 145rem;
    height: 33rem;
  }
}
.sec-step-main-ttl span:nth-child(1) {
  background: #2C2C2C;
}
.sec-step-main-ttl span:nth-child(2) {
  background: #2A70E0;
}
.sec-step-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group {
    margin-bottom: 30rem;
  }
}
.sec-step-group-deco li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .sec-step-group-deco li {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group-deco li {
    width: 6rem;
    height: 6rem;
  }
}
.sec-step-group-deco li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group-deco li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group-deco li:not(:last-child) {
    margin-bottom: 29rem;
  }
}
.sec-step-group-item {
  width: 502px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group-item {
    width: 502rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group-item {
    width: 145rem;
  }
}
.sec-step-group-item:first-child .sec-step-group__elem::before {
  right: -37px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec-step-group-item:first-child .sec-step-group__elem::before {
    right: -37rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group-item:first-child .sec-step-group__elem::before {
    right: -10rem;
  }
}
.sec-step-group-item:first-child .sec-step-group__elem::after {
  right: 0;
  transform: translate(100%, -50%);
}
.sec-step-group-item:last-child .sec-step-group__elem::before {
  left: -37px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec-step-group-item:last-child .sec-step-group__elem::before {
    left: -37rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group-item:last-child .sec-step-group__elem::before {
    left: -10rem;
  }
}
.sec-step-group-item:last-child .sec-step-group__elem::after {
  left: 0;
  transform: translate(-100%, -50%);
}
.sec-step-group__elem {
  width: 100%;
  height: 160px;
  border: 2px solid var(--g-color-black);
  background: var(--g-color-white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem {
    height: 160rem;
    padding: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem {
    display: block;
    height: 186rem;
    padding: 11rem;
  }
}
.sec-step-group__elem::before {
  content: "";
  z-index: 2;
  top: 50%;
  position: absolute;
  width: 21px;
  height: 21px;
  background: var(--g-color-white);
  border: 2px solid var(--g-color-black);
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem::before {
    width: 21rem;
    height: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem::before {
    width: 15rem;
    height: 15rem;
  }
}
.sec-step-group__elem::after {
  content: "";
  z-index: 1;
  top: 50%;
  position: absolute;
  height: 2px;
  width: 48px;
  background: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem::after {
    width: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem::after {
    width: 19rem;
  }
}
.sec-step-group__elem:not(:last-child) {
  margin-bottom: 33px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem:not(:last-child) {
    margin-bottom: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem:not(:last-child) {
    margin-bottom: 22rem;
  }
}
.sec-step-group__elem-img {
  max-width: 136px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem-img {
    max-width: 136rem;
    margin-right: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 6rem;
    height: 64rem;
  }
}
.sec-step-group__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-step-group__elem-content {
  max-width: 100%;
  width: 100%;
}
.sec-step-group__elem-num span {
  color: var(--g-color-blue);
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem-num span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem-num span {
    line-height: 1.5;
    font-size: 16rem;
  }
}
.sec-step-group__elem-txt p,
.sec-step-group__elem-txt span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem-txt p,
  .sec-step-group__elem-txt span {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem-txt p,
  .sec-step-group__elem-txt span {
    font-size: 16rem;
    line-height: 1.3;
  }
}
.sec-step-group__elem-txt span {
  font-size: 20px;
  display: block;
  text-indent: -10px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem-txt span {
    text-indent: -10rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem-txt span {
    text-indent: -6rem;
    font-size: 14rem;
  }
}
.sec-step-content {
  text-align: center;
}
.sec-step-content-deco {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .sec-step-content-deco {
    margin-bottom: 10rem;
  }
}
.sec-step-content-deco .talking-txt {
  margin: auto;
}
.sec-step-content p {
  font-size: 43px;
  color: var(--g-color-black);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .sec-step-content p {
    font-size: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-content p {
    font-size: 26rem;
  }
}

.sec-price {
  padding: 66px 0;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1440px) {
  .sec-price {
    padding: 66rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-price {
    padding: 36rem 0 60rem;
  }
}
.sec-price-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .sec-price-ttl {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-ttl {
    margin-bottom: 36rem;
  }
}
.sec-price-main {
  padding: 0 var(--g-padding-m);
}
.sec-price-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .sec-price-top {
    gap: 26rem;
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-top {
    flex-direction: column;
    gap: 32rem;
    margin-bottom: 20rem;
  }
}
.sec-price-top__elem {
  width: 100%;
  border: 2px solid var(--g-color-black);
  background: var(--g-color-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 164px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1440px) {
  .sec-price-top__elem {
    height: 164rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-top__elem {
    height: 119rem;
    padding-top: 14rem;
  }
}
.sec-price-top__elem-deco {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
}
.sec-price-top__elem p {
  font-size: 64px;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: end;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 1440px) {
  .sec-price-top__elem p {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-top__elem p {
    font-size: 46rem;
  }
}
.sec-price-top__elem p span {
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width: 1440px) {
  .sec-price-top__elem p span {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-top__elem p span {
    font-size: 24rem;
    padding-bottom: 5rem;
  }
}
.sec-price-top__elem p span:last-child {
  font-size: 26px;
  margin-left: -0.4em;
}
@media screen and (max-width: 1440px) {
  .sec-price-top__elem p span:last-child {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-top__elem p span:last-child {
    font-size: 18rem;
  }
}
.sec-price-bottom {
  width: 100%;
  height: 197px;
  background: var(--g-color-white);
  border: 2px solid var(--g-color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom {
    height: 197rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom {
    height: 345rem;
  }
}
.sec-price-bottom-ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-ttl {
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-ttl {
    margin-bottom: 16rem;
  }
}
.sec-price-bottom-ttl p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-ttl p {
    flex-direction: column;
    font-size: 18rem;
  }
}
.sec-price-bottom-ttl p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 100px;
  background: var(--g-color-blue);
  color: var(--g-color-white);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-right: 12px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-ttl p span {
    margin-right: 12rem;
    padding: 5rem 20rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-ttl p span {
    margin-right: 0;
    margin-bottom: 9rem;
    padding: 4rem 20rem;
    font-size: 16rem;
  }
}
.sec-price-bottom-main {
  margin-bottom: 19px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-main {
    margin-bottom: 19rem;
  }
}
.sec-price-bottom-main p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-main p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-main p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-main p span.price-ico {
    display: block;
    text-align: center;
    margin-bottom: 8rem;
  }
}
.sec-price-bottom-main p span.price-calc {
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid rgba(44, 44, 44, 0.4);
  margin-right: 9px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-main p span.price-calc {
    margin-right: 9rem;
    font-size: 14rem;
    padding: 5rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-main p span.price-calc {
    transform: translateY(-3rem);
    padding: 0;
    width: 104rem;
    height: 27rem;
  }
}
.sec-price-bottom-main p svg {
  width: 14px;
  height: auto;
  margin: 0 14px;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom-main p svg {
    width: 14rem;
    margin: 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom-main p svg {
    margin: auto;
  }
}
.sec-price-bottom > p {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--g-color-black);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .sec-price-bottom > p {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-bottom > p {
    text-align: center;
    font-size: 12rem;
  }
}

.sec-flow {
  padding: 96px 0 208px;
}
@media screen and (max-width: 1440px) {
  .sec-flow {
    padding: 96rem 0 208rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 40rem 0 160rem;
  }
}
.sec-flow > img {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-60%, 32%);
  width: 205px;
}
@media screen and (max-width: 1440px) {
  .sec-flow > img {
    width: 205rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow > img {
    width: 150rem;
  }
}
.sec-flow::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: #F2F2F0;
  width: 5200px;
  height: 5200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .sec-flow::after {
    width: 5200rem;
    height: 5200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow::after {
    width: 1400rem;
    height: 1400rem;
  }
}
.sec-flow .container {
  position: relative;
  z-index: 3;
}
.sec-flow-ttl {
  margin-bottom: 47px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-ttl {
    margin-bottom: 47rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-ttl {
    margin-bottom: 27rem;
  }
}
.sec-flow-main {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-main {
    margin-bottom: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-main {
    margin-bottom: 50rem;
    display: block;
  }
}
.sec-flow__elem {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .sec-flow__elem {
    width: 100%;
    height: 120rem;
    border-bottom: 2rem dotted var(--g-color-black);
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem:first-child {
    border-top: 2rem dotted var(--g-color-black);
  }
}
.sec-flow__elem:nth-child(2) {
  border-left: 3px dotted var(--g-color-black);
  border-right: 3px dotted var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .sec-flow__elem:nth-child(2) {
    border-left: unset;
    border-right: unset;
  }
}
.sec-flow__elem-img {
  width: 252px;
  margin: auto;
  margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
  .sec-flow__elem-img {
    width: 252rem;
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-img {
    max-width: 130rem;
    width: 100%;
    margin: 0;
  }
}
.sec-flow__elem-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt {
    max-width: 100%;
    width: 100%;
  }
}
.sec-flow__elem-txt p {
  text-align: center;
  font-size: 24px;
  color: var(--g-color-black);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .sec-flow__elem-txt p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-txt p {
    font-size: 18rem;
  }
}
.sec-flow-voice {
  padding: 0 30px;
  margin-bottom: 42px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice {
    padding: 0 30rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice {
    padding: 0;
    margin-bottom: 30rem;
  }
}
.sec-flow-voice::before, .sec-flow-voice::after {
  content: "";
  background: #F2F2F0;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice::before, .sec-flow-voice::after {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice::before, .sec-flow-voice::after {
    display: none;
  }
}
.sec-flow-voice::after {
  right: 0;
  left: unset;
}
.sec-flow-voice .swiper-container {
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice .swiper-container {
    padding-bottom: 32rem;
  }
}
.sec-flow-voice .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-flow-voice .swiper-pagination {
    bottom: 5rem;
  }
}
.sec-flow-voice .swiper-pagination .swiper-pagination-bullet {
  background: var(--g-color-black);
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
  width: 7px;
  height: 7px;
}
.sec-flow-voice .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.sec-flow-voice .swiper-controller {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 1200px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice .swiper-controller {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice .swiper-controller {
    top: 92%;
    width: 200rem;
  }
}
.sec-flow-voice .swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button {
    width: 11rem;
    height: 11rem;
  }
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button._black-btn {
  background: #333;
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button._black-btn svg path {
  stroke: var(--g-color-white);
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button::before, .sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button::after {
  display: none;
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button:hover {
  opacity: 0.6;
}
.sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button-ico svg {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button-ico svg {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice .swiper-controller .swiper-button-wrap .swiper-button-ico svg {
    width: 11rem;
  }
}
.sec-flow-voice__elem {
  width: 381px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem {
    width: 381rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice__elem {
    width: 350rem;
    padding: 0 16rem;
  }
}
.sec-flow-voice__elem-container {
  position: relative;
  width: 349px;
  height: 172px;
  padding: 24px 16px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem-container {
    width: 349rem;
    height: 172rem;
    padding: 24rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice__elem-container {
    width: 318rem;
    height: 154rem;
    padding: 19rem 20rem;
  }
}
.sec-flow-voice__elem-container > img {
  width: 100%;
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
}
.sec-flow-voice__elem-main {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: left;
  z-index: 2;
}
.sec-flow-voice__elem-img {
  max-width: 77px;
  width: 100%;
  height: 77px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--g-color-black);
  margin-right: 18px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem-img {
    max-width: 77rem;
    height: 77rem;
    margin-right: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice__elem-img {
    max-width: 69rem;
    height: 69rem;
    margin-right: 11rem;
  }
}
.sec-flow-voice__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-flow-voice__elem-content {
  max-width: 100%;
  width: 100%;
}
.sec-flow-voice__elem-content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--g-color-black);
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem-content p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice__elem-content p {
    font-size: 14rem;
  }
}
.sec-flow-voice__elem-name {
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem-name {
    margin-bottom: 5rem;
  }
}
.sec-flow-voice__elem-name p {
  font-size: 22px;
}
@media screen and (max-width: 1440px) {
  .sec-flow-voice__elem-name p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-voice__elem-name p {
    font-size: 20rem;
  }
}
.sec-flow-bottom p {
  text-align: center;
  font-size: 35px;
  color: var(--g-color-black);
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .sec-flow-bottom p {
    font-size: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-bottom p {
    font-size: 26rem;
  }
}
.sec-flow-bottom p span {
  color: var(--g-color-blue);
}

.sec-faq {
  padding: 67px 0 61px;
}
@media screen and (max-width: 1440px) {
  .sec-faq {
    padding: 67rem 0 61rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 50rem 0 80rem;
  }
}
.sec-faq-ttl {
  margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-ttl {
    margin-bottom: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl {
    margin-bottom: 27rem;
  }
}
.sec-faq__elem:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.sec-faq__elem-q {
  padding: 15px 21px;
  border: 2px solid var(--g-color-black);
  background: #EBEBEB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q {
    padding: 15rem 21rem;
    padding-right: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q {
    padding: 15rem 18rem;
    padding-right: 50rem;
  }
}
.sec-faq__elem-q::before, .sec-faq__elem-q::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: var(--g-color-black);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  right: 24px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q::before, .sec-faq__elem-q::after {
    right: 24rem;
    width: 14rem;
  }
}
.sec-faq__elem-q::before {
  transform: translateY(-50%) rotate(90deg);
}
.sec-faq__elem-q.active {
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q.active {
    margin-bottom: 8rem;
  }
}
.sec-faq__elem-q.active::before {
  transform: translateY(-50%) rotate(0);
}
.sec-faq__elem-q span,
.sec-faq__elem-q p {
  font-size: 20px;
  color: var(--g-color-black);
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q span,
  .sec-faq__elem-q p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q span,
  .sec-faq__elem-q p {
    font-size: 18rem;
  }
}
.sec-faq__elem-q span {
  font-size: 26px;
  display: inline-flex;
  margin-right: 12px;
  font-weight: 500;
  transform: translateY(-5%);
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-q span {
    font-size: 26rem;
    margin-right: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q span {
    font-size: 24rem;
    margin-right: 9rem;
  }
}
.sec-faq__elem-a__wrap {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-height: 0;
}
.sec-faq__elem-a {
  padding: 23px;
  background: var(--g-color-white);
  border: 2px solid var(--g-color-black);
  border-radius: 5px;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-a {
    padding: 23rem;
  }
}
.sec-faq__elem-a p {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #3D3D3D;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .sec-faq__elem-a p {
    font-size: 16rem;
  }
}
.sec-faq-btn {
  padding-top: 34px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-btn {
    padding-top: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-btn {
    padding-top: 26rem;
  }
}
.sec-faq-btn button {
  margin: auto;
  width: 105px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: unset;
  border-bottom: 2px solid var(--g-color-blue);
  outline: unset;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .sec-faq-btn button {
    width: 105rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-btn button {
    width: 101rem;
    height: 28rem;
  }
}
.sec-faq-btn button span {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-blue);
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec-faq-btn button span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-btn button span {
    font-size: 15rem;
  }
}
.sec-faq-btn button svg {
  width: 13px;
  height: auto;
  margin-left: 7px;
}
@media screen and (max-width: 1440px) {
  .sec-faq-btn button svg {
    width: 13rem;
    margin-left: 7rem;
  }
}

.sec-contact {
  height: 463px;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1440px) {
  .sec-contact {
    height: 463rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    background: url(../img/contact-main.webp);
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center top;
    height: 560rem;
  }
}
.sec-contact::before, .sec-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #2A70E0, transparent);
  z-index: 2;
  display: none;
  height: 10%;
}
@media screen and (max-width: 768px) {
  .sec-contact::before, .sec-contact::after {
    width: 100%;
    display: block;
  }
}
.sec-contact::before {
  background: linear-gradient(to top, #2A70E0 80%, transparent);
}
@media screen and (max-width: 768px) {
  .sec-contact::before {
    top: unset;
    bottom: 0;
    height: 75%;
  }
}
.sec-contact .container {
  height: 100%;
  position: relative;
}
.sec-contact .container > img {
  position: absolute;
  height: 100%;
  max-width: unset;
  width: auto;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-5%);
}
.sec-contact-main {
  position: relative;
  z-index: 3;
  padding: 0 var(--g-padding-m);
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-contact-main {
    align-items: end;
    justify-content: center;
    padding-bottom: 34rem;
  }
}
.sec-contact-ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .sec-contact-ttl {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl {
    margin-bottom: 25rem;
  }
}
.sec-contact-ttl p {
  color: var(--g-color-white);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .sec-contact-ttl p {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl p {
    font-size: 36rem;
  }
}
.sec-contact-ttl span {
  color: var(--g-color-white);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1440px) {
  .sec-contact-ttl span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl span {
    text-align: center;
    font-size: 18rem;
  }
}
.sec-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .sec-contact-btn {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-btn {
    flex-direction: column;
  }
}

/* STEP 04専用の高さ調整 */
.sec-step-group__elem--tall {
  height: 240px;
}
@media screen and (max-width: 1440px) {
  .sec-step-group__elem--tall {
    height: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-step-group__elem--tall {
    height: 240rem;
  }
}
/*# sourceMappingURL=style.css.map */
