@import url(https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* 
RESET - ADAPTED FROM MEYER RESET
URL - http://meyerweb.com/eric/tools/css/reset/
LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  white-space: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* Base
---------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #000;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  min-width: 320px;
  padding: 0;
}
body.ovh {
  overflow: hidden;
}

canvas {
  display: block;
  left: 0;
  max-height: 100%;
  max-height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: -9;
}

video {
  max-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* Utilities
---------------------------------------------------------------- */
.c-external-link {
  position: relative;
}
.c-external-link::after {
  background-image: url(/assets/images/ic_external-link_7e435c9d11c5acc9db3a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 7px;
  width: 16px;
}

/* Header
---------------------------------------------------------------- */
#header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
#header .g-nav {
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 95px;
  visibility: hidden;
}
#header .g-nav.is-active {
  opacity: 1;
  visibility: visible;
}
#header .g-nav__inner {
  display: flex;
}
#header .g-nav__bg {
  background: #eee;
  background: url(/assets/images/g-nav-bg_cd9e96af48e0b6c2eaef.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 100vh;
  width: max(40%, 400px);
}
#header .g-nav__main {
  max-height: calc(100vh - 95px);
  overflow: scroll;
  padding-bottom: 100px;
  scrollbar-width: none;
  width: 60%;
}
#header .g-nav__main::-webkit-scrollbar {
  display: none;
}
#header .g-nav__list {
  display: flex;
  flex-direction: column;
}
#header .g-nav__list--item {
  align-items: center;
  display: flex;
}
#header .g-nav__list--item a {
  align-items: center;
  color: #000000;
  display: block;
  display: flex;
  font-family: "Gothic A1", sans-serif;
  font-size: clamp(32px, 6vw, 64px);
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 3vh 48px;
  width: 100%;
}
#header .g-nav__list--item a:hover {
  background-color: #eee;
}
#header .g-nav__list--item a .external-link {
  position: relative;
}
#header .g-nav__list--item a .external-link::before {
  background-image: url(/assets/images/ic_external-link-bl_43d384a1250410459728.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  right: -16px;
  top: 0;
  width: 16px;
}
#header .g-nav__list--item a span {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.2em;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0 10px;
}
#header .g-nav__company {
  padding: 6vh 48px;
  position: relative;
}
#header .g-nav__company::before {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: -1px;
  width: 90%;
  z-index: 1;
}
#header .g-nav__company--ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
#header .g-nav__company--address {
  display: flex;
  margin-top: 25px;
}
#header .g-nav__company--address p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
#header .g-nav__company--leagal {
  padding-top: 24px;
}
#header .g-nav__company--leagal a {
  color: #000;
  font-weight: bold;
}
#header .g-nav__sns {
  padding: 3vh 48px;
}
#header .g-nav__sns--ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
#header .g-nav__sns--list {
  display: flex;
  gap: 24px;
}
#header .g-nav__sns--list svg {
  fill: #42AFE3;
}
#header .g-nav__copy {
  color: #666;
  letter-spacing: 0.05em;
  padding: 3vh 48px;
}

.c-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 95px;
  justify-content: center;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.c-header__toggle {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger {
  cursor: pointer;
  padding: 10px 7px;
}

.hamburger-lines {
  display: block;
  display: flex;
  flex-direction: column;
  height: 39px;
  justify-content: space-between;
  width: 70px;
  z-index: 2;
}
.hamburger-lines .line {
  background: #000;
  display: block;
  height: 7px;
  width: 100%;
}
.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines.is-active .line1 {
  transform: translate(6px, 0px) rotate(30deg);
}
.hamburger-lines.is-active .line2 {
  transform: scaleY(0);
}
.hamburger-lines.is-active .line3 {
  transform: translate(6px, 2px) rotate(-30deg);
}

/* Footer
---------------------------------------------------------------- */
.c-footer {
  background-color: #000;
  border-top: 2px solid #fff;
  padding: 108px 20px;
}
.c-footer__wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1583px;
  padding-left: 25px;
  width: 100%;
}
.c-footer__address {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.c-footer__address p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.c-footer__nav {
  display: flex;
  justify-content: space-between;
}
.c-footer__nav ul li {
  margin-bottom: 28px;
}
.c-footer__nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
.c-footer__socical {
  display: flex;
  gap: 54px;
  padding-left: 11%;
}

/* Page
---------------------------------------------------------------- */
.page {
  margin-top: 95px;
  overflow: hidden;
}

.c-title {
  align-items: center;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-title p {
  font-size: clamp(20px, 1.9vw, 36px);
}
.c-title h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: clamp(40px, 6.5vw, 120px);
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-top: 15px;
  text-shadow: 0 0 24px #fff;
  text-transform: uppercase;
}

.c-title.scan {
  background-image: url(/assets/images/page-header_2831f1fd4e8b368f4a2b.png);
}

.c-title.drone {
  background-image: url(/assets/images/page-header_365aeda338c9b0b7db37.png);
}

.c-title.metaverse {
  background-image: url(/assets/images/page-header_b7e2f564fdb7c9cf8685.png);
}

.c-title.web3 {
  background-image: url(/assets/images/page-header_b878255b42b5c7111b3f.png);
}

.c-title.pr-movie {
  background-image: url(/assets/images/page-header_deba9a9fc6a09f0e13d4.png);
}

.c-title.install {
  background-image: url(/assets/images/page-header_91bc0d84a05ee65dedec.png);
}

.c-title.company {
  background-image: url(/assets/images/page-header_309b25f3e3784031c50e.png);
}

.c-txt {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 600px;
  padding: 0 20px;
}
.c-txt p {
  color: #fff;
  font-size: 24px;
  font-size: clamp(16px, 1.3vw, 24px);
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.c-download {
  margin: 48px auto;
}
.c-download__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 20px;
  width: 100%;
}
.c-download__btn {
  background-color: blue;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 3;
  margin-bottom: 24px;
  text-align: center;
}
.c-download__note {
  color: #fff;
}

.c-sdgs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  justify-content: center;
  padding: 10px 20px 70px;
  /* img {
    @media screen and (max-width: 768px) {
      width: 40px;
    }
  } */
}
.c-sdgs-list > div {
  max-width: 6vw;
  min-width: 60px;
}

.c-sdgs-all {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 20px 70px;
}
.c-sdgs-all > div {
  width: calc(16.6666666667% - 10px);
}
.c-sdgs-all > div img {
  width: 100%;
}

.c-content {
  margin-bottom: 100px;
  padding: 86px 20px 110px;
  padding: 8vw 20px 110px;
  position: relative;
}
.c-content__bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-content__bg img {
  max-width: 100%;
}
.c-content__wrap {
  display: flex;
  gap: 8vw;
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.c-content__wrap.is-reverse {
  flex-direction: row-reverse;
}
.c-content__wrap.is-reverse .c-content__main {
  padding: 5px 0 0 4vw;
}
.c-content__img {
  width: 50%;
}
.c-content__img img {
  max-width: 100%;
}
.c-content__main {
  padding: 5px 4vw 0 0;
  width: 50%;
}
.c-content__ttl {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 40px;
}
.c-content__txt {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.bg-3dscan {
  background-color: rgba(0, 118, 17, 0.2);
}

.bg-drone {
  background-color: rgba(0, 15, 91, 0.2);
}

.bg-metaverse {
  background-color: rgba(140, 149, 0, 0.2);
}

.bg-web3 {
  background-color: rgba(115, 0, 0, 0.2);
}

.c-project {
  padding: 85px 20px 20px;
  position: relative;
}
.c-project__ttl {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 90px;
  text-align: center;
}
.c-project__wrap {
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.c-project__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-project__article {
  margin-bottom: 115px;
  width: 47.5%;
}
.c-project__article--img img {
  max-width: 100%;
}
.c-project__article--main {
  padding: 30px 35px 0;
}
.c-project__article--inner {
  border: 1px solid #fff;
  min-height: 380px;
  padding: 9% 7%;
}
.c-project__article--ttl {
  color: #fff;
  font-size: 42px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 25px;
}
.c-project__article--txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.c-project__article--link {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.c-project__article--link a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-right: -15px;
  max-width: 189px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.c-project__article--link a::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.c-project__article--link a::after {
  background: #fff;
  bottom: calc(0.5em + 4px);
  content: "";
  height: 1px;
  position: absolute;
  right: -2.5%;
  transform: rotate(45deg);
  width: 2em;
}

/* policy */
.c-policy {
  background-color: rgba(115, 0, 0, 0.2);
  padding: 86px 20px 110px;
  padding: 8vw 20px 110px;
  position: relative;
}
.c-policy__wrap {
  display: flex;
  gap: 8vw;
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.c-policy__content {
  color: #fff;
  margin: 0 auto;
  max-width: 768px;
}
.c-policy__content h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 64px;
}
.c-policy__content p {
  margin-bottom: 64px;
}
.c-policy__content ol,
.c-policy__content ul {
  padding-left: 1.5em;
}
.c-policy__content ol {
  list-style: decimal;
}
.c-policy__content ul {
  list-style: disc;
}
.c-policy__content--ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

/* company */
.c-company {
  background-color: rgba(115, 0, 0, 0.2);
  padding: 86px 20px 110px;
  padding: 8vw 20px 110px;
  position: relative;
}
.c-company__wrap {
  display: flex;
  gap: 8vw;
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.c-company__content {
  color: #fff;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
.c-company__content--ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.c-company__info {
  border-top: 1px solid #6b6262;
  width: 100%;
}
.c-company__info--dl {
  border-bottom: 1px solid #6b6262;
  display: flex;
}
.c-company__info--dl dt {
  padding: 1.5em 1.5em 1.5em 0;
  width: 30%;
}
.c-company__info--dl dd {
  padding: 1.5em 0;
  width: 70%;
}
@media screen and (max-width: 1280px){
  .c-footer__wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
  }
  .c-footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    width: 100%;
  }
  .c-footer__nav {
    width: 40%;
  }
}
@media screen and (max-width: 1200px){
  #header .g-nav__list--item a {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  #header .g-nav__list--item a span {
    font-size: 0.4em;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1168px){
  .c-project__article--main {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px){
  .c-title h2::after {
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px){
  .u-pc {
    display: none;
  }
  .c-external-link::after {
    height: 13px;
    width: 13px;
  }
  #header .g-nav {
    top: 60px;
  }
  #header .g-nav__bg {
    display: none;
  }
  #header .g-nav__main {
    max-height: calc(100vh - 60px);
    width: 100%;
  }
  #header .g-nav__list--item a {
    padding: 2vh 4vh;
  }
  #header .g-nav__company--address {
    margin-top: 20px;
  }
  #header .g-nav__company--address p {
    font-size: 12px;
  }
  #header .g-nav__company--leagal a {
    font-size: 12px;
  }
  #header .g-nav__sns--ttl {
    text-align: center;
  }
  #header .g-nav__sns--list {
    justify-content: center;
  }
  #header .g-nav__copy {
    text-align: center;
  }
  .c-header {
    height: 60px;
    justify-content: flex-start;
  }
  .c-header__logo {
    padding-left: 20px;
  }
  .c-header__logo img {
    max-width: 160px;
  }
  .c-header__toggle {
    right: 20px;
    top: 50%;
  }
  .hamburger {
    padding: 7px 5px;
  }
  .hamburger-lines {
    height: 19px;
    width: 29px;
  }
  .hamburger-lines .line {
    height: 3px;
  }
  .hamburger-lines.is-active .line1 {
    transform: translate(3px, 0) rotate(34deg);
  }
  .hamburger-lines.is-active .line3 {
    transform: translate(3px, 0) rotate(-34deg);
  }
  .c-footer {
    padding: 60px 15px;
  }
  .c-footer__wrap {
    max-width: 480px;
  }
  .c-footer__logo a img {
    width: 220px;
  }
  .c-footer__address {
    margin-top: 20px;
  }
  .c-footer__address p {
    font-size: 12px;
  }
  .c-footer__nav {
    gap: 70px;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .c-footer__nav ul li {
    margin-bottom: 16px;
  }
  .c-footer__nav ul li a {
    font-size: 13px;
  }
  .c-footer__socical {
    gap: 30px;
    padding-left: 0;
  }
  .page {
    margin-top: 60px;
  }
  .c-title {
    height: 160px;
  }
  .c-title h2 {
    letter-spacing: 0.2em;
    margin-top: 15px;
  }
  .c-title h2::after {
    margin-left: -40px;
  }
  .c-txt {
    margin-top: 30px;
    padding: 0 15px;
  }
  .c-txt p {
    line-height: 2;
  }
  .c-download__inner {
    padding: 20px 15px 40px;
  }
  .c-download__btn {
    font-size: 18px;
  }
  .c-sdgs-list {
    gap: 8px;
    padding: 20px 15px 40px;
  }
  .c-sdgs-all {
    gap: 8px;
    padding: 20px 15px 40px;
  }
  .c-content {
    margin-bottom: 50px;
    padding: 11vw 15px 60px;
  }
  .c-content__wrap {
    flex-direction: column;
  }
  .c-content__wrap.is-reverse {
    flex-direction: column;
  }
  .c-content__wrap.is-reverse .c-content__main {
    padding: 0;
  }
  .c-content__img {
    width: 100%;
  }
  .c-content__main {
    padding: 0;
    width: 100%;
  }
  .c-content__ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .c-content__txt {
    font-size: 14px;
  }
  .c-project {
    padding: 40px 15px 15px;
  }
  .c-project__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .c-project__flex {
    flex-direction: column;
  }
  .c-project__article {
    margin-bottom: 40px;
    width: 100%;
  }
  .c-project__article--main {
    padding: 20px 0;
  }
  .c-project__article--ttl {
    margin-bottom: 15px;
  }
  .c-project__article--txt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .c-project__article--link {
    margin-top: 20px;
  }
  .c-project__article--link a {
    font-size: 14px;
    margin-right: -10px;
  }
  .c-policy {
    padding: 11vw 15px 60px;
  }
  .c-policy__wrap {
    flex-direction: column;
  }
  .c-policy__content--ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-company {
    padding: 11vw 15px 60px;
  }
  .c-company__wrap {
    flex-direction: column;
  }
  .c-company__content--ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px){
  .u-sp {
    display: none;
  }
}
@media screen and (min-width: 1281px){
  .c-footer__nav {
    padding-left: 13%;
    width: 38%;
  }
}
/* home */
.mv {
  margin-top: 95px;
  min-height: calc(100vh - 95px);
  overflow: hidden;
}
.mv__inner {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 95px);
  padding: 0 4vw;
}
.mv__content {
  align-items: flex-start;
  display: flex;
  gap: 8vw;
  justify-content: space-between;
  max-width: 100%;
  padding: 4vw 0;
}
.mv__slider-main {
  width: 50%;
}
.mv__slider-main--ttl {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.mv__slider-main--ttl p {
  font-size: clamp(16px, 1.5vw, 36px);
  margin-bottom: 20px;
}
.mv__slider-main--ttl h2 {
  font-family: "Gothic A1", sans-serif;
  font-size: clamp(36px, 6vw, 96px);
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mv__slider-main--txt {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 24px);
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: 45px;
  max-width: 780px;
}
.mv__slider-main--sdgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-bottom: 8vw;
  padding-left: 10px;
}
.mv__slider-main--sdgs > div {
  max-width: 5vw;
  min-width: 50px;
}
.mv__slider-sub {
  position: relative;
  width: 50%;
}
.mv__slider-sub--media {
  margin-bottom: 109px;
}
.mv__slider-sub--media img {
  width: 100%;
}
.mv__slider-sub--media video {
  -o-object-fit: cover;
  aspect-ratio: 17/8;
     object-fit: cover;
  width: 100%;
}
.mv__slider--next-btn {
  align-items: center;
  background-color: blue;
  bottom: -9%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: clamp(30px, 12%, 45px);
  justify-content: center;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 99;
}
.mv__slider-progress {
  align-items: center;
  display: flex;
}
.mv__slider-progress--number {
  color: #fff;
  font-family: "Gothic A1", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 3px;
}
.mv__slider-progress--bar {
  border: 2px solid #fff;
  height: 24px;
  margin: 0 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9;
}
.mv__slider-progress--bar span {
  background: #fff;
  bottom: 0;
  display: inline-block;
  height: calc(100% + 1px);
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
  width: 100%;
}
.mv__btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 2;
  max-width: 189px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.mv__btn::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.mv__btn::after {
  background: #fff;
  bottom: calc(0.5em + 4px);
  content: "";
  height: 1px;
  position: absolute;
  right: -2.5%;
  transform: rotate(45deg);
  width: 2em;
}
.mv__btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

/* movie */
.pr-video {
  padding: 85px 20px 20px;
  position: relative;
}
.pr-video__ttl {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 90px;
  text-align: center;
}
.pr-video__wrap {
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.pr-video__special .pr-video__article {
  margin: 0 auto 115px;
  max-width: 700px;
  width: 100%;
}
.pr-video__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pr-video__article {
  display: block;
  margin-bottom: 115px;
  width: 47.5%;
}
.pr-video__article--img {
  position: relative;
}
.pr-video__article--img img {
  max-width: 100%;
}
.pr-video__article--ttl {
  background-color: rgba(0, 0, 255, 0.6588235294);
  bottom: -1.5em;
  color: #fff;
  font-size: 24px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 3;
  max-width: 640px;
  padding: 0 16px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 90%;
}
.pr-video__article--txt {
  color: #fff;
  line-height: 2;
  margin: 48px auto 0;
  max-width: 640px;
  width: 90%;
}
.pr-video__more-link {
  display: flex;
  justify-content: center;
  margin-bottom: 115px;
}
.pr-video__more-link a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 3;
  max-width: 400px;
  position: relative;
  width: 100%;
}
.pr-video__more-link a::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.pr-video__more-link a::after {
  background: #fff;
  bottom: 1.1em;
  content: "";
  height: 1px;
  position: absolute;
  right: calc(-2.5% + 2px);
  transform: rotate(45deg);
  width: 3em;
}

/* download */
.download {
  margin-bottom: 64px;
  padding: 85px 20px 20px;
}
.download__wrap {
  display: flex;
  gap: 8vw;
  margin: 0 auto;
  max-width: 1583px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.download__ttl {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}
.download__operating-environment {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.download__operating-environment table {
  border-collapse: collapse;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  width: 100%;
}
.download__operating-environment table th, .download__operating-environment table td {
  border: solid 1px #fff;
  padding: 10px;
}
.download__operating-environment table th {
  background-color: #000;
  width: 164px;
}
.download__operating-environment table td {
  background-color: rgba(230, 230, 230, 0.2901960784);
}
.download__operating-environment__note {
  color: #fff;
  font-size: 14px;
}

/* news */
.news {
  padding: 85px 20px 20px;
  position: relative;
}
.news__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.news__ttl {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 90px;
  text-align: center;
}
.news__item {
  background-color: #fff;
  margin-bottom: 24px;
}
.news__item__inner {
  display: block;
  padding: 32px 24px;
}
.news__item__inner__content {
  color: #000;
  display: flex;
  gap: 24px;
}
.news__item__inner__content__right__date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.news__item__inner__content__right__ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-detail__date {
  color: #fff;
}
.news-detail__ttl {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 90px;
}
.news-detail__content {
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 24px;
}
.news-detail__content__text {
  margin-bottom: 48px;
}
.news-detail__content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0 24px;
}
.news-detail__content p {
  margin-bottom: 2em;
}
@media screen and (max-width: 1280px) {
  .mv__slider-main--txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 60px;
    min-height: calc(100vh - 60px);
  }
  .mv__inner {
    min-height: calc(100vh - 60px);
  }
  .mv__content {
    flex-direction: column-reverse;
  }
  .mv__slider-main {
    width: 100%;
  }
  .mv__slider-main--ttl {
    margin-bottom: 4vw;
  }
  .mv__slider-main--txt {
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  .mv__slider-sub {
    width: 100%;
  }
  .mv__slider-sub--media {
    margin-bottom: calc(4vw + 30px);
  }
  .mv__slider-progress--number {
    font-size: 20px;
  }
  .mv__slider-progress--bar {
    margin: 0 10px;
  }
  .pr-video {
    padding: 40px 15px 15px;
  }
  .pr-video__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .pr-video__special .pr-video__article {
    margin-bottom: 40px;
  }
  .pr-video__flex {
    flex-direction: column;
  }
  .pr-video__article {
    margin-bottom: 40px;
    width: 100%;
  }
  .pr-video__more-link {
    margin-top: 20px;
  }
  .download {
    padding: 40px 15px 15px;
  }
  .download__operating-environment table {
    font-size: 14px;
  }
  .download__operating-environment table th {
    width: 100px;
  }
  .news {
    padding: 40px 15px 15px;
  }
  .news__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .news__item__inner {
    padding: 24px 16px;
  }
  .news__item__inner__content {
    flex-direction: column;
  }
  .news-detail__ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .news-detail__content {
    padding: 16px;
  }
  .news-detail__content__text {
    margin-bottom: 32px;
  }
  .news-detail__content h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .news__item__inner__content__left {
    flex: 0 0 210px;
  }
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
