@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 32px;
  --g-padding-m: 64px;
  --g-padding-l: 136px;
  --g-color-base: #EFEFEF;
  --g-color-red: #C30F23;
  --g-color-green: #63BC49;
  --g-color-dblack: #231916;
  --g-color-black: #3F3B3A;
  --g-color-gray: #B5B6B6;
  --g-color-blue: #056FB8;
  --g-color-white: #fff;
  --g-color-yellow: #F39800;
}
@media screen and (max-width: 1200px) {
  :root {
    --g-padding-s: 32rem;
    --g-padding-m: 64rem;
    --g-padding-l: 136rem;
  }
}
@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: 1200px) {
  html {
    font-size: 0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1818181818vw;
  }
}

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  visibility: visible !important;
}

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .slide-auto-loop-wrap {
    gap: 16rem;
  }
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 120s infinite linear;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .slide-auto-loop-area {
    gap: 16rem;
  }
}

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

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop-area-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-auto-loop-img {
  width: 160px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .slide-auto-loop-img {
    width: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    width: 160rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--g-color-red);
  border: 1px solid var(--g-color-red);
  transition: background-color 0.4s ease-in-out;
}
.a-link a span {
  transition: color 0.4s ease-in-out;
  color: var(--g-color-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .a-link a span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .a-link a span {
    font-size: 20rem;
  }
}

.sec-ttl {
  position: relative;
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-ttl {
    margin-bottom: 76rem;
  }
}
.sec-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background: #F38200;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-ttl::after {
    bottom: -33rem;
    width: 64rem;
  }
}
.sec-ttl-deco {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-ttl-deco p {
  font-family: "Alternate";
  font-weight: 400;
  font-size: 250px;
  line-height: 1.5;
  color: #F7F8F8;
}
@media screen and (max-width: 1200px) {
  .sec-ttl-deco p {
    font-size: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl-deco p {
    font-size: 120rem;
  }
}
.sec-ttl > p {
  color: #B5B6B6;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: "Alternate";
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-ttl > p {
    margin-bottom: 40rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl > p {
    margin-bottom: 30rem;
    font-size: 30rem;
  }
}
.sec-ttl h2 {
  color: var(--g-color-black);
  font-weight: bold;
  position: relative;
  z-index: 2;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 36rem;
  }
}

.lower-fv {
  height: 540px;
  padding-top: 168px;
}
@media screen and (max-width: 1200px) {
  .lower-fv {
    height: 540rem;
    padding-top: 168rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    height: 500rem;
    padding-top: 120rem;
  }
}
.lower-fv ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 128px;
}
@media screen and (max-width: 1200px) {
  .lower-fv ul {
    margin-bottom: 128rem;
  }
}
.lower-fv ul li {
  display: flex;
  align-items: center;
  justify-content: left;
}
.lower-fv ul li,
.lower-fv ul a {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .lower-fv ul li,
  .lower-fv ul a {
    font-size: 14rem;
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv ul li,
  .lower-fv ul a {
    font-size: 20rem;
    margin-right: 15rem;
  }
}
.lower-fv ul li a,
.lower-fv ul a a {
  color: #F39800;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl .sec-ttl-deco p {
    font-size: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl .sec-ttl > p {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl .sec-ttl h2 {
    font-size: 50rem;
  }
}

.sec-column-ctg {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-column-ctg {
    margin-bottom: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column-ctg {
    margin-bottom: 60rem;
  }
}
.sec-column-ctg ul {
  border: 1px solid #3F3B3A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: auto;
  padding: 40px 60px;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .sec-column-ctg ul {
    padding: 40rem 60rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column-ctg ul {
    padding: 40rem 60rem;
    gap: 20rem 30rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: left;
  }
}
.sec-column-ctg ul li {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Std W8";
  color: var(--g-color-black);
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .sec-column-ctg ul li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column-ctg ul li {
    font-size: 20rem;
  }
}
.sec-column-ctg ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 1px;
  width: 0;
  background: var(--g-color-black);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .sec-column-ctg ul li::after {
    bottom: -5rem;
  }
}
.sec-column-ctg ul li:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.achieve-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 900px;
  max-height: 80vh;
  z-index: 910;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .achieve-modal {
    max-width: 900rem;
  }
}
.achieve-modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.achieve-modal-container {
  width: 100%;
  height: 100%;
}
.achieve-modal-main {
  width: 100%;
  height: 100%;
}
.achieve-modal-main * {
  border: 50px solid var(--g-color-white);
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .achieve-modal-main * {
    max-width: 900rem;
    border: 30rem solid var(--g-color-white);
  }
}
@media screen and (max-width: 768px) {
  .achieve-modal-main * {
    max-width: 90vw;
    min-width: 80vw;
  }
}

.full-bg {
  width: 120%;
  height: 150%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  z-index: 900;
}
.full-bg.active {
  opacity: 1;
  visibility: visible;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -43px;
  color: var(--g-color-red);
  font-size: 14px !important;
}
@media screen and (max-width: 1200px) {
  .wpcf7-not-valid-tip {
    font-size: 14rem !important;
    bottom: -43rem;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 16rem !important;
    bottom: -46rem;
  }
}

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

.home-news__pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news__pagenavi .arrow-navi {
  cursor: pointer;
}
.home-news__pagenavi .arrow-navi svg {
  width: 11px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .home-news__pagenavi .arrow-navi svg {
    width: 11rem;
  }
}
.home-news__pagenavi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .home-news__pagenavi ul {
    margin: 0 28rem;
  }
}
.home-news__pagenavi ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #BDBEBF;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  margin: 0 7px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Std W8";
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home-news__pagenavi ul li {
    font-size: 18rem;
    width: 46rem;
    height: 46rem;
    margin: 0 7rem;
  }
}
.home-news__pagenavi ul li.--is-selected {
  background: #302D2C;
}

.privacy-modal {
  box-shadow: 5px 5px 10px rgba(35, 24, 21, 0.3);
  padding: 100px 50px;
  background: var(--g-color-white);
  width: 900px;
  height: 90vh;
  z-index: 910;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  transition: opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.8s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.7s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .privacy-modal {
    width: 900rem;
    padding: 100rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal {
    width: 470rem;
    padding: 60rem 28rem;
  }
}
.privacy-modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.privacy-modal-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.privacy-modal-close {
  position: absolute;
  top: 37px;
  right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-close {
    top: 37rem;
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-close {
    top: 30rem;
    right: 20rem;
  }
}
.privacy-modal-close svg {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-close svg {
    width: 25rem;
  }
}
.privacy-modal-head {
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head {
    margin-bottom: 72rem;
  }
}
.privacy-modal-head-logo {
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head-logo {
    margin-bottom: 72rem;
  }
}
.privacy-modal-head-logo p {
  font-family: "Hiragino Kaku Gothic Std W8";
  font-weight: bold;
  color: var(--g-color-dblack);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head-logo p {
    font-size: 26rem;
  }
}
.privacy-modal-head-ttl {
  position: relative;
}
.privacy-modal-head-ttl-deco {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.privacy-modal-head-ttl-deco p {
  line-height: 1;
  font-size: 250px;
  color: #F7F7F7;
  font-family: "Alternate";
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head-ttl-deco p {
    font-size: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-head-ttl-deco p {
    font-size: 175rem;
  }
}
.privacy-modal-head-ttl > p {
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 33px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head-ttl > p {
    font-size: 33rem;
  }
}
.privacy-modal-head-ttl > p span {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-head-ttl > p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-head-ttl > p span {
    display: block;
  }
}
.privacy-modal-main {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-main {
    margin-bottom: 80rem;
  }
}
.privacy-modal-main > p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-main > p {
    margin-bottom: 50rem;
  }
}
.privacy-modal-main p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-main p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-main p {
    font-size: 18rem;
  }
}
.privacy-modal-main p span {
  font-weight: bold;
}
.privacy-modal__elem:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal__elem:not(:last-child) {
    margin-bottom: 35rem;
  }
}
.privacy-modal__elem-ttl {
  background: #3E3A39;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal__elem-ttl {
    padding: 10rem 20rem;
    margin-bottom: 20rem;
  }
}
.privacy-modal__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .privacy-modal__elem-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal__elem-ttl p {
    font-size: 22rem;
  }
}
.privacy-modal-footer {
  border: 1px solid #B4B4B5;
  width: 630px;
  padding: 45px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-footer {
    width: 630rem;
    padding: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-footer {
    width: 100%;
    padding: 45rem 30rem;
  }
}
.privacy-modal-footer p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-footer p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-footer p {
    font-size: 18rem;
  }
}
.privacy-modal-footer p span {
  font-size: 40px;
  font-family: "Alternate";
}
@media screen and (max-width: 1200px) {
  .privacy-modal-footer p span {
    font-size: 40rem;
  }
}
.privacy-modal-btn {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-btn {
    padding-top: 50rem;
  }
}
.privacy-modal-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  transition: all 0.4s ease-in-out;
  background: #3E3A39;
  border: 1px solid #3E3A39;
  font-size: 20px;
  color: var(--g-color-white);
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .privacy-modal-btn span {
    width: 400rem;
    font-size: 20rem;
    height: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-modal-btn span {
    width: 100%;
    height: 56rem;
  }
}
.privacy-modal-btn span:hover {
  background: var(--g-color-white);
  color: #3E3A39;
}

@font-face {
  font-family: "Yugo";
  src: url("../fonts/yugo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alternate";
  src: url("../fonts/Alternate.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Std W8";
  src: url("../fonts/Hiragino Kaku Gothic Std W8.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Yugo", sans-serif;
  font-style: normal;
}

._bold {
  font-weight: 700;
}

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

.js-io-loading._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io-loading._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io-loading._delay.--fadein {
  transform: translateY(0);
}
.js-io-loading._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io-loading._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io-loading._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io-loading._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io-loading._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io-loading._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io-loading._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io-loading._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io-loading._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io-loading._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io-loading._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io-loading._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io-loading._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io-loading._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io-loading._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io-loading._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io-loading._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io-loading._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io-loading._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io-loading._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io-loading._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io-loading._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io-loading._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io-loading._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io-loading._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io-loading._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io-loading._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io-loading._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io-loading._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io-loading._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io-loading._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

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

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

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

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

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

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

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

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-black);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
.loading.remove {
  display: none;
}
.loading-content .loading-logo {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.loading-content .loading-logo p {
  font-size: 40px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Std W8";
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .loading-content .loading-logo p {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-logo p {
    font-size: 30rem;
  }
}
.loading-content .loading-logo p span {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s ease-in-out, filter 1s ease-in-out;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.2);
}
.loading-content .loading-logo p span:nth-of-type(1) {
  transition-delay: 0s;
}
.loading-content .loading-logo p span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.loading-content .loading-logo p span:nth-of-type(3) {
  transition-delay: 0.18s;
}
.loading-content .loading-logo p span:nth-of-type(4) {
  transition-delay: 0.26s;
}
.loading-content .loading-logo p span:nth-of-type(5) {
  transition-delay: 0.34s;
}
.loading-content .loading-logo p span:nth-of-type(6) {
  transition-delay: 0.42s;
}
.loading-content .loading-logo p span:nth-of-type(7) {
  transition-delay: 0.5s;
}
.loading-content .loading-logo p span:nth-of-type(8) {
  transition-delay: 0.58s;
}
.loading-content .loading-logo p span:nth-of-type(9) {
  transition-delay: 0.66s;
}
.loading-content .loading-logo p span:nth-of-type(10) {
  transition-delay: 0.74s;
}
.loading-content .loading-logo p span:nth-of-type(11) {
  transition-delay: 0.82s;
}
.loading-content .loading-logo p span:nth-of-type(12) {
  transition-delay: 0.9s;
}
.loading-content .loading-logo p span:nth-of-type(13) {
  transition-delay: 0.98s;
}
.loading-content .loading-logo p span:nth-of-type(14) {
  transition-delay: 1.06s;
}
.loading-content .loading-logo p span:nth-of-type(15) {
  transition-delay: 1.12s;
}
.loading-content .loading-logo p._show {
  opacity: 1;
}
.loading-content .loading-logo p._show span {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.loading-content .loading-txt {
  position: absolute;
  bottom: 10vh;
  left: 0;
  border-bottom: 1px solid var(--g-color-white);
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt {
    padding-bottom: 8rem;
    bottom: 80rem;
  }
}
.loading-content .loading-txt-progress {
  position: relative;
  text-align: right;
}
.loading-content .loading-txt-progress p {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  transform: translateX(50%);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 16rem;
  }
}

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

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

.header {
  background: var(--g-color-base);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: all 0.4s ease-in-out;
  transform: translateY(-105%);
}
.header._show {
  transform: translateY(0);
}
.header.down {
  transform: translateY(-105%);
}
.header-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 8px 100px 30px 100px;
}
@media screen and (max-width: 1200px) {
  .header-container {
    padding: 8rem 100rem 30rem 100rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 20rem 40rem;
  }
}
.header-logo {
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}
.header-logo a {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.header-logo span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: var(--g-color-dblack);
}
@media screen and (max-width: 1200px) {
  .header-logo span {
    font-size: 12rem;
  }
}
.header-logo span:last-child {
  font-size: 26px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Std W8";
}
@media screen and (max-width: 1200px) {
  .header-logo span:last-child {
    font-size: 26rem;
  }
}
.header-link {
  visibility: visible;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .header-link {
    display: none;
  }
}
.header-link-share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .header-link-share {
    margin-bottom: 20rem;
  }
}
.header-link-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .header-link-share ul {
    margin-right: 5rem;
  }
}
.header-link-share ul li {
  margin-right: 17px;
}
@media screen and (max-width: 1200px) {
  .header-link-share ul li {
    margin-right: 17rem;
  }
}
.header-link-share ul li a svg {
  width: 23px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header-link-share ul li a svg {
    width: 23rem;
  }
}
.header-link-share .a-link a {
  padding: 14px 30px;
}
@media screen and (max-width: 1200px) {
  .header-link-share .a-link a {
    padding: 14rem 30rem;
  }
}
.header-link-main ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link-main ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .header-link-main ul li:not(:last-child) {
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header-link-main ul li:not(:last-child) {
    margin-right: 3rem;
  }
}
.header-link-main ul li svg {
  width: 9px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .header-link-main ul li svg {
    width: 9rem;
  }
}
.header-link-main ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-link-main ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-dblack);
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.header-link-main ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.header-link-main ul li a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-dblack);
}
@media screen and (max-width: 1200px) {
  .header-link-main ul li a span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-link-main ul li a span {
    font-size: 14rem;
  }
}
.header-link-sp-btn {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .header-link-sp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50rem;
    height: 50rem;
  }
}
.header-link-sp-btn span {
  display: block;
  background: var(--g-color-dblack);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-link-sp-btn span {
    height: 2px;
    width: 50rem;
  }
}
.header-link-sp-btn span:nth-child(1), .header-link-sp-btn span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header-link-sp-btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 15rem));
}
.header-link-sp-btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 15rem));
}
.header-link-sp-btn.open-menu span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-link-sp-btn.open-menu span:nth-child(2) {
  opacity: 0;
}
.header-link-sp-btn.open-menu span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  background: var(--g-color-base);
  z-index: 889;
  display: none;
}
@media screen and (max-width: 768px) {
  .full-menu {
    display: block;
  }
}
.full-menu.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.full-menu-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .full-menu-container {
    text-align: center;
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-link ul {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-link ul li {
    font-weight: bold;
    line-height: 1.5;
    color: var(--g-color-dblack);
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-link ul li:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.full-menu-share ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .full-menu-share ul {
    margin-bottom: 40rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-share ul li a svg {
    width: 35rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-share .a-link a {
    padding: 20rem 60rem;
    font-size: 24rem;
  }
}

.cta {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 100;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .cta {
    bottom: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    bottom: 30%;
  }
}
.cta._show {
  transform: translateX(0);
}
.cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 94px;
  height: 270px;
  background: #F39800;
  border: 1px solid #F39800;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .cta a {
    width: 94rem;
    height: 270rem;
  }
}
@media screen and (max-width: 768px) {
  .cta a {
    width: 80rem;
    height: 230rem;
  }
}
.cta a:hover {
  background: var(--g-color-white);
}
.cta a:hover span {
  color: #F39800;
}
.cta a:hover svg path,
.cta a:hover svg rect {
  stroke: #F39800;
}
.cta-txt {
  display: flex;
  align-items: start;
  justify-content: center;
}
.cta-txt span {
  font-size: 24px;
  font-weight: 500;
  writing-mode: vertical-lr;
  line-height: 1.3;
  letter-spacing: 0.05em;
  transition: all 0.4s ease-in-out;
  color: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .cta-txt span {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-txt span {
    font-size: 20rem;
  }
}
.cta-ico {
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .cta-ico {
    margin-bottom: 16rem;
  }
}
.cta-ico svg {
  width: 29px;
}
@media screen and (max-width: 1200px) {
  .cta-ico svg {
    width: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-ico svg {
    width: 29rem;
  }
}
.cta-ico svg path,
.cta-ico svg rect {
  transition: all 0.4s ease-in-out;
}

.to-top {
  position: fixed;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-black);
  cursor: pointer;
  z-index: 887;
  transition: all 0.3s ease-in-out;
  bottom: 50px;
  right: 100px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .to-top {
    width: 78rem;
    height: 78rem;
    bottom: 50rem;
    right: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .to-top {
    width: 70rem;
    height: 70rem;
    bottom: 60rem;
    right: 20rem;
  }
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  transform: scale(0.95);
}
.to-top svg {
  width: 22px;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .to-top svg {
    width: 22rem;
    margin-bottom: 5rem;
  }
}

.footer {
  background: var(--g-color-base);
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 80rem;
  }
}
.footer-main {
  background: var(--g-color-white);
  padding: 60px 75px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .footer-main {
    max-width: 1000rem;
    padding: 60rem 75rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    max-width: 470rem;
    padding: 60rem 40rem;
    margin-bottom: 80rem;
  }
}
.footer-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .footer-ttl {
    -webkit-mask-box-image: 40rem;
            mask-border: 40rem;
  }
}
.footer-ttl p {
  text-align: center;
  color: var(--g-color-black);
  font-size: 35px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Std W8";
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .footer-ttl p {
    font-size: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-ttl p {
    font-size: 32rem;
  }
}
.footer-detail {
  margin-bottom: 38px;
}
@media screen and (max-width: 1200px) {
  .footer-detail {
    margin-bottom: 38rem;
  }
}
.footer-detail ul li {
  display: flex;
  align-items: start;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .footer-detail ul li:nth-child(2) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer-detail ul li:nth-child(2) p:first-child {
    margin-bottom: 5rem;
  }
}
.footer-detail ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .footer-detail ul li:not(:last-child) {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-detail ul li:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.footer-detail ul li p {
  font-size: 16px;
  font-weight: 400;
  color: var(--g-color-black);
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .footer-detail ul li p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-detail ul li p {
    font-size: 20rem;
  }
}
.footer-map {
  width: 100%;
  height: 342px;
}
@media screen and (max-width: 1200px) {
  .footer-map {
    height: 342rem;
  }
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-share {
  margin-bottom: 26px;
}
@media screen and (max-width: 1200px) {
  .footer-share {
    margin-bottom: 26rem;
  }
}
.footer-share > p {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .footer-share > p {
    margin-bottom: 18rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share > p {
    margin-bottom: 26rem;
    font-size: 20rem;
  }
}
.footer-share-ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 1200px) {
  .footer-share-ttl {
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share-ttl {
    margin-bottom: 34rem;
  }
}
.footer-share-ttl p {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Std W8";
}
@media screen and (max-width: 1200px) {
  .footer-share-ttl p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share-ttl p {
    font-size: 30rem;
  }
}
.footer-share-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .footer-share-link ul {
    margin-bottom: 26rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share-link ul {
    margin-bottom: 34rem;
  }
}
.footer-share-link ul li a {
  transition: opacity 0.3s ease-in-out;
}
.footer-share-link ul li a:hover {
  opacity: 0.7;
}
.footer-share-link ul li svg {
  width: 22px;
}
@media screen and (max-width: 1200px) {
  .footer-share-link ul li svg {
    width: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share-link ul li svg {
    width: 40rem;
  }
}
.footer-share-link p {
  text-align: center;
}
.footer-share-link p a {
  font-size: 16px;
  transition: opacity 0.3s ease-in-out;
  line-height: 1;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .footer-share-link p a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-share-link p a {
    font-size: 20rem;
  }
}
.footer-share-link p a:hover {
  opacity: 0.7;
}
.footer-copyright {
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .footer-copyright {
    padding-bottom: 50rem;
  }
}
.footer-copyright p {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .footer-copyright p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright p {
    font-size: 20rem;
  }
}

.single-main {
  padding: 68px 50px 120px;
}
@media screen and (max-width: 1200px) {
  .single-main {
    padding: 68rem 50rem 120rem;
  }
}
@media screen and (max-width: 768px) {
  .single-main {
    padding: 68rem 0 120rem;
  }
}
.single-ctg {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .single-ctg {
    gap: 15rem;
    margin-bottom: 24rem;
  }
}
.single-ctg span {
  display: inline-flex;
  padding: 5px 25px;
  border-radius: 100px;
  color: var(--g-color-white);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  background: #F39800;
}
@media screen and (max-width: 768px) {
  .single-ctg span {
    padding: 7rem 25rem;
    font-size: 18rem;
  }
}
.single-date {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .single-date {
    margin-bottom: 70rem;
  }
}
.single-date span {
  color: var(--g-color-dblack);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1200px) {
  .single-date span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .single-date span {
    font-size: 22rem;
  }
}
.single-ttl h1 {
  color: var(--g-color-black);
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single-ttl h1 {
    font-size: 33rem;
    margin-bottom: 32rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .single-ttl h1 {
    font-size: 30rem;
  }
}
.single-ttl h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--g-color-dblack);
  height: 3px;
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .single-ttl h1::after {
    width: 160rem;
  }
}
.single-content {
  font-size: 16px;
  line-height: 2;
  color: var(--g-color-black);
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .single-content {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content {
    font-size: 20rem;
  }
}
.single-content * {
  line-height: 2;
  color: var(--g-color-black);
  font-weight: 400;
  font-weight: inherit;
  color: inherit;
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: inherit;
}
@media screen and (max-width: 1200px) {
  .single-content * {
    margin-bottom: 50rem;
  }
}
.single-content h1 {
  color: var(--g-color-black);
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single-content h1 {
    font-size: 33rem;
    margin-bottom: 32rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h1 {
    font-size: 30rem;
  }
}
.single-content h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--g-color-dblack);
  height: 3px;
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .single-content h1::after {
    width: 160rem;
  }
}
.single-content h2 {
  color: #3F3B3A;
  font-size: 25px;
  line-height: 1.6;
  position: relative;
  padding: 18px 35px;
  font-weight: bold;
  background: #EBEBEB;
  border-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .single-content h2 {
    padding: 18rem 35rem;
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h2 {
    padding: 15rem 30rem;
    font-size: 27rem;
  }
}
.single-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;
  background: url(../img/ttl-deco-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  transform: translateY(65%);
}
@media screen and (max-width: 1200px) {
  .single-content h2::after {
    width: 24rem;
    height: 24rem;
    left: 55rem;
  }
}
.single-content h3 {
  color: #19466E;
  font-size: 25px;
  line-height: 1.6;
  position: relative;
  border-bottom: 1px solid #19466E;
  padding: 0 15px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .single-content h3 {
    padding: 0 15rem;
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h3 {
    font-size: 27rem;
  }
}
.single-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #19466E;
  transform: translateY(50%);
}
.single-content h4 {
  color: #F39800;
  font-size: 23px;
  line-height: 1.6;
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .single-content h4 {
    margin-bottom: 35rem;
    padding-left: 45rem;
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h4 {
    font-size: 25rem;
  }
}
.single-content h4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #F39800;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .single-content h4::after {
    width: 30rem;
  }
}
.single-content h5 {
  color: #00528D;
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .single-content h5 {
    font-size: 22rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h5 {
    font-size: 24rem;
  }
}
.single-content h6 {
  color: #181D62;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  font-weight: bold;
  padding: 15px 30px;
  margin-bottom: 35px;
  background: #EFEFEF;
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 1200px) {
  .single-content h6 {
    margin-left: 6rem;
    padding: 15rem 30rem;
    font-size: 20rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .single-content h6 {
    font-size: 22rem;
  }
}
.single-content h6::before, .single-content h6::after {
  content: "";
  position: absolute;
  width: 73px;
  height: 37px;
}
@media screen and (max-width: 1200px) {
  .single-content h6::before, .single-content h6::after {
    width: 73rem;
    height: 37rem;
  }
}
.single-content h6::before {
  top: -5px;
  left: -6px;
  background: url(../img/ttl-deco-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (max-width: 1200px) {
  .single-content h6::before {
    top: -5rem;
    left: -6rem;
  }
}
.single-content h6::after {
  bottom: -5px;
  right: -6px;
  background: url(../img/ttl-deco-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
@media screen and (max-width: 1200px) {
  .single-content h6::after {
    bottom: -5rem;
    right: -6rem;
  }
}
.single-content a {
  font-family: "Hiragino Kaku Gothic Std W8";
  font-weight: 400;
  color: #F39800;
}
.single-content img {
  width: 100%;
}
.single-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 42px;
  gap: 0 50px;
}
@media screen and (max-width: 1200px) {
  .single-navigation {
    gap: 0 50rem;
    margin-top: 100rem;
    margin-bottom: 42rem;
  }
}
.single-navigation-btn.is-disabled span {
  cursor: no-drop;
  opacity: 0.7;
}
.single-navigation-btn span {
  color: var(--g-color-black);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .single-navigation-btn span {
    font-size: 20rem;
  }
}
.single-navigation-btn span:hover {
  opacity: 0.7;
}
.single-btn {
  text-align: center;
}
.single-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-black);
  border: 1px solid var(--g-color-black);
  padding: 18px 110px;
}
@media screen and (max-width: 1200px) {
  .single-btn a {
    padding: 18rem 110rem;
  }
}
.single-btn a span {
  color: var(--g-color-white);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .single-btn a span {
    font-size: 20rem;
  }
}

.sec-fv {
  padding-top: 130px;
  overflow: unset;
  overflow-x: clip;
}
@media screen and (max-width: 1200px) {
  .sec-fv {
    padding-top: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    padding-top: 70rem;
  }
}
.sec-fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-fv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-container {
  position: relative;
  z-index: 2;
  height: 87vh;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-container {
    padding: 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-container {
    padding: 0 40rem;
  }
}
.sec-fv-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-ttl {
    margin-bottom: 36rem;
  }
}
.sec-fv-ttl h2 {
  font-size: 50px;
  line-height: 1.3;
  color: var(--g-color-white);
  font-weight: 900;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .sec-fv-ttl h2 {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-ttl h2 {
    font-size: 40rem;
  }
}
.sec-fv-ttl h2 > span {
  display: inline-block;
}
.sec-fv-ttl h2 > span span {
  color: #FFF100;
}
.sec-fv-main {
  width: 100%;
}
.sec-fv-list {
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-list {
    margin-bottom: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.sec-fv-list ul {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-list ul {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.sec-fv-list__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 168px;
  height: 96px;
  border: 1px solid var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-fv-list__elem {
    width: 168rem;
    height: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list__elem {
    width: 100%;
    height: 96rem;
  }
}
.sec-fv-list__elem span {
  color: var(--g-color-white);
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1200px) {
  .sec-fv-list__elem span {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list__elem span {
    font-size: 20rem;
  }
}
.sec-fv-list__elem-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-fv-list__elem-num span {
  font-size: 54px;
  font-family: "Alternate";
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-list__elem-num span {
    margin-right: 5rem;
    font-size: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list__elem-num span {
    font-size: 42rem;
  }
}
.sec-fv-list__elem-txt span {
  line-height: 1.2;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-list__elem-txt span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-list__elem-txt span {
    line-height: 1.1;
    font-size: 18rem;
  }
}
.sec-fv-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-fv-link {
    flex-direction: column;
  }
}
.sec-fv-link-txt {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-link-txt {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-link-txt {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
.sec-fv-link-txt span {
  font-size: 15px;
  font-weight: bold;
  color: #FAEE00;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-fv-link-txt span {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-link-txt span {
    font-size: 24rem;
  }
}
.sec-fv-link-txt svg {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-fv-link-txt svg {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-link-txt svg {
    width: 180rem;
    display: none;
  }
}
.sec-fv-link-btn .a-link a {
  padding: 21px 50px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-link-btn .a-link a {
    padding: 21rem 50rem;
  }
}
.sec-fv-link-btn .a-link a span {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .sec-fv-link-btn .a-link a span {
    font-size: 24rem;
  }
}

.sec-works {
  z-index: 2;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-works {
    padding: 80rem 0;
  }
}
.sec-works._black-bg {
  background: #EBEBEB;
}
.sec-works-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  .sec-works-ttl {
    margin-bottom: 56rem;
  }
}
.sec-works-ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--g-color-dblack);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-works-ttl h2 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-ttl h2 {
    font-size: 38rem;
  }
}
.sec-works-ttl h2 svg {
  width: 78px;
}
@media screen and (max-width: 1200px) {
  .sec-works-ttl h2 svg {
    width: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-ttl h2 svg {
    width: 85rem;
  }
}
.sec-works-ttl h2 span {
  display: block;
  margin: 0 24px;
}
@media screen and (max-width: 1200px) {
  .sec-works-ttl h2 span {
    margin: 0 24rem;
  }
}
.sec-works-ttl p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  color: var(--g-color-dblack);
}
@media screen and (max-width: 1200px) {
  .sec-works-ttl p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-works-ttl p {
    font-size: 22rem;
  }
}
.sec-works .slide-auto-loop-wrap._reverse {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-works .slide-auto-loop-wrap._reverse {
    margin-top: 15rem;
  }
}

.sec-concerns {
  z-index: 2;
  padding: 40px 0 90px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns {
    padding: 40rem 0 90rem;
  }
}
.sec-concerns .deco-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 550px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sec-concerns .deco-bg {
    bottom: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns .deco-bg {
    bottom: 960rem;
  }
}
.sec-concerns .deco-bg svg {
  width: 100%;
  height: auto;
}
.sec-concerns .container {
  position: relative;
  z-index: 2;
}
.sec-concerns-ttl {
  position: relative;
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl {
    margin-bottom: 76rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-ttl {
    margin-bottom: 60rem;
  }
}
.sec-concerns-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background: #F38200;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl::after {
    bottom: -33rem;
    width: 64rem;
  }
}
.sec-concerns-ttl-deco {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-concerns-ttl-deco p {
  font-family: "Alternate";
  font-weight: 400;
  font-size: 250px;
  line-height: 1;
  color: #F7F8F8;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl-deco p {
    font-size: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-ttl-deco p {
    font-size: 120rem;
  }
}
.sec-concerns-ttl > p {
  color: #B5B6B6;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: "Alternate";
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl > p {
    margin-bottom: 35rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-ttl > p {
    margin-bottom: 30rem;
    font-size: 30rem;
  }
}
.sec-concerns-ttl-main {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl-main {
    margin-bottom: 12rem;
  }
}
.sec-concerns-ttl-main p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-black);
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl-main p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-ttl-main p {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
.sec-concerns-ttl-main p span {
  display: block;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl-main p span {
    margin: 0 20rem;
  }
}
.sec-concerns-ttl-main p svg {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl-main p svg {
    width: 18rem;
  }
}
.sec-concerns-ttl h2 {
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-ttl h2 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-ttl h2 {
    font-size: 32rem;
  }
}
.sec-concerns-main {
  background: var(--g-color-white);
  box-shadow: 5px 5px 5px rgba(52, 51, 51, 0.3);
  position: relative;
  padding: 30px 40px 60px 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-main {
    padding: 30rem 40rem 60rem 40rem;
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-main {
    padding: 30rem 30rem 60rem 30rem;
    margin-bottom: 120rem;
  }
}
.sec-concerns-main ul li {
  border-bottom: 1px dashed #BDBEBF;
  padding: 30px 40px;
  color: var(--g-color-black);
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-main ul li {
    font-size: 25rem;
    padding: 30rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-main ul li {
    font-size: 26rem;
    line-height: 1.3;
    text-indent: -40rem;
    padding: 25rem 20rem;
    padding-left: 60rem;
  }
}
.sec-concerns-main ul li span {
  color: var(--g-color-red);
}
.sec-concerns-main ul li svg {
  width: 24px;
  height: auto;
  margin-right: 18px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-main ul li svg {
    width: 24rem;
    margin-right: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-main ul li svg {
    width: 24rem;
    margin-right: 10rem;
  }
}
.sec-concerns-main-deco {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(70%);
}
.sec-concerns-main-deco svg {
  width: 7px;
  height: auto;
}
.sec-concerns-dual-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-ttl {
    margin-bottom: 45rem;
  }
}
.sec-concerns-dual-ttl p {
  color: var(--g-color-dblack);
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-ttl p {
    font-size: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-ttl p {
    font-size: 25rem;
  }
}
.sec-concerns-dual-ttl p span {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-ttl p span {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-ttl p span {
    font-size: 36rem;
  }
}
.sec-concerns-dual-content {
  max-width: 900px;
  width: 100%;
  border: 1px solid #8E8E8F;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content {
    padding: 50rem 30rem;
  }
}
.sec-concerns-dual-content-head {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-head {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-head {
    display: block;
    margin-bottom: 40rem;
    text-align: center;
  }
}
.sec-concerns-dual-content-head p {
  font-size: 31px;
  color: var(--g-color-dblack);
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-head p {
    font-size: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-head p {
    font-size: 28rem;
  }
}
.sec-concerns-dual-content-head p:nth-child(1) {
  font-weight: 400;
  position: relative;
  font-size: 40px;
  color: var(--g-color-black);
  width: 135px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-head p:nth-child(1) {
    font-size: 40rem;
    width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-head p:nth-child(1) {
    font-size: 36rem;
    width: 100%;
    margin-bottom: 20rem;
  }
}
.sec-concerns-dual-content-head p:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 70px;
  background: #F38200;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-head p:nth-child(1)::after {
    bottom: -6rem;
    width: 70rem;
  }
}
.sec-concerns-dual-content-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-txt {
    display: block;
  }
}
.sec-concerns-dual-content-txt-logo {
  max-width: 135px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-txt-logo {
    max-width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-txt-logo {
    max-width: 100%;
    margin-bottom: 20rem;
    text-align: center;
  }
}
.sec-concerns-dual-content-txt-logo img {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-txt-logo img {
    width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-txt-logo img {
    width: 160rem;
    margin: auto;
  }
}
.sec-concerns-dual-content-txt p {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-concerns-dual-content-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-concerns-dual-content-txt p {
    font-size: 20rem;
  }
}

.sec-achieve {
  padding: 129px 0 112px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve {
    padding: 129rem 0 112rem;
  }
}
.sec-achieve-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/black-deco.webp);
          mask-image: url(../img/black-deco.webp);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
.sec-achieve-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-achieve .container {
  position: relative;
  z-index: 2;
}
.sec-achieve-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-ttl {
    margin-bottom: 35rem;
  }
}
.sec-achieve-ttl .sec-ttl-deco p {
  color: #F7F8F8;
  opacity: 0.2;
}
.sec-achieve-ttl .sec-ttl > p {
  color: var(--g-color-white);
  font-size: 18px;
  font-family: "Yugo", sans-serif;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-ttl .sec-ttl > p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-ttl .sec-ttl > p {
    font-size: 22rem;
  }
}
.sec-achieve-ttl .sec-ttl h2 {
  color: var(--g-color-white);
}
.sec-achieve-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-btns {
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
.sec-achieve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9FA0A0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 135px;
  height: 35px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-btn {
    width: 135rem;
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-btn {
    width: 160rem;
    height: 50rem;
  }
}
.sec-achieve-btn.active {
  background: #F39800;
}
.sec-achieve-btn span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-achieve-btn span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-btn span {
    font-size: 26rem;
  }
}
.sec-achieve-main {
  position: relative;
  z-index: 5;
}
.sec-achieve-main-txt p {
  font-size: 23px;
  line-height: 1.5;
  color: var(--g-color-white);
  font-weight: 500;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-main-txt p {
    font-size: 23rem;
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-main-txt p {
    font-size: 26rem;
    margin-bottom: 26rem;
  }
}
.sec-achieve-main-txt span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-achieve-main-txt span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-main-txt span {
    font-size: 20rem;
  }
}
.sec-achieve .swiper-controller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 935px;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .sec-achieve .swiper-controller {
    width: 935rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve .swiper-controller {
    width: 520rem;
  }
}
.sec-achieve .swiper-controller .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
.sec-achieve .swiper-controller .swiper-button-wrap .swiper-button {
  visibility: visible;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .sec-achieve .swiper-controller .swiper-button-wrap .swiper-button {
    width: 40rem;
    height: 40rem;
  }
}
.sec-achieve .swiper-controller .swiper-button-wrap .swiper-button::before, .sec-achieve .swiper-controller .swiper-button-wrap .swiper-button::after {
  display: none;
}
.sec-achieve .swiper-controller .swiper-button-wrap .swiper-button svg {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-achieve .swiper-controller .swiper-button-wrap .swiper-button svg {
    width: 20rem;
  }
}
.sec-achieve .swiper-controller .swiper-button-wrap .swiper-button:hover {
  opacity: 0.6;
}
.sec-achieve .swiper-container {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .sec-achieve .swiper-container {
    padding: 50rem 0;
  }
}
.sec-achieve .swiper-pagination {
  width: 690px;
  left: 50%;
  bottom: 0;
  transform: translateX(calc(-50% + 5px));
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .sec-achieve .swiper-pagination {
    width: 690rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve .swiper-pagination {
    bottom: 20rem;
    width: 470rem;
  }
}
.sec-achieve .swiper-pagination .swiper-pagination-bullet {
  background: #DCDDDD;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .sec-achieve .swiper-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
}
.sec-achieve .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F8B62D;
}
.sec-achieve-slide__wrap {
  transition: all 0.4s ease-in-out;
}
.sec-achieve-slide__wrap.change {
  opacity: 0;
  filter: blur(10px);
}
.sec-achieve-slide {
  position: relative;
  display: none;
}
.sec-achieve-slide.active {
  display: block;
}
.sec-achieve-slide__elem {
  width: 690px;
  height: 460px;
  margin: 0 200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem {
    margin: 0 200rem;
    width: 690rem;
    height: 460rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem {
    margin: 0 80rem;
    width: 470rem;
    height: 380rem;
  }
}
.sec-achieve-slide__elem > p {
  font-size: 18px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -35px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem > p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem > p {
    font-size: 20rem;
  }
}
.sec-achieve-slide__elem-container {
  width: 100%;
  height: 100%;
}
.sec-achieve-slide__elem.grid-1 .sec-achieve-slide__elem-container {
  display: block;
}
.sec-achieve-slide__elem.grid-1 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
  height: 100%;
}
.sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container {
    gap: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container {
    gap: 10rem;
  }
}
.sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
  height: 460px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 460rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-2 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 380rem;
  }
}
.sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 26px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container {
    gap: 18rem 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container {
    gap: 10rem;
  }
}
.sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
  height: 221px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 221rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 180rem;
  }
}
.sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(1), .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(2) {
  width: 332px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(1), .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(2) {
    width: 332rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(1), .sec-achieve-slide__elem.grid-3 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item:nth-child(2) {
    width: 230rem;
  }
}
.sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 26px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container {
    gap: 18rem 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container {
    gap: 10rem;
  }
}
.sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
  height: 221px;
}
@media screen and (max-width: 1200px) {
  .sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 221rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-achieve-slide__elem.grid-4 .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
    height: 185rem;
  }
}
.sec-achieve-slide__elem.video .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item {
  height: 100%;
}
.sec-achieve-slide__elem.video .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item video,
.sec-achieve-slide__elem.video .sec-achieve-slide__elem-container .sec-achieve-slide__elem-item iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-achieve-slide__elem-item {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.sec-achieve-slide__elem-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-achieve-slide__elem-item:hover img {
  transform: scale(1.1);
}

.sec-service {
  padding: 50px 0 80px;
}
@media screen and (max-width: 1200px) {
  .sec-service {
    padding: 50rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service {
    padding-bottom: 20rem;
  }
}
.sec-service-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-service-ttl {
    margin-bottom: 50rem;
  }
}
.sec-service__elem {
  position: relative;
  padding: 58px 0 50px;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem {
    padding: 58rem 0 50rem;
  }
}
.sec-service__elem:nth-child(2) {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem:nth-child(2) {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem:nth-child(2) {
    margin-top: 0;
  }
}
.sec-service__elem:nth-child(2) .sec-service__elem-content {
  margin-left: auto;
}
.sec-service__elem-content {
  z-index: 2;
  position: relative;
  box-shadow: 5px 5px 10px rgba(26, 19, 17, 0.3);
  padding: 68px 36px 34px;
  width: 500px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-content {
    width: 500rem;
    padding: 68rem 36rem 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content {
    width: 100%;
    padding: 68rem 30rem 34rem;
  }
}
.sec-service__elem-deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--g-color-black);
  width: 166px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-deco {
    width: 166rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-deco {
    width: 180rem;
    height: 54rem;
  }
}
.sec-service__elem-deco p {
  font-size: 25px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-deco p {
    font-size: 25rem;
  }
}
.sec-service__elem-ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BDBEBF;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-ttl {
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
}
.sec-service__elem-ttl p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-ttl p {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-ttl p {
    font-size: 28rem;
    text-align: center;
  }
}
.sec-service__elem-txt p {
  color: var(--g-color-black);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-service__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-txt p {
    font-size: 20rem;
  }
}
.sec-service__elem-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img__wrap {
    display: none;
  }
}
.sec-service__elem-img-white {
  width: 45%;
}
.sec-service__elem-img {
  width: 55%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img {
    width: 100%;
    margin-bottom: 30rem;
  }
}
.sec-service__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.temp-contact {
  position: relative;
  background: url(../img/ga_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 50px;
}
@media screen and (max-width: 1200px) {
  .temp-contact {
    padding: 70rem 50rem;
  }
}
.temp-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
}
.temp-contact-ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .temp-contact-ttl {
    margin-bottom: 20rem;
  }
}
.temp-contact-ttl h2 {
  font-family: "Alternate";
  color: #B5B6B6;
  font-size: 112px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .temp-contact-ttl h2 {
    font-size: 112rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .temp-contact-ttl h2 {
    font-size: 60rem;
    font-weight: 400;
  }
}
.temp-contact-main {
  position: relative;
  z-index: 2;
  background: var(--g-color-white);
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .temp-contact-main {
    max-width: 800rem;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .temp-contact-main {
    max-width: 800rem;
    padding: 40rem;
  }
}
.temp-contact-main p {
  margin-bottom: 20px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .temp-contact-main p {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .temp-contact-main p {
    font-size: 24rem;
    line-height: 1.4;
    margin-bottom: 20rem;
  }
}
.temp-contact-main .a-link a {
  padding: 18px 80px;
}
@media screen and (max-width: 1200px) {
  .temp-contact-main .a-link a {
    padding: 18rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .temp-contact-main .a-link a {
    width: 100%;
    padding: 18rem 0;
  }
}

.sec-industry {
  background: var(--g-color-base);
  padding: 80px 0 120px;
}
@media screen and (max-width: 1200px) {
  .sec-industry {
    padding: 80rem 0 120rem;
  }
}
.sec-industry-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .sec-industry-ttl {
    margin-bottom: 80rem;
  }
}
.sec-industry-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 70px;
}
@media screen and (max-width: 1200px) {
  .sec-industry-main {
    gap: 58rem 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20rem;
  }
}
.sec-industry__elem {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(26, 19, 17, 0.3);
  padding: 30px 28px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem {
    padding: 30rem 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem {
    padding: 30rem 40rem;
  }
}
.sec-industry__elem:nth-child(1) .sec-industry__elem-ttl p {
  color: #182A88;
}
.sec-industry__elem:nth-child(2) .sec-industry__elem-ttl p {
  color: #7A6A56;
}
.sec-industry__elem:nth-child(3) .sec-industry__elem-ttl p {
  color: #2EA7E0;
}
.sec-industry__elem:nth-child(4) .sec-industry__elem-ttl p {
  color: #00A29A;
}
.sec-industry__elem:nth-child(5) .sec-industry__elem-ttl p {
  color: #F39800;
}
.sec-industry__elem:nth-child(6) .sec-industry__elem-ttl p {
  color: #EC6D74;
}
.sec-industry__elem-ttl {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-ttl {
    margin-bottom: 15rem;
  }
}
.sec-industry__elem-ttl-ico {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-ttl-ico {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem-ttl-ico {
    margin-bottom: 22rem;
  }
}
.sec-industry__elem-ttl-ico img {
  width: 45px;
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-ttl-ico img {
    width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem-ttl-ico img {
    width: 70rem;
  }
}
.sec-industry__elem-ttl p {
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-ttl p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem-ttl p {
    font-size: 28rem;
  }
}
.sec-industry__elem-ttl p span {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-ttl p span {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem-ttl p span {
    font-size: 18rem;
  }
}
.sec-industry__elem-txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-industry__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-industry__elem-txt p {
    font-size: 22rem;
  }
}

.sec-reason {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-reason {
    padding: 80rem 0;
  }
}
.sec-reason-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .sec-reason-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-ttl .sec-ttl h2 {
    line-height: 1.3;
  }
}
.sec-reason__elem {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-reason__elem {
    display: block;
  }
}
.sec-reason__elem:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem:not(:last-child) {
    margin-bottom: 65rem;
  }
}
.sec-reason__elem-img {
  max-width: 322px;
  width: 100%;
  height: 175px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-img {
    max-width: 322rem;
    height: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-img {
    max-width: 100%;
    height: 300rem;
    margin-bottom: 20rem;
  }
}
.sec-reason__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-reason__elem-num {
  position: absolute;
  top: -18px;
  left: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background: var(--g-color-dblack);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-num {
    top: -18rem;
    left: -22rem;
    width: 68rem;
    height: 68rem;
  }
}
.sec-reason__elem-num span {
  font-size: 40px;
  font-weight: 400;
  font-family: "Alternate";
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-num span {
    font-size: 40rem;
  }
}
.sec-reason__elem-txt {
  max-width: 100%;
  width: 100%;
  padding-left: 33px;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-txt {
    padding-left: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-txt {
    padding-left: 0;
  }
}
.sec-reason__elem-txt p {
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-txt p {
    font-size: 20rem;
  }
}
.sec-reason__elem-txt p:first-child {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-reason__elem-txt p:first-child {
    font-size: 26rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-txt p:first-child {
    font-size: 30rem;
    margin-bottom: 24rem;
    line-height: 1.3;
  }
}

.sec-flow {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1200px) {
  .sec-flow {
    padding: 40rem 0 80rem;
  }
}
.sec-flow-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .sec-flow-ttl {
    margin-bottom: 80rem;
  }
}
.sec-flow-main > p {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.7;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-flow-main > p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-main > p {
    font-size: 22rem;
  }
}
.sec-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .sec-flow-grid {
    gap: 20rem;
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60rem;
  }
}
.sec-flow__elem {
  width: 100%;
  border: 1px solid #A6A7A7;
  box-shadow: 5px 5px 5px rgba(26, 19, 17, 0.3);
  padding: 35px 22px;
  background: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem {
    padding: 35rem 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem {
    padding: 35rem 40rem;
  }
}
.sec-flow__elem-num {
  width: 130px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4992B9;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-num {
    width: 130rem;
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-num {
    width: 200rem;
    height: 50rem;
  }
}
.sec-flow__elem-num span {
  color: var(--g-color-white);
  line-height: 1;
  font-size: 25px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-num span {
    font-size: 25rem;
  }
}
.sec-flow__elem-img {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-img {
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-img {
    margin-bottom: 0;
  }
}
.sec-flow__elem-img img {
  width: 105px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-img img {
    width: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-img img {
    width: 205rem;
  }
}
.sec-flow__elem-content p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-content p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-content p {
    font-size: 20rem;
  }
}
.sec-flow__elem-content p:first-child {
  text-align: center;
  color: #4992B9;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .sec-flow__elem-content p:first-child {
    font-size: 22rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flow__elem-content p:first-child {
    font-size: 30rem;
    margin-bottom: 25rem;
  }
}

.sec-comparison {
  background: var(--g-color-base);
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-comparison {
    padding: 80rem 0;
  }
}
.sec-comparison-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison-ttl {
    margin-bottom: 40rem;
  }
}
.sec-comparison-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison-txt {
    margin-bottom: 50rem;
  }
}
.sec-comparison-txt p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-comparison-txt p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison-txt p {
    font-size: 24rem;
  }
}
.sec-comparison-txt p span {
  color: var(--g-color-red);
}
.sec-comparison-main-container {
  background: var(--g-color-white);
  padding: 25px 34px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison-main-container {
    padding: 25rem 34rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison-main__wrap {
    overflow-x: auto;
  }
}
.sec-comparison-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-comparison-main {
    width: -moz-max-content;
    width: max-content;
  }
}
.sec-comparison__elem {
  max-width: 172px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem {
    max-width: 172rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem {
    max-width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:not(:last-child) {
    margin-right: 5rem;
  }
}
.sec-comparison__elem-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  background: #898989;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-head {
    margin-bottom: 5rem;
    height: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-head {
    margin-bottom: 5rem;
    height: 60rem;
  }
}
.sec-comparison__elem-head p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-head p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-head p {
    font-size: 20rem;
  }
}
.sec-comparison__elem-detail {
  border: 1px solid #A6A7A7;
  padding: 10px;
  height: 144px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-detail {
    padding: 10rem;
    height: 144rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-detail {
    padding: 15rem;
    height: 190rem;
  }
}
.sec-comparison__elem-detail > span {
  display: block;
  font-weight: 500;
  color: var(--g-color-black);
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-detail > span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-detail > span {
    font-size: 16rem;
  }
}
.sec-comparison__elem-detail p {
  font-size: 10px;
  line-height: 1.4;
  color: var(--g-color-dblack);
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-detail p {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-detail p {
    font-size: 13rem;
  }
}
.sec-comparison__elem-detail p:nth-child(2) {
  line-height: 1.5;
  color: var(--g-color-black);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 26px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-detail p:nth-child(2) {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-detail p:nth-child(2) {
    font-size: 28rem;
  }
}
.sec-comparison__elem-detail p:nth-child(2) span {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-detail p:nth-child(2) span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-detail p:nth-child(2) span {
    font-size: 18rem;
  }
}
.sec-comparison__elem-detail p:nth-child(3) span {
  color: var(--g-color-red);
}
.sec-comparison__elem-item {
  height: 53px;
  border: 1px solid #A6A7A7;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-item {
    height: 53rem;
    padding: 0 12rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-item {
    height: 64rem;
    padding: 0 16rem;
    margin-top: 5rem;
  }
}
.sec-comparison__elem-item:nth-child(3), .sec-comparison__elem-item:nth-child(5) {
  background: #F7F8F8;
}
.sec-comparison__elem-item p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-item p {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-item p {
    font-size: 14rem;
  }
}
.sec-comparison__elem-item svg {
  width: 11px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-item svg {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-item svg {
    width: 16rem;
  }
}
.sec-comparison__elem-item svg.s-ico {
  width: 10px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem-item svg.s-ico {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem-item svg.s-ico {
    width: 12rem;
  }
}
.sec-comparison__elem:nth-child(1) {
  position: relative;
  max-width: 230px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem:nth-child(1) {
    max-width: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:nth-child(1) {
    max-width: 280rem;
  }
}
.sec-comparison__elem:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #F38200;
  pointer-events: none;
}
.sec-comparison__elem:nth-child(1) .sec-comparison__elem-head {
  background: #FAEE00;
  height: 79px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-head {
    height: 79rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-head {
    height: 85rem;
  }
}
.sec-comparison__elem:nth-child(1) .sec-comparison__elem-head p {
  color: var(--g-color-dblack);
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-head p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-head p {
    font-size: 22rem;
  }
}
.sec-comparison__elem:nth-child(1) .sec-comparison__elem-detail p:nth-child(2) {
  color: var(--g-color-red);
}
.sec-comparison__elem:nth-child(1) .sec-comparison__elem-item p {
  font-size: 16px;
  color: var(--g-color-red);
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-item p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-item p {
    font-size: 18rem;
  }
}
.sec-comparison__elem:nth-child(1) .sec-comparison__elem-item svg {
  width: 14px;
}
@media screen and (max-width: 1200px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-item svg {
    width: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-comparison__elem:nth-child(1) .sec-comparison__elem-item svg {
    width: 18rem;
  }
}

.sec-price {
  background: var(--g-color-base);
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-price {
    padding: 80rem 0;
  }
}
.sec-price-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .sec-price-ttl {
    margin-bottom: 40rem;
  }
}
.sec-price-main > p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--g-color-black);
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-price-main > p {
    font-size: 23rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-main > p {
    font-size: 22rem;
    margin-bottom: 50rem;
  }
}
.sec-price-content__wrap {
  background: var(--g-color-white);
  padding: 30px 37px;
}
@media screen and (max-width: 1200px) {
  .sec-price-content__wrap {
    padding: 30rem 37rem;
  }
}
.sec-price-content__wrap > p {
  color: var(--g-color-dblack);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .sec-price-content__wrap > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec-price-content__wrap > p {
    text-align: center;
    font-size: 18rem;
  }
}
.sec-price-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 36px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .sec-price-content {
    gap: 20rem 36rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-price__elem:nth-child(1) .sec-price__elem-head {
  background: #A48B78;
}
.sec-price__elem:nth-child(2) .sec-price__elem-head {
  background: #00A29A;
}
.sec-price__elem:nth-child(3) .sec-price__elem-head {
  background: #136A9C;
}
.sec-price__elem:nth-child(4) .sec-price__elem-head {
  background: #E83929;
}
.sec-price__elem-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-head {
    height: 49rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-head {
    height: 60rem;
    margin-bottom: 5rem;
  }
}
.sec-price__elem-head p {
  font-size: 20px;
  color: var(--g-color-white);
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-head p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-head p {
    font-size: 22rem;
  }
}
.sec-price__elem-content {
  border: 1px solid #8E8E8F;
  padding: 25px 0;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-content {
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-content {
    padding: 25rem 10rem;
  }
}
.sec-price__elem-content p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--g-color-dblack);
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-content p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-content p {
    font-size: 18rem;
  }
}
.sec-price__elem-content p:nth-child(1) {
  color: var(--g-color-red);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-content p:nth-child(1) {
    font-size: 24rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-content p:nth-child(1) {
    font-size: 26rem;
  }
}
.sec-price__elem-content p:nth-child(1) span {
  font-size: 39px;
}
@media screen and (max-width: 1200px) {
  .sec-price__elem-content p:nth-child(1) span {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-price__elem-content p:nth-child(1) span {
    font-size: 42rem;
  }
}

.sec-voice {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .sec-voice {
    padding: 80rem 0;
  }
}
.sec-voice-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .sec-voice-ttl {
    margin-bottom: 80rem;
  }
}
.sec-voice__elem {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A6A7A7;
  box-shadow: 5px 5px 5px rgba(26, 19, 17, 0.3);
  padding: 40px 55px;
  background: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem {
    padding: 40rem 55rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem {
    padding: 40rem;
    flex-direction: column-reverse;
  }
}
.sec-voice__elem:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem:not(:last-child) {
    margin-bottom: 70rem;
  }
}
.sec-voice__elem:nth-child(1) .sec-voice__elem-num {
  background: #EC6D74;
}
.sec-voice__elem:nth-child(2) .sec-voice__elem-num {
  background: #2EA7E0;
}
.sec-voice__elem:nth-child(3) .sec-voice__elem-num {
  background: #325D90;
}
.sec-voice__elem-content {
  max-width: 100%;
  width: 100%;
  padding-right: 45px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-content {
    padding-right: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-content {
    padding-right: 0;
  }
}
.sec-voice__elem-num {
  position: absolute;
  width: 166px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -63px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-num {
    top: -63rem;
    width: 166rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-num {
    top: -363rem;
  }
}
.sec-voice__elem-num span {
  color: var(--g-color-white);
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-num span {
    font-size: 30rem;
  }
}
.sec-voice__elem-ttl {
  border-bottom: 1px dashed #BDBEBF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ttl {
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
}
.sec-voice__elem-ttl > p {
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1.3;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ttl > p {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-ttl > p {
    font-size: 28rem;
  }
}
.sec-voice__elem-ctg {
  display: flex;
  align-items: e;
  justify-content: left;
  margin-bottom: 22px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ctg {
    margin-bottom: 22rem;
  }
}
.sec-voice__elem-ctg-ico {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ctg-ico {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-ctg-ico {
    margin-right: 15rem;
  }
}
.sec-voice__elem-ctg-ico img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ctg-ico img {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-ctg-ico img {
    width: 50rem;
  }
}
.sec-voice__elem-ctg-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-voice__elem-ctg-txt p {
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
  color: var(--g-color-black);
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ctg-txt p {
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-ctg-txt p {
    font-size: 20rem;
  }
}
.sec-voice__elem-ctg-txt svg {
  width: 11px;
  height: auto;
  margin: 0 18px;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-ctg-txt svg {
    width: 11rem;
    margin: 0 18rem;
  }
}
.sec-voice__elem-txt p {
  line-height: 1.7;
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-txt p {
    font-size: 20rem;
  }
}
.sec-voice__elem-img {
  max-width: 387px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .sec-voice__elem-img {
    max-width: 387rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-voice__elem-img {
    max-width: 100%;
    margin-bottom: 30rem;
  }
}
.sec-voice__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-faq {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1200px) {
  .sec-faq {
    padding: 40rem 0 80rem;
  }
}
.sec-faq-ttl {
  margin-bottom: 68px;
}
@media screen and (max-width: 1200px) {
  .sec-faq-ttl {
    -webkit-mask-box-image: 68rem;
            mask-border: 68rem;
  }
}
.sec-faq__elem:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.sec-faq__elem-q {
  display: flex;
  align-items: start;
  justify-content: left;
  position: relative;
  background: var(--g-color-dblack);
  cursor: pointer;
  padding: 22px 38px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-q {
    padding: 22rem 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q {
    padding: 22rem 30rem;
  }
}
.sec-faq__elem-q span {
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-q span {
    margin-right: 10rem;
  }
}
.sec-faq__elem-q span,
.sec-faq__elem-q p {
  font-size: 26px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-q span,
  .sec-faq__elem-q p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q span,
  .sec-faq__elem-q p {
    font-size: 22rem;
  }
}
.sec-faq__elem-q p {
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q p {
    max-width: 75%;
  }
}
.sec-faq__elem-q-ico {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-q-ico {
    right: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q-ico {
    right: 30rem;
  }
}
.sec-faq__elem-q-ico svg {
  transition: all 0.4s ease-in-out;
  width: 36px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-q-ico svg {
    width: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-q-ico svg {
    width: 30rem;
  }
}
.sec-faq__elem-q.active svg {
  transform: rotate(45deg);
}
.sec-faq__elem-a {
  border: 0 solid #A6A7A7;
  box-shadow: 5px 5px 10px rgba(26, 19, 17, 0.3);
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 42px;
  transition: max-height 0.4s, padding 0.4s, border 0.4s;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-a {
    padding: 0 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a {
    align-items: start;
    padding: 0 32rem;
  }
}
.sec-faq__elem-a.active {
  border: 1px solid #A6A7A7;
  padding: 22px 42px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-a.active {
    padding: 22rem 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a.active {
    padding: 22rem 32rem;
  }
}
.sec-faq__elem-a span,
.sec-faq__elem-a p {
  color: var(--g-color-dblack);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-a span,
  .sec-faq__elem-a p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem-a span,
  .sec-faq__elem-a p {
    font-size: 20rem;
  }
}
.sec-faq__elem-a span {
  display: block;
  margin-right: 20px;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .sec-faq__elem-a span {
    margin-right: 20rem;
    font-size: 30rem;
  }
}

.sec-column {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1200px) {
  .sec-column {
    padding: 40rem 0 80rem;
  }
}
.sec-column-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-column-ttl {
    margin-bottom: 50rem;
  }
}
.sec-column-main__wrap.--is-loading .sec-column-main {
  opacity: 0.5;
  filter: blur(10px);
}
.sec-column-main {
  transition: all 0.4s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
  gap: 56px 45px;
}
@media screen and (max-width: 1200px) {
  .sec-column-main {
    gap: 56rem 45rem;
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column-main {
    display: block;
  }
}
.sec-column__elem {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-column__elem:not(:last-child) {
    margin-bottom: 40rem;
  }
}
.sec-column__elem-img {
  width: 100%;
  height: 201px;
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-img {
    height: 201rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column__elem-img {
    height: 320rem;
    margin-bottom: 18rem;
  }
}
.sec-column__elem-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-column__elem-date {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-date {
    margin-bottom: 15rem;
  }
}
.sec-column__elem-date p {
  color: #9FA0A0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-date p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column__elem-date p {
    font-size: 20rem;
  }
}
.sec-column__elem-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-ttl {
    margin-bottom: 15rem;
  }
}
.sec-column__elem-ttl p {
  color: var(--g-color-black);
  line-height: 1.7;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-ttl p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column__elem-ttl p {
    font-size: 24rem;
  }
}
.sec-column__elem-more {
  text-align: right;
}
.sec-column__elem-more span {
  display: inline-block;
  position: relative;
  color: #F39800;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-more span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column__elem-more span {
    font-size: 22rem;
  }
}
.sec-column__elem-more span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 120%;
  background: #8E8E8F;
  height: 1px;
  width: 46px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem-more span::after {
    width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-column__elem-more span::after {
    width: 60rem;
  }
}
.sec-column__elem a:hover img {
  transform: scale(1.1);
}
.sec-column__elem a:hover .sec-column__elem-more span::after {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .sec-column__elem a:hover .sec-column__elem-more span::after {
    width: 100rem;
  }
}
.sec-column-more {
  text-align: center;
}
.sec-column-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-black);
  border: 1px solid var(--g-color-black);
  padding: 18px 110px;
}
@media screen and (max-width: 1200px) {
  .sec-column-more a {
    padding: 18rem 110rem;
  }
}
.sec-column-more a span {
  color: var(--g-color-white);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .sec-column-more a span {
    font-size: 20rem;
  }
}

.sec-contact {
  background: var(--g-color-base);
  padding: 80px 0 0;
}
@media screen and (max-width: 1200px) {
  .sec-contact {
    padding: 80rem 0 0;
  }
}
.sec-contact-main > p {
  text-align: center;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.5;
  color: var(--g-color-black);
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-main > p {
    font-size: 23rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p {
    font-size: 22rem;
    margin-bottom: 50rem;
  }
}
.sec-contact-form {
  padding: 20px 75px 80px 75px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1200px) {
  .sec-contact-form {
    padding: 20rem 75rem 80rem 75rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form {
    padding: 20rem 40rem 60rem 40rem;
  }
}
.sec-contact-form__elem {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 30px 0;
  border-bottom: 1px solid #B5B6B6;
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem {
    display: block;
    padding: 30rem 0;
  }
}
.sec-contact-form__elem._last-elem {
  align-items: start;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem._last-elem {
    margin-bottom: 35rem;
  }
}
.sec-contact-form__elem._last-elem label {
  line-height: 3;
}
.sec-contact-form__elem._last-elem p {
  color: var(--g-color-black);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem._last-elem p {
    font-size: 16rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem._last-elem p {
    font-size: 18rem;
    text-align: center;
  }
}
.sec-contact-form__elem-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-label {
    width: 100%;
    margin-bottom: 10rem;
    justify-content: left;
  }
}
.sec-contact-form__elem-label label {
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-label label {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-label label {
    margin-right: 15rem;
    font-size: 18rem;
  }
}
.sec-contact-form__elem-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
  background: #056FB8;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-label span {
    font-size: 44rem;
    height: 21rem;
    font-size: 12rem;
  }
}
.sec-contact-form__elem-label span.req {
  background: #C30F23;
}
.sec-contact-form__elem-inp {
  padding-left: 22px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-inp {
    padding-left: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-inp {
    padding-left: 0;
  }
}
.sec-contact-form__elem-inp input,
.sec-contact-form__elem-inp textarea {
  background: #EFEFEF;
  border: unset;
  padding: 23px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
  height: 55px;
  padding: 23px;
  width: 507px;
  font-family: "Yugo", sans-serif;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-inp input,
  .sec-contact-form__elem-inp textarea {
    width: 507rem;
    height: 55rem;
    padding: 23rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-inp input,
  .sec-contact-form__elem-inp textarea {
    width: 100%;
    height: 55rem;
    padding: 23rem;
    font-size: 18rem;
  }
}
.sec-contact-form__elem-inp textarea {
  height: 204px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-inp textarea {
    height: 204rem;
  }
}
.sec-contact-form__elem-inp._name-inp input {
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form__elem-inp._name-inp input {
    width: 270rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form__elem-inp._name-inp input {
    width: 100%;
  }
}
.sec-contact-form-privacy {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-privacy {
    margin-bottom: 20rem;
  }
}
.sec-contact-form-privacy:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--g-color-red);
  opacity: 0;
  pointer-events: none;
}
.sec-contact-form-privacy.active::after {
  opacity: 1;
}
.sec-contact-form-privacy-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-privacy-txt {
    margin-bottom: 20rem;
  }
}
.sec-contact-form-privacy-txt p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-privacy-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form-privacy-txt p {
    font-size: 20rem;
  }
}
.sec-contact-form-privacy-txt p a {
  color: #F39800;
}
.sec-contact-form-privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-contact-form-privacy-check-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-privacy-check-box {
    margin-right: 15rem;
  }
}
.sec-contact-form-privacy-check-box span {
  width: 20px;
  height: 20px;
  border: 1px solid #8E8E8F;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-contact-form-privacy-check-box span {
    width: 25rem;
    height: 25rem;
  }
}
.sec-contact-form-privacy-check-box span svg {
  width: 12px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec-contact-form-privacy-check-box span svg {
    width: 12rem;
  }
}
.sec-contact-form-privacy-check-box span.active svg {
  opacity: 1;
}
.sec-contact-form-privacy-check > span {
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-black);
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-privacy-check > span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form-privacy-check > span {
    font-size: 20rem;
  }
}
.sec-contact-form-submit {
  text-align: center;
}
.sec-contact-form-submit button {
  margin: auto;
  width: 400px;
  height: 56px;
  background: var(--g-color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-red);
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
  outline: unset;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .sec-contact-form-submit button {
    width: 400rem;
    height: 56rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-form-submit button {
    width: 100%;
    height: 60rem;
    font-size: 22rem;
  }
}
.sec-contact-form-submit button:hover {
  background: var(--g-color-white);
  color: var(--g-color-red);
}/*# sourceMappingURL=style.css.map */