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

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

.sec-ttl {
  text-align: center;
  position: relative;
}
.sec-ttl img {
  height: 45px;
  position: absolute;
  width: auto;
  right: 50%;
  top: 0;
  transform: translate(50%, -30%);
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .sec-ttl img {
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl img {
    height: 36rem;
  }
}
.sec-ttl h2 {
  position: relative;
  z-index: 2;
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 39px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .sec-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 28rem;
  }
}
.sec-ttl._white h2 {
  color: var(--g-color-white);
}
.sec-ttl._other img {
  height: 70px;
  transform: translate(-20%, -50%);
}

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

section {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container {
  position: relative;
}

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

.more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-blue);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  padding: 16px 32px;
  border: 1px solid var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .more-btn a {
    padding: 16rem 32rem;
  }
}
.more-btn a span {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .more-btn a span {
    font-size: 16rem;
  }
}
.more-btn a svg {
  margin-left: 8px;
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .more-btn a svg {
    margin-left: 8rem;
    width: 24rem;
  }
}
.more-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.more-btn a:hover {
  background: var(--g-color-white);
}
.more-btn a:hover span {
  color: var(--g-color-blue);
}
.more-btn a:hover svg path {
  stroke: var(--g-color-blue);
}
.more-btn._white a {
  background: var(--g-color-white);
}
.more-btn._white a span {
  color: var(--g-color-blue);
}
.more-btn._white a svg path {
  stroke: var(--g-color-blue);
}
.more-btn._white a:hover {
  background: var(--g-color-blue);
  border-color: var(--g-color-white);
}
.more-btn._white a:hover span {
  color: var(--g-color-white);
}
.more-btn._white a:hover svg path {
  stroke: var(--g-color-white);
}
.more-btn._reverse svg {
  margin-right: 8px;
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .more-btn._reverse svg {
    margin-right: 8rem;
  }
}

.lower-fv {
  padding-top: 80px;
}
@media screen and (max-width: 1300px) {
  .lower-fv {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    padding-top: 57rem;
  }
}
.lower-fv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.lower-fv.about-fv {
  background: url(../img/about-fv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower-fv.service-fv {
  background: url(../img/service-fv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower-fv.gallery-fv {
  background: url(../img/gallery-fv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower-fv.other-fv {
  background: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower-fv .container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 386px;
}
@media screen and (max-width: 1300px) {
  .lower-fv .container {
    height: 386rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv .container {
    height: 350rem;
  }
}
.lower-fv-main {
  position: relative;
}
.lower-fv-main > img {
  width: auto;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-40%, -60%);
}
@media screen and (max-width: 1300px) {
  .lower-fv-main > img {
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main > img {
    transform: translate(-15%, -80%);
    height: 60rem;
  }
}
.lower-fv-main h2 {
  color: var(--g-color-white);
  font-weight: 500;
  font-size: 49px;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1300px) {
  .lower-fv-main h2 {
    font-size: 49rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv-main h2 {
    font-size: 32rem;
    margin-bottom: 12rem;
    line-height: 1.2;
  }
}
.lower-fv-main ul {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  background: var(--g-color-white);
}
.lower-fv-main ul li {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li {
    font-size: 13rem;
  }
}
.lower-fv-main ul li:not(:last-child) {
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li:not(:last-child) {
    margin-right: 9rem;
  }
}
.lower-fv-main ul li a {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li a {
    font-size: 13rem;
  }
}
.lower-fv-main ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  transition: all 0.4s ease-in-out;
}
.lower-fv-main ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.lower-fv-main ul li svg {
  width: 5px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lower-fv-main ul li svg {
    width: 5rem;
  }
}

.other-main {
  padding: 105px 64px 64px;
}
@media screen and (max-width: 1300px) {
  .other-main {
    padding: 105rem 64rem 64rem;
  }
}
@media screen and (max-width: 768px) {
  .other-main {
    padding: 40rem 0 80rem;
  }
}
.other-main .container > p {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .other-main .container > p {
    margin-bottom: 15rem;
    font-size: 13rem;
  }
}
.other-main__elem {
  padding: 32px 0;
  border-bottom: 2px solid #BEBEBE;
}
@media screen and (max-width: 1300px) {
  .other-main__elem {
    padding: 32rem 0;
  }
}
.other-main__elem-ttl p {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 4%;
  color: var(--g-color-black);
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .other-main__elem-ttl p {
    padding-left: 13rem;
    font-size: 18rem;
    margin-bottom: 20rem;
  }
}
.other-main__elem-ttl p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #00B3BE;
}
.other-main__elem-content p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .other-main__elem-content p {
    font-size: 13rem;
  }
}
.other-main__elem-content ul {
  list-style: auto;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .other-main__elem-content ul {
    padding-left: 16rem;
  }
}
.other-main__elem-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .other-main__elem-content ul li {
    font-size: 13rem;
  }
}
.other-main-last {
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .other-main-last {
    padding: 20rem 0;
  }
}
.other-main-last p {
  font-weight: 500;
  font-size: 16px;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .other-main-last p {
    font-size: 13rem;
  }
}
.other-main-link {
  text-align: center;
  padding-top: 73px;
}
@media screen and (max-width: 1300px) {
  .other-main-link {
    padding-top: 73rem;
  }
}
.other-main-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 144px;
  border-radius: 100px;
  background: linear-gradient(90.26deg, #00A1AB 0.22%, #00C7D4 99.78%);
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .other-main-link a {
    padding: 16rem 144rem;
  }
}
.other-main-link a::after {
  content: "";
  position: absolute;
  width: 98.6%;
  height: 90%;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.other-main-link a svg {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .other-main-link a svg {
    width: 24rem;
    height: 24rem;
    margin-right: 8rem;
  }
}
.other-main-link a svg path {
  stroke: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
.other-main-link a span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .other-main-link a span {
    font-size: 16rem;
  }
}
.other-main-link a:hover::after {
  opacity: 1;
}
.other-main-link a:hover span {
  color: var(--g-color-blue);
}
.other-main-link a:hover svg path {
  stroke: var(--g-color-blue);
}

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

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

.blog-list__wrap {
  transition: all 0.3s ease-in-out;
}
.blog-list__wrap.--is-loading {
  filter: blur(10px);
  opacity: 0.5;
}

.home-news__pagenavi-wrap {
  display: none !important;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(110%);
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    position: unset;
    transform: translateY(0);
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

html {
  font-family: "Noto Sans JP", serif;
}

._bold {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-blue);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-blue);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading-content .loading-end {
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 0;
  left: 0;
  background: var(--g-color-base);
  transition: width 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-content .loading-end.ended {
  width: 100%;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--g-color-white);
}
.header.loaded {
  transform: translateY(0);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  position: relative;
  height: 80px;
}
@media screen and (max-width: 1700px) {
  .header-container {
    padding: 0 64rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-container {
    height: 80rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    height: 60rem;
    padding: 0 32rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 100%;
  }
}
.header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  width: 70px;
}
@media screen and (max-width: 1700px) {
  .header-logo img {
    width: 70rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-logo img {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 50rem;
  }
}
.header-link {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .header-link {
    display: none;
  }
}
.header-link-main > ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link-main > ul > li {
  margin-right: 27px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1700px) {
  .header-link-main > ul > li {
    margin-right: 27rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li {
    margin-right: 20rem;
    font-size: 14rem;
  }
}
.header-link-main > ul > li svg {
  transition: all 0.4s ease-in-out;
}
.header-link-main > ul > li:hover > svg {
  transform: rotate(180deg);
}
.header-link-main > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.header-link-main > ul > li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header-link-main > ul > li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li a {
    font-size: 14rem;
  }
}
.header-link-main > ul > li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  right: 0;
  transition: all 0.4s ease-in-out;
  bottom: 0;
}
.header-link-main > ul > li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.header-link-main > ul > li > ul {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 150%;
  left: 0;
  background: var(--g-color-white);
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li > ul {
    padding: 20rem 30rem;
  }
}
.header-link-main > ul > li > ul > li:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li > ul > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.header-link-main > ul > li > ul > li ul {
  padding-left: 12px;
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li > ul > li ul {
    padding-left: 12rem;
  }
}
.header-link-main > ul > li > ul > li ul li {
  margin-top: 6px;
}
@media screen and (max-width: 1300px) {
  .header-link-main > ul > li > ul > li ul li {
    margin-top: 6rem;
  }
}
.header-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 30rem;
    z-index: 2;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header-sp-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 12rem;
    border: unset;
    outline: unset;
    background: transparent;
    cursor: pointer;
  }
}
.header-sp-btn button svg {
  width: 100%;
  height: auto;
}

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

.footer {
  background: #242424;
  padding: 40px 0 50px;
}
@media screen and (max-width: 1300px) {
  .footer {
    padding: 40rem 0 50rem;
  }
}
.footer-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .footer-main {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main {
    display: block;
  }
}
.footer-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    display: block;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 140rem;
  }
}
.footer-link {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-link {
    display: block;
    padding-bottom: 38rem;
    margin-bottom: 34rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer-link > ul > li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li {
    font-size: 16rem;
  }
}
.footer-link > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.footer-link > ul > li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-white);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li a {
    font-size: 16rem;
  }
}
.footer-link > ul > li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: var(--g-color-white);
}
.footer-link > ul > li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-link > ul > li > ul {
  padding-left: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 1300px) {
  .footer-link > ul > li > ul {
    margin-top: 8rem;
    padding-left: 8rem;
  }
}
.footer-other {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer-other {
    text-align: left;
    margin-top: 32rem;
  }
}
.footer-copyright p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .footer-copyright p {
    font-size: 16rem;
  }
}

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

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

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

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

.contact-form {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .contact-form {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 64rem 0;
  }
}
.contact-form .container {
  max-width: 928px;
}
@media screen and (max-width: 1025px) {
  .contact-form .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container {
    max-width: 350rem;
  }
}
.contact-form__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem {
    margin-bottom: 24rem;
    display: block;
  }
}
.contact-form__elem._last-elem {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label {
    margin-bottom: 8rem;
  }
}
.contact-form__elem-label label {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label label {
    font-size: 16rem;
  }
}
.contact-form__elem-label label span {
  color: #FF4649;
  margin-left: 4px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label label span {
    margin-left: 4rem;
  }
}
.contact-form__elem-inp {
  max-width: 672px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem-inp {
    max-width: 672rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp {
    max-width: 100%;
  }
}
.contact-form__elem-inp._flex-inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form__elem-inp._flex-inp input {
  max-width: 320px;
}
@media screen and (max-width: 1025px) {
  .contact-form__elem-inp._flex-inp input {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._flex-inp input {
    max-width: 171rem;
  }
}
.contact-form__elem-inp._select-inp {
  position: relative;
}
.contact-form__elem-inp._select-inp svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp._select-inp svg {
    width: 20rem;
    height: 20rem;
    right: 24rem;
  }
}
.contact-form__elem-inp input,
.contact-form__elem-inp select,
.contact-form__elem-inp textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--g-color-blue);
  padding: 16px 24px;
  background: #F4F8FF;
  color: #333;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4%;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp input,
  .contact-form__elem-inp select,
  .contact-form__elem-inp textarea {
    padding: 16rem 24rem;
    font-size: 16rem;
  }
}
.contact-form__elem-inp input {
  height: 56px;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp input {
    height: 56rem;
  }
}
.contact-form__elem-inp select {
  height: 40px;
  background: var(--g-color-white);
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp select {
    height: 56rem;
  }
}
.contact-form__elem-inp textarea {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp textarea {
    height: 240rem;
  }
}
.contact-form-privacy {
  margin-top: 104px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1025px) {
  .contact-form-privacy {
    margin-bottom: 32rem;
    margin-top: 104rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-privacy {
    margin-bottom: 24rem;
    margin-top: 40rem;
  }
}
.contact-form-privacy-txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 1025px) {
  .contact-form-privacy-txt {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-txt {
    margin-bottom: 24rem;
  }
}
.contact-form-privacy-txt span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-txt span {
    font-size: 16rem;
  }
}
.contact-form-privacy-txt span a {
  border-bottom: 1px solid #6d6d6d;
}
.contact-form-privacy-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-privacy-confirm.active {
  border: 1px solid #FF4649;
}
.contact-form-privacy-confirm-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span {
    width: 20rem;
    height: 20rem;
    margin-right: 16rem;
  }
}
.contact-form-privacy-confirm-box span svg:first-child {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span svg:first-child {
    width: 18rem;
    height: 18rem;
  }
}
.contact-form-privacy-confirm-box span svg:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-box span svg:last-child {
    width: 8rem;
  }
}
.contact-form-privacy-confirm-box span.active svg:last-child {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.contact-form-privacy-confirm-txt span {
  color: var(--g-color-black);
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-confirm-txt span {
    font-size: 16rem;
  }
}
.contact-form-submit {
  text-align: center;
}
.contact-form-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  position: relative;
  background: linear-gradient(90.26deg, #00A1AB 0.22%, #00C7D4 99.78%);
  width: 416px;
  margin: auto;
  border: unset;
  outline: unset;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button {
    width: 416rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-submit button {
    width: 100%;
    padding: 16rem 0;
  }
}
.contact-form-submit button::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 92%;
  background: var(--g-color-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  z-index: 1;
  opacity: 0;
}
.contact-form-submit button svg {
  width: 24px;
  height: auto;
  position: relative;
  z-index: 2;
  margin-left: 8px;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button svg {
    margin-left: 8rem;
    width: 24rem;
  }
}
.contact-form-submit button svg path {
  transition: all 0.4s ease-in-out;
}
.contact-form-submit button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .contact-form-submit button span {
    font-size: 16rem;
  }
}
.contact-form-submit button:hover::after {
  opacity: 1;
}
.contact-form-submit button:hover span {
  color: var(--g-color-blue);
}
.contact-form-submit button:hover svg path {
  stroke: var(--g-color-blue);
}

.sec-fv {
  background: url(../img/fv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.sec-fv > img:first-child {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-fv > img:first-child {
    width: 60%;
    transform: skewX(-8deg) translateX(20%);
  }
}
.sec-fv-container {
  min-height: 728px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 80px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .sec-fv-container {
    max-width: 1200rem;
    padding-top: 80rem;
    min-height: 728rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-container {
    min-height: 529rem;
    max-width: 100%;
    padding: 0 30rem;
    padding-top: 60rem;
  }
}
.sec-fv-main {
  position: relative;
  z-index: 3;
}
.sec-fv-main h2 {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: var(--g-color-white);
  margin-bottom: 17px;
  text-shadow: 2px 8px 3px rgba(64, 56, 51, 0.2509803922);
}
@media screen and (max-width: 1300px) {
  .sec-fv-main h2 {
    margin-bottom: 17rem;
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main h2 {
    margin-bottom: 15rem;
    font-size: 32rem;
  }
}
.sec-fv-main p {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  font-weight: 500;
  text-shadow: 2px 8px 3px rgba(64, 56, 51, 0.2509803922);
}
@media screen and (max-width: 1300px) {
  .sec-fv-main p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main p {
    line-height: 1.4;
    font-size: 16rem;
  }
}
.sec-fv-main img {
  max-width: 425px;
}
@media screen and (max-width: 1300px) {
  .sec-fv-main img {
    max-width: 425rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main img {
    max-width: 283rem;
  }
}

.sec-about {
  padding: 96px 0 104px;
  background: #EBFEFF;
}
@media screen and (max-width: 1300px) {
  .sec-about {
    padding: 96rem 0 104rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about {
    padding: 30rem 0 40rem;
  }
}
.sec-about .h-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-about .h-container {
    display: block;
  }
}
.sec-about-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-about-ttl {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl {
    margin-bottom: 20rem;
  }
}
.sec-about-ttl h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: var(--g-color-black);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec-about-ttl h2 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl h2 {
    font-size: 29rem;
  }
}
.sec-about-ttl p {
  font-weight: 900;
  font-size: 190px;
  line-height: 1;
  color: var(--g-color-blue);
  opacity: 0.05;
  position: absolute;
  top: 0;
  right: 40%;
  text-wrap: nowrap;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .sec-about-ttl p {
    font-size: 190rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec-about-ttl p {
    font-size: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-ttl p {
    display: none;
  }
}
.sec-about-txt {
  max-width: 672px;
  width: 100%;
  padding-right: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-about-txt {
    max-width: 672rem;
    padding-right: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt {
    max-width: 100%;
    padding-right: 0;
  }
}
.sec-about-txt > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: var(--g-color-black);
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .sec-about-txt > p {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-txt > p {
    font-size: 14rem;
    margin-bottom: 25rem;
    padding-right: 24rem;
  }
}
.sec-about-img {
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px 0 black;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-about-img {
    margin-bottom: 20rem;
  }
}

.sec-photos {
  padding-top: 128px;
}
@media screen and (max-width: 1300px) {
  .sec-photos {
    padding-top: 128rem;
  }
}
.sec-photos-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-photos-ttl {
    margin-bottom: 64rem;
  }
}
.sec-photos ._slide-img01 {
  margin-bottom: 13px;
}
@media screen and (max-width: 1300px) {
  .sec-photos ._slide-img01 {
    margin-bottom: 13rem;
  }
}

.sec-service {
  padding: 128px 0;
}
@media screen and (max-width: 1300px) {
  .sec-service {
    padding: 128rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-service {
    padding: 68rem 0;
  }
}
.sec-service-ttl {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-service-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service-ttl {
    margin-bottom: 40rem;
  }
}
.sec-service__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-service__elem {
    display: block;
  }
}
.sec-service__elem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.sec-service__elem-img {
  max-width: 415px;
  width: 100%;
  height: 484px;
  border: 8px solid #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0784313725);
  transform: rotate(-2deg);
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-img {
    max-width: 415rem;
    height: 484rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-img {
    max-width: 293rem;
    height: 353rem;
    margin: auto;
  }
}
.sec-service__elem-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service__elem-content {
  padding-left: 27px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content {
    padding-left: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content {
    position: unset;
    padding: 0;
    padding-top: 33rem;
  }
}
.sec-service__elem-content-num {
  opacity: 0.16;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.sec-service__elem-content-num span {
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(180deg, #BBFBFF 0%, #1FCCD7 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content-num span {
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content-num span {
    font-size: 60rem;
  }
}
.sec-service__elem-content-ttl {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content-ttl {
    padding-bottom: 32rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content-ttl {
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
}
.sec-service__elem-content-ttl p {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content-ttl p {
    font-size: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content-ttl p {
    font-size: 25rem;
  }
}
.sec-service__elem-content-txt {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content-txt {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content-txt {
    margin-bottom: 33rem;
  }
}
.sec-service__elem-content-txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-service__elem-content-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-service__elem-content-btn a span {
    font-size: 14rem;
  }
}

.sec-reviews {
  background: linear-gradient(90.26deg, #00A1AB 0.22%, #00C7D4 99.78%);
  padding: 128px 0;
}
@media screen and (max-width: 1300px) {
  .sec-reviews {
    padding: 128rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews {
    padding: 64rem 0;
  }
}
.sec-reviews-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-reviews-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews-ttl {
    margin-bottom: 32rem;
  }
}
.sec-reviews__elem {
  background: var(--g-color-white);
  border: 1px solid #00B3BE;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 40px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem {
    display: block;
    padding: 24rem;
  }
}
.sec-reviews__elem:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.sec-reviews__elem-main {
  max-width: 100%;
  width: 100%;
}
.sec-reviews__elem-head {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem-head {
    padding-bottom: 24rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem-head {
    padding-bottom: 16rem;
    margin-bottom: 16rem;
  }
}
.sec-reviews__elem-head p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem-head p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem-head p {
    font-size: 22rem;
  }
}
.sec-reviews__elem-head p span:first-child {
  color: rgba(0, 179, 190, 0.3215686275);
}
.sec-reviews__elem-head p span:last-child {
  font-size: 25px;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem-head p span:last-child {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem-head p span:last-child {
    font-size: 18rem;
  }
}
.sec-reviews__elem-content p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem-content p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem-content p {
    font-size: 14rem;
  }
}
.sec-reviews__elem-msg {
  max-width: 314px;
  width: 100%;
  padding-left: 32px;
}
@media screen and (max-width: 1300px) {
  .sec-reviews__elem-msg {
    max-width: 314rem;
    padding-left: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reviews__elem-msg {
    max-width: 314rem;
    padding-left: 0;
    margin-top: 32rem;
  }
}
.sec-reviews__elem-msg img {
  width: 100%;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.sec-reviews .more-btn {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 1300px) {
  .sec-reviews .more-btn {
    margin-top: 64rem;
  }
}

.sec-news {
  padding: 142px 0 210px;
}
@media screen and (max-width: 1300px) {
  .sec-news {
    padding: 142rem 0 210rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 78rem 0;
  }
}
.sec-news-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .sec-news-ttl {
    margin-bottom: 40rem;
  }
}
.sec-news-ttl h2 {
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-news-ttl h2 {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl h2 {
    font-size: 29rem;
  }
}
.sec-news-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .sec-news-main {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-main {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem:not(:last-child) {
    margin-bottom: 35rem;
  }
}
.sec-news__elem a {
  padding: 32px;
  border-bottom: 1px solid var(--g-color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem a {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem a {
    padding: 0;
    padding-bottom: 22rem;
    display: block;
  }
}
.sec-news__elem a:hover img {
  transform: scale(1.1);
}
.sec-news__elem-img {
  max-width: 256px;
  width: 100%;
  height: 162px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-img {
    max-width: 256rem;
    height: 162rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-img {
    max-width: 100%;
    height: 200rem;
    margin-bottom: 23rem;
  }
}
.sec-news__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-news__elem-content {
  max-width: 100%;
  width: 100%;
  padding: 24px 32px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content {
    padding: 24rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content {
    padding: 0;
  }
}
.sec-news__elem-content-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs {
    margin-bottom: 16rem;
  }
}
.sec-news__elem-content-ctgs span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-black);
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs span {
    padding: 8rem 16rem;
    font-size: 13rem;
  }
}
.sec-news__elem-content-ctgs span:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ctgs span:not(:last-child) {
    margin-right: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ctgs span:not(:last-child) {
    margin-right: 8rem;
  }
}
.sec-news__elem-content-ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ttl {
    margin-bottom: 8rem;
  }
}
.sec-news__elem-content-ttl p {
  font-weight: 500;
  font-size: 25px;
  color: var(--g-color-black);
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-content-ttl p {
    font-size: 18rem;
  }
}
.sec-news__elem-content-date span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  opacity: 0.5;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .sec-news__elem-content-date span {
    font-size: 13rem;
  }
}
.sec-news .more-btn {
  text-align: center;
}
.sec-news .more-btn a {
  margin: auto;
}

.sec-contact {
  background: url(../img/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 0 58px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sec-contact {
    padding: 64rem 0 58rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 82rem 0 100rem;
  }
}
.sec-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6392156863);
  z-index: 1;
}
.sec-contact .container {
  position: relative;
  z-index: 2;
}
.sec-contact-ttl {
  position: relative;
  margin-bottom: 22px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl {
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-ttl {
    margin-bottom: 60rem;
  }
}
.sec-contact-ttl h2 {
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  transform: translateX(20px);
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl h2 {
    transform: translateX(20rem);
    font-size: 25rem;
  }
}
.sec-contact-ttl img {
  position: absolute;
  width: 120px;
  bottom: 0;
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .sec-contact-ttl img {
    width: 120rem;
  }
}
.sec-contact-main > p {
  font-weight: 300;
  font-size: 30px;
  line-height: 2;
  text-align: center;
  color: var(--g-color-white);
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .sec-contact-main > p {
    margin-bottom: 40rem;
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contact-main > p {
    margin-bottom: 40rem;
    font-size: 18rem;
  }
}

.about-intro {
  padding: 104px 0;
}
@media screen and (max-width: 1300px) {
  .about-intro {
    padding: 104rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about-intro {
    padding: 62rem 0;
  }
}
.about-intro .h-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-intro .h-container {
    flex-direction: column;
  }
}
.about-intro-img {
  max-width: 650px;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 1300px) {
  .about-intro-img {
    max-width: 650rem;
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-img {
    max-width: 100%;
    height: 250rem;
    margin-bottom: 32rem;
  }
}
.about-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-intro-main {
  max-width: 100%;
  width: 100%;
  padding-left: 32px;
}
@media screen and (max-width: 1300px) {
  .about-intro-main {
    padding-left: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-main {
    padding-left: 0;
  }
}
.about-intro-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .about-intro-ttl {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-ttl {
    margin-bottom: 16rem;
  }
}
.about-intro-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1.3;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1300px) {
  .about-intro-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-ttl h2 {
    font-size: 24rem;
  }
}
.about-intro-txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-intro-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-txt p {
    font-size: 14rem;
  }
}

.about-reason {
  padding: 88px 0;
}
@media screen and (max-width: 1300px) {
  .about-reason {
    padding: 88rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about-reason {
    padding: 64rem 0;
    padding-top: 0;
  }
}
.about-reason-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1300px) {
  .about-reason-ttl {
    margin-bottom: 48rem;
  }
}
.about-reason-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1.3;
  text-align: center;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-reason-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-reason-ttl h2 {
    font-size: 24rem;
  }
}
.about-reason-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 32px;
}
@media screen and (max-width: 1300px) {
  .about-reason-main {
    gap: 8rem 32rem;
  }
}
.about-reason__elem {
  position: relative;
  width: 352px;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem {
    width: 352rem;
  }
}
.about-reason__elem:nth-child(2), .about-reason__elem:nth-child(5) {
  margin-top: 34px;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem:nth-child(2), .about-reason__elem:nth-child(5) {
    margin-top: 34rem;
  }
}
.about-reason__elem:nth-child(3) {
  margin-top: 68px;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem:nth-child(3) {
    margin-top: 68rem;
  }
}
.about-reason__elem-num {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem-num {
    top: -10rem;
    left: -10rem;
  }
}
.about-reason__elem-num-inner {
  position: relative;
  height: 42px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem-num-inner {
    padding-bottom: 4rem;
    height: 42rem;
    width: 72rem;
  }
}
.about-reason__elem-num-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90.26deg, #00C7D4 0.22%, #00A1AB 99.78%);
  z-index: 1;
  transform: skewX(5deg);
}
.about-reason__elem-num-inner span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .about-reason__elem-num-inner span {
    font-size: 36rem;
  }
}
.about-reason__elem-img {
  width: 100%;
  height: 216px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem-img {
    height: 216rem;
    margin-bottom: 16rem;
  }
}
.about-reason__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-reason__elem-ttl p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .about-reason__elem-ttl p {
    font-size: 20rem;
  }
}

.about-shooting {
  padding: 104px 80px;
  background: #EBFEFF;
}
@media screen and (max-width: 1300px) {
  .about-shooting {
    padding: 104rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .about-shooting {
    padding: 64rem 0;
  }
}
.about-shooting-ttl {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .about-shooting-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .about-shooting-ttl {
    margin-bottom: 32rem;
  }
}
.about-shooting-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-shooting-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-shooting-ttl h2 {
    font-size: 24rem;
  }
}
.about-shooting-main {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .about-shooting-main {
    gap: 28rem;
  }
}
.about-shooting__elem {
  width: 353px;
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem {
    width: 353rem;
  }
}
.about-shooting__elem-img {
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem-img {
    margin-bottom: 16rem;
    height: 240rem;
  }
}
.about-shooting__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-shooting__elem-ttl {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem-ttl {
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}
.about-shooting__elem-ttl p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem-ttl p {
    font-size: 25rem;
  }
}
.about-shooting__elem-ttl span {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem-ttl span {
    font-size: 16rem;
  }
}
.about-shooting__elem-txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-shooting__elem-txt p {
    font-size: 16rem;
  }
}

.about-profile {
  padding: 128px 0;
}
@media screen and (max-width: 1300px) {
  .about-profile {
    padding: 128rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about-profile {
    padding: 64rem 0;
  }
}
.about-profile-ttl {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .about-profile-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile-ttl {
    margin-bottom: 32rem;
  }
}
.about-profile-ttl h2 {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .about-profile-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile-ttl h2 {
    font-size: 24rem;
  }
}
.about-profile__elem {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1300px) {
  .about-profile__elem {
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem {
    flex-direction: column;
  }
}
.about-profile__elem:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .about-profile__elem:not(:last-child) {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem:last-child {
    flex-direction: column-reverse;
  }
}
.about-profile__elem-img {
  max-width: 448px;
  height: 385px;
  width: 100%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 1300px) {
  .about-profile__elem-img {
    max-width: 448rem;
    height: 385rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem-img {
    max-width: 100%;
    height: 340rem;
  }
}
.about-profile__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-profile__elem-content {
  max-width: 100%;
  width: 100%;
}
.about-profile__elem-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
  .about-profile__elem-ttl {
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem-ttl {
    margin-bottom: 16rem;
  }
}
.about-profile__elem-ttl span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-black);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .about-profile__elem-ttl span {
    font-size: 14rem;
  }
}
.about-profile__elem-ttl p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .about-profile__elem-ttl p {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem-ttl p {
    margin-top: 5rem;
    font-size: 22rem;
  }
}
.about-profile__elem-txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1300px) {
  .about-profile__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__elem-txt p {
    font-size: 14rem;
  }
}

.about-company {
  background: linear-gradient(90.26deg, #00A1AB 0.22%, #00C7D4 99.78%);
  padding: 115px 0 128px;
}
@media screen and (max-width: 1300px) {
  .about-company {
    padding: 115rem 0 128rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company {
    padding: 64rem 0;
  }
}
.about-company-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 1300px) {
  .about-company-ttl {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-ttl {
    margin-bottom: 32rem;
  }
}
.about-company-ttl .sec-ttl img {
  height: 80px;
}
@media screen and (max-width: 1300px) {
  .about-company-ttl .sec-ttl img {
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-ttl .sec-ttl img {
    height: 60rem;
  }
}
.about-company-main__wrap {
  padding: 0 96px;
}
@media screen and (max-width: 1300px) {
  .about-company-main__wrap {
    padding: 0 96rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-main__wrap {
    padding: 0;
  }
}
.about-company-main {
  background: var(--g-color-white);
  padding: 32px;
}
@media screen and (max-width: 1300px) {
  .about-company-main {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company-main {
    padding: 24rem;
  }
}
.about-company__elem {
  border-bottom: 1px solid #333D40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
@media screen and (max-width: 1300px) {
  .about-company__elem {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__elem {
    flex-direction: column;
    padding: 16rem;
  }
}
.about-company__elem p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1300px) {
  .about-company__elem p {
    font-size: 16rem;
  }
}
.about-company__elem-name {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .about-company__elem-name {
    max-width: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__elem-name {
    margin-bottom: 16rem;
    max-width: 100%;
  }
}
.about-company__elem-val {
  max-width: 100%;
  width: 100%;
}

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

.robot-contact {
  padding: 123px 0 102px;
  background: #EBFEFF;
}
@media screen and (max-width: 1300px) {
  .robot-contact {
    padding: 123rem 0 102rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact {
    padding: 91rem 0 64rem;
  }
}
.robot-contact-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl {
    margin-bottom: 16rem;
  }
}
.robot-contact-ttl h2 {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl h2 {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl h2 {
    font-size: 32rem;
  }
}
.robot-contact-ttl img {
  position: absolute;
  width: 108px;
  bottom: 0;
  right: 50%;
}
@media screen and (max-width: 1300px) {
  .robot-contact-ttl img {
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-ttl img {
    width: 75rem;
    transform: translate(-60%, -50%);
  }
}
.robot-contact-main > p {
  max-width: 750px;
  width: 100%;
  color: #333D40;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-main > p {
    font-size: 24rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-main > p {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
}
.robot-contact-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .robot-contact-btns {
    flex-direction: column;
  }
}
.robot-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  background: #00B3BE;
  border: 1px solid #00B3BE;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a {
    padding: 12rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact-btn a {
    width: 192rem;
    padding: 12rem 0;
  }
}
.robot-contact-btn a svg {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a svg {
    margin-right: 8rem;
    width: 24rem;
  }
}
.robot-contact-btn a svg path,
.robot-contact-btn a svg rect {
  transition: all 0.4s ease-in-out;
}
.robot-contact-btn a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .robot-contact-btn a span {
    font-size: 16rem;
  }
}
.robot-contact-btn a:hover {
  background: var(--g-color-white);
}
.robot-contact-btn a:hover svg path {
  stroke: #00B3BE;
}
.robot-contact-btn a:hover span {
  color: #00B3BE;
}
.robot-contact > img {
  width: 209px;
  position: absolute;
  bottom: 10px;
  right: 80px;
}
@media screen and (max-width: 1300px) {
  .robot-contact > img {
    width: 209rem;
    bottom: 10rem;
    right: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .robot-contact > img {
    width: 104rem;
    bottom: 12rem;
    right: 5rem;
  }
}

.service-intro {
  padding: 51px 0 80px;
}
@media screen and (max-width: 1300px) {
  .service-intro {
    padding: 51rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding: 51rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro-btns__wrap {
    overflow-x: auto;
    margin-bottom: 24rem;
  }
}
.service-intro-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 79px;
}
@media screen and (max-width: 1300px) {
  .service-intro-btns {
    margin-bottom: 79rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro-btns {
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.service-intro-btn {
  cursor: pointer;
  width: 240px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 2px solid;
  transition: all 0.4s ease-in-out;
  border-color: #D2E3FF;
}
@media screen and (max-width: 768px) {
  .service-intro-btn {
    width: 180rem;
    height: 74rem;
    text-align: center;
  }
}
.service-intro-btn::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  background: var(--g-color-white);
  top: 0;
  left: 0;
  opacity: 0;
}
.service-intro-btn.active {
  border-color: var(--g-color-blue);
}
.service-intro-btn.active::after {
  opacity: 1;
}
.service-intro-btn span {
  position: relative;
  text-align: center;
  z-index: 2;
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service-intro-btn span {
    font-size: 15rem;
  }
}
.service-intro-main {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.service-intro-main.change {
  opacity: 0;
  filter: blur(10px);
}
.service-intro__elem-wrap {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: none;
  visibility: hidden;
}
.service-intro__elem-wrap.active {
  opacity: 1;
  display: block;
  visibility: visible;
}
.service-intro__elem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-intro__elem {
    flex-direction: column;
  }
}
.service-intro__elem-img {
  max-width: 544px;
  height: 306px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-img {
    max-width: 544rem;
    height: 306rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-img {
    max-width: 100%;
    height: 291rem;
  }
}
.service-intro__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-intro__elem-txt {
  max-width: 544px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt {
    max-width: 544rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt {
    max-width: 100%;
    margin-bottom: 30rem;
  }
}
.service-intro__elem-txt p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt p {
    font-size: 14rem;
  }
}
.service-intro__elem-txt p:first-child {
  color: var(--g-color-blue);
  font-size: 39px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt p:first-child {
    margin-bottom: 32rem;
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt p:first-child {
    text-align: center;
    margin-bottom: 16rem;
    font-size: 24rem;
  }
}
.service-intro__elem-txt p:first-child span {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 1300px) {
  .service-intro__elem-txt p:first-child span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .service-intro__elem-txt p:first-child span {
    font-size: 20rem;
  }
}

.service-feature {
  padding: 40px 0 104px;
}
@media screen and (max-width: 1300px) {
  .service-feature {
    padding: 40rem 0 104rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature {
    padding: 48rem 0;
    padding-bottom: 60rem;
  }
}
.service-feature-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 71px;
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl {
    margin-bottom: 71rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl {
    margin-bottom: 24rem;
  }
}
.service-feature-ttl h2 {
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl h2 {
    font-size: 32rem;
  }
}
.service-feature-ttl h2 img {
  width: 140px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1300px) {
  .service-feature-ttl h2 img {
    width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-ttl h2 img {
    transform: translate(0%, -70%);
    width: 100rem;
  }
}
.service-feature-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px 32px;
}
@media screen and (max-width: 1300px) {
  .service-feature-grid {
    gap: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature-grid {
    justify-content: center;
    gap: 32rem;
  }
}
.service-feature__elem {
  width: 447px;
  height: 394px;
  background: var(--g-color-white);
  border: 1px solid #00B3BE;
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem {
    padding: 24rem;
    width: 447rem;
    height: 394rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem {
    width: 100%;
    height: auto;
  }
}
.service-feature__elem-num {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-num {
    top: -10rem;
    left: -10rem;
  }
}
.service-feature__elem-num-inner {
  position: relative;
  height: 56px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-num-inner {
    padding-bottom: 4rem;
    height: 56rem;
    width: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-num-inner {
    padding-bottom: 4rem;
    height: 46rem;
    width: 80rem;
  }
}
.service-feature__elem-num-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90.26deg, #00C7D4 0.22%, #00A1AB 99.78%);
  z-index: 1;
  transform: skewX(5deg);
}
.service-feature__elem-num-inner span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 49px;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-num-inner span {
    font-size: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-num-inner span {
    font-size: 36rem;
  }
}
.service-feature__elem-img {
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-img {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-img {
    margin-bottom: 24rem;
  }
}
.service-feature__elem-img img {
  width: 200px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-img img {
    width: 200rem;
  }
}
.service-feature__elem-txt p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  color: var(--g-color-black);
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-txt p {
    font-size: 25rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .service-feature__elem-txt p {
    font-size: 22rem;
  }
}
.service-feature__elem-txt span {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .service-feature__elem-txt span {
    font-size: 16rem;
  }
}

.service-detail {
  padding: 64px 0;
  background: url(../img/service-detail-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  .service-detail {
    padding: 64rem 0;
  }
}
.service-detail-inner {
  max-width: 960px;
  width: 100%;
  padding: 64px;
  margin: auto;
  background: var(--g-color-white);
}
@media screen and (max-width: 1300px) {
  .service-detail-inner {
    max-width: 960rem;
    padding: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail-inner {
    max-width: 350rem;
    padding: 32rem;
  }
}
.service-detail-ttl {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .service-detail-ttl {
    margin-bottom: 32rem;
  }
}
.service-detail-ttl h2 {
  color: var(--g-color-black);
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .service-detail-ttl h2 {
    font-size: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail-ttl h2 {
    font-size: 28rem;
  }
}
.service-detail__elem {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 16px 0;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem {
    display: block;
  }
}
.service-detail__elem:not(:last-child) {
  border-bottom: 1px dotted rgba(51, 61, 64, 0.2);
}
.service-detail__elem:last-child {
  align-items: start;
}
.service-detail__elem-name {
  max-width: 166px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem-name {
    max-width: 166rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem-name {
    max-width: 100%;
    margin-bottom: 16rem;
  }
}
.service-detail__elem-name p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: var(--g-color-blue);
  color: var(--g-color-white);
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem-name p {
    height: 45rem;
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem-name p {
    height: 40rem;
    font-size: 16rem;
  }
}
.service-detail__elem-val {
  padding-left: 32px;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem-val {
    padding-left: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem-val {
    padding: 0 16rem;
  }
}
.service-detail__elem-val p {
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem-val p {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem-val p {
    text-align: center;
    font-size: 16rem;
  }
}
.service-detail__elem-val span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--g-color-black);
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 1300px) {
  .service-detail__elem-val span {
    font-size: 16rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .service-detail__elem-val span {
    font-size: 14rem;
    margin-top: 8rem;
  }
}/*# sourceMappingURL=style.css.map */