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

.contact-page {
  background: #F2F2F0;
  overflow-x: clip;
}

.form-page-bg {
  background: var(--g-color-blue);
  width: 5200px;
  height: 5200px;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -90%);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .form-page-bg {
    width: 5200rem;
    height: 5200rem;
  }
}

.contact-main {
  position: relative;
  z-index: 2;
  padding-bottom: 118px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .contact-main {
    padding-bottom: 118rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main {
    padding-bottom: 0;
  }
}
.contact-main-inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .contact-main-inner {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-inner {
    max-width: 100%;
  }
}
.contact-main-ttl {
  margin: 127px 0 76px;
  color: var(--g-color-white);
  font-weight: bold;
  line-height: 1;
  font-size: 54px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact-main-ttl {
    font-size: 54rem;
    margin: 127rem 0 76rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-ttl {
    font-size: 36rem;
    margin: 110rem 0 46rem;
  }
}
.contact-main-form {
  background: var(--g-color-white);
  border-radius: 20px;
  padding: 85px 100px;
}
@media screen and (max-width: 1440px) {
  .contact-main-form {
    padding: 85rem 100rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form {
    border-radius: 20rem 20rem 0 0;
    padding: 35rem 20rem 65rem;
  }
}
.contact-main-form__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .contact-main-form__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.contact-main-form__elem-item {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-item {
    margin-bottom: 22rem;
  }
}
.contact-main-form__elem-ttl {
  border-bottom: 3px solid #2A70E0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: var(--g-color-black);
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .contact-main-form__elem-ttl {
    margin-bottom: 30rem;
    font-size: 26rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem-ttl {
    margin-bottom: 22rem;
  }
}
.contact-main-form__elem-ttl svg {
  width: auto;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 1440px) {
  .contact-main-form__elem-ttl svg {
    margin-right: 12rem;
  }
}
.contact-main-form__elem label {
  font-size: 18px;
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem label {
    display: block;
    font-size: 18rem;
    margin-bottom: 9rem;
  }
}
.contact-main-form__elem label .inp-req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 20px;
  font-size: 12px;
  color: var(--g-color-white);
  background: var(--g-color-blue);
  border-radius: 3px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem label .inp-req {
    width: 37rem;
    height: 20rem;
    font-size: 12rem;
    margin-left: 8rem;
  }
}
.contact-main-form__elem label .inp-deco {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--g-color-black);
  margin-left: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem label .inp-deco {
    display: block;
    font-size: 12rem;
    margin-left: 0;
    margin-top: 10rem;
  }
}
.contact-main-form__elem .checkbox-elem {
  display: flex;
  align-items: center;
  justify-content: left;
}
.contact-main-form__elem .checkbox-elem label {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 20px;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .checkbox-elem label {
    font-size: 16rem;
    margin-right: 20rem;
  }
}
.contact-main-form__elem .checkbox-elem label input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #CECECE;
  background: #F2F2F0;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .checkbox-elem label input {
    margin-right: 8rem;
    width: 16rem;
    height: 16rem;
  }
}
.contact-main-form__elem input[type=text],
.contact-main-form__elem input[type=password],
.contact-main-form__elem input[type=email],
.contact-main-form__elem input[type=number],
.contact-main-form__elem input[type=date],
.contact-main-form__elem input[type=month],
.contact-main-form__elem input[type=tel],
.contact-main-form__elem select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  line-height: 1;
  padding: 0 14px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  background: #F2F2F0;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem input[type=text],
  .contact-main-form__elem input[type=password],
  .contact-main-form__elem input[type=email],
  .contact-main-form__elem input[type=number],
  .contact-main-form__elem input[type=date],
  .contact-main-form__elem input[type=month],
  .contact-main-form__elem input[type=tel],
  .contact-main-form__elem select {
    height: 40rem;
    font-size: 16rem;
    padding: 0 14rem;
    width: 350rem;
  }
}
.contact-main-form__elem._photo-elem h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 22px;
  font-weight: bold;
  color: var(--g-color-blue);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem h3 {
    margin-bottom: 10rem;
    font-size: 22rem;
  }
}
.contact-main-form__elem._photo-elem h3 span {
  font-size: 12px;
  color: #2C2C2C;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem h3 span {
    font-size: 12rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 14px 20px;
  border-radius: 3px;
  border: 2px solid #72A9FF;
  background: var(--g-color-blue);
  color: var(--g-color-white);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-btn {
    width: 100%;
    height: 52rem;
    padding: 0;
    font-size: 16rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-btn svg {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-btn svg {
    margin-right: 12rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-btn svg line {
  transition: all 0.4s ease-in-out;
}
.contact-main-form__elem._photo-elem ._photo-elem-btn:hover {
  background: var(--g-color-white);
  color: var(--g-color-blue);
}
.contact-main-form__elem._photo-elem ._photo-elem-btn:hover line {
  stroke: var(--g-color-blue);
}
.contact-main-form__elem._photo-elem ._photo-elem-form {
  padding: 20px 30px;
  border: 1px solid var(--g-color-blue);
  border-radius: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form {
    padding: 20rem 30rem;
    margin-bottom: 20rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-form-ttl {
  font-size: 20px;
  font-weight: bold;
  color: var(--g-color-blue);
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form-ttl {
    font-size: 20rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-form-del {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 14px 20px;
  border-radius: 3px;
  border: 2px solid #72A9FF;
  background: var(--g-color-blue);
  color: var(--g-color-white);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form-del {
    padding: 14rem 16rem 14rem 20rem;
    font-size: 16rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-form-del svg {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form-del svg {
    margin-right: 12rem;
  }
}
.contact-main-form__elem._photo-elem ._photo-elem-form-del svg polyline,
.contact-main-form__elem._photo-elem ._photo-elem-form-del svg path {
  transition: all 0.4s ease-in-out;
}
.contact-main-form__elem._photo-elem ._photo-elem-form-del:hover {
  background: var(--g-color-white);
  color: var(--g-color-blue);
}
.contact-main-form__elem._photo-elem ._photo-elem-form-del:hover polyline,
.contact-main-form__elem._photo-elem ._photo-elem-form-del:hover path {
  stroke: var(--g-color-blue);
}
.contact-main-form__elem._photo-elem ._photo-elem-form > div > div {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form > div > div {
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=text],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=password],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=email],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=number],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=date],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=month],
  .contact-main-form__elem._photo-elem ._photo-elem-form input[type=tel],
  .contact-main-form__elem._photo-elem ._photo-elem-form select {
    width: 290rem;
  }
}
.contact-main-form__elem .one-checkbox {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .one-checkbox {
    margin-bottom: 22rem;
  }
}
.contact-main-form__elem .one-checkbox label {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .one-checkbox label {
    font-size: 16rem;
  }
}
.contact-main-form__elem .one-checkbox label input {
  border: 1px solid #CECECE;
  background: #F2F2F0;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .one-checkbox label input {
    width: 16rem;
    height: 16rem;
  }
}
.contact-main-form__elem .add-form {
  padding: 20px 30px;
  border: 1px solid var(--g-color-blue);
  margin-bottom: 20px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .add-form {
    padding: 20rem 30rem;
    margin-bottom: 20rem;
  }
  .contact-main-form__elem .add-form input {
    width: 100%;
  }
}
.contact-main-form__elem._price-elem {
  border-radius: 3px;
  background: #F2F2F0;
  padding: 30px 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem {
    margin-bottom: 40rem;
    padding: 22rem;
  }
}
.contact-main-form__elem._price-elem h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem h3 {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.contact-main-form__elem._price-elem h3 svg {
  width: 22px;
  height: auto;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem h3 svg {
    width: 22rem;
    margin-right: 15rem;
  }
}
.contact-main-form__elem._price-elem ._price-elem-main-txt {
  display: flex;
  align-items: end;
  justify-content: left;
  padding: 10px 0;
  border-top: 1px solid rgba(44, 44, 44, 0.2);
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem ._price-elem-main-txt {
    padding: 10rem 0;
    font-size: 16rem;
  }
}
.contact-main-form__elem._price-elem ._price-elem-main-txt span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem ._price-elem-main-txt span {
    font-size: 20rem;
  }
}
.contact-main-form__elem._price-elem ._price-elem-main-calc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem ._price-elem-main-calc {
    margin: 8rem 0 10rem;
  }
}
.contact-main-form__elem._price-elem ._price-elem-main-calc > span:nth-child(1) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  border-radius: 3px;
  background: var(--g-color-blue);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: bold;
  color: var(--g-color-white);
}
.contact-main-form__elem._price-elem ._price-elem-main-calc > span:nth-child(2) {
  color: var(--g-color-blue);
  display: inline-flex;
  align-items: end;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
.contact-main-form__elem._price-elem ._price-elem-main-calc > span:nth-child(2) span {
  font-size: 30px;
}
.contact-main-form__elem._price-elem ._price-elem-note {
  padding: 11px 15px;
  background: var(--g-color-white);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem ._price-elem-note {
    padding: 11rem 15rem;
  }
}
.contact-main-form__elem._price-elem ._price-elem-note span {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(44, 44, 44, 0.5);
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem._price-elem ._price-elem-note span {
    max-width: 85%;
    margin: auto;
    font-size: 13rem;
  }
}
.contact-main-form__elem .flex-elem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .flex-elem {
    align-items: start;
    gap: 10rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .flex-elem select {
    width: 265rem;
  }
}
.contact-main-form__elem .date-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .date-flex {
    gap: 8rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-form__elem .date-flex span {
    transform: rotate(90deg);
  }
}
.contact-main-form .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .contact-main-form .submit-btn {
    gap: 12rem;
    flex-direction: column;
  }
}
.contact-main-form .submit-btn button {
  width: 308px;
  height: 74px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  outline: unset;
  cursor: pointer;
  border: 2px solid var(--g-color-blue);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-main-form .submit-btn button {
    width: 308rem;
    height: 60rem;
    font-size: 20rem;
  }
}
.contact-main-form .submit-btn button:first-child {
  background: var(--g-color-blue);
  color: var(--g-color-white);
}
.contact-main-form .submit-btn button:first-child:hover {
  background: var(--g-color-white);
  color: var(--g-color-blue);
}
.contact-main-form .submit-btn button:last-child {
  background: var(--g-color-white);
  color: var(--g-color-black);
}
.contact-main-form .submit-btn button:last-child:hover {
  background: var(--g-color-blue);
  color: var(--g-color-white);
}/*# sourceMappingURL=style.css.map */
