@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

a:hover, a:active, a.active {
  color: #f0f0f0;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}
header .inner {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner .logo {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .inner .logo h1 {
  width: 148px;
}
header .inner .logo h1 a {
  width: 100%;
  height: 32px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner .logo h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 20px;
}
header .inner .btn ul {
  width: 155px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner .btn ul li {
  width: 100%;
}
header .inner .btn ul li a {
  height: 34px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #384691;
  border-radius: 17px;
  transition: all 0.25s ease-in 0s;
}
header .inner .btn ul li a strong {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner .btn ul li a strong span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding-right: 8px;
  display: inline-block;
}
header .inner .btn ul li a:hover {
  background-color: #00a99d;
}
header .inner .hum {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #384691;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum:hover {
  background-color: #00a99d;
}
header .inner .hum.on > div span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .inner .hum.on > div span:nth-child(2) {
  opacity: 0;
}
header .inner .hum.on > div span:nth-child(3) {
  transform: rotate(-45deg);
  top: 5px;
}
header .inner .hum > div {
  width: 18px;
  height: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .inner .hum > div > span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum > div > span:nth-child(1) {
  top: 0px;
}
header .inner .hum > div > span:nth-child(2) {
  top: 5px;
}
header .inner .hum > div > span:nth-child(3) {
  top: 10px;
}

nav {
  width: 100%;
  height: calc(100% - 74px);
  background-color: #384691;
  position: fixed;
  top: 74px;
  left: 0px;
  z-index: 777;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
  clip-path: inset(0 0 100% 0);
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 48px;
  left: calc(50% - (100vw - 80px) / 2);
}
nav h2 > span {
  background-image: url(../../home/images/catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: calc(100vw - 80px);
  height: calc((100vw - 80px) * 0.237624);
}
nav .inner {
  width: calc(100% - 320px);
  min-width: 1100px;
  padding: 80px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
nav .inner .menu {
  width: calc(100% - 340px - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
nav .inner .menu dl {
  text-align: left;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner .menu dl:nth-child(1) {
  order: 1;
}
nav .inner .menu dl:nth-child(2) {
  order: 3;
}
nav .inner .menu dl:nth-child(3) {
  order: 2;
}
nav .inner .menu dl:nth-child(4) {
  order: 4;
}
nav .inner .menu dl dt {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #FFF;
}
nav .inner .menu dl dd:not(:last-child) {
  margin-bottom: 16px;
}
nav .inner .menu dl dd a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
nav .inner .menu dl dd a:hover {
  opacity: 0.7;
}
nav .inner .menu dl dd a[target=_blank]::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: 8px;
}
nav .inner .menu dl dd a::before {
  content: "";
  width: 16px;
  height: 10px;
  background-image: url(../images/arrow_nav.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 10px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav .inner .menu dl dd a > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  padding: 4px;
  border: solid 1px #FFF;
  display: inline-block;
}
nav .inner .menu dl dd a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
nav .inner .menu dl dd a span:not(:first-child) {
  margin-left: 8px;
}
nav .inner .banner {
  width: 340px;
}

footer {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
  padding: 0 0 80px 0;
}
footer .inner p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
footer .inner p:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner p a {
  font-weight: 800;
  transition: all 0.25s ease-in 0s;
}
footer .inner p a:hover {
  color: #00a99d;
}
footer .pgtop {
  width: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
footer .pgtop a {
  width: 100%;
  height: 50px;
  background-color: #384691;
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
  border-radius: 5px;
  display: block;
}
footer .pgtop a:hover {
  background-color: #00a99d;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  header .inner {
    width: 100%;
    padding: 8px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .logo {
    width: calc(100% - 114px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner .logo h1 {
    width: 93px;
  }
  header .inner .logo h1 a {
    height: 20px;
  }
  header .inner .logo h2 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 8px;
  }
  header .inner .btn ul {
    width: 110px;
  }
  header .inner .btn ul li a {
    height: 28px;
    border-radius: 14px;
  }
  header .inner .btn ul li a strong {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner .btn ul li a strong span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding-right: 4px;
  }
  header .inner .btn ul li a:hover {
    filter: brightness(100%);
  }
  header .inner .hum {
    width: 30px;
    height: 30px;
    margin-left: 4px;
  }
  header .inner .hum > div {
    width: 14px;
    height: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .hum > div > span {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    display: block;
  }

  nav {
    height: calc(100% - 46px);
    top: 46px;
    overflow: scroll;
  }
  nav h2 {
    display: none;
  }
  nav .inner {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    padding: 40px 0 64px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
    margin-bottom: 40px;
  }
  nav .inner .menu dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .menu dl:nth-child(1) {
    order: 1;
  }
  nav .inner .menu dl:nth-child(2) {
    order: 2;
  }
  nav .inner .menu dl:nth-child(3) {
    order: 3;
  }
  nav .inner .menu dl:nth-child(4) {
    order: 4;
  }
  nav .inner .menu dl dt {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  nav .inner .menu dl dd:not(:last-child) {
    margin-bottom: 16px;
  }
  nav .inner .menu dl dd a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner .menu dl dd a[target=_blank]::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-left: 8px;
  }
  nav .inner .menu dl dd a::before {
    content: "";
    width: 16px;
    height: 10px;
    background-image: url(../images/arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px 10px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  nav .inner .menu dl dd a > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    padding: 4px;
    border: solid 1px #FFF;
    display: inline-block;
  }
  nav .inner .menu dl dd a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  nav .inner .menu dl dd a span:not(:first-child) {
    margin-left: 8px;
  }
  nav .inner .banner {
    width: 100%;
  }

  footer {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  footer .inner {
    width: 100%;
    padding: 0 0 80px 0;
  }
  footer .inner p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  footer .inner p:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner p a {
    font-size: 1.2rem;
  }
  footer .inner p a:hover {
    color: #000;
  }
  footer .pgtop {
    width: 40px;
    position: absolute;
    right: 8px;
    bottom: 16px;
  }
  footer .pgtop a {
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.25s ease-in 0s;
    border-radius: 5px;
    display: block;
  }
  footer .pgtop a:hover {
    background-color: #384691;
  }
}

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