@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-align: center;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

img {
  vertical-align: middle;
  border: none;
  line-height: 1;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

li {
  list-style: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.rightTxt {
  text-align: right;
}

.leftTxt {
  text-align: left;
}

.centerTxt {
  text-align: center;
}

.tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.sp_show,
.spIbShow {
  display: none;
}

@media screen and (max-width: 896px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .spIbShow {
    display: inline-block;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

/* heading ttl */
h2 {
  text-align: center;
  font-size: 5rem;
}

@media screen and (max-width: 896px) {
  h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 3.2rem;
}

@media screen and (max-width: 896px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.6rem;
}

@media screen and (max-width: 896px) {
  h4 {
    font-size: 2rem;
  }
}

.elpsTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nowrapTxt {
  display: inline-block;
}

/* link */
.linkTxt {
  color: #00b4ff;
  text-decoration: underline;
  word-wrap: break-word;
}

/* btn */
.btnArea {
  text-align: center;
}

.btn {
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  z-index: 1;
  background-color: #00b4ff;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.btn .btnTxt {
  display: inline-block;
  vertical-align: middle;
}

.btn .btn_txt {
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 10;
}

.btn.type_teaser {
  max-width: 250px;
  height: 38px;
  background-color: #006cc0;
}

@media screen and (max-width: 896px) {
  .btn.type_teaser {
    max-width: 100%;
    height: 8.92857vw;
  }
}

.btn.type_teaser .btn_txt {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
  .btn.type_teaser .btn_txt {
    font-size: 2.67857vw;
  }
}

.btn.type_teaser.or {
  background-color: #f09819;
}

.btn.type_teaser.en .btn_txt {
  letter-spacing: 1px;
}

footer {
  padding: 20px 0;
  color: #ffffff;
  background-color: #053250;
}

@media screen and (max-width: 896px) {
  footer {
    padding: 3.34821vw 0;
  }
}

footer small {
  line-height: 2;
  display: block;
  font-size: 1.1rem;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.page_top_wrap {
  position: relative;
}

.page_top_wrap.fixed .page_top {
  position: fixed;
}

.page_top_wrap .page_top {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: block;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(5, 50, 80, 0.45);
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 70;
  text-decoration: none;
}

.page_top_wrap .page_top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: 25px auto / center no-repeat;
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.page_top_wrap .page_top .btn_txt {
  display: block;
  margin-top: 30px;
  font-size: 0.8rem;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .page_top_wrap .page_top .btn_txt {
    margin-top: 5.58036vw;
    font-size: 2.00893vw;
  }
}

@media screen and (min-width: 897px) {
  .page_top_wrap .page_top:hover:before {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%) rotate(-45deg);
    transform: translateY(-15%) rotate(-45deg);
  }
}

@media screen and (max-width: 896px) {
  .page_top_wrap .page_top {
    bottom: 15px;
    right: 15px;
    width: 12.27679vw;
    height: 12.27679vw;
  }
  .page_top_wrap .page_top:before {
    width: 4.46429vw;
    height: 4.46429vw;
  }
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.teaser {
  background-color: #fff;
}

#header {
  background-color: #00b4ff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  /*------------------------------------------------------------
        font size
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        nav_btn
    ------------------------------------------------------------*/
}

@media screen and (max-width: 896px) {
  #header {
    height: auto;
  }
}

#header .header {
  /*------------------------------------------------------------
            menu
        ------------------------------------------------------------*/
}

#header .header_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  #header .header_inner {
    margin: 0 auto;
    padding: 20px 0;
    padding-left: 2.23214vw;
  }
}

#header .header_logo {
  max-width: 577px;
  width: 100%;
  margin-right: 20px;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  #header .header_logo {
    max-width: 350px;
    width: 85%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  #header .header_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#header .header_utilities {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 896px) {
  #header .header_utilities {
    display: none;
  }
}

#header .header_utilities .btn_speaker {
  padding-left: 2.4rem;
  padding-bottom: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#header .header_utilities .btn_speaker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 1.9rem;
  background-size: 1.9rem;
  background-position: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/icn_speaker.svg);
}

#header .header_menu {
  padding: 8px 0;
  background-color: #006cc0;
}

@media screen and (max-width: 896px) {
  #header .header_menu {
    display: none;
    padding: 0.66964vw 2.23214vw;
    background-color: #00b4ff;
    position: absolute;
    top: 53px;
    width: 100%;
    height: 100vh;
  }
}

#header .header_menu_inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  color: #fff;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5.58036vw;
  }
}

#header .header_menu_inner .menu_left .btn_anchor {
  padding-right: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .btn_anchor {
    padding-right: 6.25vw;
    font-size: 2.90179vw;
  }
}

#header .header_menu_inner .menu_left .btn_anchor + .btn_anchor {
  margin-left: 20px;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .btn_anchor + .btn_anchor {
    margin-left: 0;
    margin-top: 3.34821vw;
  }
}

#header .header_menu_inner .menu_left .btn_anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background-image: url(../../assets/img/icn_anchor.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .btn_anchor::after {
    width: 4.01786vw;
    height: 4.01786vw;
  }
}

#header .header_menu_inner .menu_left .sp_link {
  display: none;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .sp_link {
    margin-top: 5.58036vw;
    padding: 0 2.45536vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .sp_link a + a {
    margin-left: 2.23214vw;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  #header .header_menu_inner .menu_left .sp_link {
    width: 100%;
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  #header .header_menu_inner .menu_left .sp_link a {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  #header .header_menu_inner .menu_left .sp_link a img {
    width: 46.42857vw;
  }
}

#header .header_menu_inner .menu_left .lang_btn_box {
  display: none;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .lang_btn_box {
    margin: 6.69643vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header .header_menu_inner .menu_left .lang_btn_box .btn_lang {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_left .lang_btn_box .btn_lang {
    width: 100%;
    padding: 1.11607vw 11.16071vw 1.67411vw;
  }
}

#header .header_menu_inner .menu_left .lang_btn_box .btn_lang .btn_txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

#header .header_menu_inner .menu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  #header .header_menu_inner .menu_right {
    display: none;
  }
}

#header .header_menu_inner .menu_right .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

#header .header_menu_inner .menu_right .phone .icn_phone {
  width: 26px;
  height: 26px;
  margin: 0 8px 0 4px;
  line-height: 1;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/icn_phone.svg);
}

#header .header_menu_inner .menu_right .txt {
  margin-left: 16px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}

#header .header_menu_inner .menu_right .txt .txt_min {
  font-size: 1.1rem;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

#header .fontsize_wrap {
  margin-bottom: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*------------------------------------------------------------
                lang
            ------------------------------------------------------------*/
}

@media screen and (max-width: 896px) {
  #header .fontsize_wrap {
    display: none;
  }
}

#header .fontsize_wrap .txt {
  margin: 0 12px 0 30px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}

#header .fontsize_wrap .lang_btn_box {
  margin-left: 10px;
}

#header .fontsize_wrap .lang_btn_box .btn_lang {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}

#header .fontsize_wrap .lang_btn_box .btn_lang .btn_txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

#header .fontsize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
}

#header .fontsize_list button {
  font-size: 1.2rem;
  color: #196fb5;
  line-height: 1.2;
  background-color: #fff;
}

#header .fontsize_list button.current {
  background-color: #f6ab00;
}

#header .fontsize_list button + button {
  margin-left: 0.6rem;
}

#header .fontsize_s {
  padding: 0.4rem 0.5rem;
}

#header .fontsize_s.en {
  padding: 0.4rem 0.7rem;
}

#header .fontsize_m {
  padding: 0.8rem;
}

#header .fontsize_m.en {
  padding: 0.7rem 1rem;
}

#header .fontsize_l {
  padding: 1rem;
}

#header .fontsize_l.en {
  padding: 1rem 1.3rem;
}

#header .nav_btn_wrap {
  display: none;
}

@media screen and (max-width: 896px) {
  #header .nav_btn_wrap {
    display: block;
    position: fixed;
    top: 6px;
    right: 3.34821vw;
    width: 19px;
    height: 16px;
  }
}

@media screen and (max-width: 896px) {
  #header .nav_btn {
    width: 19px;
    height: 16px;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#header .nav_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .nav_btn span:nth-of-type(1) {
  top: 0;
  -webkit-animation: btn-bar01 .5s forwards;
  animation: btn-bar01 .5s forwards;
}

#header .nav_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .25s .25s;
  -o-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

#header .nav_btn span:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: btn-bar03 .5s forwards;
  animation: btn-bar03 .5s forwards;
}

#header .nav_btn.open span:nth-of-type(1) {
  -webkit-animation: open-btn-bar01 .5s forwards;
  animation: open-btn-bar01 .5s forwards;
}

#header .nav_btn.open span:nth-of-type(2) {
  opacity: 0;
}

#header .nav_btn.open span:nth-of-type(3) {
  -webkit-animation: open-btn07-bar03 .5s forwards;
  animation: open-btn07-bar03 .5s forwards;
}

@-webkit-keyframes btn-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes btn-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes btn-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes btn-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes open-btn-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes open-btn-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes open-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes open-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  padding: 40px;
  background-color: #fff;
  /*------------------------------------------------------------
        font size
    ------------------------------------------------------------*/
}

@media screen and (max-width: 896px) {
  #footer {
    padding: 4.46429vw;
  }
}

#footer .inner .mlit_logo img {
  width: 126px;
}

@media screen and (max-width: 896px) {
  #footer .inner .mlit_logo img {
    width: 27.45536vw;
  }
}

#footer .inner .mlit_logo.en img {
  width: 420px;
}

@media screen and (max-width: 896px) {
  #footer .inner .mlit_logo.en img {
    width: 80.46875vw;
  }
}

#footer .inner small {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  #footer .inner small {
    margin-top: 1.11607vw;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
teaser
------------------------------------------------------------*/
.teaser {
  background-color: #00b4ff;
}

.teaser #kv {
  margin: 58px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .teaser #kv {
    margin-top: 4.6875vw;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 896px) {
  .teaser #kv .kv_ttl {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .teaser #background .inner {
    padding: 0 2.67857vw;
  }
}

.teaser #background .inner .bg_icn {
  position: absolute;
}

.teaser #background .inner .copy_area {
  padding: 60px 0;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area {
    padding: 16.74107vw 0 6.69643vw;
  }
}

.teaser #background .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.teaser #background .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
  }
}

.teaser #background .inner .copy_area .drone01 {
  width: 220px;
  height: 156px;
  top: 60%;
  right: 0;
  background: url(../img/img_drone01.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area .drone01 {
    width: 24.55357vw;
    height: 17.41071vw;
    top: 6%;
  }
}

.teaser #background .inner .copy_area .cloud01 {
  width: 79px;
  height: 27px;
  top: 6%;
  right: 14%;
  background: url(../img/img_cloud01.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area .cloud01 {
    width: 5.02232vw;
    height: 1.00446vw;
    top: 97%;
    right: 5%;
    background: url(../img/img_cloud03.png) center/cover no-repeat;
  }
}

.teaser #background .inner .copy_area .cloud02 {
  width: 57px;
  height: 20px;
  bottom: 14%;
  left: 8%;
  background: url(../img/img_cloud02.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .copy_area .cloud02 {
    width: 12.05357vw;
    height: 4.12946vw;
    bottom: 20%;
    left: 0;
    background: url(../img/img_cloud01.png) center/cover no-repeat;
  }
}

.teaser #background .inner .point_area {
  padding: 40px 0 120px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .point_area {
    padding: 1.11607vw 0 15.625vw;
  }
}

.teaser #background .inner .point_area .img {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .point_area .img {
    margin-bottom: 6.69643vw;
  }
}

.teaser #background .inner .point_area .drone02 {
  width: 161px;
  height: 99px;
  bottom: 13%;
  left: 0;
  background: url(../img/img_drone02.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .point_area .drone02 {
    width: 17.96875vw;
    height: 11.04911vw;
    bottom: 1.5%;
  }
}

.teaser #background .inner .point_area .cloud02 {
  width: 57px;
  height: 20px;
  top: 3.5%;
  right: 23.2%;
  background: url(../img/img_cloud02.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .teaser #background .inner .point_area .cloud02 {
    width: 12.61161vw;
    height: 4.46429vw;
    top: 57.2%;
    right: 2%;
  }
}

.teaser #background .inner .point_area .cloud03 {
  width: 45px;
  height: 9px;
  bottom: 18%;
  right: 7%;
  background: url(../img/img_cloud03.png) center/cover no-repeat;
}

.teaser_footer {
  width: 94.86607vw;
  margin: 5.13393vw auto;
  padding: 2.67857vw 0 2.23214vw 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 2.67857vw;
  overflow-x: hidden;
}

.teaser_footer .ttl {
  font-size: 3.34821vw;
  font-weight: bold;
  letter-spacing: 1.11607vw;
  line-height: 1;
}

.teaser_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.teaser_footer_inner .btn_tel {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 7.25446vw;
  line-height: 1.6;
  letter-spacing: 2px;
}

.teaser_footer_inner .btn_tel .phone {
  width: 9.15179vw;
  height: 9.15179vw;
  margin-right: 2.23214vw;
  display: inline-block;
  background-image: url(../img/icn_phone_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.teaser_footer_txt {
  margin-top: 0.55804vw;
  line-height: 1;
}

.teaser_footer_txt img {
  width: 49.77679vw;
}

.release {
  background-color: #fff;
  /*------------------------------------------------------------
        kv
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        news
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        movie
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        background
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        flow
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        app_step
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        remote
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        check
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        guide
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        qa
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        contact
    ------------------------------------------------------------*/
}

.release header {
  background-color: #00b4ff;
}

.release #kv {
  margin: 0 auto;
  padding: 58px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #kv {
    margin-top: 56px;
    padding: 4.6875vw 0 7.25446vw;
    margin-bottom: 0;
  }
}

.release #kv .kv_ttl {
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #kv .kv_ttl {
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .release #kv .kv_ttl {
    width: 100%;
  }
}

.release #kv .kv_footer {
  width: 94.86607vw;
  margin: 5.13393vw auto;
  padding: 2.67857vw 0 2.23214vw 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 2.67857vw;
  overflow-x: hidden;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer {
    max-width: 850px;
    margin: 50px auto 0;
    padding: 20px 0 20px;
  }
}

.release #kv .kv_footer .ttl {
  font-size: 3.34821vw;
  font-weight: bold;
  letter-spacing: 1.11607vw;
  line-height: 1;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer .ttl {
    font-size: 2.6rem;
    letter-spacing: 10px;
  }
}

.release #kv .kv_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.release #kv .kv_footer_inner .btn_tel {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 7.25446vw;
  line-height: 1.6;
  letter-spacing: 2px;
  border-bottom: 2px;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer_inner .btn_tel {
    pointer-events: none;
    font-size: 5.6rem;
  }
}

.release #kv .kv_footer_inner .btn_tel .phone {
  width: 9.15179vw;
  height: 9.15179vw;
  margin-right: 2.23214vw;
  display: inline-block;
  background-image: url(../img/icn_phone_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer_inner .btn_tel .phone {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
}

.release #kv .kv_footer_txt {
  margin-top: 0.55804vw;
  line-height: 1;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer_txt {
    margin-top: 5px;
  }
}

.release #kv .kv_footer_txt img {
  width: 49.77679vw;
}

@media screen and (min-width: 897px) {
  .release #kv .kv_footer_txt img {
    width: 400px;
  }
}

.release #kv .sp_link {
  display: none;
}

@media screen and (max-width: 896px) {
  .release #kv .sp_link {
    margin-top: 5.58036vw;
    padding: 0 2.45536vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 896px) {
  .release #kv .sp_link a + a {
    margin-left: 2.23214vw;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .release #kv .sp_link {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .release #kv .sp_link a {
    width: 100%;
  }
}

.release #kv .countDownText {
  position: absolute;
  top: 21.19%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -5px;
  padding: 0 16px;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #kv .countDownText {
    top: 20.46%;
    margin-left: 1.78571vw;
    padding: 0 1.78571vw;
    font-size: 19.53125vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .release #kv .countDownText {
    top: 25%;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 896px), screen and (-ms-high-contrast: none) and (max-width: 896px) {
  .release #kv .countDownText {
    top: 20.64732vw;
  }
}

.release #news .inner {
  padding: 50px 0 67px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .release #news .inner {
    padding: 6.69643vw 2.45536vw 7.8125vw;
  }
}

.release #news .inner .news_ttl {
  font-size: 1.6rem;
  color: #00abe8;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_ttl {
    font-size: 2.23214vw;
  }
}

.release #news .inner .news_area {
  height: 128px;
  overflow-y: scroll;
  padding: 8px 18px;
  border: 2px solid #969696;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area {
    height: 27.90179vw;
    padding: 0.89286vw 2.00893vw;
    border: 1px solid #969696;
  }
}

.release #news .inner .news_area .news_list + .news_list {
  border-top: 3px dotted #969696;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list + .news_list {
    border-top: 1px dotted #969696;
  }
}

.release #news .inner .news_area .news_list .news_link {
  padding: 1rem 0 1rem 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #323232;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list .news_link {
    padding: 1.11607vw 4.46429vw 1.11607vw 9.59821vw;
    font-size: 2.23214vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list .news_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.78571vw;
    bottom: 0;
    width: 1.78571vw;
    height: 1.78571vw;
    margin: auto;
    border: 1px solid;
    border-color: #323232 #323232 transparent transparent;
    -webkit-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
  }
}

.release #news .inner .news_area .news_list .news_link.new::before {
  content: "New！";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 20px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 2;
  color: #00abe8;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list .news_link.new::before {
    font-size: 2.23214vw;
  }
}

.release #news .inner .news_area .news_list .news_link .date {
  margin-right: 2rem;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list .news_link .date {
    font-weight: bold;
    color: #00abe8;
  }
}

.release #news .inner .news_area .news_list .news_link .ttl {
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .release #news .inner .news_area .news_list .news_link .ttl {
    padding-bottom: 0.22321vw;
    line-height: 1.2;
  }
}

.release #movie {
  max-width: 1360px;
  margin: auto;
  background-color: #c9efff;
}

.release #movie .inner {
  padding: 60px 0 104px;
}

@media screen and (max-width: 896px) {
  .release #movie .inner {
    padding: 5.91518vw 2.45536vw 9.375vw;
  }
}

.release #movie .inner .pdf_ttl,
.release #movie .inner .movie_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1;
  color: #00abe8;
}

@media screen and (max-width: 896px) {
  .release #movie .inner .pdf_ttl,
  .release #movie .inner .movie_ttl {
    margin-bottom: 6.25vw;
    font-size: 3.34821vw;
  }
}

.release #movie .inner .movie_area.a_mt {
  margin-bottom: 90px;
}

@media screen and (max-width: 896px) {
  .release #movie .inner .movie_area.a_mt {
    margin-bottom: 10.04464vw;
  }
}

@media screen and (max-width: 896px) {
  .release #movie .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.release #movie .inner .pdf_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .release #movie .inner .pdf_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.release #movie .inner .pdf_area .pdf_area_box {
  display: inline-block;
}

.release #movie .inner .pdf_area .pdf_area_box:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 896px) {
  .release #movie .inner .pdf_area .pdf_area_box:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 896px) {
  .release #movie .inner .pdf_area .pdf_area_box img {
    width: 44.86607vw;
  }
}

.release #background {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #background .inner {
    padding: 0 2.67857vw;
  }
}

.release #background .inner .bg_icn {
  position: absolute;
}

.release #background .inner .copy_area {
  padding: 100px 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area {
    padding: 16.74107vw 0 6.69643vw;
  }
}

.release #background .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #background .inner .copy_area .bg_ttl span {
  display: inline-block;
}

.release #background .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    margin-top: 4.46429vw;
  }
}

.release #background .inner .copy_area .drone01 {
  width: 220px;
  height: 156px;
  top: 5%;
  right: 0;
  background: url(../img/img_drone01.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area .drone01 {
    width: 24.55357vw;
    height: 17.41071vw;
    top: 6%;
  }
}

.release #background .inner .copy_area .cloud01 {
  width: 85px;
  height: 46px;
  bottom: 38%;
  left: 1%;
  background: url(../img/img_cloud04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area .cloud01 {
    width: 4.12946vw;
    height: 1.67411vw;
    bottom: 1%;
    left: 1%;
    background: url(../img/img_cloud06.png) center/cover no-repeat;
  }
}

.release #background .inner .copy_area .cloud02 {
  width: 37px;
  height: 15px;
  bottom: 15%;
  right: 8%;
  background: url(../img/img_cloud06.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #background .inner .copy_area .cloud02 {
    display: none;
  }
}

.release #background .inner .movie_area {
  padding: 0 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #background .inner .movie_area {
    padding: 5.58036vw 0 6.69643vw;
  }
}

@media screen and (max-width: 896px) {
  .release #background .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.release #background .inner .movie_area .cloud01 {
  width: 85px;
  height: 46px;
  bottom: 10%;
  right: 0;
  background: url(../img/img_cloud04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #background .inner .movie_area .cloud01 {
    width: 5.35714vw;
    height: 3.23661vw;
    bottom: 1%;
    left: 15%;
    background: url(../img/img_cloud05.png) center/cover no-repeat;
  }
}

.release #background .inner .point_area {
  padding: 0 0 30px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #background .inner .point_area {
    padding: 1.11607vw 0 10.37946vw;
  }
}

.release #background .inner .point_area .img {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 896px) {
  .release #background .inner .point_area .img {
    margin-bottom: 6.69643vw;
  }
}

@media screen and (max-width: 896px) {
  .release #background .inner .point_area .cloud01 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 30%;
    right: 15%;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.release #flow {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #flow .inner {
    padding: 0 2.67857vw;
  }
}

.release #flow .inner .bg_icn {
  position: absolute;
}

.release #flow .inner .copy_area {
  padding: 50px 0 55px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area {
    padding: 14.50893vw 0 5.58036vw;
  }
}

.release #flow .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #flow .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    margin-top: 4.46429vw;
  }
}

.release #flow .inner .copy_area .txt .txt_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.release #flow .inner .copy_area .drone04 {
  width: 152px;
  height: 136px;
  top: -5%;
  left: 4%;
  background: url(../img/img_drone04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area .drone04 {
    width: 17.41071vw;
    height: 14.28571vw;
    top: -8%;
    left: 78%;
    background: url(../img/img_drone03.png) center/cover no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area .cloud01 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 14%;
    left: 0%;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.release #flow .inner .copy_area .cloud02 {
  width: 48px;
  height: 29px;
  top: 14%;
  left: 20%;
  background: url(../img/img_cloud05.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .copy_area .cloud02 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 20%;
    left: 0;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.release #flow .inner .online_area {
  margin-bottom: 40px;
  padding: 40px;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .online_area {
    margin-bottom: 9.15179vw;
    padding: 4.46429vw 4.46429vw 3.34821vw;
  }
}

.release #flow .inner .online_area .online_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .online_area .online_ttl {
    margin-bottom: 4.46429vw;
    font-size: 3.34821vw;
  }
}

.release #flow .inner .online_area .online_ttl .txt_min {
  margin-top: 1rem;
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .online_area .online_ttl .txt_min {
    font-size: 2.67857vw;
  }
}

.release #flow .inner .online_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .online_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
  }
}

.release #flow .inner .online_area .txt .txt_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.release #flow .inner .online_area .qr_area {
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .online_area .qr_area {
    display: none;
  }
}

.release #flow .inner .online_area .qr_area .txt {
  font-size: 1.8rem;
  margin-right: 14px;
  padding: 6px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.release #flow .inner .point_area {
  padding: 0 0 75px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .point_area {
    padding: 1.11607vw 0 10.04464vw;
  }
}

.release #flow .inner .point_area .img {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .point_area .img {
    margin-bottom: 14.28571vw;
  }
}

.release #flow .inner .point_area .drone04 {
  width: 152px;
  height: 136px;
  bottom: -5%;
  left: 4%;
  background: url(../img/img_drone04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .point_area .drone04 {
    width: 15.17857vw;
    height: 13.72768vw;
    bottom: 11%;
    z-index: 2;
  }
}

.release #flow .inner .point_area .drone02 {
  width: 129px;
  height: 106px;
  bottom: -3%;
  right: 13%;
  background: url(../img/img_drone03.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #flow .inner .point_area .drone02 {
    display: none;
  }
}

.release #app_step {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner {
    padding: 0 2.67857vw;
  }
}

.release #app_step .inner .bg_icn {
  position: absolute;
}

.release #app_step .inner .btn_system {
  max-width: 350px;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .btn_system {
    max-width: 100%;
  }
}

.release #app_step .inner .copy_area {
  padding: 100px 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .copy_area {
    padding: 7.8125vw 0 6.69643vw;
  }
}

.release #app_step .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #app_step .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    margin-top: 4.46429vw;
  }
}

.release #app_step .inner .movie_area {
  padding: 0 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .movie_area {
    padding: 5.58036vw 0 6.69643vw;
  }
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.release #app_step .inner .online_area {
  padding: 20px 0;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 80px;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .online_area {
    padding: 4.46429vw 1.11607vw 3.34821vw;
    margin-bottom: 9.375vw;
  }
}

.release #app_step .inner .online_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .online_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
  }
}

.release #app_step .inner .online_area .txt .txt_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.release #app_step .inner .point_area {
  padding: 0 0 30px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .point_area {
    padding: 1.11607vw 0 5.58036vw;
  }
}

.release #app_step .inner .point_area .bg_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 896px) {
  .release #app_step .inner .point_area .bg_ttl {
    margin-bottom: 8.92857vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #remote {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #remote .inner {
    padding: 0 2.67857vw;
  }
}

.release #remote .inner .bg_icn {
  position: absolute;
}

.release #remote .inner .copy_area {
  padding: 100px 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area {
    padding: 16.74107vw 0 6.69643vw;
  }
}

.release #remote .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #remote .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    margin-top: 4.46429vw;
  }
}

.release #remote .inner .copy_area .small {
  font-size: 1.6rem;
  padding-top: 26px;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area .small {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.45536vw;
    padding-top: 3.34821vw;
  }
}

.release #remote .inner .copy_area .cloud01 {
  width: 85px;
  height: 46px;
  bottom: 38%;
  left: 1%;
  background: url(../img/img_cloud04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area .cloud01 {
    width: 4.12946vw;
    height: 1.67411vw;
    bottom: 1%;
    left: 1%;
    background: url(../img/img_cloud06.png) center/cover no-repeat;
  }
}

.release #remote .inner .copy_area .cloud02 {
  width: 37px;
  height: 15px;
  bottom: 15%;
  right: 8%;
  background: url(../img/img_cloud06.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .copy_area .cloud02 {
    display: none;
  }
}

.release #remote .inner .movie_area {
  padding: 0 0 130px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .movie_area {
    padding: 5.58036vw 0 15.625vw;
  }
}

@media screen and (max-width: 896px) {
  .release #remote .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.release #remote .inner .movie_area .drone01 {
  width: 178px;
  height: 105px;
  left: 0;
  bottom: 0;
  background: url(../img/img_drone05.png) left bottom/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .movie_area .drone01 {
    width: 19.86607vw;
    height: 11.71875vw;
  }
}

.release #remote .inner .point_area {
  padding: 0 0 60px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .point_area {
    padding: 1.11607vw 0 15.625vw;
  }
}

.release #remote .inner .point_area .bg_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .point_area .bg_ttl {
    margin-bottom: 8.92857vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #remote .inner .point_area .img {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .release #remote .inner .point_area .img {
    margin-top: 8.92857vw;
  }
}

@media screen and (max-width: 896px) {
  .release #remote .inner .point_area .cloud01 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 30%;
    right: 15%;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.release #check {
  max-width: 1360px;
  margin: auto;
  padding: 80px 0 60px;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #check {
    padding: 3.34821vw 0 6.69643vw;
  }
}

.release #check .inner .check_area {
  padding: 40px;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .release #check .inner .check_area {
    padding: 5.13393vw 2.67857vw 3.34821vw 3.34821vw;
  }
}

.release #check .inner .check_area .bg_ttl {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 896px) {
  .release #check .inner .check_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #check .inner .check_area .check_list li {
  padding-left: 36px;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .release #check .inner .check_area .check_list li {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    padding-left: 4.91071vw;
    font-size: 2.67857vw;
    letter-spacing: 0.11161vw;
  }
}

.release #check .inner .check_area .check_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  .release #check .inner .check_area .check_list li::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.release #check .inner .check_area .check_list li + li {
  margin-top: 14px;
}

.release #check .inner .check_area .check_list li .txt_min {
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .release #check .inner .check_area .check_list li .txt_min {
    font-size: 2.67857vw;
  }
}

.release #guide {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

.release #guide .inner {
  max-width: 1360px;
  margin: auto;
  padding-bottom: 100px;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #guide .inner {
    padding: 0 2.67857vw 9.59821vw;
  }
}

.release #guide .inner .bg_icn {
  position: absolute;
}

.release #guide .inner .copy_area {
  padding: 40px 0 50px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .release #guide .inner .copy_area {
    padding: 16.74107vw 0 6.69643vw;
  }
}

.release #guide .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #guide .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 2px;
  }
}

.release #guide .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 896px) {
  .release #guide .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    margin-top: 4.46429vw;
  }
}

.release #guide .inner .copy_area .drone03 {
  width: 161px;
  height: 99px;
  top: -2%;
  left: 8%;
  background: url(../img/img_drone02.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .release #guide .inner .copy_area .drone03 {
    width: 15.17857vw;
    height: 13.72768vw;
    left: 4%;
    bottom: 11%;
    z-index: 2;
    background: url(../img/img_drone04.png) center/cover no-repeat;
  }
}

.release #qa {
  max-width: 1360px;
  margin: auto;
  background-color: #c9efff;
}

.release #qa .inner {
  padding: 80px 0 100px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #qa .inner {
    padding: 8.48214vw 2.45536vw 8.92857vw;
  }
}

.release #qa .inner .bg_icn {
  position: absolute;
}

.release #qa .inner .qa_ttl {
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 1;
  color: #00b4ff;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 95%, #ffff00 0%);
  background: -o-linear-gradient(transparent 95%, #ffff00 0%);
  background: linear-gradient(transparent 95%, #ffff00 0%);
  display: inline;
  padding: 0 0 4px;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_ttl {
    margin-bottom: 6.25vw;
    font-size: 3.79464vw;
    letter-spacing: 2px;
  }
}

.release #qa .inner .qa_area {
  margin-top: 60px;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area {
    margin-top: 6.25vw;
  }
}

.release #qa .inner .qa_area .qa_list {
  text-align: left;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list {
    border-radius: 0.66964vw;
  }
}

.release #qa .inner .qa_area .qa_list + .qa_list {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list + .qa_list {
    margin-top: 3.34821vw;
  }
}

.release #qa .inner .qa_area .qa_list .q_txt,
.release #qa .inner .qa_area .qa_list .a_txt {
  width: 100%;
  position: relative;
  padding: 16px 0 16px 23px;
  display: inline-block;
  font-size: 2.2rem;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .q_txt,
  .release #qa .inner .qa_area .qa_list .a_txt {
    padding: 2.00893vw 0 2.00893vw 2.56696vw;
    font-size: 2.45536vw;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

.release #qa .inner .qa_area .qa_list .q_txt .inr,
.release #qa .inner .qa_area .qa_list .a_txt .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.release #qa .inner .qa_area .qa_list .q_txt .inr .txt,
.release #qa .inner .qa_area .qa_list .a_txt .inr .txt {
  width: calc(100% - 52px);
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .q_txt .inr .txt,
  .release #qa .inner .qa_area .qa_list .a_txt .inr .txt {
    width: calc(100% - 26px);
  }
}

.release #qa .inner .qa_area .qa_list .q_txt {
  font-weight: bold;
  color: #00b4ff;
  line-height: 1.4;
  cursor: pointer;
}

.release #qa .inner .qa_area .qa_list .q_txt .q_icn {
  width: 33px;
  height: 33px;
  border-radius: 50px;
  margin-right: 16px;
  background-color: #00b4ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .q_txt .q_icn {
    width: 5.13393vw;
    height: 5.13393vw;
    margin-right: 1.11607vw;
    font-size: 2.23214vw;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}

.release #qa .inner .qa_area .qa_list .q_txt .txt {
  padding-right: 50px;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .q_txt .txt {
    padding-right: 3.34821vw;
    padding-top: 0.66964vw;
  }
}

.release #qa .inner .qa_area .qa_list .q_txt .arw {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #00abe8 #00abe8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .q_txt .arw {
    right: 2.23214vw;
    width: 1.33929vw;
    height: 1.33929vw;
    border: 1px solid;
    border-color: transparent transparent #00abe8 #00abe8;
  }
}

.release #qa .inner .qa_area .qa_list .q_txt.open .arw {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.release #qa .inner .qa_area .qa_list .a_txt {
  display: none;
  padding-top: 0;
  padding-bottom: 14px;
  line-height: 2.4;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .a_txt {
    line-height: 1.4;
    padding-bottom: 2.23214vw;
  }
}

.release #qa .inner .qa_area .qa_list .a_txt .inr {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.release #qa .inner .qa_area .qa_list .a_txt .a_icn {
  width: 33px;
  height: 33px;
  margin-right: 16px;
  border-radius: 50px;
  background-color: #f6ab00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .a_txt .a_icn {
    width: 5.13393vw;
    height: 5.13393vw;
    margin-right: 1.11607vw;
    font-size: 2.23214vw;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    line-height: 1;
  }
}

.release #qa .inner .qa_area .qa_list .a_txt .txt {
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .qa_area .qa_list .a_txt .txt {
    padding-top: 0.66964vw;
    padding-right: 3.34821vw;
  }
}

.release #qa .inner .qa_area .qa_list .a_txt .txt .txt_link {
  border-bottom: 1px solid #000000;
}

.release #qa .inner .btn_area {
  padding: 40px 0 0;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .btn_area {
    padding: 7.8125vw 0 0;
  }
}

.release #qa .inner .btn_area .txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  color: #00abe8;
}

@media screen and (max-width: 896px) {
  .release #qa .inner .btn_area .txt {
    margin-bottom: 2.23214vw;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
  }
}

@media screen and (max-width: 896px) {
  .release #qa .inner .drone01 {
    width: 17.96875vw;
    height: 11.04911vw;
    bottom: -3.5%;
    left: -5%;
    z-index: 2;
    background: url(../img/img_drone02.png) center/cover no-repeat;
  }
}

.release #contact .inner .contact_area {
  margin: 11.16071vw auto 0;
  padding: 3.79464vw 0;
  color: #00b4ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00b4ff;
  overflow-x: hidden;
  border-radius: 0.66964vw;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area {
    max-width: 850px;
    margin: 90px auto 0;
    padding: 28px 0;
    border-radius: 6px;
    border: 2px solid #00b4ff;
  }
}

.release #contact .inner .contact_area .ttl {
  font-size: 3.57143vw;
  font-weight: bold;
  letter-spacing: 1.11607vw;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .ttl {
    font-size: 2.6rem;
    letter-spacing: 10px;
  }
}

.release #contact .inner .contact_area .ttl .min_ttl {
  font-size: 2.67857vw;
  letter-spacing: 0;
  display: inline-block;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .ttl .min_ttl {
    font-size: 1.8rem;
  }
}

.release #contact .inner .contact_area .ttl .txt {
  margin-top: 1.45089vw;
  padding-top: 1.33929vw;
  border-top: 1px solid #00b4ff;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .ttl .txt {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #00b4ff;
  }
}

.release #contact .inner .contact_area .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.release #contact .inner .contact_area .contact_box .btn_tel {
  color: #00b4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8.70536vw;
  line-height: 1.8;
  letter-spacing: 2px;
  border-bottom: 2px;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .contact_box .btn_tel {
    pointer-events: none;
    font-size: 6.57rem;
    line-height: 1.6;
  }
}

.iphone .release #contact .inner .contact_area .contact_box .btn_tel {
  letter-spacing: 0px;
}

.release #contact .inner .contact_area .contact_box .btn_tel .phone {
  width: 8.81696vw;
  height: 8.81696vw;
  margin-right: 2.23214vw;
  display: inline-block;
  background-image: url(../img/icn_phone_bl.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .contact_box .btn_tel .phone {
    width: 68px;
    height: 68px;
    margin-right: 20px;
  }
}

.release #contact .inner .contact_area .contact_txt {
  line-height: 1;
  font-size: 3.125vw;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .contact_txt {
    margin-top: 5px;
    font-size: 2.3rem;
  }
}

.release #contact .inner .contact_area .contact_txt .min_txt {
  margin-top: 1.11607vw;
  display: block;
  font-size: 2.67857vw;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (min-width: 897px) {
  .release #contact .inner .contact_area .contact_txt .min_txt {
    margin-top: 10px;
    font-size: 1.9rem;
  }
}

.release #contact .inner .contact_area .contact_cap {
  margin-top: 24px;
  padding: 0 24px;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .contact_area .contact_cap {
    margin-top: 4.46429vw;
    padding: 0 2.67857vw;
  }
}

.release #contact .inner .contact_area .contact_cap .cap {
  text-align: left;
  padding: 0 80px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .contact_area .contact_cap .cap {
    padding: 0 4.46429vw;
    font-size: 2.67857vw;
  }
}

.release #contact .inner .contact_area .contact_cap .note {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .contact_area .contact_cap .note {
    font-size: 3.57143vw;
  }
}

.release #contact .inner .contact_area .contact_cap .period {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .contact_area .contact_cap .period {
    margin-top: 2.67857vw;
  }
}

.release #contact .inner .contact_area .contact_cap .period li {
  text-align: left;
  line-height: 1.5;
}

.release #contact .inner .link_area {
  padding: 130px 0;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .link_area {
    padding: 14.50893vw 0 16.74107vw;
  }
}

.release #contact .inner .link_area .link_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  color: #00b4ff;
  letter-spacing: 5px;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .link_area .link_ttl {
    margin-bottom: 6.25vw;
    font-size: 3.79464vw;
    letter-spacing: 2px;
  }
}

.release #contact .inner .link_area dl {
  max-width: 754px;
  width: 100%;
  margin: auto;
}

.release #contact .inner .link_area dl + dl {
  margin-top: 16px;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .link_area dl + dl {
    margin-top: 1.78571vw;
  }
}

.release #contact .inner .link_area dl dt {
  text-align: left;
  line-height: 1.6;
}

.release #contact .inner .link_area dl dt a {
  text-align: left;
  font-size: 2rem;
  color: #00b4ff;
  font-weight: bold;
  border-bottom: 1px solid #00b4ff;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .link_area dl dt a {
    font-size: 2.67857vw;
  }
}

.release #contact .inner .link_area dl dd {
  font-size: 1.6rem;
  text-align: left;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 896px) {
  .release #contact .inner .link_area dl dd {
    font-size: 2.23214vw;
    line-height: 1.4;
  }
}

.release #fixed_link {
  margin: auto;
  width: 100%;
  z-index: 70;
  max-width: 1320px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .release #fixed_link {
    height: 8.92857vw;
  }
  .release #fixed_link.fixed .inr {
    position: fixed;
    opacity: 1;
  }
}

.release #fixed_link .inr {
  position: absolute;
  width: 150px;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 896px) {
  .release #fixed_link .inr {
    left: 0;
    margin: auto;
    padding: 0 2.45536vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 2.45536vw;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .release #fixed_link .inr {
    display: block;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .release #fixed_link .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.release #fixed_link .inr .btn_entry,
.release #fixed_link .inr .btn_download {
  position: fixed;
  bottom: 10px;
  width: 150px;
}

@media screen and (max-width: 896px) {
  .release #fixed_link .inr .btn_entry,
  .release #fixed_link .inr .btn_download {
    position: static;
    width: 46.42857vw;
  }
}

.release #fixed_link .inr .btn_entry {
  bottom: 180px;
}

/*------------------------------------------------------------
    english
------------------------------------------------------------*/
.en {
  /*------------------------------------------------------------
        kv
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        news
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        movie
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        background
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        flow
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        check
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        guide
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        qa
    ------------------------------------------------------------*/
  /*------------------------------------------------------------
        contact
    ------------------------------------------------------------*/
}

.en #kv {
  margin: 0 auto;
  padding: 58px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .en #kv {
    margin-top: 56px;
    padding: 4.6875vw 0 7.25446vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .en #kv .kv_ttl {
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .en #kv .kv_ttl {
    width: 100%;
  }
}

.en #kv .kv_footer {
  width: 94.86607vw;
  margin: 5.13393vw auto;
  padding: 2.67857vw 0 2.23214vw 0;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 2.67857vw;
  overflow-x: hidden;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer {
    max-width: 850px;
    margin: 50px auto 0;
    padding: 20px 0 20px;
  }
}

.en #kv .kv_footer .ttl {
  font-size: 3.34821vw;
  font-weight: bold;
  letter-spacing: 1.11607vw;
  line-height: 1;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer .ttl {
    font-size: 2.6rem;
    letter-spacing: 10px;
  }
}

.en #kv .kv_footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.en #kv .kv_footer_inner .btn_tel {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 7.25446vw;
  line-height: 1.6;
  letter-spacing: 2px;
  border-bottom: 2px;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer_inner .btn_tel {
    pointer-events: none;
    font-size: 5.6rem;
  }
}

.en #kv .kv_footer_inner .btn_tel .phone {
  width: 9.15179vw;
  height: 9.15179vw;
  margin-right: 2.23214vw;
  display: inline-block;
  background-image: url(../img/icn_phone_wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer_inner .btn_tel .phone {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
}

.en #kv .kv_footer_txt {
  margin-top: 0.55804vw;
  line-height: 1;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer_txt {
    margin-top: 5px;
  }
}

.en #kv .kv_footer_txt img {
  width: 49.77679vw;
}

@media screen and (min-width: 897px) {
  .en #kv .kv_footer_txt img {
    width: 400px;
  }
}

.en #kv .sp_link {
  display: none;
}

@media screen and (max-width: 896px) {
  .en #kv .sp_link {
    margin-top: 5.58036vw;
    padding: 0 2.45536vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 896px) {
  .en #kv .sp_link a + a {
    margin-left: 2.23214vw;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .en #kv .sp_link {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .en #kv .sp_link a {
    width: 100%;
  }
}

.en #kv .countDownText {
  position: absolute;
  top: 24.67%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -5px;
  padding: 0 16px;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .en #kv .countDownText {
    top: 26.05%;
    margin-left: 0;
    padding: 0 1.78571vw;
    font-size: 19.53125vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .en #kv .countDownText {
    top: 28.2%;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 896px), screen and (-ms-high-contrast: none) and (max-width: 896px) {
  .en #kv .countDownText {
    top: 25.22321vw;
  }
}

.en #news .inner {
  padding: 50px 0 67px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .en #news .inner {
    padding: 6.69643vw 2.45536vw 7.8125vw;
  }
}

.en #news .inner .news_ttl {
  font-size: 1.6rem;
  color: #00abe8;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_ttl {
    font-size: 2.23214vw;
  }
}

.en #news .inner .news_area {
  height: 128px;
  overflow-y: scroll;
  padding: 8px 18px;
  border: 2px solid #969696;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area {
    height: 27.90179vw;
    padding: 0.89286vw 2.00893vw;
    border: 1px solid #969696;
  }
}

.en #news .inner .news_area .news_list + .news_list {
  border-top: 3px dotted #969696;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list + .news_list {
    border-top: 1px dotted #969696;
  }
}

.en #news .inner .news_area .news_list .news_link {
  padding: 1rem 0 1rem 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #323232;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list .news_link {
    padding: 1.11607vw 4.46429vw 1.11607vw 9.59821vw;
    font-size: 2.23214vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list .news_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.78571vw;
    bottom: 0;
    width: 1.78571vw;
    height: 1.78571vw;
    margin: auto;
    border: 1px solid;
    border-color: #323232 #323232 transparent transparent;
    -webkit-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
  }
}

.en #news .inner .news_area .news_list .news_link.new::before {
  content: "New！";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 20px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 2;
  color: #00abe8;
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list .news_link.new::before {
    font-size: 2.23214vw;
  }
}

.en #news .inner .news_area .news_list .news_link .date {
  margin-right: 2rem;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list .news_link .date {
    font-weight: bold;
    color: #00abe8;
  }
}

.en #news .inner .news_area .news_list .news_link .ttl {
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .en #news .inner .news_area .news_list .news_link .ttl {
    padding-bottom: 0.22321vw;
    line-height: 1.2;
  }
}

.en #movie .inner {
  padding: 60px 0 104px;
}

@media screen and (max-width: 896px) {
  .en #movie .inner {
    padding: 3.34821vw 2.45536vw 9.375vw;
  }
}

.en #movie .inner .movie_ttl {
  font-size: 2.6rem;
}

@media screen and (max-width: 896px) {
  .en #movie .inner .movie_ttl {
    margin-bottom: 3.34821vw;
    font-size: 3.34821vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 896px) {
  .en #movie .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.en #background .inner .bg_icn {
  position: absolute;
}

.en #background .inner .copy_area {
  padding: 75px 0 52px;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area {
    padding: 7.25446vw 0 6.69643vw;
  }
}

.en #background .inner .copy_area .bg_ttl {
  font-size: 3.2rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area .bg_ttl {
    font-size: 4.01786vw;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}

.en #background .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    letter-spacing: 0;
  }
}

.en #background .inner .copy_area .drone01 {
  width: 166px;
  height: 136px;
  top: 12%;
  right: 0;
  background: url(../img/img_drone01.png) center/contain no-repeat;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area .drone01 {
    width: 23.66071vw;
    height: 16.74107vw;
    top: 2%;
  }
}

.en #background .inner .copy_area .cloud01 {
  width: 85px;
  height: 46px;
  bottom: 20%;
  left: 0;
  background: url(../img/img_cloud04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area .cloud01 {
    width: 4.12946vw;
    height: 1.67411vw;
    bottom: 22%;
    left: 1%;
    background: url(../img/img_cloud06.png) center/contain no-repeat;
  }
}

.en #background .inner .copy_area .cloud02 {
  width: 37px;
  height: 15px;
  bottom: 8%;
  right: 6%;
  background: url(../img/img_cloud06.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #background .inner .copy_area .cloud02 {
    display: none;
  }
}

.en #background .inner .movie_area {
  padding: 0 0 100px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .en #background .inner .movie_area {
    padding: 0 0 6.69643vw;
  }
}

@media screen and (max-width: 896px) {
  .en #background .inner .movie_area iframe {
    width: 100%;
    height: 53.34821vw;
  }
}

.en #background .inner .movie_area .cloud01 {
  width: 85px;
  height: 46px;
  bottom: 10%;
  right: 0;
  background: url(../img/img_cloud04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #background .inner .movie_area .cloud01 {
    width: 5.35714vw;
    height: 3.23661vw;
    bottom: 10%;
    left: 15%;
    background: url(../img/img_cloud05.png) center/cover no-repeat;
  }
}

.en #background .inner .point_area {
  padding: 0 0 30px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .en #background .inner .point_area {
    padding: 1.11607vw 0 10.37946vw;
  }
}

.en #background .inner .point_area .img {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 896px) {
  .en #background .inner .point_area .img {
    margin-bottom: 6.69643vw;
  }
}

@media screen and (max-width: 896px) {
  .en #background .inner .point_area .cloud01 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 30%;
    right: 15%;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.en #flow {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .en #flow .inner {
    padding: 0 2.67857vw;
  }
}

.en #flow .inner .bg_icn {
  position: absolute;
}

.en #flow .inner .copy_area {
  padding: 50px 0 55px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area {
    padding: 2.23214vw 0 5.58036vw;
  }
}

.en #flow .inner .copy_area .bg_ttl {
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 4.01786vw;
    letter-spacing: 1px;
  }
}

.en #flow .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    letter-spacing: 0;
  }
}

.en #flow .inner .copy_area .txt .txt_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.en #flow .inner .copy_area .drone04 {
  width: 152px;
  height: 136px;
  top: -10%;
  left: 4%;
  background: url(../img/img_drone04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area .drone04 {
    width: 17.41071vw;
    height: 14.28571vw;
    top: -22%;
    left: 80%;
    background: url(../img/img_drone03.png) center/cover no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area .cloud01 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 14%;
    left: 0%;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.en #flow .inner .copy_area .cloud02 {
  width: 48px;
  height: 29px;
  top: 14%;
  left: 20%;
  background: url(../img/img_cloud05.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .copy_area .cloud02 {
    width: 9.48661vw;
    height: 5.13393vw;
    top: 20%;
    left: 0;
    background: url(../img/img_cloud04.png) center/cover no-repeat;
  }
}

.en #flow .inner .online_area {
  margin-bottom: 60px;
  padding: 40px;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .online_area {
    margin-bottom: 9.15179vw;
    padding: 4.46429vw 4.46429vw 3.34821vw;
  }
}

.en #flow .inner .online_area .online_ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .online_area .online_ttl {
    margin-bottom: 4.46429vw;
    font-size: 3.79464vw;
    letter-spacing: 0;
  }
}

.en #flow .inner .online_area .online_ttl .txt_min {
  margin-top: 1rem;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .online_area .online_ttl .txt_min {
    margin-bottom: 0.66964vw;
    font-size: 2.67857vw;
    letter-spacing: 0;
  }
}

.en #flow .inner .online_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .online_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    letter-spacing: 0;
  }
}

.en #flow .inner .online_area .txt .txt_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.en #flow .inner .online_area .qr_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .online_area .qr_area {
    display: none;
  }
}

.en #flow .inner .online_area .qr_area .txt {
  font-size: 1.8rem;
  margin-right: 14px;
  padding: 6px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.en #flow .inner .point_area {
  padding: 0 0 75px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .point_area {
    padding: 1.11607vw 0 10.04464vw;
  }
}

.en #flow .inner .point_area .img {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .point_area .img {
    margin-bottom: 14.28571vw;
  }
}

.en #flow .inner .point_area .drone04 {
  width: 152px;
  height: 136px;
  bottom: -5%;
  left: 4%;
  background: url(../img/img_drone04.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .point_area .drone04 {
    width: 15.17857vw;
    height: 13.72768vw;
    bottom: 11%;
    z-index: 2;
  }
}

.en #flow .inner .point_area .drone02 {
  width: 129px;
  height: 106px;
  bottom: 0%;
  right: 13%;
  background: url(../img/img_drone03.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #flow .inner .point_area .drone02 {
    display: none;
  }
}

.en #check {
  max-width: 1360px;
  margin: auto;
  padding: 80px 0 60px;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .en #check {
    padding: 3.34821vw 0 6.69643vw;
  }
}

.en #check .inner .check_area {
  padding: 40px;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .en #check .inner .check_area {
    padding: 5.13393vw 2.67857vw 3.34821vw 3.34821vw;
  }
}

.en #check .inner .check_area .bg_ttl {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #check .inner .check_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 3.79464vw;
    letter-spacing: 1px;
  }
}

.en #check .inner .check_area .check_list li {
  padding-left: 36px;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
  .en #check .inner .check_area .check_list li {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    padding-left: 4.46429vw;
    font-size: 2.45536vw;
    letter-spacing: 0.11161vw;
    line-height: 1.4;
  }
}

.en #check .inner .check_area .check_list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: auto;
  margin: auto;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
}

@media screen and (max-width: 896px) {
  .en #check .inner .check_area .check_list li::before {
    width: 3.01339vw;
    height: 3.01339vw;
    top: 0;
  }
}

.en #check .inner .check_area .check_list li + li {
  margin-top: 14px;
}

.en #check .inner .check_area .check_list li .txt_min {
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .en #check .inner .check_area .check_list li .txt_min {
    font-size: 2.45536vw;
  }
}

.en #guide {
  max-width: 1360px;
  margin: auto;
  background-color: #00b4ff;
}

.en #guide .inner {
  max-width: 1360px;
  margin: auto;
  padding-bottom: 100px;
  background-color: #00b4ff;
}

@media screen and (max-width: 896px) {
  .en #guide .inner {
    padding: 0 2.67857vw 9.59821vw;
  }
}

.en #guide .inner .bg_icn {
  position: absolute;
}

.en #guide .inner .copy_area {
  padding: 40px 0 50px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .en #guide .inner .copy_area {
    padding: 16.74107vw 0 6.69643vw;
  }
}

.en #guide .inner .copy_area .bg_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #guide .inner .copy_area .bg_ttl {
    margin-bottom: 4.46429vw;
    font-size: 3.79464vw;
    letter-spacing: 0;
  }
}

.en #guide .inner .copy_area .txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #guide .inner .copy_area .txt {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
    letter-spacing: 0;
  }
}

.en #guide .inner .copy_area .drone03 {
  width: 161px;
  height: 99px;
  top: -2%;
  left: 6%;
  background: url(../img/img_drone02.png) center/cover no-repeat;
}

@media screen and (max-width: 896px) {
  .en #guide .inner .copy_area .drone03 {
    width: 15.17857vw;
    height: 13.72768vw;
    left: 4%;
    bottom: 11%;
    z-index: 2;
    background: url(../img/img_drone04.png) center/cover no-repeat;
  }
}

.en #qa {
  max-width: 1360px;
  margin: auto;
  background-color: #c9efff;
}

.en #qa .inner {
  padding: 80px 0 100px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .en #qa .inner {
    padding: 8.48214vw 2.45536vw 8.92857vw;
  }
}

.en #qa .inner .bg_icn {
  position: absolute;
}

.en #qa .inner .qa_ttl {
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 1;
  color: #00b4ff;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_ttl {
    margin-bottom: 6.25vw;
    font-size: 3.79464vw;
    letter-spacing: 1px;
  }
}

.en #qa .inner .qa_area .qa_list {
  text-align: left;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list {
    border-radius: 0.66964vw;
  }
}

.en #qa .inner .qa_area .qa_list + .qa_list {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list + .qa_list {
    margin-top: 3.34821vw;
  }
}

.en #qa .inner .qa_area .qa_list .q_txt,
.en #qa .inner .qa_area .qa_list .a_txt {
  width: 100%;
  position: relative;
  padding: 16px 0 16px 23px;
  display: inline-block;
  font-size: 2.2rem;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .q_txt,
  .en #qa .inner .qa_area .qa_list .a_txt {
    padding: 2.00893vw 0 2.00893vw 2.56696vw;
    font-size: 2.23214vw;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

.en #qa .inner .qa_area .qa_list .q_txt .inr,
.en #qa .inner .qa_area .qa_list .a_txt .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.en #qa .inner .qa_area .qa_list .q_txt .inr .txt,
.en #qa .inner .qa_area .qa_list .a_txt .inr .txt {
  width: calc(100% - 26px);
}

.en #qa .inner .qa_area .qa_list .q_txt {
  font-weight: bold;
  color: #00b4ff;
  line-height: 1.4;
  cursor: pointer;
}

.en #qa .inner .qa_area .qa_list .q_txt .q_icn {
  width: 33px;
  height: 33px;
  border-radius: 50px;
  margin-right: 16px;
  background-color: #00b4ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .q_txt .q_icn {
    width: 5.13393vw;
    height: 5.13393vw;
    margin-right: 1.11607vw;
    font-size: 2.23214vw;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}

.en #qa .inner .qa_area .qa_list .q_txt .txt {
  padding-right: 50px;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .q_txt .txt {
    padding-right: 3.34821vw;
    padding-top: 0.66964vw;
  }
}

.en #qa .inner .qa_area .qa_list .q_txt .arw {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #00abe8 #00abe8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .q_txt .arw {
    right: 2.23214vw;
    width: 1.33929vw;
    height: 1.33929vw;
    border: 1px solid;
    border-color: transparent transparent #00abe8 #00abe8;
  }
}

.en #qa .inner .qa_area .qa_list .q_txt.open .arw {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.en #qa .inner .qa_area .qa_list .a_txt {
  display: none;
  padding-top: 0;
  padding-bottom: 14px;
  line-height: 2.4;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .a_txt {
    line-height: 1.4;
    padding-bottom: 2.23214vw;
  }
}

.en #qa .inner .qa_area .qa_list .a_txt .inr {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.en #qa .inner .qa_area .qa_list .a_txt .a_icn {
  width: 33px;
  height: 33px;
  margin-right: 16px;
  border-radius: 50px;
  background-color: #f6ab00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .a_txt .a_icn {
    width: 5.13393vw;
    height: 5.13393vw;
    margin-right: 1.11607vw;
    font-size: 2.23214vw;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    line-height: 1;
  }
}

.en #qa .inner .qa_area .qa_list .a_txt .txt {
  padding-right: 50px;
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .qa_area .qa_list .a_txt .txt {
    padding-top: 0.66964vw;
    padding-right: 3.34821vw;
  }
}

.en #qa .inner .qa_area .qa_list .a_txt .txt .txt_link {
  color: #0044cc;
  border-bottom: 1px solid #000000;
}

.en #qa .inner .btn_area {
  padding: 40px 0 0;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .btn_area {
    padding: 7.8125vw 0 0;
  }
}

.en #qa .inner .btn_area .txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  color: #00abe8;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #qa .inner .btn_area .txt {
    margin-bottom: 2.23214vw;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 2.67857vw;
  }
}

@media screen and (max-width: 896px) {
  .en #qa .inner .drone01 {
    width: 17.96875vw;
    height: 11.04911vw;
    bottom: -3.5%;
    left: -5%;
    z-index: 2;
    background: url(../img/img_drone02.png) center/cover no-repeat;
  }
}

.en #contact .inner .contact_area {
  width: 94.86607vw;
  margin: 11.16071vw auto 0;
  padding: 3.79464vw 0;
  color: #00b4ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00b4ff;
  overflow-x: hidden;
  border-radius: 0.66964vw;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area {
    max-width: 850px;
    margin: 90px auto 0;
    padding: 28px 0;
    border-radius: 6px;
    border: 2px solid #00b4ff;
  }
}

.en #contact .inner .contact_area .ttl {
  font-size: 3.57143vw;
  font-weight: bold;
  letter-spacing: 1.11607vw;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .ttl {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

.en #contact .inner .contact_area .ttl .min_ttl {
  font-size: 2.67857vw;
  letter-spacing: 0;
  display: inline-block;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .ttl .min_ttl {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.en #contact .inner .contact_area .ttl .txt {
  margin-top: 1.45089vw;
  padding-top: 1.33929vw;
  border-top: 1px solid #00b4ff;
  letter-spacing: 0;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .ttl .txt {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #00b4ff;
  }
}

.en #contact .inner .contact_area .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.en #contact .inner .contact_area .contact_box .btn_tel {
  color: #00b4ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 7.25446vw;
  line-height: 1.8;
  letter-spacing: 2px;
  border-bottom: 2px;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .contact_box .btn_tel {
    pointer-events: none;
    font-size: 5rem;
    line-height: 1.6;
  }
}

.iphone .en #contact .inner .contact_area .contact_box .btn_tel {
  letter-spacing: 0px;
}

.en #contact .inner .contact_area .contact_box .btn_tel .phone {
  width: 8.81696vw;
  height: 8.81696vw;
  margin-right: 2.23214vw;
  display: inline-block;
  background-image: url(../img/icn_phone_bl.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .contact_box .btn_tel .phone {
    width: 68px;
    height: 68px;
    margin-right: 20px;
  }
}

.en #contact .inner .contact_area .contact_txt {
  line-height: 1;
  font-size: 3.125vw;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .contact_txt {
    margin-top: 5px;
    font-size: 2.3rem;
  }
}

.en #contact .inner .contact_area .contact_txt .min_txt {
  margin-top: 1.11607vw;
  display: block;
  font-size: 2.67857vw;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 1.4;
}

@media screen and (min-width: 897px) {
  .en #contact .inner .contact_area .contact_txt .min_txt {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.en #contact .inner .link_area {
  padding: 130px 0;
}

@media screen and (max-width: 896px) {
  .en #contact .inner .link_area {
    padding: 14.50893vw 0 16.74107vw;
  }
}

.en #contact .inner .link_area .link_ttl {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  color: #00b4ff;
  letter-spacing: 1px;
}

@media screen and (max-width: 896px) {
  .en #contact .inner .link_area .link_ttl {
    margin-bottom: 4.46429vw;
    font-size: 3.79464vw;
    letter-spacing: 1px;
  }
}

.en #contact .inner .link_area dl {
  max-width: 931px;
  width: 100%;
  margin: auto;
}

.en #contact .inner .link_area dl + dl {
  margin-top: 16px;
}

@media screen and (max-width: 896px) {
  .en #contact .inner .link_area dl + dl {
    margin-top: 1.78571vw;
  }
}

.en #contact .inner .link_area dl dt {
  text-align: left;
  line-height: 1.6;
}

.en #contact .inner .link_area dl dt a {
  text-align: left;
  font-size: 2rem;
  color: #0044cc;
  font-weight: bold;
  border-bottom: 1px solid #0044cc;
}

@media screen and (max-width: 896px) {
  .en #contact .inner .link_area dl dt a {
    font-size: 2.67857vw;
  }
}

.en #contact .inner .link_area dl dd {
  font-size: 1.6rem;
  text-align: left;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 896px) {
  .en #contact .inner .link_area dl dd {
    font-size: 2.23214vw;
    line-height: 1.4;
  }
}

.en #fixed_link {
  margin: auto;
  width: 100%;
  z-index: 70;
  max-width: 1320px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .en #fixed_link {
    height: 8.92857vw;
  }
  .en #fixed_link.fixed .inr {
    position: fixed;
    opacity: 1;
  }
}

.en #fixed_link .inr {
  position: absolute;
  width: 150px;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 896px) {
  .en #fixed_link .inr {
    left: 0;
    margin: auto;
    padding: 0 2.45536vw;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 2.45536vw;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .en #fixed_link .inr {
    display: block;
  }
}

@media screen and (-ms-high-contrast: none) and (max-width: 896px), screen and (-ms-high-contrast: active) and (max-width: 896px) {
  .en #fixed_link .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.en #fixed_link .inr .btn_entry,
.en #fixed_link .inr .btn_download {
  position: fixed;
  bottom: 10px;
  width: 150px;
}

@media screen and (max-width: 896px) {
  .en #fixed_link .inr .btn_entry,
  .en #fixed_link .inr .btn_download {
    position: static;
    width: 46.42857vw;
  }
}

.en #fixed_link .inr .btn_entry {
  bottom: 180px;
}
