@charset "utf-8";
/* CSS Document */
body {background: linear-gradient(#111365,#000) fixed;height: 100%;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
/*header領域*/
header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 999;
}
.header {
  margin: 10px 0 0 15px;
}
.header img {
  width: 60px;
  height: 50px;
}
li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width : 767px) {
  h1 {
    display: none;
  }
  #nav-toggle {
    position: absolute;
    top: 15px;
    right: -270px;
    width: 32px;
    height: 32px;
    transform: rotate(0deg);
  }
  #nav-toggle span {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    display: block;
    content: '';
    transition: 0.5s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
  }
  #nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 3px;
    left: 4px;
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 25px;
    left: 4px;
  }
  #nav-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    transition: 1s;
    transform: scale3d(0, 0, 0);
  }
  #nav-overlay.open {
    transform: scale3d(1, 1, 1);
  }
  #nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: ease-in-out 0.25s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  #nav-fullscreen ul {
    list-style: none;
  }
  #nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.5s;
    transition-delay: 0.25s;
  }
  #nav-overlay {
    background: linear-gradient(180deg, #02034f 10%, #02034f 40%, #2023e8 90%);
  }
  #nav-toggle span {
    background-color: white;
  }
  #nav-toggle span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    transition: .5s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(2) {
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(3) {
    transform-origin: left center;
  }
  #nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-overlay {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    transition: 1s;
    transform: scale3d(0, 0, 0);
  }
  #nav-overlay.open {
    transform: scale3d(1, 1, 1);
  }
  #nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: ease-in-out 0.25s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  ul {
    list-style: none;
  }
  #nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.5s;
    transition-delay: 0.25s;
  }
  #nav-overlay {
    background: linear-gradient(180deg, #111365 10%, #111365 40%, #3b98a2 90%);
  }
  #nav-toggle span {
    background-color: white;
  }
  #nav-fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav-fullscreen li a {
    font-size: 28px;
    line-height: 75px;
  }
  #nav-fullscreen li:hover {
    list-style: disc;
  }
  .img {
    width: 352.5px;
  }
  .cp_breadcrumb {
    display: none;
  }
}
@media screen and (min-width:768px) {
  header {
    width: 100%;
    height: 100px;
  }
  .header {
    text-align: center;
    margin: 20px 0 0;
  }
  .header img {
    width: 86px;
    height: 60px;
  }
  .header h1 {
    font-size: 44px;
    display: inline-flex;
  }
  li a {
    display: block;
  }
  li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #FFFBCD;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  header a:hover:before {
    transform: scale(1);
  }
  #nav-fullscreen {
    visibility: visible;
  }
  nav {
    position: absolute;
    top: 50px;
    left: 8.5%;
    width: 100%;
  }
  header li {
    font-size: 23px;
    display: inline-block;
  }
  header li:nth-child(1) {
    position: relative;
  }
  header li:nth-child(2) {
    position: relative;
    left: 70px;
  }
  header li:nth-child(4) {
    margin-left: 70px;
  }
  header li:nth-child(n+3) {
    position: relative;
    left: 45%;
  }
  #nav-toggle {
    display: none;
  }
  #nav-overlay {
    display: none;
  }
  .cp_breadcrumb {width:100%;
    background-color: #111365;
    color: #fff;
  }
  .cp_breadcrumb a {margin-left: 40px;
    text-decoration: none;
    color: #fff;
  }
  .cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .cp_breadcrumb li {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #7986CB;
  }
  .cp_breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #fff;
  }
  .cp_breadcrumb li:last-child::before {
    content: normal;
  }
}
/*main領域*/
.main {
  position: relative;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
h2 {
  position: absolute;
  top: 100px;
  left: 25%;
  font-size: 40px;
}
h3 {
  width: 145px;
  height: auto;
  padding: 10px;
  font-size: 28px;
  margin-bottom: 10px;
  color: #fff;
  background-color:#0C51A4;
}
.img img {animation-name: fadeInAnime;
animation-duration:3.5s;
animation-fill-mode:forwards;
opacity: 0;
  width: 160px;
  height: 110px;
  margin: 5px;
  padding-bottom:
    10px;
}@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.lightgallery, .lightgallery-2, .lightgallery-3 {
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.45);
}
.lightgallery {
  position: absolute;
  top: 200px;
  left: 3%;
}
.lightgallery-2 {
  position: absolute;
  top: 640px;
  left: 3%;
}
.lightgallery-3 {
  position: absolute;
  top: 1210px;
  left: 3%;
}
p a {
  position: relative;
  top: 24px;
  left: 55%;
  width: 100px;
  height: auto;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background-color:#0C51A4;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  h2 {
    position: absolute;
    top: 150px;
    left: 44.5%;
    font-size: 40px;
    text-align: center;
    color: #fff;
  }
  h3 {
    width: 170px;
    height: auto;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  p a {
    left: 80%;
    font-size: 26px;
    width: 160px;
    height: auto;
    transition: background-color 1s 0s, color 1s 1s;
  }
  p a:hover {
    background-color: #07072a;
    color: #fff;
  }
  .img {
    display: flex;
  }
  .img1 img {
    width:300px;
    height: auto;
  }
  .img2 img {
    width: 236px;
    height: auto;
  }
  .img img {
    margin: 0px 10px;
    padding-bottom: 10px;
  }
  .lightgallery {
    position: absolute;
    top: 250px;
    left: 2.8%;
  }
  .lightgallery-2 {
    position: absolute;
    top: 680px;
    left: 2.8%;
  }
  .lightgallery-3 {
    position: absolute;
    top: 1180px;
    left: 2.8%;
  }
}
/*footer領域*/
footer {margin: 0;
  width: 100px;
  position: relative;
  left: 38.5%;
  top: 1800px;
  padding-bottom: 10px;
}
@media screen and (min-width:768px) {
  footer {
    top: 1625px;
    left: 47%;
  }
}