@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 40px;
  --g-padding-m: 120px;
  --g-padding-l: 152px;
  --g-color-base: #ECECEC;
  --g-color-red: #AA3333;
  --g-color-orange: #E27A1E;
  --g-color-black: #222222;
  --g-color-blue: #183e82;
  --g-color-white: #fff;
  --g-color-border: #707070;
}
@media screen and (max-width: 1500px) {
  :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: 1500px) {
  html {
    font-size: 0.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333333333vw;
  }
}

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::-webkit-scrollbar {
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: red;
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

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

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

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

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

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

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

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

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

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

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

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 690rem;
  }
}

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

.sec-ttl {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-ttl {
    padding-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    padding-top: 35rem;
  }
}
.sec-ttl::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00238a, #3ebbd8);
}
@media screen and (max-width: 1500px) {
  .sec-ttl::after {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl::after {
    width: 100rem;
    height: 4rem;
  }
}
.sec-ttl p span {
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  color: var(--g-color-blue);
  display: inline-block;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .sec-ttl p span {
    font-size: 14rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-ttl p span {
    font-size: 18rem;
    margin-bottom: 25rem;
  }
}
.sec-ttl h2 {
  color: var(--g-color-black);
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-ttl h2 {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 52rem;
  }
}
.sec-ttl._white::after {
  background: var(--g-color-white);
}
.sec-ttl._white p span {
  color: var(--g-color-white);
}
.sec-ttl._white h2 {
  color: var(--g-color-white);
}

.contact_form_btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.contact_form_btn button {
  margin: 0 !important;
}
.contact_form_btn button input {
  cursor: pointer;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.thanks_btn a {
  margin: 0 auto;
}

.more-btn a,
.more-btn button {
  cursor: pointer;
  width: 260px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  background-color: var(--g-color-blue);
  border: 1px solid var(--g-color-blue);
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .more-btn a,
  .more-btn button {
    width: 260rem;
    height: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a,
  .more-btn button {
    width: 364rem;
    height: 74rem;
  }
}
.more-btn a:hover,
.more-btn button:hover {
  background-color: var(--g-color-white);
}
.more-btn a:hover .more-btn-txt,
.more-btn a:hover .wpcf7-submit,
.more-btn button:hover .more-btn-txt,
.more-btn button:hover .wpcf7-submit {
  color: var(--g-color-blue);
}
.more-btn a:hover .more-btn-ico svg path,
.more-btn button:hover .more-btn-ico svg path {
  stroke: var(--g-color-blue);
}
.more-btn a .wpcf7-spinner,
.more-btn button .wpcf7-spinner {
  display: none;
}
.more-btn a .wpcf7-submit,
.more-btn a .wpcf7-previous,
.more-btn button .wpcf7-submit,
.more-btn button .wpcf7-previous {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--g-color-white);
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .more-btn a .wpcf7-submit,
  .more-btn a .wpcf7-previous,
  .more-btn button .wpcf7-submit,
  .more-btn button .wpcf7-previous {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn a .wpcf7-submit,
  .more-btn a .wpcf7-previous,
  .more-btn button .wpcf7-submit,
  .more-btn button .wpcf7-previous {
    font-size: 20rem;
  }
}
.more-btn a.back,
.more-btn button.back {
  background-color: #eee;
  border-color: #eee;
  transition: 0.2s;
}
.more-btn a.back .wpcf7-previous,
.more-btn button.back .wpcf7-previous {
  color: #000;
}
.more-btn a.back .more-btn-ico,
.more-btn button.back .more-btn-ico {
  right: auto;
  left: 30px;
  transform: translateY(-50%) scale(-1, 1);
  filter: brightness(0);
}
.more-btn a.back:hover,
.more-btn button.back:hover {
  opacity: 0.7;
}
.more-btn-txt {
  color: var(--g-color-white);
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .more-btn-txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn-txt {
    font-size: 20rem;
  }
}
.more-btn-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .more-btn-ico {
    right: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn-ico {
    right: 42rem;
  }
}
.more-btn-ico svg {
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 1500px) {
  .more-btn-ico svg {
    width: 7rem;
    height: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn-ico svg {
    width: 10rem;
    height: 15rem;
  }
}
.more-btn-ico svg path {
  transition: all 0.3s ease-in-out;
}
.more-btn.b-size a,
.more-btn.b-size button {
  background-color: var(--g-color-blue);
  border: 1px solid var(--g-color-blue);
  width: 360px;
  height: 70px;
}
@media screen and (max-width: 1500px) {
  .more-btn.b-size a,
  .more-btn.b-size button {
    width: 360rem;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn.b-size a,
  .more-btn.b-size button {
    width: 562rem;
    height: 100rem;
  }
}
.more-btn.b-size a .more-btn-txt,
.more-btn.b-size button .more-btn-txt {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .more-btn.b-size a .more-btn-txt,
  .more-btn.b-size button .more-btn-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn.b-size a .more-btn-txt,
  .more-btn.b-size button .more-btn-txt {
    font-size: 26rem;
  }
}
.more-btn.b-size a .more-btn-ico svg,
.more-btn.b-size button .more-btn-ico svg {
  width: 10px;
  height: 15px;
}
@media screen and (max-width: 1500px) {
  .more-btn.b-size a .more-btn-ico svg,
  .more-btn.b-size button .more-btn-ico svg {
    width: 10rem;
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .more-btn.b-size a .more-btn-ico svg,
  .more-btn.b-size button .more-btn-ico svg {
    width: 14rem;
    height: 21rem;
  }
}
.more-btn.b-size a:hover,
.more-btn.b-size button:hover {
  background-color: var(--g-color-white);
}
.more-btn.b-size a:hover .more-btn-txt,
.more-btn.b-size button:hover .more-btn-txt {
  color: var(--g-color-blue);
}
.more-btn.b-size a:hover .more-btn-ico svg path,
.more-btn.b-size button:hover .more-btn-ico svg path {
  stroke: var(--g-color-blue);
}

.search-sec {
  background: var(--g-color-blue);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .search-sec {
    padding: 80rem 0;
  }
}
.search-sec .search-sec-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  z-index: 15;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .search-sec .search-sec-head {
    margin-bottom: 60rem;
  }
}
.search-sec .search-sec-head .sec-ttl {
  margin-bottom: 0;
}
.search-sec .search-sec-head-btn {
  display: block;
}
@media screen and (max-width: 768px) {
  .search-sec .search-sec-head-btn {
    display: none;
  }
}
.search-sec .search-sec-head .more-btn-txt {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .search-sec .search-sec-head .more-btn-txt {
    font-size: 18rem;
  }
}
.search-sec .search-sec-head .more-btn-txt svg {
  margin-right: 5px;
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 1500px) {
  .search-sec .search-sec-head .more-btn-txt svg {
    margin-right: 5rem;
    width: 30rem;
    height: 20rem;
  }
}
.search-sec .search-sec-head .more-btn-txt svg path,
.search-sec .search-sec-head .more-btn-txt svg line {
  stroke-width: 6px;
  fill: none;
  stroke: var(--g-color-white);
  transition: all 0.3s ease-in-out;
}
.search-sec .search-sec-head .more-btn-txt svg polyline,
.search-sec .search-sec-head .more-btn-txt svg ellipse {
  fill: var(--g-color-white);
  transition: all 0.3s ease-in-out;
}
.search-sec .search-sec-head .more-btn-ico {
  right: 20px;
}
@media screen and (max-width: 1500px) {
  .search-sec .search-sec-head .more-btn-ico {
    right: 20rem;
  }
}
.search-sec .search-sec-head .more-btn a {
  width: 300px;
  height: 56px;
  border: 1px solid var(--g-color-white);
  background: transparent;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .search-sec .search-sec-head .more-btn a {
    padding-right: 10rem;
    width: 300rem;
    height: 56rem;
  }
}
.search-sec .search-sec-head .more-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--g-color-white);
  z-index: -1;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.search-sec .search-sec-head .more-btn a:hover::after {
  opacity: 1;
}
.search-sec .search-sec-head .more-btn a:hover svg path,
.search-sec .search-sec-head .more-btn a:hover svg line {
  stroke: var(--g-color-blue);
}
.search-sec .search-sec-head .more-btn a:hover svg polyline,
.search-sec .search-sec-head .more-btn a:hover svg ellipse {
  fill: var(--g-color-blue);
}
.search-sec .sec-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .search-sec .sec-ttl {
    margin-bottom: 60rem;
  }
}
.search-sec-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .search-sec-main {
    margin-bottom: 60rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec-main {
    display: block;
  }
}
.search-sec__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search-sec__elem:not(:last-child) {
    margin-bottom: 28rem;
  }
}
.search-sec__elem-label span {
  font-size: 16px;
  color: var(--g-color-white);
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .search-sec__elem-label span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec__elem-label span {
    font-size: 26rem;
  }
}
.search-sec__elem-inp {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .search-sec__elem-inp {
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec__elem-inp {
    width: 520rem;
  }
}
.search-sec__elem-inp.grid-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-sec__elem-inp.grid-2 input,
.search-sec__elem-inp.grid-2 select {
  width: 43%;
}
.search-sec__elem-inp.grid-2 span {
  display: block;
  font-size: 16px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .search-sec__elem-inp.grid-2 span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec__elem-inp.grid-2 span {
    font-size: 30rem;
  }
}
.search-sec__elem-inp input,
.search-sec__elem-inp select {
  width: 100%;
  height: 62px;
  padding: 0 20px;
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  outline: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .search-sec__elem-inp input,
  .search-sec__elem-inp select {
    height: 60rem;
    font-size: 26rem;
    padding: 0 25rem;
  }
}
.search-sec__elem-inp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-sec__elem-inp .search-sec__elem-inp-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
@media screen and (max-width: 768px) {
  .search-sec__elem-inp .search-sec__elem-inp-ico {
    right: 31rem;
  }
}
.search-sec__elem-inp .search-sec__elem-inp-ico img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .search-sec__elem-inp .search-sec__elem-inp-ico img {
    width: 24rem;
  }
}
.search-sec-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-sec-btn {
    display: block;
    text-align: center;
  }
}
.search-sec-btn .more-btn button {
  border: 1px solid var(--g-color-white);
}
.search-sec-btn .more-btn:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 1500px) {
  .search-sec-btn .more-btn:not(:last-child) {
    margin-right: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec-btn .more-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 28rem;
  }
}
.search-sec-btn .more-btn:not(:last-child) .more-btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-blue);
}
.search-sec-btn .more-btn:not(:last-child) .more-btn-txt svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 1500px) {
  .search-sec-btn .more-btn:not(:last-child) .more-btn-txt svg {
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec-btn .more-btn:not(:last-child) .more-btn-txt svg {
    width: 34rem;
    height: 34rem;
    margin-right: 14rem;
  }
}
.search-sec-btn .more-btn:not(:last-child) .more-btn-txt svg g {
  stroke: var(--g-color-blue);
  transition: all 0.3s ease-in-out;
}
.search-sec-btn .more-btn:not(:last-child) button,
.search-sec-btn .more-btn:not(:last-child) a {
  background: var(--g-color-white);
}
.search-sec-btn .more-btn:not(:last-child) button .more-btn-ico svg path,
.search-sec-btn .more-btn:not(:last-child) a .more-btn-ico svg path {
  stroke: var(--g-color-blue);
}
.search-sec-btn .more-btn:not(:last-child) button:hover,
.search-sec-btn .more-btn:not(:last-child) a:hover {
  background: var(--g-color-blue);
}
.search-sec-btn .more-btn:not(:last-child) button:hover .more-btn-txt,
.search-sec-btn .more-btn:not(:last-child) a:hover .more-btn-txt {
  color: var(--g-color-white);
}
.search-sec-btn .more-btn:not(:last-child) button:hover .more-btn-ico svg path,
.search-sec-btn .more-btn:not(:last-child) a:hover .more-btn-ico svg path {
  stroke: var(--g-color-white);
}
.search-sec-btn .more-btn:not(:last-child) button:hover svg g,
.search-sec-btn .more-btn:not(:last-child) a:hover svg g {
  stroke: var(--g-color-white);
}
.search-sec-btn .more-btn button,
.search-sec-btn .more-btn a {
  margin: auto;
}
.search-sec form {
  position: relative;
  z-index: 2;
}
.search-sec-bg {
  position: absolute;
  width: 558px;
  right: 25px;
  top: 36px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .search-sec-bg {
    width: 558rem;
    right: 25rem;
    top: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .search-sec-bg {
    width: 558rem;
    right: -140rem;
    top: 16rem;
  }
}
.search-sec._white {
  background: #F6F6F6;
}
.search-sec._white .search-sec__elem-label span {
  color: var(--g-color-black);
}
.search-sec._white .search-sec__elem-inp.grid-2 span {
  color: var(--g-color-black);
}
.search-sec._white .search-sec__elem-inp select {
  border: none;
}
.search-sec._white .search-sec-btn .more-btn:first-child .more-btn-txt {
  color: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:first-child .more-btn-txt svg g {
  stroke: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:first-child a,
.search-sec._white .search-sec-btn .more-btn:first-child button {
  background: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:first-child a .more-btn-ico svg path,
.search-sec._white .search-sec-btn .more-btn:first-child button .more-btn-ico svg path {
  stroke: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:first-child a:hover,
.search-sec._white .search-sec-btn .more-btn:first-child button:hover {
  background: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:first-child a:hover .more-btn-txt,
.search-sec._white .search-sec-btn .more-btn:first-child button:hover .more-btn-txt {
  color: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:first-child a:hover .more-btn-ico svg path,
.search-sec._white .search-sec-btn .more-btn:first-child button:hover .more-btn-ico svg path {
  stroke: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:first-child a:hover svg g,
.search-sec._white .search-sec-btn .more-btn:first-child button:hover svg g {
  stroke: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:last-child .more-btn-txt {
  color: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:last-child .more-btn-txt svg g {
  stroke: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:last-child a,
.search-sec._white .search-sec-btn .more-btn:last-child button {
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:last-child a .more-btn-ico svg path,
.search-sec._white .search-sec-btn .more-btn:last-child button .more-btn-ico svg path {
  stroke: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:last-child a:hover,
.search-sec._white .search-sec-btn .more-btn:last-child button:hover {
  background: var(--g-color-blue);
}
.search-sec._white .search-sec-btn .more-btn:last-child a:hover .more-btn-txt,
.search-sec._white .search-sec-btn .more-btn:last-child button:hover .more-btn-txt {
  color: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:last-child a:hover .more-btn-ico svg path,
.search-sec._white .search-sec-btn .more-btn:last-child button:hover .more-btn-ico svg path {
  stroke: var(--g-color-white);
}
.search-sec._white .search-sec-btn .more-btn:last-child a:hover svg g,
.search-sec._white .search-sec-btn .more-btn:last-child button:hover svg g {
  stroke: var(--g-color-white);
}

.sec-recruit {
  text-align: center;
  padding: 90px 0;
  background: url(../img/recruit-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec-recruit {
    padding: 90rem 0;
  }
}
.sec-recruit > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 34px;
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec-recruit > span {
    margin-bottom: 34rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit > span {
    margin-bottom: 26rem;
    font-size: 18rem;
  }
}
.sec-recruit h3 {
  position: relative;
  z-index: 2;
  font-size: 42px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-recruit h3 {
    margin-bottom: 60rem;
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit h3 {
    margin-bottom: 49rem;
    font-size: 52rem;
  }
}
.sec-recruit > p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-white);
  font-weight: 500;
  margin-bottom: 58px;
}
@media screen and (max-width: 1500px) {
  .sec-recruit > p {
    font-size: 16rem;
    margin-bottom: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit > p {
    font-size: 26rem;
    margin-bottom: 40rem;
  }
}
.sec-recruit .more-btn {
  position: relative;
  z-index: 2;
}
.sec-recruit .more-btn a {
  margin: auto;
}
.sec-recruit-deco {
  position: absolute;
  right: -25px;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .sec-recruit-deco {
    right: -25rem;
    top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-recruit-deco {
    right: 0;
    top: 15%;
  }
}
.sec-recruit-deco img {
  width: 800px;
}
@media screen and (max-width: 1500px) {
  .sec-recruit-deco img {
    width: 800rem;
  }
}

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

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

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-img {
  width: 520px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-img {
    width: 520rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    width: 417rem;
    height: 320rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-auto-loop-txt {
  font-size: 159px;
  letter-spacing: 0.1em;
  color: #f3f6fa;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-wrap: nowrap;
}
@media screen and (max-width: 1500px) {
  .slide-auto-loop-txt {
    font-size: 159rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 140rem;
  }
}

.site-circle-deco img {
  width: 214px;
  animation: loop-circle 20s infinite linear;
}
@media screen and (max-width: 1500px) {
  .site-circle-deco img {
    width: 214rem;
  }
}
@media screen and (max-width: 768px) {
  .site-circle-deco img {
    width: 196rem;
  }
}

@keyframes loop-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lower-fv {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-fv {
    height: 520rem;
    padding-top: 70rem;
  }
}
.lower-fv.s-lower {
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  .lower-fv.s-lower {
    padding-top: 100rem;
  }
}
.lower-fv-ttl {
  text-align: center;
}
.lower-fv-ttl p {
  font-size: 16px;
  color: var(--g-color-white);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl p {
    font-size: 22rem;
    margin-bottom: 25rem;
  }
}
.lower-fv-ttl span {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-white);
  display: inline-flex;
  padding: 8px 24px;
  border: 1px solid var(--g-color-white);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl span {
    padding: 8rem 24rem;
    font-size: 30rem;
  }
}
.lower-fv-ttl h2 {
  font-size: 46px;
  color: var(--g-color-white);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lower-fv-ttl h2 {
    font-size: 60rem;
  }
}

.lower-page-link {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .lower-page-link {
    padding: 25rem 0;
  }
}
.lower-page-link ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.lower-page-link ul li {
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lower-page-link ul li {
    font-size: 22rem;
  }
}
.lower-page-link ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .lower-page-link ul li:not(:last-child) {
    margin-right: 15rem;
  }
}
.lower-page-link ul li a {
  display: inline-block;
  color: #183e82;
  position: relative;
}
.lower-page-link ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #183e82;
}

.lower-footer {
  background: #F3F6FA;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .lower-footer {
    padding: 100rem 0;
  }
}

.lower-footer-access {
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access {
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access {
    margin-bottom: 200rem;
  }
}
.lower-footer-access-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access-ttl {
    margin-bottom: 80rem;
  }
}
.lower-footer-access-map-main {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-map-main {
    height: 480rem;
  }
}
.lower-footer-access-map-main iframe {
  width: 100%;
  height: 100%;
}
.lower-footer-access-map p {
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lower-footer-access-map p {
    margin-top: 20rem;
    font-size: 22rem;
  }
}
.lower-footer-access-map.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-map.grid-3 {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access-map.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lower-footer-access-map__elem-main {
  margin-bottom: 24px;
  height: 280px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-map__elem-main {
    height: 280rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access-map__elem-main {
    height: 400rem;
    -webkit-mask-box-image: 36rem;
            mask-border: 36rem;
  }
}
.lower-footer-access-map__elem-main iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-footer-access-map__elem p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1.7;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-map__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access-map__elem p {
    font-size: 22rem;
  }
}
.lower-footer-access-map__elem p:nth-child(2) {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .lower-footer-access-map__elem p:nth-child(2) {
    font-size: 20rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-access-map__elem p:nth-child(2) {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}

.lower-footer-contact {
  background: url(../img/sec-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact {
    padding: 50rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact {
    padding: 100rem 0;
  }
}
.lower-footer-contact-ttl {
  text-align: center;
}
.lower-footer-contact-ttl p {
  margin-bottom: 34px;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact-ttl p {
    margin-bottom: 34rem;
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact-ttl p {
    font-size: 40rem;
    margin-bottom: 50rem;
  }
}
.lower-footer-contact-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-footer-contact-main {
    display: block;
  }
}
.lower-footer-contact__elem {
  text-align: center;
  padding: 20px 60px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem {
    padding: 20rem 60rem;
  }
}
.lower-footer-contact__elem:first-child {
  border-right: 1px solid var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem:first-child {
    border-right: unset;
    margin-bottom: 30rem;
  }
}
.lower-footer-contact__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-ttl p {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-ttl p {
    font-size: 26rem;
    margin-bottom: 42rem;
  }
}
.lower-footer-contact__elem-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.lower-footer-contact__elem-main-btn.lower-footer-contact-phone img {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-main-btn.lower-footer-contact-phone img {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-main-btn.lower-footer-contact-phone img {
    width: 42rem;
    height: 42rem;
  }
}
.lower-footer-contact__elem-main-btn.lower-footer-contact-phone span {
  font-size: 42px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-main-btn.lower-footer-contact-phone span {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-main-btn.lower-footer-contact-phone span {
    font-size: 50rem;
    line-height: 1;
  }
}
.lower-footer-contact__elem-main-btn .more-btn a {
  background: transparent;
  border: 1px solid var(--g-color-white);
  width: 300px;
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-main-btn .more-btn a {
    width: 300rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-main-btn .more-btn a {
    width: 360rem;
    height: 80rem;
  }
}
.lower-footer-contact__elem-main-btn .more-btn a:hover {
  background: var(--g-color-white);
}
.lower-footer-contact__elem-main-btn .more-btn-txt {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-main-btn .more-btn-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-main-btn .more-btn-txt {
    font-size: 24rem;
  }
}
.lower-footer-contact__elem-main > p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .lower-footer-contact__elem-main > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-footer-contact__elem-main > p {
    font-size: 22rem;
  }
}

.other-service {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .other-service {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .other-service {
    padding: 120rem 0;
  }
}
.other-service-ttl p {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .other-service-ttl p {
    font-size: 32rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .other-service-ttl p {
    margin-bottom: 80rem;
    font-size: 46rem;
  }
}
.other-service-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .other-service-content {
    display: block;
  }
}
.other-service__elem {
  cursor: pointer;
  width: 380px;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .other-service__elem {
    width: 380rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  .other-service__elem {
    width: 100%;
    height: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .other-service__elem:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.other-service__elem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #03122b;
}
@media screen and (max-width: 768px) {
  .other-service__elem::before {
    display: none;
  }
}
.other-service__elem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.other-service__elem-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.other-service__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-service__elem-main {
  position: relative;
  z-index: 5;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.other-service__elem-main span {
  font-size: 16px;
  color: var(--g-color-white);
  font-weight: 500;
  padding: 5px 27px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-white);
  border-radius: 50px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .other-service__elem-main span {
    font-size: 16rem;
    padding: 5rem 27rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .other-service__elem-main span {
    font-size: 24rem;
    padding: 8rem 42rem;
    margin-bottom: 24rem;
  }
}
.other-service__elem-main p {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .other-service__elem-main p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .other-service__elem-main p {
    font-size: 32rem;
  }
}
.other-service__elem-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .other-service__elem-hover {
    display: none;
  }
}
.other-service__elem-hover span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-white);
}
.other-service__elem:hover::before {
  opacity: 0.6;
}
.other-service__elem:hover .other-service__elem-main {
  opacity: 0;
}
.other-service__elem:hover .other-service__elem-hover {
  opacity: 1;
}

.lower-add-cta {
  position: fixed;
  z-index: 888;
  right: 0;
  top: 70%;
  transform: translateX(70%);
  transition: all 0.3s ease-in-out;
}
.lower-add-cta img {
  width: 240px;
}
@media screen and (max-width: 1500px) {
  .lower-add-cta img {
    width: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-add-cta img {
    width: 320rem;
  }
}
.lower-add-cta:hover {
  transform: translateX(0);
}

.lower-main-loop-txt {
  position: absolute;
  width: 100%;
  top: 22%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lower-main-loop-txt {
    top: 18%;
  }
}

.news-list__wrap,
.sec-stock-main-list__wrap,
.sec-truck-main-list,
.sec-truck-main-list__wrap {
  transition: all 0.3s ease-in-out;
}
.news-list__wrap.--is-loading,
.sec-stock-main-list__wrap.--is-loading,
.sec-truck-main-list.--is-loading,
.sec-truck-main-list__wrap.--is-loading {
  filter: blur(10px);
  opacity: 0.5;
}

.grecaptcha-badge {
  z-index: 999;
}

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

._bold {
  font-weight: 700;
}

.en-font {
  font-family: "Lato", sans-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: 1500px) {
  .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: 1500px) {
  .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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-120%);
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    visibility: visible;
    background: var(--g-color-white);
  }
}
.header.loaded {
  transform: translateY(0);
}
.header-container {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}
@media screen and (max-width: 1500px) {
  .header-container {
    height: 100rem;
    padding-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding-right: 0;
  }
}
.header-logo {
  opacity: 0;
  visibility: hidden;
  padding: 24px 32px;
  background: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .header-logo {
    padding: 24rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    background: transparent;
    padding: 20rem 30rem;
  }
}
.header-logo img {
  width: 274px;
}
@media screen and (max-width: 1500px) {
  .header-logo img {
    width: 274rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 323rem;
  }
}
.header-main {
  position: relative;
  visibility: visible;
}
.header-main-top ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-main-top ul li {
  line-height: 1;
}
.header-main-top ul li:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header-main-top ul li:not(:first-child) {
    margin-left: 30rem;
  }
}
.header-main-top ul li a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  width: 180px;
  height: 40px;
  background-color: var(--g-color-white);
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .header-main-top ul li a {
    width: 180rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-top ul li a {
    width: auto;
    height: auto;
    border: unset;
    background: transparent;
  }
}
.header-main-top ul li a svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .header-main-top ul li a svg {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-top ul li a svg {
    width: 40rem;
  }
}
.header-main-top ul li a svg g,
.header-main-top ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.header-main-top ul li a span {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .header-main-top ul li a span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-top ul li a span {
    display: none;
  }
}
.header-main-top ul li a.header-num span {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .header-main-top ul li a.header-num span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-top ul li a.header-num svg {
    display: none;
  }
}
.header-main-top ul li a.header-num img {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-main-top ul li a.header-num img {
    display: block;
    width: 40rem;
  }
}
.header-main-top ul li a:hover {
  background-color: var(--g-color-blue);
}
.header-main-top ul li a:hover span {
  color: var(--g-color-white);
}
.header-main-top ul li a:hover svg {
  fill: var(--g-color-white);
}
.header-main-top ul li a:hover svg g,
.header-main-top ul li a:hover svg path {
  stroke: var(--g-color-white);
}
.header-main-top ul li.menu-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-main-top ul li.menu-sp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100rem;
    width: 100rem;
    background: var(--g-color-blue);
  }
}
.header-main-top ul li.menu-sp-btn button {
  width: 34rem;
  height: 34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.header-main-top ul li.menu-sp-btn button span {
  display: inline-block;
  width: 34rem;
  height: 2rem;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: var(--g-color-white);
}
.header-main-top ul li.menu-sp-btn button span:nth-child(2) {
  margin: 10rem 0;
}
.header-main-top ul li.menu-sp-btn.open-menu button span:nth-child(1) {
  transform: rotate(45deg) translate(12rem, 12rem);
  width: 40rem;
}
.header-main-top ul li.menu-sp-btn.open-menu button span:nth-child(2) {
  opacity: 0;
}
.header-main-top ul li.menu-sp-btn.open-menu button span:nth-child(3) {
  transform: rotate(-45deg) translate(5rem, -5rem);
  width: 40rem;
}
.header-main-bottom {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding-top: 25px;
}
@media screen and (max-width: 1500px) {
  .header-main-bottom {
    padding-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-bottom {
    display: none;
  }
}
.header-main-bottom.scroll ul li,
.header-main-bottom.scroll ul li a {
  color: var(--g-color-black);
}
.header-main-bottom.scroll a::after {
  background: var(--g-color-black);
}
.header-main-bottom ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-main-bottom ul li {
  font-size: 16px;
  color: var(--g-color-white);
  transition: color 0.5s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .header-main-bottom ul li {
    font-size: 16rem;
  }
}
.header-main-bottom ul li:not(:first-child) {
  margin-left: 44px;
}
@media screen and (max-width: 1500px) {
  .header-main-bottom ul li:not(:first-child) {
    margin-left: 44rem;
  }
}
.header-main-bottom ul li a {
  font-size: 16px;
  color: var(--g-color-white);
  transition: color 0.5s ease-in-out;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header-main-bottom ul li a {
    font-size: 16rem;
  }
}
.header-main-bottom ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-white);
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.header-main-bottom ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.header-main-bottom-mega {
  position: relative;
  cursor: pointer;
}
.header-main-bottom-mega::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 15px solid var(--g-color-blue);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1500px) {
  .header-main-bottom-mega::after {
    bottom: -32rem;
  }
}
.header-main-bottom-mega.hover::after {
  opacity: 1;
  visibility: visible;
}
.header-main-bottom-mega:hover::after {
  opacity: 1;
  visibility: visible;
}

.header-logo-fixed {
  position: fixed;
  z-index: 801;
  top: 0;
  left: 0;
  visibility: visible;
  padding: 24px 32px;
  background: var(--g-color-white);
  transform: translateY(-120%);
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 1500px) {
  .header-logo-fixed {
    padding: 24rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo-fixed {
    padding: 20rem 30rem;
  }
}
.header-logo-fixed.loaded {
  transform: translateY(0);
}
.header-logo-fixed img {
  width: 274px;
}
@media screen and (max-width: 1500px) {
  .header-logo-fixed img {
    width: 274rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo-fixed img {
    width: 323rem;
  }
}

.header-main-mega {
  transition: opacity 0.5s, 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.5s, 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.5s, 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);
  background: var(--g-color-blue);
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 142px;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 1500px) {
  .header-main-mega {
    top: 142rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-mega {
    display: none;
  }
}
.header-main-mega.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.header-main-mega:hover {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.header-main-mega .container {
  padding: 50px 0 70px;
}
@media screen and (max-width: 1500px) {
  .header-main-mega .container {
    padding: 50rem 0 70rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-mega .container {
    padding: 70rem 0 100rem;
  }
}
.header-main-mega-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-head {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .header-main-mega-head {
    margin-bottom: 50rem;
  }
}
.header-main-mega-head-ttl span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 700;
  line-height: 1;
  font-family: "Lato", sans-serif;
  margin-bottom: 16px;
}
.header-main-mega-head-ttl p {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 700;
}
.header-main-mega-head-btn a {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid var(--g-color-white);
}
.header-main-mega-head-btn a span {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
}
.header-main-mega-head-btn a svg {
  width: 7px;
  height: 11px;
  margin-left: 8px;
}
.header-main-mega-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 28px;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-links {
    gap: 0 28rem;
  }
}
.header-main-mega-link-img {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-link-img {
    height: 180rem;
    margin-bottom: 15rem;
  }
}
.header-main-mega-link-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-main-mega-link-txt {
  text-align: center;
}
.header-main-mega-link-txt p {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-link-txt p {
    margin-bottom: 16rem;
    font-size: 20rem;
  }
}
.header-main-mega-link-txt a {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--g-color-white);
  width: 240px;
  height: 42px;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-link-txt a {
    width: 240rem;
    height: 42rem;
  }
}
.header-main-mega-link-txt a span {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-link-txt a span {
    font-size: 16rem;
  }
}
.header-main-mega-link-txt a svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 11px;
  width: 7px;
}
.header-main-mega-link-txt a svg path {
  transition: all 0.3s ease-in-out;
}
.header-main-mega-link-txt a:hover {
  background: var(--g-color-white);
}
.header-main-mega-link-txt a:hover span {
  color: var(--g-color-blue);
}
.header-main-mega-link-txt a:hover svg path {
  stroke: var(--g-color-blue);
}
.header-main-mega-link:nth-child(3) a svg {
  right: 10px;
}
@media screen and (max-width: 1500px) {
  .header-main-mega-link:nth-child(3) a svg {
    right: 10rem;
  }
}

.header-menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-menu-sp {
    display: block;
    position: fixed;
    z-index: 750;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--g-color-blue);
    padding: 180rem 30rem 60rem;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
    transition: clip-path 1s 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 1s 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 1s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  }
}
.header-menu-sp.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.header-menu-sp-container > ul {
  margin-bottom: 80rem;
}
.header-menu-sp-container > ul li {
  position: relative;
  font-size: 32rem;
  color: var(--g-color-white);
  font-weight: 700;
}
.header-menu-sp-container > ul li:not(:last-child) {
  margin-bottom: 35rem;
}
.header-menu-sp-container > ul li svg {
  width: 14rem;
  height: 21rem;
}
.header-menu-sp-container > ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-menu-sp-container > ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32rem;
  color: var(--g-color-white);
  font-weight: 700;
  width: 100%;
}
.header-menu-sp-mega {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.header-menu-sp-mega ul li {
  margin-top: 35rem;
}
.header-menu-sp-mega ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-menu-sp-mega ul li p {
  color: var(--g-color-white);
  font-size: 26rem;
  margin-right: 60rem;
}
.header-menu-sp-mega ul li span {
  width: auto;
  font-size: 22rem;
  font-weight: 500;
  border: 1px solid var(--g-color-white);
  border-radius: 100px;
  padding: 0 30rem;
}
.header-menu-sp-mega ul li svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-menu-sp-btns {
  margin-bottom: 58rem;
}
.header-menu-sp-btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-sp-btns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220rem;
  height: 60rem;
  border-radius: 100px;
  background: var(--g-color-blue);
  border: 1px solid var(--g-color-white);
}
.header-menu-sp-btns ul li a svg {
  width: 24rem;
  height: 24rem;
  margin-right: 5rem;
}
.header-menu-sp-btns ul li a span {
  font-size: 22rem;
  color: var(--g-color-white);
  font-weight: 700;
}
.header-menu-sp .site-share {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: #2d58a3;
  width: 100%;
}
.header-menu-sp .site-share span {
  display: inline-block;
  margin-right: 30rem;
  color: var(--g-color-white);
  font-size: 20rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.header-menu-sp .site-share ul li:not(:last-child) {
  margin-right: 20rem;
}
.header-menu-sp .site-share ul li img {
  width: 60rem;
}

.full-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 720;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
}
.full-bg.open-menu {
  visibility: visible;
  opacity: 1;
}

.footer-top {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .footer-top {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: 100rem 0 80rem;
  }
}
.footer-top::after {
  content: "";
  position: absolute;
  background: #f3f6fa;
  top: 0;
  left: 35%;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer-top::after {
    left: 0;
    top: auto;
    bottom: 0;
    height: 69%;
  }
}
.footer-top .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-top .container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-ttl {
    margin-bottom: 140rem;
  }
}
.footer-top-ttl .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .footer-top-ttl .sec-ttl {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-ttl .sec-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-ttl .sec-ttl::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer-top-ttl > p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .footer-top-ttl > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-ttl > p {
    text-align: center;
    font-size: 26rem;
  }
}
.footer-top-content {
  display: flex;
  align-items: start;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .footer-top-content {
    display: block;
  }
}
.footer-top__elem {
  text-align: center;
}
.footer-top__elem:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem:not(:first-child) {
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem:not(:last-child) {
    margin-bottom: 68rem;
  }
}
.footer-top__elem:nth-child(1) .more-btn a {
  border: 1px solid var(--g-color-blue);
}
.footer-top__elem:nth-child(1) .more-btn a .more-btn-txt {
  display: flex;
  align-items: center;
}
.footer-top__elem:nth-child(1) .more-btn a .more-btn-txt svg {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  transition: fill 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem:nth-child(1) .more-btn a .more-btn-txt svg {
    width: 28rem;
    height: 28rem;
    margin-right: 9rem;
  }
}
.footer-top__elem:nth-child(1) .more-btn a:hover .more-btn-txt svg {
  fill: var(--g-color-blue);
}
.footer-top__elem:nth-child(2) .more-btn a {
  border: 1px solid #00b900;
  background: #00b900;
}
.footer-top__elem:nth-child(2) .more-btn a .more-btn-txt {
  display: flex;
  align-items: center;
}
.footer-top__elem:nth-child(2) .more-btn a .more-btn-txt svg {
  width: 34px;
  height: 34px;
  margin-right: 11px;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem:nth-child(2) .more-btn a .more-btn-txt svg {
    width: 34rem;
    height: 34rem;
    margin-right: 11rem;
  }
}
.footer-top__elem:nth-child(2) .more-btn a .more-btn-txt svg path {
  transition: fill 0.3s ease-in-out;
}
.footer-top__elem:nth-child(2) .more-btn a:hover {
  background: var(--g-color-white);
}
.footer-top__elem:nth-child(2) .more-btn a:hover span {
  color: #00b900;
}
.footer-top__elem:nth-child(2) .more-btn a:hover .more-btn-txt svg path.st0 {
  fill: var(--g-color-white);
}
.footer-top__elem:nth-child(2) .more-btn a:hover .more-btn-txt svg path.st1 {
  fill: #00b900;
}
.footer-top__elem:nth-child(2) .more-btn a:hover svg path {
  stroke: #00b900;
}
.footer-top__elem > p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem > p {
    margin-bottom: 35rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem > p {
    margin-bottom: 54rem;
    font-size: 26rem;
  }
}
.footer-top__elem > p::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #00238a, #3ebbd8);
}
@media screen and (max-width: 1500px) {
  .footer-top__elem > p::after {
    width: 40rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem > p::after {
    bottom: -15rem;
    width: 56rem;
    height: 4rem;
  }
}
.footer-top__elem-main {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem-main {
    margin-bottom: 30rem;
  }
}
.footer-top__elem-main p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-top__elem-main p {
    margin-bottom: 10rem;
  }
}
.footer-top__elem-main p img {
  width: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem-main p img {
    width: 36rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem-main p img {
    width: 50rem;
  }
}
.footer-top__elem-main p span {
  line-height: 1;
  color: var(--g-color-blue);
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem-main p span {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem-main p span {
    font-size: 58rem;
  }
}
.footer-top__elem-main > span {
  line-height: 1;
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .footer-top__elem-main > span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem-main > span {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__elem-btn {
    display: none;
  }
}
.footer-top__elem-btn .more-btn a {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer-top-sp-btns .more-btn:first-child {
    margin-bottom: 30rem;
  }
}
.footer-top-sp-btns .more-btn:first-child a {
  border: 1px solid var(--g-color-blue);
}
.footer-top-sp-btns .more-btn:first-child a .more-btn-txt {
  display: flex;
  align-items: center;
}
.footer-top-sp-btns .more-btn:first-child a .more-btn-txt svg {
  transition: fill 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-top-sp-btns .more-btn:first-child a .more-btn-txt svg {
    width: 36rem;
    height: 40rem;
    margin-right: 12rem;
  }
}
.footer-top-sp-btns .more-btn:last-child a {
  border: 1px solid #00b900;
  background: #00b900;
}
.footer-top-sp-btns .more-btn:last-child a .more-btn-txt {
  display: flex;
  align-items: center;
}
.footer-top-sp-btns .more-btn:last-child a .more-btn-txt svg {
  transition: fill 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-top-sp-btns .more-btn:last-child a .more-btn-txt svg {
    width: 48rem;
    height: 48rem;
    margin-right: 12rem;
  }
}
.footer-top-sp-btns a {
  margin: auto;
}
.footer-top .to-top__wrap {
  position: absolute;
  bottom: 32px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .footer-top .to-top__wrap {
    bottom: 32rem;
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top .to-top__wrap {
    bottom: 18rem;
    right: 14rem;
  }
}
.footer-top .to-top__wrap .to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.footer-top .to-top__wrap .to-top img {
  width: 43px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer-top .to-top__wrap .to-top img {
    width: 52rem;
    margin-bottom: 14rem;
  }
}
.footer-top .to-top__wrap .to-top span {
  font-size: 12px;
  color: #183e82;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer-top .to-top__wrap .to-top span {
    font-size: 16rem;
  }
}
.footer-bottom {
  background: var(--g-color-blue);
  padding: 40px 0 50px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom {
    padding: 40rem 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 60rem 0;
  }
}
.footer-bottom .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-bottom .container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-logo {
    text-align: center;
  }
}
.footer-bottom-logo-main {
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-logo-main {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-logo-main {
    margin-bottom: 40rem;
  }
}
.footer-bottom-logo-main img {
  width: 273px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-logo-main img {
    width: 273rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-logo-main img {
    width: 380rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-logo-bottom {
    margin-bottom: 48rem;
  }
}
.footer-bottom-logo-bottom img {
  width: 200px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-logo-bottom img {
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-logo-bottom img {
    width: 280rem;
  }
}
.footer-bottom-link {
  display: flex;
  align-items: start;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .footer-bottom-link {
    display: block;
  }
}
.footer-bottom-link ul:not(:first-child) {
  margin-left: 70px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-link ul:not(:first-child) {
    margin-left: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.footer-bottom-link ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-link ul li:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.footer-bottom-link ul li a {
  font-size: 16px;
  color: var(--g-color-white);
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .footer-bottom-link ul li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul li a {
    width: 100%;
    font-size: 26rem;
  }
}
.footer-bottom-link ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul li a::after {
    display: none;
  }
}
.footer-bottom-link ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-bottom-link ul li a .footer-link-sp-ico {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul li a .footer-link-sp-ico {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.footer-bottom-link ul li a .footer-link-sp-ico svg {
  width: 14rem;
  height: 21rem;
}
.footer-bottom-link ul.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul.forsp {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 60rem;
  }
}
.footer-bottom-link ul.forsp li {
  margin: 0;
}
.footer-last .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .footer-last .container {
    height: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-last .container {
    justify-content: center;
    height: auto;
    padding: 30rem 0 180rem;
  }
}
.footer-last .container > p {
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .footer-last .container > p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-last .container > p {
    text-align: center;
    font-size: 20rem;
    width: 100%;
  }
}
.footer-last .container ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .footer-last .container ul {
    display: none;
  }
}
.footer-last .container ul li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 1500px) {
  .footer-last .container ul li:not(:first-child) {
    margin-left: 40rem;
  }
}
.footer-last .container ul li a {
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .footer-last .container ul li a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-last .container ul li a {
    text-align: center;
    font-size: 24rem;
  }
}
.footer-last .container ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .footer-last .container ul li a::after {
    display: none;
  }
}
.footer-last .container ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-sp-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 700;
  }
}
.footer-sp-btn img {
  width: 100%;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 500;
  transform: translateX(-101%);
  transition: transform 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 1500px) {
  .sidebar {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar.loaded {
  transform: translateX(0);
}
.sidebar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidebar-container > span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
.sidebar-container ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-container ul li a img {
  width: 34px;
}

.news-page .lower-fv {
  background: url(../img/news-fv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.works-single-main {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1500px) {
  .works-single-main {
    padding: 70rem 0 120rem;
  }
}

.works-single-head {
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .works-single-head {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-head {
    margin-bottom: 100rem;
  }
}
.works-single-head-top {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .works-single-head-top {
    margin-bottom: 24rem;
  }
}
.works-single-head-client span {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-blue);
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .works-single-head-client span {
    font-size: 20rem;
    margin-right: 30rem;
  }
}
.works-single-head-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 1500px) {
  .works-single-head-ctgs {
    gap: 5rem 10rem;
  }
}
.works-single-head-ctg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  background: var(--g-color-blue);
  padding: 5px 40px;
  border-radius: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .works-single-head-ctg {
    padding: 5px 40rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-head-ctg {
    font-size: 20rem;
    padding: 5rem 40rem;
  }
}
.works-single-head-ttl p {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .works-single-head-ttl p {
    font-size: 28rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-head-ttl p {
    font-size: 40rem;
    margin-bottom: 80rem;
  }
}
.works-single-head-img {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.works-single-head-img img {
  width: 100%;
  height: auto;
}

.works-single-content {
  text-align: center;
}
.works-single-content * {
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .works-single-content * {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-content * {
    margin-bottom: 70rem;
    font-size: 22rem;
  }
}
.works-single-content h2,
.works-single-content h3 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 1500px) {
  .works-single-content h2,
  .works-single-content h3 {
    padding-left: 70rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-content h2,
  .works-single-content h3 {
    font-size: 36rem;
    margin-bottom: 50rem;
  }
}
.works-single-content h2::after,
.works-single-content h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 54px;
  height: 27px;
  background: url(../img/single-logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .works-single-content h2::after,
  .works-single-content h3::after {
    width: 54rem;
    height: 27rem;
  }
}
.works-single-content img {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .works-single-content img {
    max-width: 900rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-content img {
    max-width: 94%;
    margin-bottom: 70rem;
  }
}
.works-single-content ul,
.works-single-content ol {
  padding-left: 30px;
  border-left: 2px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .works-single-content ul,
  .works-single-content ol {
    padding-left: 30rem;
  }
}
.works-single-content ul li,
.works-single-content ol li {
  margin-bottom: 0;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 1500px) {
  .works-single-content ul li,
  .works-single-content ol li {
    padding-left: 28rem;
  }
}
.works-single-content ul li::after,
.works-single-content ol li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--g-color-blue);
  border-radius: 50%;
}
.works-single-content a {
  color: var(--g-color-blue);
  border-bottom: 1px solid var(--g-color-blue);
}

.works-single-btn {
  text-align: center;
}
.works-single-btn .more-btn a {
  margin: auto;
}
.works-single-btn .more-btn a .more-btn-txt {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .works-single-btn .more-btn a .more-btn-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-btn .more-btn a .more-btn-txt {
    font-size: 26rem;
  }
}
.works-single-btn .more-btn-ico {
  left: 30px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1500px) {
  .works-single-btn .more-btn-ico {
    left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .works-single-btn .more-btn-ico {
    left: 42rem;
  }
}

.truck-single {
  overflow: unset;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1500px) {
  .truck-single {
    padding: 80rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single {
    padding: 100rem 0 120rem;
  }
}
.truck-single-head {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .truck-single-head {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-head {
    margin-bottom: 80rem;
  }
}
.truck-single-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.truck-single-head h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .truck-single-head h2 {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-head h2 {
    font-size: 34rem;
  }
}
.truck-single-main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .truck-single-main {
    display: block;
  }
}
.truck-single-detail {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail {
    max-width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail {
    max-width: 100%;
  }
}
.truck-single-detail__elem-ttl {
  position: relative;
  margin-bottom: 28px;
  padding: 12px 0;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail__elem-ttl {
    margin-bottom: 28rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail__elem-ttl {
    margin-bottom: 40rem;
    padding: 20rem 0;
  }
}
.truck-single-detail__elem-ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
  bottom: 0;
  left: 0;
}
.truck-single-detail__elem-ttl p {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail__elem-ttl p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail__elem-ttl p {
    font-size: 40rem;
  }
}
.truck-single-detail-gallery-main {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-gallery-main {
    height: 500rem;
    margin-bottom: 30rem;
  }
}
.truck-single-detail-gallery-main.change {
  opacity: 0;
}
.truck-single-detail-gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.truck-single-detail-gallery-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 25px;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-gallery-list {
    margin-bottom: 25rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-gallery-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.truck-single-detail-gallery-list__elem {
  height: 77px;
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-gallery-list__elem {
    height: 77rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-gallery-list__elem {
    height: 120rem;
  }
}
.truck-single-detail-gallery-list__elem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.truck-single-detail-gallery-list__elem.active::after {
  opacity: 1;
}
.truck-single-detail-gallery-list__elem.show {
  display: block;
}
.truck-single-detail-gallery-list__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.truck-single-detail-gallery-btn {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-gallery-btn {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-gallery-btn {
    margin-bottom: 80rem;
  }
}
.truck-single-detail-gallery-btn button {
  margin: auto;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid var(--g-color-blue);
  padding: 8px 20px 8px 0;
  position: relative;
  cursor: pointer;
}
.truck-single-detail-gallery-btn button::before, .truck-single-detail-gallery-btn button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--g-color-blue);
  top: 50%;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.truck-single-detail-gallery-btn button::after {
  transform: rotate(90deg);
}
.truck-single-detail-gallery-btn button.active::after {
  transform: rotate(0);
}
.truck-single-detail-gallery-btn button span {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-blue);
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.truck-single-detail-main {
  margin-bottom: 46px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-main {
    margin-bottom: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-main {
    margin-bottom: 80rem;
  }
}
.truck-single-detail-main__elem-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .truck-single-detail-main__elem-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.truck-single-detail-main__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  border-bottom: 1px solid #d0d4d9;
}
.truck-single-detail-main__elem p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-main__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-main__elem p {
    font-size: 26rem;
  }
}
.truck-single-detail-main__elem p.color-orange {
  color: #eb7e1d;
}
.truck-single-detail-main__elem p span {
  display: block;
}
.truck-single-detail-main__elem-name, .truck-single-detail-main__elem-val {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px 10px 15px 18px;
  min-height: 50px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-main__elem-name, .truck-single-detail-main__elem-val {
    padding: 15rem 10rem 15rem 18rem;
    min-height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-main__elem-name, .truck-single-detail-main__elem-val {
    padding: 15rem 20rem;
    min-height: 80rem;
  }
}
.truck-single-detail-main__elem-name {
  max-width: 155px;
  width: 100%;
  background: #9ea1a7;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-main__elem-name {
    max-width: 155rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-main__elem-name {
    max-width: 240rem;
  }
}
.truck-single-detail-main__elem-name p {
  color: var(--g-color-white);
}
.truck-single-detail-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 46px;
  gap: 4px 3px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-items {
    margin-bottom: 46rem;
    gap: 4rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-items {
    margin-bottom: 80rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
}
.truck-single-detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--g-color-blue);
  background-color: #f6f6f6;
  height: 50px;
  opacity: 0.2;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-item {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-item {
    height: 80rem;
  }
}
.truck-single-detail-item.active {
  opacity: 1;
}
.truck-single-detail-item p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-blue);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-item p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-item p {
    font-size: 22rem;
  }
}
.truck-single-detail-item p span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-item p span {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-item p span {
    font-size: 18rem;
  }
}
.truck-single-detail-tb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 46px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-tb {
    margin-bottom: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-tb {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80rem;
  }
}
.truck-single-detail-tb__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  border-bottom: 1px solid #d0d4d9;
}
.truck-single-detail-tb__elem p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-tb__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-tb__elem p {
    font-size: 24rem;
  }
}
.truck-single-detail-tb__elem-name {
  display: flex;
  align-items: center;
  justify-content: left;
  background: #9ea1a7;
  max-width: 140px;
  width: 100%;
  height: 50px;
  padding-left: 18px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-tb__elem-name {
    height: 50rem;
    padding-left: 18rem;
    max-width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-tb__elem-name {
    height: 80rem;
    padding-left: 25rem;
    max-width: 240rem;
  }
}
.truck-single-detail-tb__elem-name p {
  color: var(--g-color-white);
}
.truck-single-detail-tb__elem-val {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  padding-left: 18px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-tb__elem-val {
    height: 50rem;
    padding-left: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-tb__elem-val {
    height: 80rem;
    padding-left: 25rem;
  }
}
.truck-single-detail-other {
  background: #f6f6f6;
  padding: 30px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-other {
    padding: 30rem 40rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-other {
    margin-bottom: 120rem;
  }
}
.truck-single-detail-other span {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail-other span {
    margin-right: 20rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail-other span {
    margin-right: 30rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-detail .more-btn {
    margin-bottom: 120rem;
  }
}
.truck-single-detail .more-btn a {
  margin: auto;
}
.truck-single-detail .more-btn-ico {
  right: auto;
  left: 30px;
}
@media screen and (max-width: 1500px) {
  .truck-single-detail .more-btn-ico {
    left: 30rem;
  }
}
.truck-single-detail .more-btn-ico svg {
  transform: rotate(180deg);
}
.truck-single-sidebar {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar {
    max-width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar {
    max-width: 100%;
  }
}
.truck-single-sidebar-detail {
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-detail {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-detail {
    margin-bottom: 100rem;
  }
}
.truck-single-sidebar-detail__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  border-bottom: 1px solid #ccc;
}
.truck-single-sidebar-detail__elem:first-child .truck-single-sidebar-detail__elem-val p {
  color: #eb7e1d;
}
.truck-single-sidebar-detail__elem p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-detail__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-detail__elem p {
    font-size: 24rem;
  }
}
.truck-single-sidebar-detail__elem-name {
  padding: 25px 30px;
  max-width: 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-detail__elem-name {
    padding: 25rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-detail__elem-name {
    padding: 35rem 40rem;
  }
}
.truck-single-sidebar-detail__elem-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
  bottom: -1px;
  left: 0;
}
.truck-single-sidebar-detail__elem-val {
  padding: 25px 30px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-detail__elem-val {
    padding: 25rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-detail__elem-val {
    padding: 35rem 40rem;
  }
}
.truck-single-sidebar-detail__elem-val p {
  font-weight: 500;
}
.truck-single-sidebar-contact {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact {
    top: 150rem;
  }
}
.truck-single-sidebar-contact-main {
  background: var(--g-color-blue);
  text-align: center;
  position: relative;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-main {
    padding: 20rem 30rem 30rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-main {
    padding: 30rem 40rem 40rem 40rem;
  }
}
.truck-single-sidebar-contact-main > p {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-main > p {
    font-size: 22rem;
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-main > p {
    font-size: 40rem;
    margin-bottom: 30rem;
  }
}
.truck-single-sidebar-contact-main > img {
  position: absolute;
  width: 250px;
  top: 0;
  right: 0;
  transform: translate(54px, -7px);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-main > img {
    transform: translate(54rem, -7rem);
    width: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-main > img {
    width: 350rem;
  }
}
.truck-single-sidebar-contact-content {
  background: var(--g-color-white);
  padding: 25px 20px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content {
    padding: 25rem 20rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content {
    padding: 35rem 30rem 30rem;
  }
}
.truck-single-sidebar-contact-content-head {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head {
    margin-bottom: 20rem;
  }
}
.truck-single-sidebar-contact-content-head > p {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head > p {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head > p {
    margin-bottom: 20rem;
  }
}
.truck-single-sidebar-contact-content-head > p img {
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head > p img {
    margin-right: 8rem;
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head > p img {
    margin-right: 12rem;
    width: 50rem;
    height: 50rem;
  }
}
.truck-single-sidebar-contact-content-head > p span {
  font-size: 42px;
  color: var(--g-color-blue);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head > p span {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head > p span {
    font-size: 54rem;
  }
}
.truck-single-sidebar-contact-content-head > span {
  font-size: 18px;
  color: var(--g-color-black);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head > span {
    margin-bottom: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head > span {
    margin-bottom: 20rem;
    font-size: 24rem;
  }
}
.truck-single-sidebar-contact-content-head-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-items {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head-items {
    margin-bottom: 25rem;
  }
}
.truck-single-sidebar-contact-content-head-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 150px;
  border: 1px solid var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-item {
    height: 34rem;
    width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head-item {
    height: 60rem;
    width: 240rem;
  }
}
.truck-single-sidebar-contact-content-head-item p {
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 500;
}
.truck-single-sidebar-contact-content-head-item:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-item:first-child {
    margin-right: 10rem;
  }
}
.truck-single-sidebar-contact-content-head-item:first-child p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-item:first-child p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head-item:first-child p {
    font-size: 22rem;
  }
}
.truck-single-sidebar-contact-content-head-item:first-child p span {
  font-size: 22px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-item:first-child p span {
    font-size: 22rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head-item:first-child p span {
    font-size: 30rem;
    margin-left: 10rem;
  }
}
.truck-single-sidebar-contact-content-head-item:last-child p {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-head-item:last-child p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-head-item:last-child p {
    font-size: 22rem;
  }
}
.truck-single-sidebar-contact-content-btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-btn {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-btn {
    margin-bottom: 18rem;
  }
}
.truck-single-sidebar-contact-content-btn button {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 700;
  width: 320px;
  height: 52px;
  border-radius: 100px;
  background: #5d6168;
  border: unset;
  outline: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-btn button {
    font-size: 16rem;
    width: 320rem;
    height: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-btn button {
    font-size: 22rem;
    width: 450rem;
    height: 70rem;
  }
}
.truck-single-sidebar-contact-content-btn button svg {
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content-btn button svg {
    width: 7rem;
    height: 11rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content-btn button svg {
    width: 10rem;
    height: 16rem;
    right: 30rem;
  }
}
.truck-single-sidebar-contact-content-btn button:hover {
  background: var(--g-color-blue);
}
.truck-single-sidebar-contact-content > p {
  color: var(--g-color-black);
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-content > p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-content > p {
    font-size: 22rem;
  }
}
.truck-single-sidebar-contact-list {
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list {
    margin-top: 15rem;
  }
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode {
  position: relative;
  background: var(--g-color-white);
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode a {
  opacity: 0;
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main {
    width: calc(100% - 40rem);
    height: calc(100% - 30rem);
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main {
    width: calc(100% - 60rem);
    height: calc(100% - 50rem);
  }
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg {
    width: 26rem;
    height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg {
    width: 40rem;
    height: 40rem;
  }
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg path,
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg circle,
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-ico svg line {
  transition: all 0.3s ease-in-out;
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-txt {
  margin-left: 30px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-txt {
    font-size: 16rem;
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-txt {
    font-size: 24rem;
    margin-left: 35rem;
  }
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-arrow svg {
  width: 8px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-arrow svg {
    width: 8rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-arrow svg {
    width: 12rem;
    height: 16rem;
  }
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode .pdf-shortcode-main .truck-single-sidebar-contact-list__elem-arrow svg path {
  stroke: var(--g-color-blue);
  transition: all 0.3s ease-in-out;
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover {
  background: var(--g-color-blue);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover a {
  background: var(--g-color-blue);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .truck-single-sidebar-contact-list__elem-txt {
  color: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .truck-single-sidebar-contact-list__elem-arrow svg path {
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .first-contact-list-ico svg path {
  fill: var(--g-color-white);
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .third-contact-list-ico svg path,
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .third-contact-list-ico svg circle,
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .third-contact-list-ico svg line {
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li.pdf-shortcode:hover .third-contact-list-ico svg circle {
  fill: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li a,
.truck-single-sidebar-contact-list ul li button {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  border: unset;
  outline: unset;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li a,
  .truck-single-sidebar-contact-list ul li button {
    padding: 15rem 20rem;
  }
  a.inv-pdf-shortcode.inv-pdf-button {
      padding: 25rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li a,
  .truck-single-sidebar-contact-list ul li button {
    padding: 25rem 30rem;
  }
  a.inv-pdf-shortcode.inv-pdf-button {
      padding: 40rem 20rem;
  }
}
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg {
    width: 26rem;
    height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg {
    width: 40rem;
    height: 40rem;
  }
}
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg path,
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg circle,
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-ico svg line,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg path,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg circle,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-ico svg line {
  transition: all 0.3s ease-in-out;
}
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-txt,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-txt {
  margin-left: 30px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-txt,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-txt {
    font-size: 16rem;
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-txt,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-txt {
    font-size: 24rem;
    margin-left: 35rem;
  }
}
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-arrow svg,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-arrow svg {
  width: 8px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-arrow svg,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-arrow svg {
    width: 8rem;
    height: 12rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-arrow svg,
  .truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-arrow svg {
    width: 12rem;
    height: 16rem;
    right: 30rem;
  }
}
.truck-single-sidebar-contact-list ul li a .truck-single-sidebar-contact-list__elem-arrow svg path,
.truck-single-sidebar-contact-list ul li button .truck-single-sidebar-contact-list__elem-arrow svg path {
  stroke: var(--g-color-blue);
  transition: all 0.3s ease-in-out;
}
.truck-single-sidebar-contact-list ul li a:hover,
.truck-single-sidebar-contact-list ul li button:hover {
  background: var(--g-color-blue);
}
.truck-single-sidebar-contact-list ul li a:hover .truck-single-sidebar-contact-list__elem-txt,
.truck-single-sidebar-contact-list ul li button:hover .truck-single-sidebar-contact-list__elem-txt {
  color: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li a:hover .truck-single-sidebar-contact-list__elem-arrow svg path,
.truck-single-sidebar-contact-list ul li button:hover .truck-single-sidebar-contact-list__elem-arrow svg path {
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li a:hover .first-contact-list-ico svg path,
.truck-single-sidebar-contact-list ul li button:hover .first-contact-list-ico svg path {
  fill: var(--g-color-white);
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li a:hover .third-contact-list-ico svg path,
.truck-single-sidebar-contact-list ul li a:hover .third-contact-list-ico svg circle,
.truck-single-sidebar-contact-list ul li a:hover .third-contact-list-ico svg line,
.truck-single-sidebar-contact-list ul li button:hover .third-contact-list-ico svg path,
.truck-single-sidebar-contact-list ul li button:hover .third-contact-list-ico svg circle,
.truck-single-sidebar-contact-list ul li button:hover .third-contact-list-ico svg line {
  stroke: var(--g-color-white);
}
.truck-single-sidebar-contact-list ul li a:hover .third-contact-list-ico svg circle,
.truck-single-sidebar-contact-list ul li button:hover .third-contact-list-ico svg circle {
  fill: var(--g-color-white);
}

.home-news__pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news__pagenavi .arrow-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 40px;
  border: 1px solid var(--g-color-blue);
  transition: all 0.3s ease-in-out;
  margin: 0 40px;
  cursor: pointer;
}
.home-news__pagenavi .arrow-navi:hover {
  background: rgba(24, 62, 130, 0.2);
}
.home-news__pagenavi .arrow-navi svg {
  width: 8px;
  height: 12px;
}
.home-news__pagenavi .arrow-navi svg path {
  transition: all 0.3s ease-in-out;
  stroke: var(--g-color-blue);
}
.home-news__pagenavi .arrow-navi:first-child svg {
  transform: scaleX(-1);
}
.home-news__pagenavi .arrow-navi.--is-inactive {
  border: 1px solid #a6a9b0;
}
.home-news__pagenavi .arrow-navi.--is-inactive svg path {
  stroke: #a6a9b0;
}
.home-news__pagenavi .page-navi-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news__pagenavi .page-navi-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid var(--g-color-blue);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-news__pagenavi .page-navi-wrap li span {
  transition: all 0.3s ease-in-out;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #183e82;
  font-weight: 400;
}
.home-news__pagenavi .page-navi-wrap li:hover {
  background: rgba(24, 62, 130, 0.2);
}
.home-news__pagenavi .page-navi-wrap li.--is-selected {
  background: var(--g-color-blue);
}
.home-news__pagenavi .page-navi-wrap li.--is-selected span {
  color: var(--g-color-white);
}

.no-post {
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.sec-fv {
  height: 900px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-fv {
    margin-bottom: 50rem;
    height: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv {
    height: 100vh;
  }
}
.sec-fv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-fv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-container {
  max-width: 1390px;
  width: 100%;
  margin: auto;
  padding-top: 250px;
}
@media screen and (max-width: 1800px) {
  .sec-fv-container {
    max-width: 77.2222222222vw;
  }
}
@media screen and (max-width: 1500px) {
  .sec-fv-container {
    padding-top: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-container {
    max-width: 690rem;
    padding-top: 200rem;
  }
}
.sec-fv-txt-list ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 45px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt-list ul {
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt-list ul {
    justify-content: space-between;
    margin-bottom: 40rem;
  }
}
.sec-fv-txt-list ul li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt-list ul li:not(:last-child) {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt-list ul li:not(:last-child) {
    margin-right: 0;
  }
}
.sec-fv-txt-list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
  background-image: linear-gradient(-90deg, #0c6fad 0%, #183e82 100%);
  border-radius: 100px;
  color: var(--g-color-white);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt-list ul li span {
    padding: 10rem 20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt-list ul li span {
    padding: 15rem 20rem;
    font-size: 21rem;
  }
}
.sec-fv-txt h2 {
  font-size: 46px;
  line-height: 1.8;
  color: var(--g-color-white);
  font-weight: 500;
  margin-bottom: 27px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt h2 {
    font-size: 46rem;
    margin-bottom: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt h2 {
    font-size: 48rem;
    margin-bottom: 35rem;
  }
}
.sec-fv-txt h2 .forpc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-fv-txt h2 .forpc {
    display: none;
  }
}
.sec-fv-txt p {
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec-fv-txt p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-txt p {
    font-size: 18rem;
  }
}
.sec-fv-service-list {
  position: absolute;
  bottom: 80px;
  right: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list {
    bottom: 80rem;
    right: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list {
    bottom: 100rem;
    right: 50%;
    transform: translateX(50%);
    width: 690rem;
  }
}
.sec-fv-service-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul {
    justify-content: space-between;
  }
}
.sec-fv-service-list ul li {
  width: 210px;
  height: 210px;
  border-radius: 120px;
  background-color: rgba(14, 29, 56, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li {
    width: 210rem;
    height: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li {
    width: 220rem;
    height: 220rem;
  }
}
.sec-fv-service-list ul li:nth-child(2) {
  margin: 0 22px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li:nth-child(2) {
    margin: 0 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li:nth-child(2) {
    margin: 0;
  }
}
.sec-fv-service-list ul li > span {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li > span {
    font-size: 22rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li > span {
    margin-bottom: 15rem;
  }
}
.sec-fv-service-list ul li p {
  font-size: 20px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li p {
    font-size: 22rem;
  }
}
.sec-fv-service-list ul li p > span {
  font-size: 40px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li p > span {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li p > span {
    font-size: 45rem;
  }
}
.sec-fv-service-list ul li p > span::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li p > span::after {
    height: 2rem;
  }
}
.sec-fv-service-list ul li p > span span {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 1500px) {
  .sec-fv-service-list ul li p > span span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-service-list ul li p > span span {
    font-size: 22rem;
  }
}
.sec-fv-btn {
  position: absolute;
  bottom: 70px;
  left: 170px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-btn {
    bottom: 70rem;
    left: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-btn {
    display: none;
  }
}
.sec-fv-btn a img {
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
  width: 460px;
}
@media screen and (max-width: 1500px) {
  .sec-fv-btn a img {
    width: 460rem;
  }
}
.sec-fv-btn a:hover img {
  transform: scale(0.95);
}

@media screen and (max-width: 768px) {
  .banner-list {
    overflow-x: auto;
  }
  .banner-list::-webkit-scrollbar {
    display: none;
  }
}
.banner-list ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .banner-list ul {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-list ul {
    padding-right: 30rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.banner-list ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1500px) {
  .banner-list ul li:not(:last-child) {
    margin-right: 25rem;
  }
}
.banner-list ul li a {
  transition: opacity 0.3s ease-in-out;
}
.banner-list ul li a img {
  width: 380px;
}
@media screen and (max-width: 1500px) {
  .banner-list ul li a img {
    width: 380rem;
  }
}
.banner-list ul li a:hover {
  opacity: 0.7;
}

.sec-about {
  padding-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .sec-about {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about {
    overflow: unset;
  }
}
.sec-about-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 1500px) {
  .sec-about-header {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header {
    display: block;
    margin-bottom: 100rem;
  }
}
.sec-about-header-txt {
  max-width: 793px;
  padding-top: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-about-header-txt {
    padding-top: 20rem;
    max-width: 793rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header-txt {
    padding-top: 37rem;
    max-width: 100%;
  }
}
.sec-about-header-txt > p {
  margin-bottom: 39px;
  font-size: 16px;
  line-height: 2.5;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .sec-about-header-txt > p {
    margin-bottom: 39rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header-txt > p {
    margin-bottom: 0;
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header-txt .more-btn {
    display: none;
  }
}
.sec-about-header-txt .more-btn a {
  margin-left: auto;
}
.sec-about-main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-about-main ul {
    flex-direction: column;
  }
}
.sec-about-main ul .sec-about__elem {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.sec-about-main ul .sec-about__elem a {
  padding-top: 154px;
  width: 290px;
  height: 540px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a {
    padding-top: 154rem;
    width: 290rem;
    height: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 0;
    padding: 0 40rem 0 50rem;
    width: 100%;
    height: 220rem;
  }
}
.sec-about-main ul .sec-about__elem a .view-more {
  position: absolute;
  left: 50%;
  top: 217px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 7;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a .view-more {
    top: 217rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a .view-more {
    display: none;
  }
}
.sec-about-main ul .sec-about__elem a .view-more p {
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 800;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a .view-more p {
    font-size: 14rem;
  }
}
.sec-about-main ul .sec-about__elem a .click-ico {
  width: 140px;
  height: 140px;
  border: 1px solid var(--g-color-white);
  border-radius: 50%;
  background: rgba(7, 18, 38, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 114px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a .click-ico {
    width: 140rem;
    height: 140rem;
    margin-bottom: 114rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a .click-ico {
    margin-bottom: 0;
  }
}
.sec-about-main ul .sec-about__elem a .click-ico span {
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a .click-ico span {
    font-size: 14rem;
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a .click-ico span {
    font-size: 18rem;
    padding-left: 10rem;
  }
}
.sec-about-main ul .sec-about__elem a .click-ico svg {
  width: 7px;
  height: 11px;
  margin-left: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem a .click-ico svg {
    width: 7rem;
    height: 11rem;
    margin-left: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a .click-ico svg {
    margin-left: 15rem;
  }
}
.sec-about-main ul .sec-about__elem a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #03122b;
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a::before {
    display: none;
  }
}
.sec-about-main ul .sec-about__elem a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.902;
  background-image: linear-gradient(0deg, rgb(2, 8, 20) 12%, rgba(2, 8, 20, 0.9566707217) 17%, rgba(2, 8, 20, 0) 79%, rgba(2, 8, 20, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a::after {
    opacity: 0.6;
    background-image: linear-gradient(-90deg, rgba(2, 8, 20, 0) 0%, rgba(2, 8, 20, 0.5258016198) 38%, rgb(2, 8, 20) 72%);
  }
}
.sec-about-main ul .sec-about__elem a:hover .view-more {
  opacity: 1;
}
.sec-about-main ul .sec-about__elem a:hover .click-ico {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem a:hover .click-ico {
    opacity: 1;
  }
}
.sec-about-main ul .sec-about__elem a:hover::before {
  opacity: 0.6;
}
.sec-about-main ul .sec-about__elem-bottom {
  position: relative;
  z-index: 5;
}
.sec-about-main ul .sec-about__elem-bottom span {
  font-size: 16px;
  font-weight: 500;
  color: var(--g-color-white);
  width: 140px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem-bottom span {
    font-size: 16rem;
    width: 140rem;
    height: 30rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem-bottom span {
    font-size: 22rem;
    width: 196rem;
    height: 42rem;
    margin: 0;
    margin-bottom: 20rem;
  }
}
.sec-about-main ul .sec-about__elem-bottom p {
  font-size: 24px;
  color: var(--g-color-white);
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem-bottom p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-main ul .sec-about__elem-bottom p {
    text-align: left;
    font-size: 34rem;
  }
}
.sec-about-main ul .sec-about__elem-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-about-main ul .sec-about__elem-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about-main ul .sec-about__elem:first-child .sec-about__elem-bottom span {
  margin-bottom: 14px;
}
@media screen and (max-width: 1500px) {
  .sec-about-main ul .sec-about__elem:first-child .sec-about__elem-bottom span {
    margin-bottom: 14rem;
  }
}
.sec-about-main ul .sec-about__elem:first-child .sec-about__elem-bottom p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec-about-main .more-btn {
    margin-top: 60rem;
  }
}
.sec-about-main .more-btn a {
  margin: auto;
}
.sec-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #f3f6fa;
  height: 55%;
}
@media screen and (max-width: 768px) {
  .sec-about::after {
    height: 65%;
  }
}
.sec-about .slide-txt {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 170px;
  width: 100%;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .sec-about .slide-txt {
    top: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .slide-txt {
    top: 470rem;
  }
}
.sec-about .slide-txt .slide-auto-loop-area {
  animation: loop-area 60s infinite linear;
}
.sec-about .site-circle-deco {
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translateX(300%);
}
@media screen and (max-width: 1500px) {
  .sec-about .site-circle-deco {
    top: 316rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .site-circle-deco {
    top: 0;
    left: auto;
    right: 30rem;
    transform: translateY(-25%);
  }
}

.sec-reason {
  padding: 80px 0 100px;
  background: #f3f5fa;
  overflow: unset;
}
@media screen and (max-width: 1500px) {
  .sec-reason {
    padding: 80rem 0 100rem;
  }
}
.sec-reason .container {
  position: relative;
}
.sec-reason .sec-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-reason .sec-ttl {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .sec-ttl {
    margin-bottom: 75rem;
  }
}
.sec-reason-main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-reason-main {
    display: block;
  }
}
.sec-reason-sidebar ul {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul {
    top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 74rem;
  }
}
.sec-reason-sidebar ul li {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .sec-reason-sidebar ul li {
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul li {
    padding-left: 0;
  }
}
.sec-reason-sidebar ul li::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
  background: var(--g-color-blue);
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul li::before {
    display: block;
  }
}
.sec-reason-sidebar ul li::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(-90deg, #3fbcd9 0%, #00238a 100%);
}
@media screen and (max-width: 1500px) {
  .sec-reason-sidebar ul li::after {
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul li::after {
    width: 20rem;
    height: 20rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -140%);
  }
}
.sec-reason-sidebar ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-reason-sidebar ul li:not(:last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.sec-reason-sidebar ul li span {
  font-size: 16px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec-reason-sidebar ul li span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-sidebar ul li span {
    font-size: 26rem;
  }
}
.sec-reason-sidebar ul li.active::before {
  content: "";
  width: 100%;
}
.sec-reason-sidebar ul li.active::after {
  opacity: 1;
}
.sec-reason-sidebar ul li.active span {
  color: var(--g-color-blue);
}
.sec-reason-list {
  position: relative;
  padding: 80px;
  padding-right: 0;
  width: 940px;
  z-index: 3;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec-reason-list {
    width: 940rem;
    padding: 80rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-list {
    background: var(--g-color-white);
    width: 100%;
    padding: 80rem 50rem 100rem;
  }
}
.sec-reason-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 360px);
  background-color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-reason-list::after {
    width: calc(100% + 150rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-list::after {
    display: none;
  }
}
.sec-reason-list .more-btn a {
  margin: auto;
  z-index: 2;
  width: 300px;
  height: 54px;
}
@media screen and (max-width: 1500px) {
  .sec-reason-list .more-btn a {
    width: 300rem;
    height: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-list .more-btn a {
    width: 420rem;
    height: 75rem;
  }
}
.sec-reason-list .more-btn-ico {
  right: 25px;
}
@media screen and (max-width: 1500px) {
  .sec-reason-list .more-btn-ico {
    right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason-list .more-btn-ico {
    right: 40rem;
  }
}
.sec-reason-list.active {
  display: block;
}
.sec-reason__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-reason__elem {
    flex-direction: column-reverse;
  }
}
.sec-reason__elem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.sec-reason__elem.sec-loading {
  opacity: 0;
  filter: blur(10px);
}
.sec-reason__elem-img {
  width: 420px;
  height: 300px;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem-img {
    width: 420rem;
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-img {
    width: 100%;
    height: 422rem;
  }
}
.sec-reason__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-reason__elem-content {
  padding-left: 40px;
  max-width: 440px;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem-content {
    padding-left: 40rem;
    max-width: 440rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-content {
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 40rem;
  }
}
.sec-reason__elem-content-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem-content-ttl {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-content-ttl {
    margin-bottom: 40rem;
  }
}
.sec-reason__elem-content-ttl p {
  font-size: 26px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem-content-ttl p {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-content-ttl p {
    font-size: 36rem;
  }
}
.sec-reason__elem-content-ttl p span {
  color: var(--g-color-blue);
}
.sec-reason__elem-content-txt p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .sec-reason__elem-content-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason__elem-content-txt p {
    font-size: 26rem;
  }
}
.sec-reason::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: #dde4ec;
}
@media screen and (max-width: 768px) {
  .sec-reason::after {
    height: 84%;
  }
}
.sec-reason .site-circle-deco {
  position: absolute;
  top: 510px;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .sec-reason .site-circle-deco {
    top: 510rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .site-circle-deco {
    left: auto;
    right: 0;
    top: -40rem;
  }
}

.sec-news {
  background: #f6f6f6;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .sec-news {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-news {
    padding: 150rem 0 100rem;
  }
}
.sec-news .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1580px;
  margin-left: auto;
  margin-right: unset;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1770px) {
  .sec-news .container {
    max-width: 89.2655367232vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .container {
    max-width: 720rem;
    display: block;
  }
}
.sec-news-ttl {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl {
    max-width: 340rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl {
    max-width: 690rem;
  }
}
.sec-news-ttl .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl .sec-ttl {
    margin-bottom: 40rem;
  }
}
.sec-news-ttl .sec-ttl h2 {
  line-height: 1.5;
}
.sec-news-ttl-txt > p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-news-ttl-txt > p {
    font-size: 16rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-ttl-txt > p {
    font-size: 26rem;
    margin-bottom: 60rem;
  }
}
.sec-news-main__wrap {
  width: 1160px;
  position: relative;
  height: 583px;
  padding: 60px 0 80px 80px;
}
@media screen and (max-width: 1770px) {
  .sec-news-main__wrap {
    width: 65.5367231638vw;
  }
}
@media screen and (max-width: 1500px) {
  .sec-news-main__wrap {
    height: 583rem;
    padding: 60rem 0 80rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news-main__wrap {
    width: 720rem;
    height: 728rem;
    padding: 60rem 0 60rem 80rem;
  }
}
.sec-news-main__wrap::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 550px;
  width: 500px;
  height: 100%;
  z-index: 6;
  background: rgba(255, 255, 255, 0.5);
}
.sec-news-main__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--g-color-white);
  height: 100%;
  width: 200%;
}
.sec-news-main {
  overflow: hidden;
}
.sec-news-main .news-swiper {
  padding-right: 80px;
}
@media screen and (max-width: 1500px) {
  .sec-news-main .news-swiper {
    padding-right: 80rem;
  }
}
.sec-news__elem {
  width: 340px;
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem {
    width: 340rem;
    margin-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem {
    width: 478rem !important;
    margin-right: 0;
    margin: 0 15rem;
  }
}
.sec-news__elem-img {
  width: 100%;
  height: 227px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-img {
    height: 227rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-img {
    height: 318rem;
    margin-bottom: 26rem;
  }
}
.sec-news__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.sec-news__elem-txt-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-txt-ctgs {
    margin-bottom: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-txt-ctgs {
    margin-bottom: 22rem;
  }
}
.sec-news__elem-txt-ctgs span {
  border-radius: 100px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding: 8px 35px;
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 700;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-txt-ctgs span {
    padding: 8rem 35rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-txt-ctgs span {
    padding: 11rem 50rem;
    font-size: 20rem;
  }
}
.sec-news__elem-txt-date span {
  font-size: 14px;
  color: var(--g-color-blue);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-txt-date span {
    font-size: 14rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-txt-date span {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.sec-news__elem-txt-ttl p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) {
  .sec-news__elem-txt-ttl p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news__elem-txt-ttl p {
    font-size: 22rem;
  }
}
.sec-news__elem:hover .sec-news__elem-img img {
  transform: scale(1.1);
}
.sec-news .swiper-controller {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller {
    margin-bottom: 30rem;
  }
}
.sec-news .swiper-controller .swiper-button-wrap {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 548px;
  height: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .swiper-button-wrap {
    padding-left: 548rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .swiper-button-wrap {
    padding-left: 0;
    height: 70rem;
  }
}
.sec-news .swiper-controller .slide-num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .slide-num {
    padding: 0 15rem;
  }
}
.sec-news .swiper-controller .slide-num span {
  display: inline-block;
}
.sec-news .swiper-controller .slide-num span.active-slide.change-num {
  animation: changeSlide 0.6s ease-in-out;
}
@keyframes changeSlide {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-news .swiper-controller .slide-num span:not(.slide-num-line) {
  font-size: 14px;
  color: var(--g-color-blue);
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .slide-num span:not(.slide-num-line) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .slide-num span:not(.slide-num-line) {
    font-size: 22rem;
  }
}
.sec-news .swiper-controller .slide-num span.slide-num-line {
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .slide-num span.slide-num-line {
    height: 15rem;
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .slide-num span.slide-num-line {
    width: 2rem;
    height: 24rem;
    margin: 0 15rem;
  }
}
.sec-news .swiper-controller .swiper-button {
  position: unset;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .swiper-button {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .swiper-button {
    width: 70rem;
    height: 70rem;
  }
}
.sec-news .swiper-controller .swiper-button::after {
  display: none;
}
.sec-news .swiper-controller .swiper-button-ico {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--g-color-blue);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .swiper-button-ico {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .swiper-button-ico {
    width: 70rem;
    height: 70rem;
  }
}
.sec-news .swiper-controller .swiper-button-ico svg {
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 1500px) {
  .sec-news .swiper-controller .swiper-button-ico svg {
    width: 10rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .swiper-controller .swiper-button-ico svg {
    width: 14rem;
    height: 22rem;
  }
}
.sec-news .swiper-controller .swiper-button:first-child svg {
  transform: rotate(180deg);
}
.sec-news .swiper-controller .swiper-button.swiper-button-disabled .swiper-button-ico {
  background: #c8ccd2;
}
@media screen and (max-width: 768px) {
  .sec-news .more-btn.forsp {
    margin-top: 60rem;
  }
}
.sec-news .more-btn.forsp a {
  margin: auto;
}
.sec-news .slide-txt {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .sec-news .slide-txt {
    top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .slide-txt {
    top: 45rem;
  }
}
.sec-news .slide-txt .slide-auto-loop-area {
  animation: loop-area 60s infinite linear;
}
.sec-news .slide-txt .slide-auto-loop-txt {
  font-size: 140px;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-news .slide-txt .slide-auto-loop-txt {
    font-size: 140rem;
  }
}

.company-page .lower-fv {
  background: url(../img/company-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.company-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .company-main {
    padding: 70rem 0 100rem;
  }
}
.company-main-img {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 1500px) {
  .company-main-img {
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .company-main-img {
    height: 400rem;
  }
}
.company-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-greeting {
  background: #f6f6f6;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .company-greeting {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting {
    padding: 160rem 0;
  }
}
.company-greeting-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .company-greeting-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting-ttl {
    margin-bottom: 80rem;
  }
}
.company-greeting-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-greeting-main {
    display: block;
  }
}
.company-greeting-main-img {
  width: 100%;
  max-width: 480px;
  height: 660px;
}
@media screen and (max-width: 1500px) {
  .company-greeting-main-img {
    max-width: 480rem;
    height: 660rem;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting-main-img {
    max-width: 100%;
    height: 720rem;
    margin-bottom: 50rem;
  }
}
.company-greeting-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-greeting-main-content {
  padding-left: 40px;
}
@media screen and (max-width: 1500px) {
  .company-greeting-main-content {
    padding-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting-main-content {
    padding-left: 0;
  }
}
.company-greeting-main-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .company-greeting-main-ttl {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting-main-ttl {
    margin-bottom: 50rem;
  }
}
.company-greeting-main-ttl p {
  font-size: 26px;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-greeting-main-ttl p {
    font-size: 42rem;
  }
}
.company-greeting-main-txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .company-greeting-main-txt {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting-main-txt {
    margin-bottom: 50rem;
  }
}
.company-greeting-main-txt p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company-greeting-main-txt p {
    font-size: 22rem;
  }
}
.company-greeting-main-name p {
  font-size: 18px;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-greeting-main-name p {
    font-size: 26rem;
  }
}

.company-outline {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .company-outline {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .company-outline {
    padding: 160rem 0;
  }
}
.company-outline-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .company-outline-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .company-outline-ttl {
    margin-bottom: 80rem;
  }
}
.company-outline__elem {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-outline__elem {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .company-outline__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.company-outline__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.company-outline__elem p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company-outline__elem p {
    font-size: 22rem;
  }
}
.company-outline__elem-name {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 40px 50px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .company-outline__elem-name {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .company-outline__elem-name {
    max-width: 100%;
    padding: 20rem 30rem;
  }
}
.company-outline__elem-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #3FBCD9, #00238A);
}
.company-outline__elem-name p {
  font-weight: 700;
}
.company-outline__elem-val {
  padding: 40px 50px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .company-outline__elem-val {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .company-outline__elem-val {
    padding: 20rem 30rem;
  }
}
.company-outline__elem-val-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .company-outline__elem-val-item:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.company-outline__elem-val-item p.company-outline__elem-val-item-ttl {
  color: var(--g-color-blue);
  font-weight: 700;
  line-height: 3;
}
.company-outline__elem-val-item-map {
  display: flex;
  align-items: center;
  justify-content: left;
}
.company-outline__elem-val-item-map a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: var(--g-color-blue);
  position: relative;
  line-height: 2;
  text-wrap: nowrap;
}
@media screen and (max-width: 1500px) {
  .company-outline__elem-val-item-map a {
    margin-left: 20rem;
  }
}
.company-outline__elem-val-item-map a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--g-color-blue);
  bottom: 0;
  left: 0;
}
.company-outline__elem-val-item-map a svg {
  width: 14px;
  height: 21px;
  margin-right: 5px;
}
@media screen and (max-width: 1500px) {
  .company-outline__elem-val-item-map a svg {
    width: 14rem;
    height: 21rem;
  }
}

.company-history {
  background: #f6f6f6;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .company-history {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .company-history {
    padding: 160rem 0;
  }
}
.company-history-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .company-history-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .company-history-ttl {
    margin-bottom: 80rem;
  }
}
.company-history-main {
  position: relative;
}
.company-history-main-line {
  display: block;
  width: 1px;
  height: 100px;
  background: var(--g-color-blue);
  position: absolute;
  left: 121.9px;
  top: 10px;
}
@media screen and (max-width: 1500px) {
  .company-history-main-line {
    left: 121.9rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .company-history-main-line {
    left: 94rem;
    top: 10rem;
  }
}
.company-history__elem {
  display: flex;
  align-items: start;
  justify-content: left;
}
.company-history__elem:not(:last-child) {
  margin-bottom: 46px;
}
@media screen and (max-width: 1500px) {
  .company-history__elem:not(:last-child) {
    margin-bottom: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .company-history__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.company-history__elem:first-child .company-history__elem-year {
  position: relative;
}
.company-history__elem:first-child .company-history__elem-year .company-history-line {
  display: block;
  position: absolute;
  width: 1px;
  height: var(--dynamic-height);
  background: var(--g-color-blue);
  right: 4px;
  top: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .company-history__elem:first-child .company-history__elem-year .company-history-line {
    right: 6rem;
  }
}
.company-history__elem-year p {
  font-size: 24px;
  color: var(--g-color-blue);
  font-weight: 700;
  line-height: 1;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .company-history__elem-year p {
    font-size: 24rem;
    padding-right: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .company-history__elem-year p {
    font-size: 30rem;
    padding-right: 30rem;
  }
}
.company-history__elem-year p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g-color-blue);
}
@media screen and (max-width: 768px) {
  .company-history__elem-year p::after {
    width: 12rem;
    height: 12rem;
  }
}
.company-history__elem-txt {
  padding-left: 70px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .company-history__elem-txt {
    padding-left: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .company-history__elem-txt {
    padding-left: 30rem;
  }
}
.company-history__elem-txt-item {
  display: flex;
  align-items: start;
  justify-content: left;
}
.company-history__elem-txt-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .company-history__elem-txt-item:not(:last-child) {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 1500px) {
  .company-history__elem-txt-item:not(:last-child) {
    margin-bottom: 46rem;
  }
}
.company-history__elem-txt-item p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #222222;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company-history__elem-txt-item p {
    font-size: 22rem;
  }
}
.company-history__elem-txt-item p:first-child {
  width: 20%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company-history__elem-txt-item p:first-child {
    width: 14%;
  }
}
.company-history__elem-txt-item p:last-child {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company-history__elem-txt-item p:last-child {
    width: 86%;
  }
}

.rental-page .lower-fv {
  background: url(../img/rental-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rental-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .rental-main {
    padding: 70rem 0 100rem;
  }
}
.rental-main-img {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 1500px) {
  .rental-main-img {
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-main-img {
    height: 400rem;
  }
}
.rental-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rental-content {
  background: #F6F6F6;
  padding-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .rental-content {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-content {
    padding-bottom: 160rem;
  }
}

.rental-outline {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1500px) {
  .rental-outline {
    padding: 100rem 0 120rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-outline {
    padding: 160rem 0 200rem;
  }
}
.rental-outline-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .rental-outline-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-outline-ttl {
    margin-bottom: 80rem;
  }
}
.rental-outline__elem {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rental-outline__elem {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .rental-outline__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.rental-outline__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.rental-outline__elem p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .rental-outline__elem p {
    font-size: 22rem;
  }
}
.rental-outline__elem-name {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 40px 50px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .rental-outline__elem-name {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-outline__elem-name {
    max-width: 100%;
    padding: 20rem 30rem;
  }
}
.rental-outline__elem-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.rental-outline__elem-name p {
  font-weight: 700;
}
.rental-outline__elem-val {
  padding: 40px 50px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .rental-outline__elem-val {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-outline__elem-val {
    padding: 20rem 30rem;
  }
}
.rental-outline__elem-val-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .rental-outline__elem-val-item:not(:last-child) {
    margin-bottom: 30rem;
  }
}
.rental-outline__elem-val-item p.company-outline__elem-val-item-ttl {
  color: var(--g-color-blue);
  font-weight: 700;
  line-height: 3;
}
.rental-outline__elem-val-item-map {
  display: flex;
  align-items: center;
  justify-content: left;
}
.rental-outline__elem-val-item-map a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  color: var(--g-color-blue);
  position: relative;
  line-height: 2;
  text-wrap: nowrap;
}
@media screen and (max-width: 1500px) {
  .rental-outline__elem-val-item-map a {
    margin-left: 20rem;
  }
}
.rental-outline__elem-val-item-map a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--g-color-blue);
  bottom: 0;
  left: 0;
}
.rental-outline__elem-val-item-map a svg {
  width: 14px;
  height: 21px;
  margin-right: 5px;
}
@media screen and (max-width: 1500px) {
  .rental-outline__elem-val-item-map a svg {
    width: 14rem;
    height: 21rem;
  }
}

.rental-access {
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .rental-access {
    margin-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-access {
    margin-bottom: 200rem;
  }
}
.rental-access-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .rental-access-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-access-ttl {
    margin-bottom: 80rem;
  }
}
.rental-access-map-main {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1500px) {
  .rental-access-map-main {
    height: 480rem;
  }
}
.rental-access-map-main iframe {
  width: 100%;
  height: 100%;
}
.rental-access-map p {
  font-size: 16px;
  color: var(--g-color-black);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .rental-access-map p {
    margin-top: 20rem;
    font-size: 22rem;
  }
}

.rental-contact {
  background: url(../img/sec-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1500px) {
  .rental-contact {
    padding: 50rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact {
    padding: 100rem 0;
  }
}
.rental-contact-ttl {
  text-align: center;
}
.rental-contact-ttl p {
  margin-bottom: 34px;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .rental-contact-ttl p {
    margin-bottom: 34rem;
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact-ttl p {
    font-size: 40rem;
    margin-bottom: 50rem;
  }
}
.rental-contact-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rental-contact-main {
    display: block;
  }
}
.rental-contact__elem {
  text-align: center;
  padding: 20px 60px;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem {
    padding: 20rem 60rem;
  }
}
.rental-contact__elem:first-child {
  border-right: 1px solid var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .rental-contact__elem:first-child {
    border-right: unset;
    margin-bottom: 30rem;
  }
}
.rental-contact__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-ttl p {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-ttl p {
    font-size: 26rem;
    margin-bottom: 42rem;
  }
}
.rental-contact__elem-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.rental-contact__elem-main-btn.rental-contact-phone img {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-main-btn.rental-contact-phone img {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-main-btn.rental-contact-phone img {
    width: 42rem;
    height: 42rem;
  }
}
.rental-contact__elem-main-btn.rental-contact-phone span {
  font-size: 42px;
  font-weight: bold;
  color: var(--g-color-white);
  line-height: 1.5;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-main-btn.rental-contact-phone span {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-main-btn.rental-contact-phone span {
    font-size: 50rem;
    line-height: 1;
  }
}
.rental-contact__elem-main-btn .more-btn a {
  background: transparent;
  border: 1px solid var(--g-color-white);
  width: 300px;
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-main-btn .more-btn a {
    width: 300rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-main-btn .more-btn a {
    width: 360rem;
    height: 80rem;
  }
}
.rental-contact__elem-main-btn .more-btn a:hover {
  background: var(--g-color-white);
}
.rental-contact__elem-main-btn .more-btn-txt {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-main-btn .more-btn-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-main-btn .more-btn-txt {
    font-size: 24rem;
  }
}
.rental-contact__elem-main > p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .rental-contact__elem-main > p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .rental-contact__elem-main > p {
    font-size: 22rem;
  }
}

.works-page .lower-fv {
  background: url(../img/works-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.works-main {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1500px) {
  .works-main {
    padding: 70rem 0 120rem;
  }
}

.works-ctg-filter__wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.works-ctg-filter {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 50px;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .works-ctg-filter {
    grid-template-columns: repeat(1, 1fr);
    gap: 12rem;
    margin-bottom: 50rem;
  }
}
.works-ctg-filter-item {
  position: relative;
}
.works-ctg-filter-item__dropdown {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-clip-path: inset(0, 0, 100%, 0);
          clip-path: inset(0, 0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-ctg-filter-item__dropdown {
    position: unset;
    transform: translateY(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
    visibility: visible;
    max-height: 0;
  }
}
.works-ctg-filter-item__dropdown ul {
  width: 100%;
}
.works-ctg-filter-item__dropdown ul li {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: var(--g-color-blue);
  background: var(--g-color-white);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid var(--g-color-blue);
  border-top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .works-ctg-filter-item__dropdown ul li {
    font-size: 22rem;
    height: 80rem;
  }
}
.works-ctg-filter-item__dropdown ul li:hover {
  color: var(--g-color-white);
  background: var(--g-color-blue);
}
.works-ctg-filter-item.drop-item {
  z-index: 1;
}
.works-ctg-filter-item.drop-item:hover .works-ctg-filter-item__dropdown {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.works-ctg-filter-item p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: 1px solid var(--g-color-blue);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: var(--g-color-blue);
  background: var(--g-color-white);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .works-ctg-filter-item p {
    font-size: 22rem;
    height: 80rem;
  }
}
.works-ctg-filter-item p:hover {
  color: var(--g-color-white);
  background: var(--g-color-blue);
}

.news-list__wrap {
  background: #F6F6F6;
  padding-bottom: 70px;
}
@media screen and (max-width: 1500px) {
  .news-list__wrap {
    padding-bottom: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .news-list__wrap {
    padding-bottom: 40rem;
  }
}

.works-list {
  background: #F6F6F6;
  padding: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 40px 20px;
}
@media screen and (max-width: 1500px) {
  .works-list {
    gap: 40rem 20rem;
    padding: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 40rem;
    gap: 50rem;
  }
}
.works-list__elem {
  width: 100%;
}
.works-list__elem:hover img {
  transform: scale(1.1);
}
.works-list__elem-img {
  width: 100%;
  height: 227px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .works-list__elem-img {
    height: 227rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list__elem-img {
    height: 400rem;
    margin-bottom: 40rem;
  }
}
.works-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.works-list__elem-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 5px 10px;
}
@media screen and (max-width: 1500px) {
  .works-list__elem-ctgs {
    gap: 5rem 10rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list__elem-ctgs {
    margin-bottom: 20rem;
  }
}
.works-list__elem-ctg {
  border-radius: 100px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding: 8px 35px;
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 700;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .works-list__elem-ctg {
    padding: 8rem 35rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .works-list__elem-ctg {
    padding: 11rem 50rem;
    font-size: 20rem;
  }
}
.works-list__elem-client span {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-blue);
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .works-list__elem-client span {
    font-size: 20rem;
    margin-bottom: 16rem;
  }
}
.works-list__elem-ttl p {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-black);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .works-list__elem-ttl p {
    font-size: 22rem;
  }
}

.inspection-page .lower-fv {
  background: url(../img/inspection-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inspection-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .inspection-main {
    padding: 70rem 0 100rem;
  }
}
.inspection-main-link {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-link {
    margin-bottom: 84rem;
    padding-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-link {
    display: block;
    margin-bottom: 120rem;
    padding-top: 50rem;
  }
}
.inspection-main-link__elem {
  cursor: pointer;
  width: 260px;
  height: 60px;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--g-color-blue);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .inspection-main-link__elem {
    width: 260rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-link__elem {
    width: 100%;
    height: 80rem;
  }
}
.inspection-main-link__elem:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-link__elem:not(:last-child) {
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-link__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
.inspection-main-link__elem-txt {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .inspection-main-link__elem-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-link__elem-txt {
    font-size: 24rem;
  }
}
.inspection-main-link__elem-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .inspection-main-link__elem-ico {
    right: 30rem;
  }
}
.inspection-main-link__elem-ico svg {
  width: 12px;
  height: 8px;
  transform: rotate(90deg);
}
.inspection-main-link__elem-ico svg path {
  transition: all 0.3s ease-in-out;
}
.inspection-main-link__elem:hover {
  background: var(--g-color-white);
}
.inspection-main-link__elem:hover span {
  color: var(--g-color-blue);
}
.inspection-main-link__elem:hover svg path {
  stroke: var(--g-color-blue);
}
.inspection-main-img {
  width: 100%;
  height: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-img {
    margin-bottom: 50rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-img {
    height: 400rem;
  }
}
.inspection-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inspection-main-content-head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-head {
    margin-bottom: 50rem;
  }
}
.inspection-main-content-head > p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-head > p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-head > p {
    font-size: 30rem;
  }
}
.inspection-main-content-ttl p {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-ttl p {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-ttl p {
    font-size: 42rem;
    line-height: 1.4;
    margin: 20rem 0;
  }
}
.inspection-main-content-ttl p span:first-child {
  color: var(--g-color-blue);
}
.inspection-main-content-ttl p span:last-child {
  font-size: 34px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-ttl p span:last-child {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-ttl p span:last-child {
    font-size: 38rem;
  }
}
.inspection-main-content-ttl > span {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-ttl > span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-ttl > span {
    font-size: 22rem;
  }
}
.inspection-main-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-grid {
    gap: 0 50rem;
  }
}
.inspection-main-content-grid__elem {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding: 5px 0;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-grid__elem {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-grid__elem {
    width: 100%;
  }
}
.inspection-main-content-grid__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3DB9D8, #00248A);
}
.inspection-main-content-grid__elem-img img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-grid__elem-img img {
    width: 24rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-grid__elem-img img {
    width: 32rem;
    margin-right: 10rem;
  }
}
.inspection-main-content-grid__elem-txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .inspection-main-content-grid__elem-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-main-content-grid__elem-txt {
    font-size: 26rem;
  }
}

.service-list {
  background: #F3F6FA;
  padding: 120px 0 100px;
}
@media screen and (max-width: 1500px) {
  .service-list {
    padding: 120rem 0 100rem;
  }
}
.service-list__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-list__elem {
    display: block;
  }
}
.service-list__elem:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem:not(:last-child) {
    margin-bottom: 100rem;
  }
}
.service-list__elem:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem:last-child {
    margin-bottom: 80rem;
  }
}
.service-list__elem-content {
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-content {
    max-width: 580rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-content {
    max-width: 100%;
  }
}
.service-list__elem-content .sec-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-content .sec-ttl {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-content .sec-ttl {
    margin-bottom: 50rem;
  }
}
.service-list__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 2.2;
  margin-bottom: 45px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-txt p {
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-txt p {
    font-size: 22rem;
  }
}
.service-list__elem-txt p span {
  color: var(--g-color-blue);
}
.service-list__elem-btn .more-btn a {
  width: 300px;
  height: 52px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-btn .more-btn a {
    width: 300rem;
    height: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-btn .more-btn a {
    width: 380rem;
    height: 70rem;
  }
}
.service-list__elem-btn .more-btn-txt {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-btn .more-btn-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-btn .more-btn-txt {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-btn-sp .more-btn a {
    margin: auto;
    margin-top: 50rem;
    width: 380rem;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-btn-sp .more-btn-txt {
    font-size: 22rem;
  }
}
.service-list__elem-img {
  max-width: 560px;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .service-list__elem-img {
    max-width: 560rem;
    height: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list__elem-img {
    max-width: 100%;
    height: 500rem;
  }
}
.service-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list-contact {
  padding: 64px;
  background: var(--g-color-blue);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .service-list-contact {
    padding: 64rem;
  }
}
.service-list-contact > p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .service-list-contact > p {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list-contact > p {
    font-size: 28rem;
    line-height: 1.4;
    margin-bottom: 20rem;
  }
}
.service-list-contact-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service-list-contact-main {
    display: block;
    text-align: center;
  }
}
.service-list-contact-main > span {
  line-height: 1;
  padding-top: 10px;
  display: flex;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .service-list-contact-main > span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service-list-contact-main > span {
    font-size: 30rem;
    text-align: center;
    justify-content: center;
  }
}
.service-list-contact-phone {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: 16px;
}
@media screen and (max-width: 1500px) {
  .service-list-contact-phone {
    margin-right: 16rem;
  }
}
.service-list-contact-phone img {
  width: 41px;
  height: 41px;
  margin-right: 11px;
}
@media screen and (max-width: 1500px) {
  .service-list-contact-phone img {
    width: 41rem;
    height: 41rem;
    margin-right: 11rem;
  }
}
.service-list-contact-phone span {
  font-size: 50px;
  color: var(--g-color-white);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .service-list-contact-phone span {
    font-size: 50rem;
  }
}
.service-list-contact > img {
  width: 388px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .service-list-contact > img {
    width: 388rem;
  }
}

.inspection-flow {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .inspection-flow {
    padding: 100rem 0;
  }
}
.inspection-flow-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow-ttl {
    margin-bottom: 80rem;
  }
}
.inspection-flow-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow-content {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow-content {
    display: block;
  }
}
.inspection-flow__elem {
  width: 220px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem {
    width: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.inspection-flow__elem:first-child .inspection-flow__elem-img::before {
  display: none;
}
.inspection-flow__elem:last-child .inspection-flow__elem-img::after {
  border: unset;
  height: 100%;
  width: 10px;
  background-color: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem:last-child .inspection-flow__elem-img::after {
    width: 10rem;
  }
}
.inspection-flow__elem-img {
  position: relative;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 210px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img {
    margin-bottom: 24rem;
    height: 140rem;
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img {
    max-width: 30%;
    width: 100%;
    margin-bottom: 0;
  }
}
.inspection-flow__elem-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img::before {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-white);
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img::before {
    display: none;
  }
}
.inspection-flow__elem-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img::after {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-blue);
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img::after {
    display: none;
  }
}
.inspection-flow__elem-img img {
  width: 134px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img img {
    width: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-detail {
    padding-left: 30rem;
  }
}
.inspection-flow__elem-ttl p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-ttl p {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-ttl p {
    text-align: left;
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.inspection-flow__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-txt p {
    font-size: 22rem;
  }
}

.price-page .lower-fv {
  background: url(../img/price-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.price-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .price-main {
    padding: 70rem 0 100rem;
  }
}
.price-main-link {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1500px) {
  .price-main-link {
    margin-bottom: 84rem;
    padding-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-link {
    display: block;
    margin-bottom: 120rem;
    padding-top: 50rem;
  }
}
.price-main-link__elem {
  cursor: pointer;
  width: 260px;
  height: 60px;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--g-color-blue);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .price-main-link__elem {
    width: 260rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-link__elem {
    width: 100%;
    height: 80rem;
  }
}
.price-main-link__elem:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  .price-main-link__elem:not(:last-child) {
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-link__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
.price-main-link__elem-txt {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .price-main-link__elem-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-link__elem-txt {
    font-size: 24rem;
  }
}
.price-main-link__elem-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .price-main-link__elem-ico {
    right: 30rem;
  }
}
.price-main-link__elem-ico svg {
  width: 12px;
  height: 8px;
  transform: rotate(90deg);
}
.price-main-link__elem-ico svg path {
  transition: all 0.3s ease-in-out;
}
.price-main-link__elem:hover {
  background: var(--g-color-white);
}
.price-main-link__elem:hover span {
  color: var(--g-color-blue);
}
.price-main-link__elem:hover svg path {
  stroke: var(--g-color-blue);
}
.price-main-img {
  width: 100%;
  height: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .price-main-img {
    margin-bottom: 50rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-img {
    height: 400rem;
  }
}
.price-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-tb {
  background: #F6F6F6;
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  .price-tb {
    padding-top: 100rem;
  }
}
.price-tb .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .price-tb .sec-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb .sec-ttl {
    margin-bottom: 80rem;
  }
}
.price-tb-item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-blue);
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .price-tb-item-head {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-head {
    height: 80rem;
  }
}
.price-tb-item-head p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .price-tb-item-head p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-head p {
    font-size: 30rem;
  }
}
.price-tb-item-content__elem {
  display: flex;
  align-items: center;
  justify-content: left;
}
.price-tb-item-content__elem:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}
.price-tb-item-content-name {
  background: #EFEFEF;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .price-tb-item-content-name {
    max-width: 220rem;
    height: 60rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-content-name {
    max-width: 300rem;
    height: 80rem;
    padding: 0 20rem;
  }
}
.price-tb-item-content-name p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .price-tb-item-content-name p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-content-name p {
    font-size: 22rem;
  }
}
.price-tb-item-content-val {
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .price-tb-item-content-val {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-content-val {
    height: 80rem;
  }
}
.price-tb-item-content-val p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .price-tb-item-content-val p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-item-content-val p {
    font-size: 20rem;
  }
}
.price-tb-inspection {
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .price-tb-inspection {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-inspection {
    margin-bottom: 120rem;
  }
}
.price-tb-inspection > p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .price-tb-inspection > p {
    font-size: 20rem;
    margin-top: 30rem;
  }
}
.price-tb-inspection-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price-tb-inspection-main {
    display: block;
  }
}
.price-tb-inspection-main .price-tb-item {
  width: 580px;
}
@media screen and (max-width: 1500px) {
  .price-tb-inspection-main .price-tb-item {
    width: 580rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-inspection-main .price-tb-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-inspection-main .price-tb-item:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.price-tb-vehicle > p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle > p {
    font-size: 20rem;
    margin-top: 30rem;
  }
}
.price-tb-vehicle-main .price-tb-item-head {
  background: var(--g-color-orange);
}
.price-tb-vehicle-main .price-tb-item-content {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle-main .price-tb-item-content {
    display: block;
  }
}
.price-tb-vehicle-main .price-tb-item-content-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle-main .price-tb-item-content-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle-main .price-tb-item-content-item:nth-child(2) .price-tb-item-content-item-head {
    display: none;
  }
}
.price-tb-vehicle-main .price-tb-item-content-item:nth-child(2) .price-tb-item-content__elem:nth-child(2) {
  border-top: 1px solid #DBDBDB;
}
.price-tb-vehicle-main .price-tb-item-content-item-head {
  display: flex;
  align-items: stretch;
  justify-content: right;
  background: #EFEFEF;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .price-tb-vehicle-main .price-tb-item-content-item-head {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle-main .price-tb-item-content-item-head {
    height: 80rem;
  }
}
.price-tb-vehicle-main .price-tb-item-content-item-head p {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .price-tb-vehicle-main .price-tb-item-content-item-head p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .price-tb-vehicle-main .price-tb-item-content-item-head p {
    font-size: 22rem;
  }
}
.price-tb-vehicle-main .price-tb-item-content-val {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.price-tb-vehicle-main .price-tb-item-content-val p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-tb-vehicle-main .price-tb-item-content-val p:not(:last-child) {
  border-right: 1px solid #DBDBDB;
}

.sales-page .lower-fv {
  background: url(../img/sales-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sales-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .sales-main {
    padding: 70rem 0 100rem;
  }
}
.sales-main-link {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1500px) {
  .sales-main-link {
    margin-bottom: 84rem;
    padding-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-link {
    display: block;
    margin-bottom: 120rem;
    padding-top: 50rem;
  }
}
.sales-main-link__elem {
  cursor: pointer;
  width: 260px;
  height: 60px;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--g-color-blue);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sales-main-link__elem {
    width: 260rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-link__elem {
    width: 100%;
    height: 80rem;
  }
}
.sales-main-link__elem:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  .sales-main-link__elem:not(:last-child) {
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-link__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
.sales-main-link__elem-txt {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sales-main-link__elem-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-link__elem-txt {
    font-size: 24rem;
  }
}
.sales-main-link__elem-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .sales-main-link__elem-ico {
    right: 30rem;
  }
}
.sales-main-link__elem-ico svg {
  width: 12px;
  height: 8px;
  transform: rotate(90deg);
}
.sales-main-link__elem-ico svg path {
  transition: all 0.3s ease-in-out;
}
.sales-main-link__elem:hover {
  background: var(--g-color-white);
}
.sales-main-link__elem:hover span {
  color: var(--g-color-blue);
}
.sales-main-link__elem:hover svg path {
  stroke: var(--g-color-blue);
}
.sales-main-img {
  width: 100%;
  height: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sales-main-img {
    margin-bottom: 50rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-img {
    height: 400rem;
  }
}
.sales-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-main-content-head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-head {
    margin-bottom: 50rem;
  }
}
.sales-main-content-head > p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-head > p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-head > p {
    font-size: 30rem;
  }
}
.sales-main-content-ttl p {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .sales-main-content-ttl p {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-ttl p {
    font-size: 42rem;
    line-height: 1.4;
    margin: 20rem 0;
  }
}
.sales-main-content-ttl p span {
  color: var(--g-color-black);
  font-size: 28px;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-ttl p span {
    font-size: 28rem;
  }
}
.sales-main-content-ttl > span {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sales-main-content-ttl > span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-ttl > span {
    font-size: 22rem;
  }
}
.sales-main-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-grid {
    gap: 0 50rem;
  }
}
.sales-main-content-grid__elem {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding: 5px 0;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-grid__elem {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-grid__elem {
    width: 100%;
  }
}
.sales-main-content-grid__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3DB9D8, #00248A);
}
.sales-main-content-grid__elem-img img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-grid__elem-img img {
    width: 24rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-grid__elem-img img {
    width: 32rem;
    margin-right: 10rem;
  }
}
.sales-main-content-grid__elem-txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sales-main-content-grid__elem-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-main-content-grid__elem-txt {
    font-size: 26rem;
  }
}

.inspection-flow {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .inspection-flow {
    padding: 100rem 0;
  }
}
.inspection-flow-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow-ttl {
    margin-bottom: 80rem;
  }
}
.inspection-flow-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow-content {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow-content {
    display: block;
  }
}
.inspection-flow__elem {
  width: 220px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem {
    width: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.inspection-flow__elem:first-child .inspection-flow__elem-img::before {
  display: none;
}
.inspection-flow__elem:last-child .inspection-flow__elem-img::after {
  border: unset;
  height: 100%;
  width: 10px;
  background-color: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem:last-child .inspection-flow__elem-img::after {
    width: 10rem;
  }
}
.inspection-flow__elem-img {
  position: relative;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 210px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img {
    margin-bottom: 24rem;
    height: 140rem;
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img {
    max-width: 30%;
    width: 100%;
    margin-bottom: 0;
  }
}
.inspection-flow__elem-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img::before {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-white);
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img::before {
    display: none;
  }
}
.inspection-flow__elem-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img::after {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-blue);
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-img::after {
    display: none;
  }
}
.inspection-flow__elem-img img {
  width: 134px;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-img img {
    width: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-detail {
    padding-left: 30rem;
  }
}
.inspection-flow__elem-ttl p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-ttl p {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-ttl p {
    text-align: left;
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.inspection-flow__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .inspection-flow__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .inspection-flow__elem-txt p {
    font-size: 22rem;
  }
}

.sec-stock {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .sec-stock {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock {
    padding: 120rem 0;
  }
}
.sec-stock-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-ttl {
    margin-bottom: 80rem;
  }
}
.sec-stock-main-head {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-head {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-head {
    flex-direction: column;
    margin-bottom: 80rem;
  }
}
.sec-stock-main-head-btn {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-head-btn {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-head-btn__elem {
    width: 49%;
  }
}
.sec-stock-main-head-btn__elem:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-head-btn__elem:not(:last-child) {
    margin-right: 20rem;
  }
}
.sec-stock-main-head-btn__elem button,
.sec-stock-main-head-btn__elem .all-truck-check {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 60px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(to bottom, #EB7E1D, #E45213);
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-head-btn__elem button,
  .sec-stock-main-head-btn__elem .all-truck-check {
    width: 280rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-head-btn__elem button,
  .sec-stock-main-head-btn__elem .all-truck-check {
    width: 100%;
    height: 80rem;
  }
}
.sec-stock-main-head-btn__elem button::after,
.sec-stock-main-head-btn__elem .all-truck-check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #183E82, #102957);
  z-index: 1;
  opacity: 0;
}
.sec-stock-main-head-btn__elem button:hover,
.sec-stock-main-head-btn__elem .all-truck-check:hover {
  opacity: 0.7;
}
.sec-stock-main-head-btn__elem button span,
.sec-stock-main-head-btn__elem .all-truck-check span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-head-btn__elem button span,
  .sec-stock-main-head-btn__elem .all-truck-check span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-head-btn__elem button span,
  .sec-stock-main-head-btn__elem .all-truck-check span {
    font-size: 22rem;
  }
}
.sec-stock-main-head-btn__elem:first-child button::after,
.sec-stock-main-head-btn__elem:first-child .all-truck-check::after {
  opacity: 1;
}
.sec-stock-main-filter {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter {
    width: 100%;
    justify-content: space-between;
  }
}
.sec-stock-main-filter p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  margin-right: 28px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-filter p {
    margin-right: 28rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter p {
    margin-right: 40rem;
    font-size: 22rem;
  }
}
.sec-stock-main-filter-select {
  width: 280px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-filter-select {
    height: 60rem;
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter-select {
    height: 80rem;
    width: 420rem;
  }
}
.sec-stock-main-filter-select select {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--g-color-blue);
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-filter-select select {
    font-size: 16rem;
    padding: 0 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter-select select {
    height: 80rem;
    font-size: 26rem;
    padding: 0 25rem;
  }
}
.sec-stock-main-filter-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter-ico {
    right: 31rem;
  }
}
.sec-stock-main-filter-ico img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-filter-ico img {
    width: 24rem;
  }
}
.sec-stock-main-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list {
    gap: 50rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-stock-main-list__elem-img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-img {
    margin-bottom: 20rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-img {
    margin-bottom: 30rem;
    height: 260rem;
  }
}
.sec-stock-main-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-stock-main-list__elem-img span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sec-stock-main-list__elem-img span.new-ico {
  top: 0;
  left: 0;
  width: 70px;
  height: 30px;
  background: #EB7E1D;
  color: var(--g-color-white);
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-img span.new-ico {
    width: 70rem;
    height: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-img span.new-ico {
    width: 110rem;
    height: 40rem;
    font-size: 20rem;
  }
}
.sec-stock-main-list__elem-img span.stock-num {
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 15px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-img span.stock-num {
    padding: 5rem 15rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-img span.stock-num {
    font-size: 22rem;
  }
}
.sec-stock-main-list__elem-content > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.sec-stock-main-list__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-ttl p {
    font-size: 28rem;
  }
}
.sec-stock-main-list__elem-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-detail {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-detail {
    margin-bottom: 40rem;
  }
}
.sec-stock-main-list__elem-detail-item {
  display: flex;
  align-items: stretch;
  justify-content: left;
}
.sec-stock-main-list__elem-detail-item p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  padding: 10px 10px 12px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-detail-item p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-detail-item p {
    width: 50%;
    font-size: 22rem;
  }
}
.sec-stock-main-list__elem-detail-item p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ccc;
}
.sec-stock-main-list__elem-detail-item p:first-child {
  font-weight: bold;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-detail-item p:first-child {
    width: 50%;
  }
}
.sec-stock-main-list__elem-detail-item p:first-child::after {
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.sec-stock-main-list__elem-btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-btns {
    display: block;
  }
}
.sec-stock-main-list__elem-btn button,
.sec-stock-main-list__elem-btn .select-truck-btn,
.sec-stock-main-list__elem-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  outline: unset;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main-list__elem-btn button,
  .sec-stock-main-list__elem-btn .select-truck-btn,
  .sec-stock-main-list__elem-btn a {
    width: 135rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-btn button,
  .sec-stock-main-list__elem-btn .select-truck-btn,
  .sec-stock-main-list__elem-btn a {
    width: 100%;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main-list__elem-btn:first-child {
    margin-bottom: 20rem;
  }
}
.sec-stock-main-list__elem-btn:first-child button,
.sec-stock-main-list__elem-btn:first-child .select-truck-btn,
.sec-stock-main-list__elem-btn:first-child a {
  transition: all 0.3s ease-in-out;
  border: unset;
  color: var(--g-color-white);
  background: linear-gradient(to bottom, #8C8C93, #6E6D77);
}
.sec-stock-main-list__elem-btn:first-child button span,
.sec-stock-main-list__elem-btn:first-child .select-truck-btn span,
.sec-stock-main-list__elem-btn:first-child a span {
  position: relative;
  z-index: 2;
}
.sec-stock-main-list__elem-btn:first-child button::after,
.sec-stock-main-list__elem-btn:first-child .select-truck-btn::after,
.sec-stock-main-list__elem-btn:first-child a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to bottom, #EB7E1D, #E45213);
}
.sec-stock-main-list__elem-btn:first-child button:hover,
.sec-stock-main-list__elem-btn:first-child .select-truck-btn:hover,
.sec-stock-main-list__elem-btn:first-child a:hover {
  opacity: 0.7;
}
.sec-stock-main-list__elem-btn:first-child button.active::after,
.sec-stock-main-list__elem-btn:first-child .select-truck-btn.active::after,
.sec-stock-main-list__elem-btn:first-child a.active::after {
  opacity: 1;
}
.sec-stock-main-list__elem-btn:last-child button,
.sec-stock-main-list__elem-btn:last-child .select-truck-btn,
.sec-stock-main-list__elem-btn:last-child a {
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-white);
  transition: all 0.3s ease-in-out;
  color: var(--g-color-blue);
  padding-right: 10px;
}
.sec-stock-main-list__elem-btn:last-child button .more-btn-ico,
.sec-stock-main-list__elem-btn:last-child .select-truck-btn .more-btn-ico,
.sec-stock-main-list__elem-btn:last-child a .more-btn-ico {
  right: 10px;
}
.sec-stock-main-list__elem-btn:last-child button svg path,
.sec-stock-main-list__elem-btn:last-child .select-truck-btn svg path,
.sec-stock-main-list__elem-btn:last-child a svg path {
  stroke: var(--g-color-blue);
}
.sec-stock-main-list__elem-btn:last-child button:hover,
.sec-stock-main-list__elem-btn:last-child .select-truck-btn:hover,
.sec-stock-main-list__elem-btn:last-child a:hover {
  color: var(--g-color-white);
  background: var(--g-color-blue);
}
.sec-stock-main-list__elem-btn:last-child button:hover svg path,
.sec-stock-main-list__elem-btn:last-child .select-truck-btn:hover svg path,
.sec-stock-main-list__elem-btn:last-child a:hover svg path {
  stroke: var(--g-color-white);
}
.sec-stock-main .more-btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-stock-main .more-btn {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-stock-main .more-btn {
    margin-top: 80rem;
  }
}
.sec-stock-main .more-btn a {
  margin: auto;
}

.sales-tab-btn {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 888;
}
@media screen and (max-width: 768px) {
  .sales-tab-btn {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
.sales-tab-btn-container {
  width: 70px;
}
@media screen and (max-width: 1500px) {
  .sales-tab-btn-container {
    width: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn__elem {
    width: 50%;
  }
}
.sales-tab-btn__elem p {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 190px;
  font-size: 18px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  line-height: 1.1;
  position: relative;
  background: linear-gradient(to top, #6E6D77, #93939A);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .sales-tab-btn__elem p {
    font-size: 18rem;
    height: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn__elem p {
    height: 120rem;
    font-size: 28rem;
  }
}
.sales-tab-btn__elem p span:nth-child(1) {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #c3c3c7;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .sales-tab-btn__elem p span:nth-child(1) {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn__elem p span:nth-child(1) {
    font-size: 22rem;
    margin-bottom: 10rem;
  }
}
.sales-tab-btn__elem p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to top, #102957, #183E82);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.sales-tab-btn__elem p:hover::before {
  border-top: 14px solid #102957;
  transform: translate(-50%, 95%);
}
@media screen and (max-width: 1500px) {
  .sales-tab-btn__elem p:hover::before {
    border-top: 14rem solid #102957;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn__elem p:hover::before {
    border-top: 20rem solid #102957;
  }
}
.sales-tab-btn__elem p:hover::after {
  opacity: 1;
}
.sales-tab-btn__elem p.active {
  background: linear-gradient(to top, #102957, #183E82);
}
.sales-tab-btn__elem p.active::before {
  border-top: 14px solid #102957;
  transform: translate(-50%, 95%);
}
@media screen and (max-width: 1500px) {
  .sales-tab-btn__elem p.active::before {
    border-top: 14rem solid #102957;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab-btn__elem p.active::before {
    border-top: 20rem solid #102957;
  }
}
.sales-tab-btn__elem p.active::after {
  opacity: 1;
}
.sales-tab-btn__elem p.active span:first-child {
  color: #648dd5;
}
.sales-tab-btn__elem p span {
  position: relative;
  z-index: 2;
}

.sec-results {
  background: #F6F6F6;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .sec-results {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-results {
    padding: 120rem 0;
  }
}
.sec-results-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-results-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-ttl {
    margin-bottom: 80rem;
  }
}
.sec-results-main-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
}
@media screen and (max-width: 1500px) {
  .sec-results-main-list {
    gap: 50rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-main-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-results-main-list__elem-img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-results-main-list__elem-img {
    margin-bottom: 20rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-main-list__elem-img {
    margin-bottom: 30rem;
    height: 260rem;
  }
}
.sec-results-main-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-results-main-list__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sec-results-main-list__elem-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-main-list__elem-ttl p {
    font-size: 28rem;
  }
}
.sec-results-main-list__elem-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-results-main-list__elem-detail {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-main-list__elem-detail {
    margin-bottom: 40rem;
  }
}
.sec-results-main-list__elem-detail-item {
  display: flex;
  align-items: stretch;
  justify-content: left;
}
.sec-results-main-list__elem-detail-item p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  padding: 10px 10px 12px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 1500px) {
  .sec-results-main-list__elem-detail-item p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-results-main-list__elem-detail-item p {
    width: 50%;
    font-size: 22rem;
  }
}
.sec-results-main-list__elem-detail-item p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ccc;
}
.sec-results-main-list__elem-detail-item p:first-child {
  font-weight: bold;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-results-main-list__elem-detail-item p:first-child {
    width: 50%;
  }
}
.sec-results-main-list__elem-detail-item p:first-child::after {
  background: linear-gradient(to left, #3FBCD9, #00238A);
}

.sales-flow {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .sales-flow {
    padding: 100rem 0;
  }
}
.sales-flow-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sales-flow-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow-ttl {
    margin-bottom: 80rem;
  }
}
.sales-flow-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (max-width: 1500px) {
  .sales-flow-content {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow-content {
    display: block;
  }
}
.sales-flow__elem {
  width: 220px;
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem {
    width: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.sales-flow__elem:first-child .sales-flow__elem-img::before {
  display: none;
}
.sales-flow__elem:last-child .sales-flow__elem-img::after {
  border: unset;
  height: 100%;
  width: 10px;
  background-color: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem:last-child .sales-flow__elem-img::after {
    width: 10rem;
  }
}
.sales-flow__elem-img {
  position: relative;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 210px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-img {
    margin-bottom: 24rem;
    height: 140rem;
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-img {
    max-width: 30%;
    width: 100%;
    margin-bottom: 0;
  }
}
.sales-flow__elem-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-img::before {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-white);
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-img::before {
    display: none;
  }
}
.sales-flow__elem-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 16px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-img::after {
    border-top: 70rem solid transparent;
    border-bottom: 70rem solid transparent;
    border-left: 16rem solid var(--g-color-blue);
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-img::after {
    display: none;
  }
}
.sales-flow__elem-img img {
  width: 160px;
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-img img {
    width: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-detail {
    padding-left: 30rem;
  }
}
.sales-flow__elem-ttl p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-ttl p {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-ttl p {
    text-align: left;
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
.sales-flow__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .sales-flow__elem-txt p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-flow__elem-txt p {
    font-size: 22rem;
  }
}

.sales-tab__wrap {
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
}
@media screen and (max-width: 1500px) {
  .sales-tab__wrap {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sales-tab__wrap {
    padding-top: 30rem;
  }
}
.sales-tab__wrap.swich-tab {
  opacity: 0;
  filter: blur(10px);
}

.sec-search-type {
  background: #F6F6F6;
  padding: 100px 0 20px;
}
@media screen and (max-width: 1500px) {
  .sec-search-type {
    padding: 100rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-search-type {
    padding: 120rem 0 40rem;
  }
}
.sec-search-type-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-search-type-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-search-type-ttl {
    margin-bottom: 80rem;
  }
}
.sec-search-type-main {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px 25px;
}
@media screen and (max-width: 1500px) {
  .sec-search-type-main {
    gap: 20rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-search-type-main {
    gap: 20rem 20rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec-search-type__elem {
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-white);
  height: 200px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .sec-search-type__elem {
    height: 150rem;
  }
}
.sec-search-type__elem:hover {
  background: #d2dcf8;
}
.sec-search-type__elem.active {
  background: #d2dcf8;
}
.sec-search-type__elem-img {
  width: 130px;
  height: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-search-type__elem-img {
    width: 130rem;
    height: 50rem;
    margin-bottom: 30rem;
  }
}
.sec-search-type__elem-txt span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sec-search-type__elem-txt span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-search-type__elem-txt span {
    font-size: 22rem;
  }
}
.sec-search-type__elem:last-child .sec-search-type__elem-txt span {
  color: var(--g-color-blue);
}

.truck-page .lower-fv {
  background: url(../img/truck-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-truck {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .sec-truck {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck {
    padding: 120rem 0;
  }
}
.sec-truck-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-ttl {
    margin-bottom: 80rem;
  }
}
.sec-truck-main-head {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-head {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-head {
    flex-direction: column;
    margin-bottom: 80rem;
  }
}
.sec-truck-main-head-btn {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-head-btn {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-head-btn__elem {
    width: 49%;
  }
}
.sec-truck-main-head-btn__elem:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-head-btn__elem:not(:last-child) {
    margin-right: 20rem;
  }
}
.sec-truck-main-head-btn__elem button,
.sec-truck-main-head-btn__elem .all-truck-check {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 280px;
  height: 60px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(to bottom, #EB7E1D, #E45213);
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-head-btn__elem button,
  .sec-truck-main-head-btn__elem .all-truck-check {
    width: 280rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-head-btn__elem button,
  .sec-truck-main-head-btn__elem .all-truck-check {
    width: 100%;
    height: 80rem;
  }
}
.sec-truck-main-head-btn__elem button::after,
.sec-truck-main-head-btn__elem .all-truck-check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #183E82, #102957);
  z-index: 1;
  opacity: 0;
}
.sec-truck-main-head-btn__elem button:hover,
.sec-truck-main-head-btn__elem .all-truck-check:hover {
  opacity: 0.7;
}
.sec-truck-main-head-btn__elem button span,
.sec-truck-main-head-btn__elem .all-truck-check span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-head-btn__elem button span,
  .sec-truck-main-head-btn__elem .all-truck-check span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-head-btn__elem button span,
  .sec-truck-main-head-btn__elem .all-truck-check span {
    font-size: 22rem;
  }
}
.sec-truck-main-head-btn__elem:first-child button::after,
.sec-truck-main-head-btn__elem:first-child .all-truck-check::after {
  opacity: 1;
}
.sec-truck-main-filter {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter {
    width: 100%;
    justify-content: space-between;
  }
}
.sec-truck-main-filter p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  margin-right: 28px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-filter p {
    margin-right: 28rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter p {
    margin-right: 40rem;
    font-size: 22rem;
  }
}
.sec-truck-main-filter-select {
  width: 280px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-filter-select {
    height: 60rem;
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter-select {
    height: 80rem;
    width: 420rem;
  }
}
.sec-truck-main-filter-select select {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--g-color-blue);
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-filter-select select {
    font-size: 16rem;
    padding: 0 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter-select select {
    height: 80rem;
    font-size: 26rem;
    padding: 0 25rem;
  }
}
.sec-truck-main-filter-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter-ico {
    right: 31rem;
  }
}
.sec-truck-main-filter-ico img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-filter-ico img {
    width: 24rem;
  }
}
.sec-truck-main-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list {
    gap: 50rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-truck-main-list__elem-img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-img {
    margin-bottom: 20rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-img {
    margin-bottom: 30rem;
    height: 260rem;
  }
}
.sec-truck-main-list__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-truck-main-list__elem-img span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sec-truck-main-list__elem-img span.new-ico {
  top: 0;
  left: 0;
  width: 70px;
  height: 30px;
  background: #EB7E1D;
  color: var(--g-color-white);
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-img span.new-ico {
    width: 70rem;
    height: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-img span.new-ico {
    width: 110rem;
    height: 40rem;
    font-size: 20rem;
  }
}
.sec-truck-main-list__elem-img span.truck-num {
  bottom: 0;
  right: 0;
  width: 100px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-img span.truck-num {
    width: 100rem;
    height: 30rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-img span.truck-num {
    width: 140rem;
    height: 40rem;
    font-size: 22rem;
  }
}
.sec-truck-main-list__elem-ttl p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-ttl p {
    font-size: 28rem;
  }
}
.sec-truck-main-list__elem-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-detail {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-detail {
    margin-bottom: 40rem;
  }
}
.sec-truck-main-list__elem-detail-item {
  display: flex;
  align-items: stretch;
  justify-content: left;
}
.sec-truck-main-list__elem-detail-item p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  padding: 10px 10px 12px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-detail-item p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-detail-item p {
    width: 50%;
    font-size: 22rem;
  }
}
.sec-truck-main-list__elem-detail-item p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ccc;
}
.sec-truck-main-list__elem-detail-item p:first-child {
  font-weight: bold;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-detail-item p:first-child {
    width: 50%;
  }
}
.sec-truck-main-list__elem-detail-item p:first-child::after {
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.sec-truck-main-list__elem-btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-btns {
    display: block;
  }
}
.sec-truck-main-list__elem-btn button {
  width: 135px;
  height: 50px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  outline: unset;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main-list__elem-btn button {
    width: 135rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-btn button {
    width: 100%;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main-list__elem-btn:first-child {
    margin-bottom: 20rem;
  }
}
.sec-truck-main-list__elem-btn:first-child button {
  border: unset;
  color: var(--g-color-white);
  background: linear-gradient(to bottom, #8C8C93, #6E6D77);
}
.sec-truck-main-list__elem-btn:first-child button span {
  position: relative;
  z-index: 2;
}
.sec-truck-main-list__elem-btn:first-child button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to bottom, #173C7D, #102957);
}
.sec-truck-main-list__elem-btn:first-child button:hover::after {
  opacity: 1;
}
.sec-truck-main-list__elem-btn:last-child button {
  border: 1px solid var(--g-color-blue);
  background: var(--g-color-white);
  transition: all 0.3s ease-in-out;
  color: var(--g-color-blue);
  padding-right: 10px;
}
.sec-truck-main-list__elem-btn:last-child button .more-btn-ico {
  right: 10px;
}
.sec-truck-main-list__elem-btn:last-child button svg path {
  stroke: var(--g-color-blue);
}
.sec-truck-main-list__elem-btn:last-child button:hover {
  color: var(--g-color-white);
  background: var(--g-color-blue);
}
.sec-truck-main .more-btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-truck-main .more-btn {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-truck-main .more-btn {
    margin-top: 80rem;
  }
}
.sec-truck-main .more-btn a {
  margin: auto;
}

.custom-page .lower-fv {
  background: url(../img/custom-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-main {
  padding: 70px 0 100px;
}
@media screen and (max-width: 1500px) {
  .custom-main {
    padding: 70rem 0 100rem;
  }
}
.custom-main-link {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 1500px) {
  .custom-main-link {
    margin-bottom: 84rem;
    padding-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-link {
    display: block;
    margin-bottom: 120rem;
    padding-top: 50rem;
  }
}
.custom-main-link__elem {
  cursor: pointer;
  width: 260px;
  height: 60px;
  background: var(--g-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--g-color-blue);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .custom-main-link__elem {
    width: 260rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-link__elem {
    width: 100%;
    height: 80rem;
  }
}
.custom-main-link__elem:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  .custom-main-link__elem:not(:last-child) {
    margin-right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-link__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
.custom-main-link__elem-txt {
  font-size: 16px;
  font-weight: bold;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .custom-main-link__elem-txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-link__elem-txt {
    font-size: 24rem;
  }
}
.custom-main-link__elem-ico {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .custom-main-link__elem-ico {
    right: 30rem;
  }
}
.custom-main-link__elem-ico svg {
  width: 12px;
  height: 8px;
  transform: rotate(90deg);
}
.custom-main-link__elem-ico svg path {
  transition: all 0.3s ease-in-out;
}
.custom-main-link__elem:hover {
  background: var(--g-color-white);
}
.custom-main-link__elem:hover span {
  color: var(--g-color-blue);
}
.custom-main-link__elem:hover svg path {
  stroke: var(--g-color-blue);
}
.custom-main-img {
  width: 100%;
  height: 560px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .custom-main-img {
    margin-bottom: 50rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-img {
    height: 400rem;
  }
}
.custom-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-main-content-head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-head {
    margin-bottom: 50rem;
  }
}
.custom-main-content-head > p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-head > p {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-head > p {
    font-size: 30rem;
  }
}
.custom-main-content-ttl p {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .custom-main-content-ttl p {
    font-size: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-ttl p {
    font-size: 42rem;
    line-height: 1.4;
    margin: 20rem 0;
  }
}
.custom-main-content-ttl p span {
  color: var(--g-color-blue);
}
.custom-main-content-ttl > span {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 1500px) {
  .custom-main-content-ttl > span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-ttl > span {
    font-size: 22rem;
  }
}
.custom-main-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-grid {
    gap: 0 50rem;
  }
}
.custom-main-content-grid__elem {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding: 5px 0;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-grid__elem {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-grid__elem {
    width: 100%;
  }
}
.custom-main-content-grid__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3DB9D8, #00248A);
}
.custom-main-content-grid__elem-img img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-grid__elem-img img {
    width: 24rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-grid__elem-img img {
    width: 32rem;
    margin-right: 10rem;
  }
}
.custom-main-content-grid__elem-txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-grid__elem-txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-grid__elem-txt {
    font-size: 26rem;
  }
}
.custom-main-content-bottom {
  background: #F6F6F6;
  padding: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom {
    margin-top: 50rem;
    padding: 50rem;
  }
}
.custom-main-content-bottom-ttl p {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: bold;
  color: var(--g-color-black);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom-ttl p {
    font-size: 22rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-bottom-ttl p {
    font-size: 28rem;
    margin-bottom: 42rem;
  }
}
.custom-main-content-bottom-main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom-main-grid {
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-bottom-main-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-main-content-bottom-main-grid:first-child {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom-main-grid:first-child {
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-bottom-main-grid:first-child {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-main-content-bottom-main__elem {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--g-color-blue);
  background: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom-main__elem {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-bottom-main__elem {
    height: 60rem;
  }
}
.custom-main-content-bottom-main__elem p {
  font-size: 18px;
  color: var(--g-color-blue);
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .custom-main-content-bottom-main__elem p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-main-content-bottom-main__elem p {
    font-size: 22rem;
  }
}

.custom-service {
  background: #F3F6FA;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .custom-service {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-service {
    padding: 120rem 0;
  }
}
.custom-service__elem:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem:not(:last-child) {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem:not(:last-child) {
    margin-bottom: 120rem;
  }
}
.custom-service__elem-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .custom-service__elem-main {
    display: block;
  }
}
.custom-service__elem-txt {
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-txt {
    max-width: 580rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-txt {
    max-width: 100%;
    margin-bottom: 50rem;
  }
}
.custom-service__elem-txt > p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-txt > p {
    font-size: 20rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-txt > p {
    font-size: 22rem;
  }
}
.custom-service__elem-txt > p span {
  color: var(--g-color-blue);
  font-weight: bold;
}
.custom-service__elem-imgs {
  position: relative;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-imgs {
    max-width: 580rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-imgs {
    max-width: 100%;
  }
}
.custom-service__elem-before {
  position: relative;
  width: 300px;
  height: 210px;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-before {
    width: 300rem;
    height: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-before {
    width: 400rem;
    height: 280rem;
  }
}
.custom-service__elem-before-img {
  width: 100%;
  height: 100%;
}
.custom-service__elem-before-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-service__elem-before span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--g-color-blue);
  font-family: "Lato", sans-serif;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .custom-service__elem-before span {
    bottom: -30rem;
    font-size: 22rem;
  }
}
.custom-service__elem-arrow {
  position: absolute;
  z-index: 5;
  left: 30px;
  top: 40%;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-arrow {
    left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-arrow {
    top: 48%;
    left: 40rem;
  }
}
.custom-service__elem-arrow img {
  width: 130px;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-arrow img {
    width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-arrow img {
    width: 160rem;
  }
}
.custom-service__elem-after {
  position: relative;
  text-align: right;
}
.custom-service__elem-after-img {
  margin-left: auto;
  width: 460px;
  height: 310px;
  transform: translateY(-50px);
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-after-img {
    transform: translateY(-50rem);
    width: 460rem;
    height: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-after-img {
    transform: translateY(-60rem);
    width: 540rem;
    height: 370rem;
  }
}
.custom-service__elem-after-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-service__elem-after span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--g-color-orange);
  font-family: "Lato", sans-serif;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -70px;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-after span {
    top: calc(-20px - 50rem);
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-after span {
    top: -90rem;
    font-size: 22rem;
  }
}
.custom-service__elem-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-ttl {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-ttl {
    margin-bottom: 50rem;
  }
}
.custom-service__elem-box {
  background: var(--g-color-white);
  padding: 30px 50px;
  border: 1px solid var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-box {
    padding: 30rem 50rem;
  }
}
.custom-service__elem-box p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .custom-service__elem-box p {
    font-size: 22rem;
  }
}
.custom-service__elem-box-ttl p {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .custom-service__elem-box-ttl p {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service__elem-box-ttl p {
    margin-bottom: 20rem;
  }
}
.custom-service__elem-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .custom-service__elem-box-grid {
    display: block;
  }
}
.custom-service-contact {
  padding: 64px;
  background: var(--g-color-blue);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact {
    padding: 64rem;
  }
}
.custom-service-contact > p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact > p {
    font-size: 26rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service-contact > p {
    font-size: 28rem;
    line-height: 1.4;
    margin-bottom: 20rem;
  }
}
.custom-service-contact-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .custom-service-contact-main {
    display: block;
    text-align: center;
  }
}
.custom-service-contact-main > span {
  line-height: 1;
  padding-top: 10px;
  display: flex;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact-main > span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-service-contact-main > span {
    font-size: 30rem;
    text-align: center;
    justify-content: center;
  }
}
.custom-service-contact-phone {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: 16px;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact-phone {
    margin-right: 16rem;
  }
}
.custom-service-contact-phone img {
  width: 41px;
  height: 41px;
  margin-right: 11px;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact-phone img {
    width: 41rem;
    height: 41rem;
    margin-right: 11rem;
  }
}
.custom-service-contact-phone span {
  font-size: 50px;
  color: var(--g-color-white);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .custom-service-contact-phone span {
    font-size: 50rem;
  }
}
.custom-service-contact > img {
  width: 388px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .custom-service-contact > img {
    width: 388rem;
  }
}

.custom-works {
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  .custom-works {
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-works {
    padding-top: 120rem;
  }
}
.custom-works-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .custom-works-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-works-ttl {
    margin-bottom: 80rem;
  }
}
.custom-works-content {
  background: #F6F6F6;
  padding-bottom: 70px;
}
@media screen and (max-width: 1500px) {
  .custom-works-content {
    padding-bottom: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-works-content {
    padding-bottom: 90rem;
  }
}
.custom-works-content .more-btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .custom-works-content .more-btn {
    margin-top: 30rem;
  }
}
.custom-works-content .more-btn a {
  margin: auto;
}

.custom-page .lower-footer {
  background: transparent;
}
.custom-page .other-service {
  background: #F6F6F6;
}

.contact-page .lower-fv {
  background: url(../img/contact-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-form {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .contact-form {
    padding-bottom: 120rem;
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-top: 120rem;
    padding-bottom: 150rem;
  }
}
.contact-form .container > p {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .contact-form .container > p {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .container > p {
    font-size: 22rem;
    margin-bottom: 100rem;
  }
}
.contact-form-main {
  border-top: 1px solid #ccc;
}
.contact-form-head {
  margin-bottom: 120px;
}
@media screen and (max-width: 1500px) {
  .contact-form-head {
    margin-bottom: 120rem;
  }
}
.contact-form-head-ttl p {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .contact-form-head-ttl p {
    margin-bottom: 40rem;
    font-size: 22rem;
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-head-ttl p {
    margin-bottom: 60rem;
    font-size: 34rem;
    padding: 30rem 0;
  }
}
.contact-form-head-ttl p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.contact-form-head-tb {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb {
    overflow-x: auto;
  }
}
.contact-form-head-tb__elem-name, .contact-form-head-tb__elem-val {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-name, .contact-form-head-tb__elem-val {
    width: 300%;
  }
}
.contact-form-head-tb__elem-name__elem, .contact-form-head-tb__elem-val__elem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-name__elem, .contact-form-head-tb__elem-val__elem {
    padding: 40rem;
  }
}
.contact-form-head-tb__elem-name__elem:not(:last-child), .contact-form-head-tb__elem-val__elem:not(:last-child) {
  border-right: 1px solid #d0d4d9;
}
.contact-form-head-tb__elem-name__elem:nth-child(1), .contact-form-head-tb__elem-val__elem:nth-child(1) {
  width: 10%;
}
.contact-form-head-tb__elem-name__elem:nth-child(2), .contact-form-head-tb__elem-name__elem:nth-child(6), .contact-form-head-tb__elem-val__elem:nth-child(2), .contact-form-head-tb__elem-val__elem:nth-child(6) {
  width: 13%;
}
.contact-form-head-tb__elem-name__elem:nth-child(3), .contact-form-head-tb__elem-val__elem:nth-child(3) {
  width: 8%;
}
.contact-form-head-tb__elem-name__elem:nth-child(4), .contact-form-head-tb__elem-name__elem:nth-child(5), .contact-form-head-tb__elem-val__elem:nth-child(4), .contact-form-head-tb__elem-val__elem:nth-child(5) {
  width: 18%;
}
.contact-form-head-tb__elem-name__elem:nth-child(7), .contact-form-head-tb__elem-name__elem:nth-child(8), .contact-form-head-tb__elem-val__elem:nth-child(7), .contact-form-head-tb__elem-val__elem:nth-child(8) {
  width: 10%;
}
.contact-form-head-tb__elem-name__elem p, .contact-form-head-tb__elem-val__elem p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-weight: 500;
  text-align: center;
  max-width: 90%;
}
@media screen and (max-width: 1500px) {
  .contact-form-head-tb__elem-name__elem p, .contact-form-head-tb__elem-val__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-name__elem p, .contact-form-head-tb__elem-val__elem p {
    font-size: 24rem;
  }
}
.contact-form-head-tb__elem-name__elem p span, .contact-form-head-tb__elem-val__elem p span {
  display: block;
}
.contact-form-head-tb__elem-name__elem img, .contact-form-head-tb__elem-val__elem img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .contact-form-head-tb__elem-name__elem img, .contact-form-head-tb__elem-val__elem img {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-name__elem img, .contact-form-head-tb__elem-val__elem img {
    width: 100%;
  }
}
.contact-form-head-tb__elem-name__elem {
  background: var(--g-color-blue);
  height: 50px;
}
@media screen and (max-width: 1500px) {
  .contact-form-head-tb__elem-name__elem {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-name__elem {
    height: auto;
  }
}
.contact-form-head-tb__elem-name__elem p {
  color: var(--g-color-white);
}
.contact-form-head-tb__elem-val__elem {
  background-color: #f6f6f6;
  height: 100px;
}
@media screen and (max-width: 1500px) {
  .contact-form-head-tb__elem-val__elem {
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-head-tb__elem-val__elem {
    height: auto;
  }
}
.contact-form__elem {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 25px 50px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem {
    padding: 25rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem {
    padding: 50rem 0;
    display: block;
  }
}
.contact-form__elem-label {
  position: relative;
  width: 264px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-label {
    width: 264rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label {
    width: 100%;
    margin-bottom: 30rem;
    display: flex;
    align-items: center;
    justify-content: left;
  }
}
.contact-form__elem-label label {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-label label {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label label {
    font-size: 26rem;
  }
}
.contact-form__elem-label label.not {
  line-height: 1;
}
.contact-form__elem-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 36px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--g-color-white);
  background: #92959A;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-label span {
    font-size: 16rem;
    width: 80rem;
    height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-label span {
    position: unset;
    transform: translateY(0);
    font-size: 22rem;
    width: 100rem;
    height: 46rem;
    margin-left: 30rem;
  }
}
.contact-form__elem-label span.req {
  background: var(--g-color-orange);
}
.contact-form__elem-inp {
  max-width: 780px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp {
    max-width: 780rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp {
    max-width: 100%;
    font-size: 26rem;
  }
}
.contact-form__elem-inp .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact-form__elem-inp.first-inp .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px 30px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp.first-inp .wpcf7-form-control.wpcf7-radio {
    gap: 10rem 30rem;
  }
}
.contact-form__elem-inp.first-inp > span {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--g-color-black);
  font-weight: 400;
}
.contact-form__elem-inp.address-inp .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp.address-inp .wpcf7-form-control-wrap:not(:first-child) {
    margin-top: 20rem;
  }
}
.contact-form__elem-inp.address-inp input:nth-child(2) {
  max-width: 300px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp.address-inp input:nth-child(2) {
    max-width: 300rem;
  }
}
.contact-form__elem-inp.address-inp .address-inp-zip {
  display: flex;
  align-items: center;
  justify-content: left;
}
.contact-form__elem-inp.address-inp .address-inp-zip input {
  max-width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp.address-inp .address-inp-zip input {
    max-width: 300rem;
    margin-right: 20rem;
  }
}
.contact-form__elem-inp.address-inp .address-inp-zip-btn {
  cursor: pointer;
  outline: none;
  border: 1px solid var(--g-color-blue);
  color: var(--g-color-white);
  transition: all 0.3s ease-in-out;
  background: var(--g-color-blue);
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp.address-inp .address-inp-zip-btn {
    width: 100rem;
    height: 38rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp.address-inp .address-inp-zip-btn {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
}
.contact-form__elem-inp.address-inp .address-inp-zip-btn:hover {
  background: var(--g-color-white);
  color: var(--g-color-blue);
}
.contact-form__elem-inp input:not([type=radio]),
.contact-form__elem-inp textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  border: 1px solid #BDBBC2;
  font-family: "Noto Sans JP", serif;
}
.contact-form__elem-inp textarea {
  padding: 20px;
  height: 200px;
}
.contact-form__elem-inp.grid-3 {
  display: flex;
  align-items: center;
  justify-content: left;
}
.contact-form__elem-inp .wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp .wpcf7-radio {
    gap: 10rem 30rem;
  }
}
.contact-form__elem-inp .wpcf7-radio label {
  display: flex;
  align-items: center;
  justify-content: left;
}
.contact-form__elem-inp .wpcf7-radio input {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.contact-form__elem-inp .wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .contact-form__elem-inp .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__elem-inp .wpcf7-radio .wpcf7-list-item-label {
    font-size: 22rem;
  }
}
.contact-form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .contact-form-privacy {
    margin-bottom: 40rem;
    padding-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-privacy {
    margin-bottom: 50rem;
    padding-top: 80rem;
  }
}
.contact-form-privacy-inp {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-privacy-inp input {
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.contact-form-privacy-txt p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-form-privacy-txt p {
    font-size: 24rem;
  }
}
.contact-form-privacy-txt p a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g-color-blue);
  margin-right: 5px;
  position: relative;
}
.contact-form-privacy-txt p a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-blue);
}
.contact-form-privacy-txt p a svg {
  width: 16px;
  height: 16px;
}
.contact-form-submit {
  padding-top: 50px;
}
@media screen and (max-width: 1500px) {
  .contact-form-submit {
    padding-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-submit {
    padding-top: 80rem;
  }
}
.contact-form-submit .more-btn button {
  margin: auto;
}

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

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

.law-page .lower-fv {
  background: url(../img/law-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.law-main {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .law-main {
    padding: 100rem 0;
  }
}
.law-main__elem {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .law-main__elem {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .law-main__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
.law-main__elem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.law-main__elem p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .law-main__elem p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .law-main__elem p {
    font-size: 22rem;
  }
}
.law-main__elem-name {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 40px 50px;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .law-main__elem-name {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .law-main__elem-name {
    padding: 20rem 30rem;
    max-width: 100%;
  }
}
.law-main__elem-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.law-main__elem-name p {
  font-weight: 700;
}
.law-main__elem-val {
  padding: 40px 50px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .law-main__elem-val {
    padding: 40rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .law-main__elem-val {
    padding: 20rem 30rem;
  }
}
.law-main__elem-val-item {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .law-main__elem-val-item {
    align-items: start;
  }
}
.law-main__elem-val-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .law-main__elem-val-item:not(:last-child) {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .law-main__elem-val-item:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.law-main__elem-val-item p:first-child {
  font-weight: 700;
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .law-main__elem-val-item p:first-child {
    max-width: 40%;
  }
}

.privacy-page .lower-fv {
  background: url(../img/privacy-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.privacy-main-fv-txt {
  margin: 80px 0 50px;
}
@media screen and (max-width: 1500px) {
  .privacy-main-fv-txt {
    margin: 80rem 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main-fv-txt {
    margin: 100rem 0 80rem;
  }
}
.privacy-main p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .privacy-main p {
    font-size: 22rem;
  }
}
.privacy-main .last-info {
  text-align: right;
  margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .privacy-main .last-info {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main .last-info {
    margin-bottom: 120rem;
  }
}
.privacy-main .privacy__elem:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .privacy-main .privacy__elem:not(:last-child) {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem:not(:last-child) {
    margin-bottom: 80rem;
  }
}
.privacy-main .privacy__elem-ttl {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem-ttl {
    margin-bottom: 30rem;
  }
}
.privacy-main .privacy__elem-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.privacy-main .privacy__elem-ttl p {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem-ttl p {
    font-size: 30rem;
  }
}
.privacy-main .privacy__elem-ttl p span {
  display: inline-flex;
  margin-right: 12px;
  color: var(--g-color-blue);
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem-ttl p span {
    margin-right: 16rem;
  }
}
.privacy-main .privacy__elem ul {
  margin-top: 30px;
  position: relative;
  padding: 0 30px;
  border-left: 2px solid #183E82;
}
@media screen and (max-width: 1500px) {
  .privacy-main .privacy__elem ul {
    margin-top: 30rem;
    padding: 0 30rem;
  }
}
.privacy-main .privacy__elem ul li {
  color: var(--g-color-black);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem ul li {
    padding-left: 30rem;
    font-size: 22rem;
  }
}
.privacy-main .privacy__elem ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #183E82;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .privacy-main .privacy__elem ul li::after {
    top: 20rem;
    width: 14rem;
    height: 14rem;
  }
}

.recruit-fv {
  background: url(../img/recruit-fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 124px 0;
  height: 800px;
}
@media screen and (max-width: 1500px) {
  .recruit-fv {
    padding: 124rem 0;
    height: 800rem;
  }
}
.recruit-fv-link {
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .recruit-fv-link {
    margin-bottom: 100rem;
  }
}
.recruit-fv-link ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.recruit-fv-link ul li {
  font-size: 16px;
  color: var(--g-color-white);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit-fv-link ul li {
    font-size: 22rem;
  }
}
.recruit-fv-link ul li:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-fv-link ul li:not(:last-child) {
    margin-right: 15rem;
  }
}
.recruit-fv-link ul li a {
  display: inline-block;
  color: var(--g-color-white);
  position: relative;
}
.recruit-fv-link ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--g-color-white);
}
.recruit-fv-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 36px;
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ctgs {
    margin-bottom: 36rem;
  }
}
.recruit-fv-ctg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  border-radius: 50px;
  border: 1px solid var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ctg {
    padding: 5rem 35rem;
  }
}
.recruit-fv-ctg span {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ctg span {
    font-size: 22rem;
  }
}
.recruit-fv-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ttl {
    margin-bottom: 45rem;
  }
}
.recruit-fv-ttl h2 {
  font-size: 52px;
  letter-spacing: 0.15em;
  color: var(--g-color-white);
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ttl h2 {
    font-size: 52rem;
  }
}
.recruit-fv-ttl h2 span {
  position: relative;
  display: inline-block;
}
.recruit-fv-ttl h2 span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--g-color-white);
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .recruit-fv-ttl h2 span::after {
    width: 10rem;
    height: 10rem;
    top: 5rem;
  }
}
.recruit-fv-btn .more-btn a > svg {
  width: 24px;
  height: 21px;
  margin-right: 10px;
  fill: var(--g-color-white);
  transition: all 0.3s ease-in-out;
}
.recruit-fv-btn .more-btn a:hover > svg {
  fill: var(--g-color-blue);
}

.recruit-about {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .recruit-about {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-about {
    padding: 120rem 0;
  }
}
.recruit-about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit-about .container {
    display: block;
  }
}
.recruit-about-txt {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .recruit-about-txt {
    max-width: 440rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-about-txt {
    max-width: 100%;
    margin-bottom: 50rem;
  }
}
.recruit-about-txt-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .recruit-about-txt-ttl {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-about-txt-ttl {
    margin-bottom: 50rem;
  }
}
.recruit-about-txt-ttl h2 {
  line-height: 1.4;
}
.recruit-about-txt > p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-weight: 500;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .recruit-about-txt > p {
    font-size: 22rem;
  }
}
.recruit-about-img img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .recruit-about-img img {
    max-width: 700rem;
  }
}

.recruit-movie {
  background: #F6F6F6;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1500px) {
  .recruit-movie {
    padding: 80rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-movie {
    padding: 100rem 0 120rem;
  }
}
.recruit-movie-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-movie-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-movie-ttl {
    margin-bottom: 70rem;
  }
}
.recruit-movie-ttl .sec-ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.recruit-movie-content iframe {
  width: 100%;
  height: 676px;
}
@media screen and (max-width: 1500px) {
  .recruit-movie-content iframe {
    height: 676rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-movie-content iframe {
    height: 386rem;
  }
}

.recruit-banner img {
  width: 100%;
  height: auto;
}

.recruit-process {
  background: #F3F6FA;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .recruit-process {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process {
    padding: 120rem 0;
  }
}
.recruit-process-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-process-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-ttl {
    margin-bottom: 70rem;
  }
}
.recruit-process-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 50rem;
  }
}
.recruit-process-flow__elem {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow__elem {
    width: 260rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem {
    width: 100%;
    height: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem.forpc {
    display: none;
  }
}
.recruit-process-flow__elem.forsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem.forsp {
    display: flex;
  }
}
.recruit-process-flow__elem-img img {
  width: 110px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow__elem-img img {
    width: 110rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem-img img {
    width: 124rem;
    margin-bottom: 16rem;
  }
}
.recruit-process-flow__elem-txt p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow__elem-txt p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem-txt p {
    font-size: 30rem;
  }
}
.recruit-process-flow__elem-txt p span {
  font-weight: 500;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow__elem-txt p span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__elem-txt p span {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__arrow.forsp-rotate {
    transform: rotate(180deg);
  }
}
.recruit-process-flow__arrow img {
  width: 30px;
  height: 12px;
}
@media screen and (max-width: 1500px) {
  .recruit-process-flow__arrow img {
    width: 30rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-flow__arrow img {
    width: 42rem;
    height: 20rem;
  }
}
.recruit-process-content__elem {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .recruit-process-content__elem {
    display: block;
  }
}
.recruit-process-content__elem-ttl {
  max-width: 300px;
  width: 100%;
  padding: 35px 50px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .recruit-process-content__elem-ttl {
    padding: 35rem 50rem;
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-content__elem-ttl {
    padding: 35rem 50rem;
    max-width: 100%;
  }
}
.recruit-process-content__elem-ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #3FBCD9, #00238A);
}
.recruit-process-content__elem-ttl p {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit-process-content__elem-ttl p {
    font-size: 26rem;
  }
}
.recruit-process-content__elem-ttl p img {
  width: 36px;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 1500px) {
  .recruit-process-content__elem-ttl p img {
    width: 36rem;
    margin-right: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-process-content__elem-ttl p img {
    width: 50rem;
    margin-right: 12rem;
  }
}
.recruit-process-content__elem-txt {
  max-width: 100%;
  width: 100%;
  padding: 35px 30px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .recruit-process-content__elem-txt {
    padding: 35rem 30rem;
    max-width: 100%;
  }
}
.recruit-process-content__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .recruit-process-content__elem-txt p {
    font-size: 22rem;
  }
}
.recruit-process-content__elem-txt p span {
  font-weight: bold;
}

.recruit-contact {
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  .recruit-contact {
    padding-top: 100rem;
  }
}
.recruit-contact-content {
  padding: 64px;
  background: var(--g-color-blue);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .recruit-contact-content {
    padding: 64rem;
  }
}
.recruit-contact-content > p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .recruit-contact-content > p {
    font-size: 36rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-contact-content > p {
    font-size: 40rem;
    line-height: 1.4;
    margin-bottom: 30rem;
  }
}
.recruit-contact-content-main {
  text-align: center;
  position: relative;
  z-index: 5;
}
.recruit-contact-content-main > span {
  line-height: 1.5;
  padding-top: 10px;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 500;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-contact-content-main > span {
    font-size: 22rem;
  }
}
.recruit-contact-content .more-btn a {
  border: 1px solid var(--g-color-white);
  margin: auto;
  background: transparent;
}
.recruit-contact-content > img {
  width: 388px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .recruit-contact-content > img {
    width: 388rem;
  }
}

.recruit-voice {
  padding: 100px 0 150px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice {
    padding: 100rem 0 150rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice {
    padding: 120rem 0 180rem;
  }
}
.recruit-voice-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-ttl {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-ttl {
    margin-bottom: 70rem;
  }
}
.recruit-voice-main {
  position: relative;
}
.recruit-voice-slide {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-slide {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide {
    margin-bottom: 70rem;
  }
}
.recruit-voice-slide__elem {
  display: flex;
  align-items: start;
  justify-content: space-between;
  opacity: 0 !important;
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide__elem {
    display: block;
  }
}
.recruit-voice-slide__elem.swiper-slide-active {
  opacity: 1 !important;
}
.recruit-voice-slide__elem-img {
  width: 520px;
  height: 610px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-slide__elem-img {
    width: 520rem;
    height: 610rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide__elem-img {
    width: 100%;
    height: 700rem;
  }
}
.recruit-voice-slide__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-voice-slide__elem-content {
  padding-top: 40px;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-slide__elem-content {
    max-width: 620rem;
    padding-top: 40rem;
  }
}
.recruit-voice-slide__elem-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-slide__elem-ttl {
    margin-bottom: 30rem;
  }
}
.recruit-voice-slide__elem-ttl p {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-slide__elem-ttl p {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide__elem-ttl p {
    font-size: 40rem;
    margin-bottom: 30rem;
  }
}
.recruit-voice-slide__elem-ttl span {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide__elem-ttl span {
    font-size: 24rem;
  }
}
.recruit-voice-slide__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit-voice-slide__elem-txt p {
    font-size: 22rem;
  }
}
.recruit-voice-thumbslide {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-thumbslide {
    max-width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-thumbslide {
    max-width: 80%;
  }
}
.recruit-voice-thumbslide__elem {
  width: 120px;
  height: 140px;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-thumbslide__elem {
    width: 120rem;
    height: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-thumbslide__elem {
    width: 200rem;
    height: 240rem;
  }
}
.recruit-voice-thumbslide__elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-voice-thumbslide-btns {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  width: 880px;
  visibility: hidden;
}
@media screen and (max-width: 1500px) {
  .recruit-voice-thumbslide-btns {
    bottom: 70rem;
    width: 880rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-voice-thumbslide-btns {
    bottom: 120rem;
    width: 100%;
  }
}
.recruit-voice-thumbslide-btn {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  position: unset;
  width: 50px;
  height: 50px;
  background: var(--g-color-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .recruit-voice-thumbslide-btn {
    width: 60rem;
    height: 60rem;
  }
}
.recruit-voice-thumbslide-btn::after {
  display: none;
}
.recruit-voice-thumbslide-btn svg {
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-voice-thumbslide-btn svg {
    width: 14rem;
    height: 22rem;
  }
}
.recruit-voice-thumbslide-btn.swiper-button-prev svg {
  transform: rotate(180deg);
}
.recruit-voice-thumbslide-btn.swiper-button-next.swiper-button-disabled, .recruit-voice-thumbslide-btn.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #C8CCD2;
}

.recruit-work {
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .recruit-work {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work {
    padding: 150rem 0 100rem;
  }
}
.recruit-work > .container {
  max-width: 1580px;
  margin-left: auto;
  margin-right: unset;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1770px) {
  .recruit-work > .container {
    max-width: 89.2655367232vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work > .container {
    max-width: 720rem;
  }
}
.recruit-work-ttl .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .recruit-work-ttl .sec-ttl {
    margin-bottom: 40rem;
  }
}
.recruit-work-ttl .sec-ttl h2 {
  line-height: 1.5;
}
.recruit-work-main__wrap {
  width: 1580px;
  position: relative;
}
@media screen and (max-width: 1770px) {
  .recruit-work-main__wrap {
    width: 89.2655367232vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-main__wrap {
    width: 720rem;
  }
}
.recruit-work-main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  z-index: 6;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1770px) {
  .recruit-work-main__wrap::before {
    width: 19.209039548vw;
  }
}
@media screen and (max-width: 1500px) {
  .recruit-work-main__wrap::before {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work-main__wrap::before {
    display: none;
  }
}
.recruit-work-main {
  overflow: hidden;
}
.recruit-work-main .news-swiper {
  padding-right: 80px;
}
@media screen and (max-width: 1500px) {
  .recruit-work-main .news-swiper {
    padding-right: 80rem;
  }
}
.recruit-work__elem {
  width: 380px;
  margin-right: 40px;
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem {
    width: 380rem;
    margin-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem {
    width: 478rem !important;
    margin-right: 0;
    margin: 0 15rem;
  }
}
.recruit-work__elem-img {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem-img {
    height: 280rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem-img {
    height: 318rem;
    margin-bottom: 26rem;
  }
}
.recruit-work__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-work__elem-txt-ctg {
  margin-top: 10px;
}
.recruit-work__elem-txt-ctg:not(:last-child) {
  margin-right: 6px;
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem-txt-ctg:not(:last-child) {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem-txt-ctg:not(:last-child) {
    margin-right: 8rem;
  }
}
.recruit-work__elem-txt-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.recruit-work__elem-txt-ctgs span {
  border-radius: 100px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  font-size: 14px;
  color: var(--g-color-white);
  font-weight: 700;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem-txt-ctgs span {
    padding: 8rem 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem-txt-ctgs span {
    padding: 11rem 40rem;
    font-size: 20rem;
  }
}
.recruit-work__elem-txt-ttl p {
  font-size: 24px;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem-txt-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem-txt-ttl p {
    font-size: 28rem;
  }
}
.recruit-work__elem-txt-content p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1500px) {
  .recruit-work__elem-txt-content p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work__elem-txt-content p {
    font-size: 22rem;
  }
}
.recruit-work .swiper-controller {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 40px));
  visibility: hidden;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller {
    transform: translateY(calc(-100% - 40rem));
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller {
    position: unset;
    transform: translateY(0);
    margin-bottom: 30rem;
  }
}
.recruit-work .swiper-controller .swiper-button-wrap {
  visibility: visible;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .swiper-button-wrap {
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .swiper-button-wrap {
    height: 70rem;
  }
}
.recruit-work .swiper-controller .recruit-slide-num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .recruit-slide-num {
    padding: 0 15rem;
  }
}
.recruit-work .swiper-controller .recruit-slide-num span {
  display: inline-block;
}
.recruit-work .swiper-controller .recruit-slide-num span.recruit-active-slide.change-num {
  animation: changeSlide 0.6s ease-in-out;
}
@keyframes changeSlide {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recruit-work .swiper-controller .recruit-slide-num span:not(.recruit-slide-num-line) {
  font-size: 14px;
  color: var(--g-color-blue);
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .recruit-slide-num span:not(.recruit-slide-num-line) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .recruit-slide-num span:not(.recruit-slide-num-line) {
    font-size: 22rem;
  }
}
.recruit-work .swiper-controller .recruit-slide-num span.recruit-slide-num-line {
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background: var(--g-color-blue);
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .recruit-slide-num span.recruit-slide-num-line {
    height: 15rem;
    margin: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .recruit-slide-num span.recruit-slide-num-line {
    width: 2rem;
    height: 24rem;
    margin: 0 15rem;
  }
}
.recruit-work .swiper-controller .swiper-button {
  position: unset;
  width: 50px;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .swiper-button {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .swiper-button {
    width: 70rem;
    height: 70rem;
  }
}
.recruit-work .swiper-controller .swiper-button::after {
  display: none;
}
.recruit-work .swiper-controller .swiper-button-ico {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--g-color-blue);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .swiper-button-ico {
    width: 50rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .swiper-button-ico {
    width: 70rem;
    height: 70rem;
  }
}
.recruit-work .swiper-controller .swiper-button-ico svg {
  width: 10px;
  height: 16px;
}
@media screen and (max-width: 1500px) {
  .recruit-work .swiper-controller .swiper-button-ico svg {
    width: 10rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-work .swiper-controller .swiper-button-ico svg {
    width: 14rem;
    height: 22rem;
  }
}
.recruit-work .swiper-controller .swiper-button:first-child svg {
  transform: rotate(180deg);
}
.recruit-work .swiper-controller .swiper-button.swiper-button-disabled .swiper-button-ico {
  background: #c8ccd2;
}/*# sourceMappingURL=style.css.map */
