.ac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.2rem;
  font-weight: 400;
}

@media only screen and (min-width:1024px) {
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1023px) {
  .tablet-hidden {
    display: none;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .sp-visible {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  html {
    font-size: 3.125vw;
  }

  body {
    letter-spacing: 0;
  }

  .sp-hidden {
    display: none !important;
  }

  select,
textarea,
input[type=url],
input[type=text],
input[type=date],
input[type=tel],
input[type=email],
input[type=submit] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

@media only screen and (min-width:1024px) {
  a:hover, a:focus, a:active {
    color: #0099cc;
    text-decoration: none;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.6;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width:767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
button {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}
@media only screen and (max-width:1023px) {
  #wrap {
    overflow: hidden;
  }
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

.hide {
  display: none !important;
}

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
#loader.on {
  opacity: 0;
  z-index: -1;
}

body #wrap {
  z-index: -1;
  position: relative;
}
body #wrap.on {
  z-index: 1;
}

/* --------------------------------------
		102 header
-------------------------------------- */
#content .header {
  width: 100%;
  height: 8rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  background: #fff;
}
@media only screen and (max-width:767px) {
  #content .header {
    height: 5rem;
  }
}
#content .header-logo {
  width: 24rem;
  margin: auto 2rem;
  opacity: 1;
}
@media only screen and (max-width:767px) {
  #content .header-logo {
    width: 18rem;
  }
}
#content .header-logo a {
  display: block;
}
#content .header.menu_on {
  background: none;
}
#content .header.menu_on .header-logo {
  position: relative;
  opacity: 0;
}

.header-menu {
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 6rem;
  height: 5.5rem;
  padding-top: 0.5rem;
  z-index: 101;
}
@media only screen and (max-width:767px) {
  .header-menu {
    right: 0;
    top: 0.2rem;
  }
}
.header-menu.view {
  display: block;
}
.header-menu.on span {
  transform: rotate(45deg);
  background: #fff;
}
.header-menu.on span:nth-of-type(1) {
  display: none;
}
.header-menu.on span:nth-of-type(3) {
  position: absolute;
  left: 50%;
  top: 1.2rem;
  margin-left: -1.2rem;
}
.header-menu.on span:nth-of-type(2) {
  transform: rotate(-45deg);
  position: absolute;
  right: 50%;
  top: 1.2rem;
  margin-right: -1.2rem;
}
.header-menu span {
  width: 2.4rem;
  height: 0.2rem;
  background: #1f296b;
  display: block;
  margin: 0.7rem auto;
}

.global-nav {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-content: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(32, 33, 43, 0.96);
}
.global-nav.active {
  opacity: 1;
  z-index: 100;
}
.global-nav_logo {
  margin: auto auto 4rem;
}
.global-nav_logo img {
  width: 45rem;
}
@media only screen and (max-width:767px) {
  .global-nav_logo img {
    width: 25rem;
  }
}
.global-nav ul {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  margin: 2rem auto auto;
}
.global-nav ul li {
  text-align: left;
  position: relative;
}
.global-nav ul li:before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width:767px) {
  .global-nav ul li:before {
    width: 2rem;
  }
}
.global-nav ul li a {
  display: block;
  font-size: 2.8rem;
  padding: 0 0 0 5rem;
  font-weight: 300;
  line-height: 3;
  color: #fff;
}
.global-nav ul li a small {
  font-size: 50%;
}
@media only screen and (max-width:767px) {
  .global-nav ul li a {
    font-size: 1.8rem;
    padding-left: 3.4rem;
  }
}
.global-nav ul li a b {
  font-weight: 900;
}
@media only screen and (min-width:1024px) {
  .global-nav ul li a:hover {
    opacity: 0.8;
  }
}

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden;
}

.container {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container {
    padding-top: 5rem;
  }
}
.container-header {
  color: #1f296b;
}
.container-header_ttl {
  font-size: 5.4rem;
  position: relative;
  padding-top: 8rem;
  margin-bottom: 8rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .container-header_ttl {
    font-size: 4rem;
    padding-top: 4rem;
    margin-bottom: 6rem;
  }
}
.container-header_ttl span {
  font-weight: 300;
}
.container-header_ttl small {
  font-size: 2.8rem;
  font-weight: 100;
  display: block;
}
@media only screen and (max-width:767px) {
  .container-header_ttl small {
    font-size: 1.8rem;
  }
}
.container-header_ttl:after {
  content: "";
  width: 5rem;
  height: 0.1rem;
  background: #1f296b;
  position: absolute;
  left: 50%;
  margin-left: -2.5rem;
  bottom: -2rem;
}
.container-inner_txt {
  max-width: 90rem;
  padding: 0 3rem 10rem;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container-inner_txt {
    padding: 0 2rem 5rem;
  }
}
.container-inner_txt p {
  font-size: 1.5rem;
  line-height: 2;
}
.container-inner_txt p.t-center {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .container-inner_txt p.t-center {
    text-align: left;
  }
  .container-inner_txt p.t-center br {
    display: none !important;
  }
}

/* --------------------------------------
		103-01 ani
-------------------------------------- */
.delay-t02 {
  animation-delay: 0.2s;
}
.delay-t03 {
  animation-delay: 0.3s;
}
.delay-t04 {
  animation-delay: 0.4s;
}
.delay-box {
  opacity: 0;
}
.delay-box.triggerOn {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media only screen and (min-width:1024px) {
  span.smoothText {
    overflow: hidden;
    display: block;
  }
  span.smoothText span {
    transition: 0.8s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block;
  }
  span.smoothText span.triggerOn {
    transform: translate3d(0, 0, 0) skewY(0);
  }
}
@media only screen and (max-width:1023px) {
  span.smoothText span {
    opacity: 0;
  }
  span.smoothText span.triggerOn {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.txtBlur {
  opacity: 0;
}
.txtBlur.triggerOn {
  animation-name: txtBlurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes txtBlurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* --------------------------------------
		104 footer
-------------------------------------- */
.div-top_btn a {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(32, 33, 43, 0.15);
  display: block;
  color: #fff;
  line-height: 4.8rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  position: fixed;
  right: 1.5rem;
  bottom: 20%;
  z-index: 3;
  border-radius: 0.3rem;
}
@media only screen and (max-width:1023px) {
  .div-top_btn a {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    bottom: 2rem;
  }
}
@media only screen and (max-width:1023px) and (max-width:767px) {
  .div-top_btn a {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media only screen and (min-width:1024px) {
  .div-top_btn a:hover {
    opacity: 0.8;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.footer-copy {
  color: #fff;
  height: 5rem;
  font-size: 1rem;
  line-height: 5rem;
  text-align: center;
}

#content + .footer {
  background: #1f296b;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?aoil5y");
  src: url("../fonts/icomoon.eot?aoil5y#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?aoil5y") format("truetype"), url("../fonts/icomoon.woff?aoil5y") format("woff"), url("../fonts/icomoon.svg?aoil5y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-key_arrow-up:before {
  content: "\e904";
}

.icon-key_arrow-right:before {
  content: "\e905";
}

.icon-key_arrow-left:before {
  content: "\e906";
}

.icon-key_arrow-down:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

/*# sourceMappingURL=style.css.map */
