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, hr,
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;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  -webkit-text-size-adjust: 100%;
  /* for iOS, Android */
}

li {
  list-style: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  /* for iOS, Android */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
$fw-thin: 100;
$fw-light: 300;
$fw-regular: 400;
$fw-medium: 500;
$fw-bold: 700;
$fw-extrabold: 800;
$fw-black: 900;
*/
.fw-thin {
  font-weight: normal !important;
}

.fw-light {
  font-weight: normal !important;
}

.fw-regular {
  font-weight: normal !important;
}

.fw-medium {
  font-weight: bold !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-extrabold {
  font-weight: bold !important;
}

.fw-black {
  font-weight: bold !important;
}

@font-face {
  font-family: "Avex";
  font-weight: 400;
  font-style: normal;
  src: url("../font/AVEX-Regular.woff") format("woff");
}
@font-face {
  font-family: "Avex";
  font-weight: 700;
  font-style: normal;
  src: url("../font/AVEX-Bold.woff") format("woff");
}
.font-avex {
  font-family: "Avex";
}


/*
--------------------------------
	basics
--------------------------------
*/

/* ---- valiables ---- */
.color-1 {
  color: #004cad !important;
}

/* ---- basics ---- */
body {
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #004cad;
}

a:active {
  text-decoration: none;
  color: #004cad;
}

strong, em, b {
  font-weight: bold;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}


/*
--------------------------------
	entry
--------------------------------
*/
#entry {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100vh;
  /* ---- background ---- */
  /* ---- body ---- */
}
#entry .bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #004cad;
  opacity: 0;
}
#entry .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 110px 8vw;
  background-color: #004cad;
}
#entry .body .inner {
  width: 100%;
  color: #fff;
}
#entry .body .inner:first-child {
  padding-bottom: 80px;
}
#entry .body h2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#entry .body h2 + p {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.1;
}
#entry .body ul {
  overflow: hidden;
}
#entry .body ul li {
  display: inline-block;
  float: left;
  margin: 0 60px 50px 0;
}
#entry .body ul li:nth-child(4) {
  clear: left;
}
#entry .body ul li:nth-child(6) {
  clear: left;
  margin-bottom: 0;
}
#entry .body ul li a {
  display: inline-block;
  position: relative;
  padding: 0 56px 0 0.05em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-indent: -0.05em;
  white-space: nowrap;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#entry .body ul li a > span {
  font-size: 1.8rem;
  font-weight: normal;
}
#entry .body ul li a .note {
  color: #82a3cf;
  font-size: 0.6em;
  font-weight: bold;
}
#entry .body ul li a .note .ast {
  font-family: sans-serif;
}
#entry .body ul li a:hover, #entry .body ul li a:active {
  color: #000;
}
#entry .body ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 25px);
  top: 0.7em;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.2s linear, background-color 0.2s linear;
  transition: width 0.2s linear, background-color 0.2s linear;
}
#entry .body ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(.7em - 6px);
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear;
  transition: transform 0.2s linear, border-color 0.2s linear, -webkit-transform 0.2s linear;
}
#entry .body ul li a:hover::before, #entry .body ul li a:active::before {
  width: 36px;
  background-color: #000;
}
#entry .body ul li a:hover::after, #entry .body ul li a:active::after {
  border-color: #000;
  -webkit-transform: translateX(11px) rotate(45deg);
          transform: translateX(11px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #entry .body {
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 16vw;
  }
  #entry .body .inner:first-child {
    padding-bottom: 12vw;
  }
  #entry .body h2 {
    font-size: 1.6rem;
  }
  #entry .body h2 + p {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
  #entry .body ul li {
    display: block;
    float: none;
    margin: 0 0 5vw 0;
  }
  #entry .body ul li:nth-child(7) {
    margin-top: 12vw;
  }
  #entry .body ul li a {
    padding: 0 34px 0 0.05em;
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -0.05em;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a > span {
    font-size: 1.2rem;
  }
  #entry .body ul li a:hover, #entry .body ul li a:active {
    color: #fff;
  }
  #entry .body ul li a::before {
    left: calc(100% - 18px);
    top: 0.65em;
    width: 18px;
    height: 2px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a::after {
    top: calc(.65em - 4px);
    width: 10px;
    height: 10px;
    -webkit-transition: none;
    transition: none;
  }
  #entry .body ul li a:hover::before, #entry .body ul li a:active::before {
    width: 18px;
    background-color: #fff;
  }
  #entry .body ul li a:hover::after, #entry .body ul li a:active::after {
    border-color: #fff;
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}