@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* color */ /* container */
/* font */
/* hover */
/* icon */
/* line */
/* @media */
/* container */
/* font */
@font-face {
  font-family: "APJapanesefont";
  src: url("../assets/font/anzu.woff") format("woff"), url("../assets/font/anzu.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Itim-Regular";
  src: url("../assets/font/Itim-Regular.woff") format("woff"), url("../assets/font/Itim-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "uzura";
  src: url("../assets/font/uzura.woff") format("woff"), url("../assets/font/uzura.eot") format("eot");
  font-display: swap;
}
/* hover */
/* icon */
/* line */
/* @media */
/* btn */
/* comment */
/* heading */
/* here */
/* hr */
/* hyphen */
/* icon */
/* indent */
/* itemsFade */
/* logo */
/* margin */
/* menuBtn */
/* note */
/* only */
/* quotes*/
/* text */
/* underline */
/* wrapper */
/* btn */
.btn {
  position: relative;
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border: 2px solid transparent;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "APJapanesefont", "游ゴシック Medium";
  font-weight: 600;
}
@media screen and (min-width: 360px) {
  .btn {
    font-size: calc(1.5rem + (1vw - 0.234375rem) * 0.2071);
    min-height: 0vw;
  }
}
.btn:focus, .btn:hover {
  transition: 0.25s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn--radius {
  border-radius: 15px;
}
.btn--rounded {
  width: 380px;
  border-radius: 100vh;
}
.btn--blog {
  background-color: rgba(0, 136, 204, 0.1);
  color: #0088cc;
}
.btn--blog:focus, .btn--blog:hover {
  opacity: 0.5;
  cursor: pointer;
}
.btn--mobile {
  background-color: rgba(246, 189, 114, 0.6);
  box-shadow: 0 1px 6px rgba(192, 192, 192, 0.7);
  color: #252525;
}
.btn--mail {
  border: 2px solid currentColor;
  box-shadow: 2px 2px 6px rgba(192, 192, 192, 0.8);
  color: #0a4867;
  font-weight: 700;
  font-size: 1.4rem;
}
.btn--back {
  width: 50%;
  height: auto;
  max-width: 300px;
  padding: 5px;
  border: 2px solid currentColor;
  color: #0a4867;
}
.btn--go {
  width: 200px;
  font-size: 14px;
  background-color: #1e50a2;
  border: 2px solid #1e50a2;
  font-family: "uzura", "游ゴシック Medium";
  color: #fff;
}

.before-icon-btn {
  position: relative;
  display: block;
  padding: 0.2em 0.3em;
  margin: 0 auto;
  border: 1px solid currentColor;
  width: 400px;
  max-width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #CA4829;
  text-decoration: none;
  transition: 0.25s;
}
.before-icon-btn:focus, .before-icon-btn:hover {
  background-color: #CA4829;
  color: #fff;
}

/* comment */
.comment {
  margin-top: 5px;
  display: block;
  line-height: 1.1;
  margin-left: 1.1em;
  text-indent: -1em;
}

/* heading */
.level1-heading {
  text-align: center;
}
.level1-heading__inner {
  padding-bottom: 15px;
  border-bottom: 1px solid #6d95c0;
  font-size: 1.8rem;
  font-family: Helvetica, "游ゴシック Medium";
  font-weight: 600;
  color: #252525;
}
@media screen and (min-width: 800px) {
  .level1-heading__inner {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 0.2778);
    min-height: 0vw;
  }
}
.level1-heading__inner-en {
  padding-top: 15px;
  font-size: 1.3rem;
  font-family: "Itim-Regular", "游ゴシック Medium";
  font-weight: 400;
  color: #6d95c0;
}
@media screen and (min-width: 800px) {
  .level1-heading__inner-en {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.2778);
    min-height: 0vw;
  }
}
.level1-heading__subtitle {
  display: block;
  margin: 0.2em auto;
  width: 70%;
}
@media screen and (min-width: 541px) {
  .level1-heading__subtitle {
    width: 38%;
  }
}

.level2-heading {
  display: inline-block;
  text-align: center;
  color: #0a4867;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  background-color: rgba(109, 149, 192, 0.1);
  padding: 30px 30px;
}

.level3-heading {
  position: relative;
  display: inline-block;
  margin-left: -1.3em;
  padding: 0.7em;
  background: #0a4867;
  color: #FCFAF2;
  font-size: 1.2rem;
}
.level3-heading::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px rgba(10, 72, 103, 0.5);
}

/* here */
.here {
  margin-top: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #252525;
}

/* hr */
.hr__wrapper {
  align-items: center;
}
.hr__inner {
  display: block;
  border-top: 1px solid rgba(109, 149, 192, 0.5);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* icon */
.icon-arrow-mini::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/arrow-mini.svg");
  position: absolute;
  top: 50%;
  right: 0.53em;
  transform: translateY(-50%);
}

.icon-arrow-d::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/arrow-d.svg");
  position: absolute;
  top: 50%;
  left: 0.53em;
  transform: translateY(-50%);
}

.icon-arrow-d::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/arrow-d.svg");
  position: absolute;
  top: 50%;
  right: 0.53em;
  transform: translateY(-50%);
}

.icon-arrow-r::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/arrow-r.svg");
  margin-left: 0.3em;
}

.icon-arrowhead::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/arrowhead.svg");
  margin-left: 0;
}

.icon-asterisk::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/asterisk.svg");
  width: 0.3em;
  margin-top: 0.3em;
}

.icon-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/caution.svg");
}

.icon-check::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/check.svg");
}

.icon-class::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/class.svg");
}

.icon-circle::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/circle.svg");
}

.icon-controller-b::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/controller-b.svg");
}

.icon-download::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/download.svg");
  margin-left: 0;
}
.icon-download:focus::before, .icon-download:hover::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/download-hover.svg");
  margin-left: 0;
}

.icon-drone-movie::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/drone-movie.svg");
}

.icon-drone-ev::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/drone-ev.svg");
}

.icon-finger::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/finger.svg");
  transform: rotate(65deg);
  vertical-align: sub;
}

.icon-king::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/king.svg");
  margin: 0.2em;
  margin-bottom: 0;
}
@media screen and (min-width: 541px) {
  .icon-king::after {
    margin: 0.2em;
    margin-top: 0;
  }
}

.icon-magnifier::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/magnifier.svg");
}

.icon-mail::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/mail.svg");
  margin-right: 0.2em;
  width: 1em;
}

.icon-memo::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/memo.svg");
}

.icon-mobile::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/mobile.svg");
}

.icon-new-window::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/new-window.svg");
  margin-left: 0.1em;
}

.icon-pdf::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/pdf.svg");
}

.icon-power::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/power.svg");
  margin: 0.2em;
  margin-bottom: 0;
}
@media screen and (min-width: 541px) {
  .icon-power::after {
    margin: 0.2em;
    margin-top: 0;
  }
}

.icon-start::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  background-image: url("../assets/svg/icon/start.svg");
  margin: 0.2em;
  margin-bottom: 0;
}
@media screen and (min-width: 541px) {
  .icon-start::after {
    margin: 0.2em;
    margin-top: 0;
  }
}

.icon-tel::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  padding-right: 0.2em;
  background-image: url("../assets/svg/icon/tel.svg");
  padding: 0;
}

/* indent */
.indent-hanging {
  margin-left: 1.9em;
  text-indent: -1.5em;
}

/* itemsFade */
#itemsFadeTop {
  opacity: 0;
  transition: opacity 2s;
}

#itemsFadeTop.appear {
  opacity: 1;
}

#itemsFade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.2s, transform 1.2s;
}

#itemsFade.appear {
  opacity: 1;
  transform: translateY(0);
}

/* margin */
.margin-bottom {
  margin-bottom: 20px;
}

.margin-top-minus {
  margin-top: -20px;
}

/* menuBtn */
#menuBtn {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 102;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 800px) {
  #menuBtn {
    width: 96px;
    height: 96px;
  }
}

.menuBtn__text {
  position: absolute;
  top: 49px;
  right: 0;
  transform: translate(-18%, -30%);
  color: #252525;
}

/* note */
.note {
  font-size: 0.7rem;
}

/* only */
@media screen and (min-width: 360px) {
  .only-narrow-mobile {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .only-mobile {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .only-pad {
    display: none;
  }
}

/* quotes */
.quotes__container {
  margin-left: 2em;
}
.quotes__item {
  margin-bottom: 0.5em;
  text-align: left;
  display: block;
  line-height: 1.5em;
  font-size: 14px;
  color: rgba(37, 37, 37, 0.9);
}
@media screen and (min-width: 800px) {
  .quotes__item {
    font-size: 16px;
  }
}
.quotes__item::before {
  color: rgba(37, 37, 37, 0.9);
  content: "- ";
}
.quotes__item:last-of-type {
  margin-top: 1.5em;
  color: #252525;
}
.quotes__item:last-of-type::before {
  content: "";
}

/* text */
.text--align-center {
  text-align: center;
}
.text--align-end {
  margin-left: 1em;
  text-align: end;
}

/* underline */
.underline--highlighter {
  background: linear-gradient(transparent 70%, rgba(233, 150, 122, 0.3) 0%);
  padding-bottom: 1px;
}
.underline--double {
  border-bottom: 0.2em double #1e50a2;
}
.underline--font-bold {
  font-weight: bold;
}
.underline--font-smaller {
  font-size: smaller;
}

/* wrapper */
.sub--center-wrapper {
  text-align: center;
}

.sub--img-wrapper-small {
  max-width: 300px;
  margin: auto;
}
.sub--img-wrapper-middle {
  max-width: 450px;
  margin: auto;
}
.sub--img-wrapper-large {
  max-width: 600px;
  margin: auto;
}
.sub--img-wrapper-border {
  border: 1px solid rgba(0, 136, 204, 0.1);
  margin: 1px;
}

.sub--list-wrapper {
  padding: 1em 0.5em;
  margin-bottom: 5px;
  border: 1px dashed #0a4867;
  border-radius: 8px;
  background-color: rgba(252, 250, 242, 0.4);
}
@media screen and (min-width: 541px) {
  .sub--list-wrapper {
    padding: 1em;
  }
}

.sub--flex-wrapper {
  margin-bottom: 0.5em;
  display: block;
}
.sub--flex-wrapper > :last-child {
  margin-bottom: 0;
}
.sub--flex-wrapper > .bullet-list__item {
  margin-bottom: 0;
}
@media screen and (min-width: 541px) {
  .sub--flex-wrapper {
    display: flex;
  }
}

.sub--line-wrapper {
  position: relative;
  width: 99%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  border: solid 1px #252525;
  border-radius: 8px;
}
.sub--line-wrapper-note {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: rgba(218, 165, 32, 0.3);
  border: 1px solid transparent;
}
.sub--line-inner {
  padding: 1.5em 1em 1em 2em;
}
.sub--line-inner-note {
  padding: 1.5em 1em;
}
.sub--line-header {
  position: absolute;
  display: inline-block;
  padding: 0.5em;
  top: -1.1em;
  left: 1em;
  line-height: 1;
  background: #fff;
  color: #252525;
  border: solid 1px #252525;
  font-size: 14px;
  font-weight: bold;
}
.sub--line-header-right {
  position: absolute;
  display: inline;
  padding: 0.5em;
  top: -1.1em;
  right: 1em;
  line-height: 1;
  background: #fff;
  color: rgba(10, 72, 103, 0.4);
  font-size: 14px;
  font-weight: bold;
}

.sub--link-wrapper {
  position: relative;
  background: rgba(192, 192, 192, 0.1);
  border: solid 1px rgba(192, 192, 192, 0.2);
  color: #252525;
}
.sub--link-text {
  width: 85%;
  margin: 20px auto 0 auto;
}

.sub--padding-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub--text-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sub--text-wrapper > :last-child {
  margin-bottom: 0px;
}
.sub--text-wrapper p, .sub--text-wrapper .sub--link-wrapper {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .sub--text-wrapper p, .sub--text-wrapper .sub--link-wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .sub--text-wrapper p, .sub--text-wrapper .sub--link-wrapper {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .sub--text-wrapper p, .sub--text-wrapper .sub--link-wrapper {
    font-size: 18px;
  }
}