<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

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

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #3e3a3a;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 2.67857vw;
  }
}

main {
  width: 100%;
  position: relative;
}

.inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 896px) {
  .inner {
    max-width: 100%;
    padding: 0 2.23214vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
  color: #1a0da0;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  a img:hover {
    opacity: 1;
  }
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 896px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 896px) {
  br.sp {
    display: block;
  }
}

/* -----------------------------------------------------
	contact
----------------------------------------------------- */
.contact {
  padding: 120px 0;
  color: #0078ff;
}

@media screen and (max-width: 896px) {
  .contact {
    padding: 8.92857vw 0;
  }
}

.contact .contact_box {
  max-width: 850px;
  margin: 0 auto;
  padding: 32px 0;
  border: solid 2px #0078ff;
  border-radius: 6px;
}

@media screen and (max-width: 896px) {
  .contact .contact_box {
    max-width: 95.53571vw;
    padding: 3.57143vw 0;
    border: solid 0.22321vw #0078ff;
    border-radius: 0.66964vw;
  }
}

.contact .contact_box .sec_ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .sec_ttl {
    font-size: 2.67857vw;
  }
}

.contact .contact_box .sec_ttl em {
  font-style: normal;
  display: block;
}

.contact .contact_box .sec_ttl span.ttl {
  font-size: 2.6rem;
  display: inline-block;
  border-top: solid 2px #0078ff;
  margin-top: 12px;
  padding-top: 12px;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .sec_ttl span.ttl {
    font-size: 3.57143vw;
    border-top: solid 0.33482vw #0078ff;
    margin-top: 1.78571vw;
    padding-top: 1.78571vw;
  }
}

.contact .contact_box .tel_num a {
  display: inline-block;
  pointer-events: none;
  font-size: 6.4rem;
  line-height: 1;
  color: #0078ff;
  text-decoration: none;
  margin: 24px 0 16px 64px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .tel_num a {
    pointer-events: inherit;
    font-size: 8.03571vw;
    margin: 3.57143vw 0 2.67857vw 8.92857vw;
  }
}

.contact .contact_box .tel_num a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -88px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
  background: url("../img/common/icon_tel.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .tel_num a::before {
    left: -10.71429vw;
    width: 8.70536vw;
    height: 8.70536vw;
  }
}

@media screen and (max-width: 896px) {
  .contact .contact_box .tel_num.en a {
    font-size: 7.14286vw;
  }
}

.contact .contact_box .reception {
  font-size: 2.4rem;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .reception {
    font-size: 3.125vw;
  }
}

.contact .contact_box .reception span {
  display: block;
  font-size: 2.0rem;
}

@media screen and (max-width: 896px) {
  .contact .contact_box .reception span {
    font-size: 2.67857vw;
  }
}

/* -----------------------------------------------------
	link
----------------------------------------------------- */
.link {
  padding: 20px 0 0 !important;
}

@media screen and (max-width: 896px) {
  .link {
    padding-top: 2.23214vw !important;
  }
}

.link .inner {
  max-width: 930px;
  margin: 0 auto;
}

.link .sec_ttl {
  font-size: 3.0rem;
  line-height: 1;
  margin-bottom: 56px;
}

@media screen and (max-width: 896px) {
  .link .sec_ttl {
    font-size: 3.79464vw;
    margin-bottom: 4.46429vw;
  }
}

.link dl {
  text-align: left;
}

.link dl dt {
  margin-bottom: 8px;
}

@media screen and (max-width: 896px) {
  .link dl dt {
    margin-bottom: 1.78571vw;
  }
}

.link dl dt img {
  width: 136px;
}

@media screen and (max-width: 896px) {
  .link dl dt img {
    width: 18.97321vw;
  }
}

.link dl dt img.en {
  width: 400px;
}

@media screen and (max-width: 896px) {
  .link dl dt img.en {
    width: 62.5vw;
  }
}

.link dl dd {
  font-weight: normal;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 896px) {
  .link dl dd {
    font-size: 2.45536vw;
  }
}

.link dl dd a span {
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .link dl dd a span {
    font-size: 3.01339vw;
  }
}

.link dl dd + dd {
  margin-top: 24px;
}

@media screen and (max-width: 896px) {
  .link dl dd + dd {
    margin-top: 3.57143vw;
  }
}

.link dl + dl {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .link dl + dl {
    margin-top: 4.46429vw;
  }
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #0056ff;
  background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#00abff));
  background: -webkit-linear-gradient(left, #0056ff 0%, #00abff 100%);
  background: -o-linear-gradient(left, #0056ff 0%, #00abff 100%);
  background: linear-gradient(90deg, #0056ff 0%, #00abff 100%);
}

@media screen and (max-width: 896px) {
  header {
    height: 11.16071vw;
  }
}

header .inner.wrap {
  height: 85px;
  color: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

@media screen and (max-width: 896px) {
  header .inner.wrap {
    max-width: 100%;
    height: 11.16071vw;
    display: contents;
    position: relative;
  }
}

header .inner.wrap .site_logo {
  line-height: 1;
}

@media screen and (max-width: 896px) {
  header .inner.wrap .site_logo {
    margin-left: 0;
    position: absolute;
    top: 4.46429vw;
    left: 2.67857vw;
  }
}

header .inner.wrap .site_logo img {
  width: 400px;
  display: block;
}

@media screen and (max-width: 896px) {
  header .inner.wrap .site_logo img {
    width: 67.52232vw;
  }
}

header .inner.wrap .site_logo img:hover {
  opacity: 1;
}

header .inner.wrap .site_logo.en img {
  width: 572px;
}

@media screen and (max-width: 896px) {
  header .inner.wrap .site_logo.en img {
    width: 78.01339vw;
  }
}

header .inner.wrap .r_box {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 896px) {
  header .inner.wrap .r_box {
    display: none;
  }
}

header .inner.wrap .r_box .utilities {
  margin-right: 32px;
  position: relative;
}

header .inner.wrap .r_box .utilities::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/common/icn_speaker.svg) top no-repeat;
  background-size: contain;
}

header .inner.wrap .r_box .utilities a {
  color: #fff;
  text-decoration: none;
}

header .inner.wrap .r_box .fontsize_wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
}

header .inner.wrap .r_box .fontsize_wrap .txt {
  margin-right: 16px;
}

header .inner.wrap .r_box .fontsize_wrap .list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -8px;
}

header .inner.wrap .r_box .fontsize_wrap .list button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #fff;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

header .inner.wrap .r_box .fontsize_wrap .list button.current {
  background: #ffa200;
  color: #0078ff;
  border: none;
}

header .inner.wrap .r_box .fontsize_wrap .list button#fz_sm {
  width: 24px;
  height: 24px;
}

header .inner.wrap .r_box .fontsize_wrap .list button#fz_md {
  width: 28px;
  height: 28px;
}

header .inner.wrap .r_box .fontsize_wrap .list button#fz_lg {
  width: 32px;
  height: 32px;
}

header .inner.wrap .r_box .fontsize_wrap .list button + button {
  margin-left: 8px;
}

header .inner.wrap .r_box .lang {
  margin: -8px 0 0 16px;
}

header .inner.wrap .r_box .lang a {
  display: block;
  border: solid 1px #fff;
  color: #fff;
  padding: 5px 30px;
  text-decoration: none;
}

/* -----------------------------------------------------
	nav
----------------------------------------------------- */
nav {
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 896px) {
  nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #0056ff;
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#00abff));
    background: -webkit-linear-gradient(left, #0056ff 0%, #00abff 100%);
    background: -o-linear-gradient(left, #0056ff 0%, #00abff 100%);
    background: linear-gradient(90deg, #0056ff 0%, #00abff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 13.39286vw;
  }
}

nav .page_menu {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  height: 48px;
}

@media screen and (max-width: 896px) {
  nav .page_menu {
    display: block;
    margin: 0 auto;
    padding: 0 3.79464vw;
    height: inherit;
  }
}

nav .page_menu li:not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 896px) {
  nav .page_menu li:not(:last-child) {
    border-bottom: solid 0.22321vw #fff;
    margin-right: 0;
  }
}

nav .page_menu li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #0078ff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

@media screen and (max-width: 896px) {
  nav .page_menu li a {
    font-size: 3.57143vw;
    color: #fff;
    padding: 6.25vw 0;
  }
}

nav .page_menu li a:hover {
  color: #000;
}

@media screen and (max-width: 896px) {
  nav .page_menu li a:hover {
    color: #fff;
  }
}

nav .page_menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/common/icn_link.svg) top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  nav .page_menu li a::after {
    right: 0;
    width: 4.46429vw;
    height: 4.46429vw;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

nav .lang {
  display: none;
}

@media screen and (max-width: 896px) {
  nav .lang {
    display: block;
  }
  nav .lang a {
    display: block;
    width: 44.64286vw;
    border: solid 0.22321vw #fff;
    color: #fff;
    text-align: center;
    margin: 4.46429vw auto 0;
    padding: 2.67857vw;
    text-decoration: none;
  }
}

@media screen and (max-width: 896px) {
  header.open {
    height: 100vh;
  }
  header.open nav {
    visibility: visible;
    display: block;
  }
  header.open nav .page_menu {
    opacity: 0;
    -webkit-animation: fade .5s ease-in-out .5s forwards;
    animation: fade .5s ease-in-out .5s forwards;
  }
  header.open nav .lang {
    opacity: 0;
    -webkit-animation: fade .7s ease-in-out .7s forwards;
    animation: fade .7s ease-in-out .7s forwards;
  }
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* -----------------------------------------------------
	menu
----------------------------------------------------- */
.menu {
  display: none;
}

@media screen and (max-width: 896px) {
  .menu {
    position: absolute;
    top: 2.67857vw;
    right: 2.67857vw;
    display: block;
    z-index: 3;
  }
  .menu .menu-trigger {
    position: relative;
    width: 5.35714vw;
    height: 4.6875vw;
    cursor: pointer;
    top: 0.66964vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.55804vw;
    background-color: #fff;
  }
  .menu .menu-trigger, .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu .menu-trigger span:nth-of-type(2) {
    top: 2.12054vw;
  }
  .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.23214vw) rotate(315deg);
    -ms-transform: translateY(2.23214vw) rotate(315deg);
    transform: translateY(2.23214vw) rotate(315deg);
  }
  .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.78571vw) rotate(-315deg);
    -ms-transform: translateY(-1.78571vw) rotate(-315deg);
    transform: translateY(-1.78571vw) rotate(-315deg);
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background: #fff;
  text-align: center;
  padding: 120px 0 40px;
}

@media screen and (max-width: 896px) {
  footer {
    padding: 13.39286vw 0 8.92857vw;
  }
}

footer .mlit_logo img {
  width: 126px;
}

@media screen and (max-width: 896px) {
  footer .mlit_logo img {
    width: 17.85714vw;
  }
}

footer .mlit_logo.en img {
  width: 370px;
}

@media screen and (max-width: 896px) {
  footer .mlit_logo.en img {
    width: 62.5vw;
  }
}

footer .copyright {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0;
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  footer .copyright {
    font-size: 2.23214vw;
    margin-top: 2.67857vw;
  }
}

section {
  background: #fff;
  text-align: center;
  padding: 56px 0;
}

@media screen and (max-width: 896px) {
  section {
    padding: 8.92857vw 0;
  }
}

section .sec_ttl {
  color: #0078ff;
  font-weight: bold;
}

/* -----------------------------------------------------
kv
----------------------------------------------------- */
.kv {
  background: #0056ff;
  background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#00abff));
  background: -webkit-linear-gradient(left, #0056ff 0%, #00abff 100%);
  background: -o-linear-gradient(left, #0056ff 0%, #00abff 100%);
  background: linear-gradient(90deg, #0056ff 0%, #00abff 100%);
  margin-top: 133px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .kv {
    margin-top: 0;
    padding-top: 11.16071vw;
    position: relative;
  }
}

.kv .inner {
  max-width: 1600px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .kv .inner {
    height: 133.92857vw;
  }
}

@media screen and (max-width: 896px) {
  .kv .inner.en {
    height: 162.94643vw;
  }
}

.kv .img {
  position: relative;
}

@media screen and (max-width: 896px) {
  .kv .img {
    position: absolute;
    bottom: 0;
  }
}

.kv .img img {
  width: 100%;
}

.kv .img .drone01 {
  position: absolute;
  top: 8.67%;
  left: 53.75%;
  -webkit-animation: drone01 16s ease-in-out .5s infinite;
  animation: drone01 16s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone01 {
    top: 8.03571vw;
    left: 37.38839vw;
  }
}

.kv .img .drone01 img {
  max-width: 5.5vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone01 img {
    max-width: 7.47768vw;
  }
}

.kv .img .drone02 {
  position: absolute;
  top: 51.48%;
  left: 36%;
  -webkit-animation: drone02 8s ease-in-out .5s infinite;
  animation: drone02 8s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone02 {
    top: 35.71429vw;
    left: 12.94643vw;
  }
}

.kv .img .drone02 img {
  max-width: 11.63vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone02 img {
    max-width: 15.625vw;
  }
}

.kv .img .drone03 {
  position: absolute;
  top: 66.27%;
  left: 52.37%;
  -webkit-animation: drone03 20s ease-in-out .5s infinite;
  animation: drone03 20s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone03 {
    top: 47.99107vw;
    left: 36.83036vw;
  }
}

.kv .img .drone03 img {
  max-width: 8.62vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone03 img {
    max-width: 11.71875vw;
  }
}

.kv .img .drone04 {
  position: absolute;
  top: 34.91%;
  left: 65.63%;
  -webkit-animation: drone04 8s ease-in-out .5s infinite;
  animation: drone04 8s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone04 {
    top: 24.77679vw;
    left: 53.34821vw;
  }
}

.kv .img .drone04 img {
  max-width: 13.5vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone04 img {
    max-width: 18.30357vw;
  }
}

.kv .img .drone05 {
  position: absolute;
  top: 42.84%;
  left: 83.5%;
  -webkit-animation: drone05 16s ease-in-out .5s infinite;
  animation: drone05 16s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone05 {
    top: 30.58036vw;
    left: 75.44643vw;
  }
}

.kv .img .drone05 img {
  max-width: 15.75vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone05 img {
    max-width: 21.20536vw;
  }
}

.kv .img .drone06 {
  position: absolute;
  top: 75.38%;
  left: 85.38%;
  -webkit-animation: drone06 10s ease-in-out .5s infinite;
  animation: drone06 10s ease-in-out .5s infinite;
}

@media screen and (max-width: 896px) {
  .kv .img .drone06 {
    top: 54.01786vw;
    left: 80.35714vw;
  }
}

.kv .img .drone06 img {
  max-width: 11vw;
}

@media screen and (max-width: 896px) {
  .kv .img .drone06 img {
    max-width: 14.95536vw;
  }
}

@-webkit-keyframes drone01 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(17.85714vw, 1.11607vw);
    transform: translate(17.85714vw, 1.11607vw);
  }
  60% {
    -webkit-transform: translate(6.69643vw, 5.58036vw);
    transform: translate(6.69643vw, 5.58036vw);
  }
  80% {
    -webkit-transform: translate(2.23214vw, -2.23214vw);
    transform: translate(2.23214vw, -2.23214vw);
  }
}

@keyframes drone01 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(17.85714vw, 1.11607vw);
    transform: translate(17.85714vw, 1.11607vw);
  }
  60% {
    -webkit-transform: translate(6.69643vw, 5.58036vw);
    transform: translate(6.69643vw, 5.58036vw);
  }
  80% {
    -webkit-transform: translate(2.23214vw, -2.23214vw);
    transform: translate(2.23214vw, -2.23214vw);
  }
}

@-webkit-keyframes drone02 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-8.92857vw, 5.58036vw);
    transform: translate(-8.92857vw, 5.58036vw);
  }
  70% {
    -webkit-transform: translate(-4.46429vw, -1.11607vw);
    transform: translate(-4.46429vw, -1.11607vw);
  }
}

@keyframes drone02 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-8.92857vw, 5.58036vw);
    transform: translate(-8.92857vw, 5.58036vw);
  }
  70% {
    -webkit-transform: translate(-4.46429vw, -1.11607vw);
    transform: translate(-4.46429vw, -1.11607vw);
  }
}

@-webkit-keyframes drone03 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(-10.04464vw, 5.58036vw);
    transform: translate(-10.04464vw, 5.58036vw);
  }
  50% {
    -webkit-transform: translate(-3.34821vw, 8.92857vw);
    transform: translate(-3.34821vw, 8.92857vw);
  }
  80% {
    -webkit-transform: translate(6.69643vw, 2.79018vw);
    transform: translate(6.69643vw, 2.79018vw);
  }
}

@keyframes drone03 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(-10.04464vw, 5.58036vw);
    transform: translate(-10.04464vw, 5.58036vw);
  }
  50% {
    -webkit-transform: translate(-3.34821vw, 8.92857vw);
    transform: translate(-3.34821vw, 8.92857vw);
  }
  80% {
    -webkit-transform: translate(6.69643vw, 2.79018vw);
    transform: translate(6.69643vw, 2.79018vw);
  }
}

@-webkit-keyframes drone04 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0.89286vw, 0.89286vw);
    transform: translate(0.89286vw, 0.89286vw);
  }
}

@keyframes drone04 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0.89286vw, 0.89286vw);
    transform: translate(0.89286vw, 0.89286vw);
  }
}

@-webkit-keyframes drone05 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(4.46429vw, -8.92857vw);
    transform: translate(4.46429vw, -8.92857vw);
  }
  70% {
    -webkit-transform: translate(0, -11.16071vw);
    transform: translate(0, -11.16071vw);
  }
}

@keyframes drone05 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(4.46429vw, -8.92857vw);
    transform: translate(4.46429vw, -8.92857vw);
  }
  70% {
    -webkit-transform: translate(0, -11.16071vw);
    transform: translate(0, -11.16071vw);
  }
}

@-webkit-keyframes drone06 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(-6.69643vw, 2.23214vw);
    transform: translate(-6.69643vw, 2.23214vw);
  }
  60% {
    -webkit-transform: translate(4.46429vw, 3.34821vw);
    transform: translate(4.46429vw, 3.34821vw);
  }
}

@keyframes drone06 {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  30% {
    -webkit-transform: translate(-6.69643vw, 2.23214vw);
    transform: translate(-6.69643vw, 2.23214vw);
  }
  60% {
    -webkit-transform: translate(4.46429vw, 3.34821vw);
    transform: translate(4.46429vw, 3.34821vw);
  }
}

.kv .copy {
  position: absolute;
  top: 48px;
  left: 9.38%;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .kv .copy {
    top: 4.46429vw;
    left: 5.58036vw;
    font-size: 2.67857vw;
  }
}

@media screen and (max-width: 896px) {
  .kv .copy.en {
    width: 90%;
  }
}

.kv .copy.en .catch {
  font-size: 30px;
}

@media screen and (max-width: 896px) {
  .kv .copy.en .catch {
    font-size: 5.35714vw;
  }
}

@media (min-width: 897px) and (max-width: 1600px) {
  .kv .copy.en .catch {
    font-size: 2.00893vw;
  }
}

.kv .copy .catch {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media screen and (max-width: 896px) {
  .kv .copy .catch {
    font-size: 5.35714vw;
    line-height: 1.5;
    margin-bottom: 6.25vw;
  }
}

@media (min-width: 897px) and (max-width: 1600px) {
  .kv .copy {
    top: 2.67857vw;
    left: 40px;
    font-size: 1.00446vw;
  }
  .kv .copy .catch {
    font-size: 2.67857vw;
    margin-bottom: 1.78571vw;
  }
}

/* -----------------------------------------------------
	news
----------------------------------------------------- */
.news {
  text-align: left;
  position: relative;
}

@media screen and (max-width: 896px) {
  .news {
    padding: 6.25vw 0 8.92857vw;
  }
}

.news .sec_ttl {
  margin-bottom: 16px;
}

@media screen and (max-width: 896px) {
  .news .sec_ttl {
    font-size: 2.67857vw;
    margin-bottom: 1.78571vw;
  }
}

.news .news_wrap {
  border: solid 1px #adadad;
  padding: 16px 16px 16px 40px;
}

@media screen and (max-width: 896px) {
  .news .news_wrap {
    border: solid 0.22321vw #adadad;
    padding: 3.57143vw 2.67857vw 3.57143vw 4.46429vw;
  }
}

.news .news_wrap .wrap_inner {
  max-height: 120px;
  overflow-y: scroll;
  padding-right: 32px;
}

@media screen and (max-width: 896px) {
  .news .news_wrap .wrap_inner {
    max-height: 26.78571vw;
    padding-right: 3.57143vw;
  }
}

.news .news_wrap .wrap_inner dl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  padding-left: 80px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .news .news_wrap .wrap_inner dl {
    display: block;
    font-size: 2.67857vw;
    padding-left: 11.16071vw;
  }
}

.news .news_wrap .wrap_inner dl.new::before {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0078ff;
}

.news .news_wrap .wrap_inner dl:not(:first-child) {
  border-top: dotted 2px #595757;
  margin-top: 8px;
  padding-top: 8px;
}

@media screen and (max-width: 896px) {
  .news .news_wrap .wrap_inner dl:not(:first-child) {
    border-top: dotted 0.44643vw #595757;
    margin-top: 2.67857vw;
    padding-top: 2.67857vw;
  }
}

.news .news_wrap .wrap_inner dl dt {
  margin-right: 24px;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .news .news_wrap .wrap_inner dl dt {
    width: 100%;
    margin-right: 0;
  }
}

.news .news_wrap .wrap_inner dl dd {
  width: calc(100% - 150px);
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .news .news_wrap .wrap_inner dl dd {
    width: 100%;
  }
}

/* -----------------------------------------------------
	point
----------------------------------------------------- */
.point {
  padding: 0 0 120px;
}

@media screen and (max-width: 896px) {
  .point {
    padding: 0 0 8.92857vw;
  }
}

.point .sec_ttl {
  font-size: 3.2rem;
  margin-bottom: 56px;
}

@media screen and (max-width: 896px) {
  .point .sec_ttl {
    font-size: 3.57143vw;
    margin-bottom: 4.46429vw;
  }
}

.point .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .point .col3 {
    display: block;
  }
}

.point .col3 li {
  width: calc(100% / 3 - 20px);
  color: #fff;
  padding: 40px 32px 48px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .point .col3 li {
    width: 100%;
    padding: 4.46429vw 4.46429vw 6.25vw;
    background: #0056ff !important;
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#00abff)) !important;
    background: -webkit-linear-gradient(left, #0056ff 0%, #00abff 100%) !important;
    background: -o-linear-gradient(left, #0056ff 0%, #00abff 100%) !important;
    background: linear-gradient(90deg, #0056ff 0%, #00abff 100%) !important;
  }
}

.point .col3 li::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 55px;
  height: 59px;
}

@media screen and (max-width: 896px) {
  .point .col3 li::before {
    top: 3.57143vw;
    left: 3.57143vw;
    width: 8.03571vw;
    height: 8.59375vw;
  }
}

.point .col3 li:nth-child(1) {
  background: #004bff;
  background: -webkit-gradient(linear, left top, right top, from(#004bff), to(#006cff));
  background: -webkit-linear-gradient(left, #004bff 0%, #006cff 100%);
  background: -o-linear-gradient(left, #004bff 0%, #006cff 100%);
  background: linear-gradient(90deg, #004bff 0%, #006cff 100%);
}

.point .col3 li:nth-child(1)::before {
  background: url("../img/top/sec_point_num01.png") no-repeat;
  background-size: contain;
}

.point .col3 li:nth-child(2) {
  background: #006cff;
  background: -webkit-gradient(linear, left top, right top, from(#006cff), to(#008fff));
  background: -webkit-linear-gradient(left, #006cff 0%, #008fff 100%);
  background: -o-linear-gradient(left, #006cff 0%, #008fff 100%);
  background: linear-gradient(90deg, #006cff 0%, #008fff 100%);
}

.point .col3 li:nth-child(2)::before {
  background: url("../img/top/sec_point_num02.png") no-repeat;
  background-size: contain;
}

.point .col3 li:nth-child(3) {
  background: #008fff;
  background: -webkit-gradient(linear, left top, right top, from(#008fff), to(#00b2ff));
  background: -webkit-linear-gradient(left, #008fff 0%, #00b2ff 100%);
  background: -o-linear-gradient(left, #008fff 0%, #00b2ff 100%);
  background: linear-gradient(90deg, #008fff 0%, #00b2ff 100%);
}

.point .col3 li:nth-child(3)::before {
  background: url("../img/top/sec_point_num03.png") no-repeat;
  background-size: contain;
}

.point .col3 li .icon {
  margin-bottom: 24px;
}

@media screen and (max-width: 896px) {
  .point .col3 li .icon {
    margin-bottom: 2.67857vw;
  }
}

.point .col3 li .icon img {
  height: 90px;
}

@media screen and (max-width: 896px) {
  .point .col3 li .icon img {
    height: 11.16071vw;
  }
}

.point .col3 li .ttl {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 896px) {
  .point .col3 li .ttl {
    font-size: 3.79464vw;
    line-height: 1;
    margin-bottom: 2.67857vw;
  }
}

.point .col3 li .text {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .point .col3 li .text {
    font-size: 2.67857vw;
  }
}

.point .col3 li .btn_detail {
  margin-top: 32px;
}

@media screen and (max-width: 896px) {
  .point .col3 li .btn_detail {
    margin-top: 2.67857vw;
  }
}

.point .col3 li .btn_detail a {
  color: #fff;
  padding-left: 32px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 896px) {
  .point .col3 li .btn_detail a {
    padding-left: 3.57143vw;
  }
}

.point .col3 li .btn_detail a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url("../img/top/icon_btn_detail.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  .point .col3 li .btn_detail a::before {
    left: -3.57143vw;
    width: 5.24554vw;
    height: 5.24554vw;
  }
}

@media screen and (max-width: 896px) {
  .point .col3 li + li {
    margin-top: 2.67857vw;
  }
}

/* -----------------------------------------------------
	level4
----------------------------------------------------- */
.level4 {
  padding: 120px 0;
  background: #004bff;
  background: -webkit-gradient(linear, left top, right top, from(#004bff), to(#00b2ff));
  background: -webkit-linear-gradient(left, #004bff 0%, #00b2ff 100%);
  background: -o-linear-gradient(left, #004bff 0%, #00b2ff 100%);
  background: linear-gradient(90deg, #004bff 0%, #00b2ff 100%);
}

@media screen and (max-width: 896px) {
  .level4 {
    padding: 8.92857vw 0;
  }
}

.level4 .sec_ttl {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 56px;
}

@media screen and (max-width: 896px) {
  .level4 .sec_ttl {
    font-size: 3.57143vw;
    margin-bottom: 4.46429vw;
  }
}

.level4 .sec_ttl span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .level4 .sec_ttl span {
    font-size: 2.67857vw;
  }
}

.level4 .sec_ttl.future {
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .level4 .sec_ttl.future {
    margin-top: 17.85714vw;
  }
}

.level4 .sec_ttl.future::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 896px) {
  .level4 .sec_ttl.future::before {
    top: -8.92857vw;
    border-width: 2.90179vw 3.34821vw 0 3.34821vw;
  }
}

.level4 .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

@media screen and (max-width: 896px) {
  .level4 .col3 {
    display: block;
    margin-bottom: 2.67857vw;
  }
  .level4 .col3 li + li {
    margin-top: 2.67857vw;
  }
}

.level4 .ill {
  padding: 0 40px;
}

@media screen and (max-width: 896px) {
  .level4 .ill {
    padding: 0;
  }
}
</pre></body></html>