@charset "utf-8";
/* CSS Document */
body {
  color: #fff;
  background: url(../img/background.jpg) no-repeat;
}
@media screen and (min-width:768px) {
  body {
    background: url("../img/background-765.jpg") no-repeat;
  }
}
/*header領域*/
header {
  position: fixed;
  z-index: 999;
}
.header {
  margin: 10px 0 0 15px;
}
.header img {
  width: 60px;
  height: 50px;
}
li a {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  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: 100%;
    background: url(../img/header-765.png) no-repeat;
  }
  .header {
    text-align: center;
    margin: 20px 0 0;
  }
  .header img {
    width: 86px;
    height: 60px;
  }
  .header h1 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    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領域*/
h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  position: relative;
  top: 100px;
  font-size: 32px;
}
h3 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    border-bottom: 1px solid #fff;
    text-shadow: 2px 2px #000000;
}
.heading {
  width: 80%;
  text-align-last: center;
  position: relative;
  top: 150px;
  margin: auto;
  padding: 15px;
}
p {
  margin-bottom: 10px;
  font-size: 18px;
}
.h3-p {
  margin: 200px auto 0;
  width: 80%;
}
.h3-p-p {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.description {
  padding: 15px 0;
}
.item{z-index: 600;width: 80%;height: auto;}
.item img {
  width: 250px;
  height: auto;
  margin: 30px auto 10px;
}
.item-1{position:absolute;top:896px;}
.item-2{position:absolute;top:1382px;}
.item-3{position:absolute;top:1871px;}
.item-4{position:absolute;top:2364px;}
.item-5{position:absolute;top:170px;z-index: 600;}
.item-6{position:absolute;top:430px;z-index: 600;}
.event{position: relative;width: 80%;margin: 60px auto 0;}
.background{width:285px;height:390px;position: relative;background-color: rgba(255,255,255,0.6);margin:100px 0 0 10px;}
.background-2{width:305px;height:200px;position: relative;background-color: rgba(255,255,255,0.6);margin:60px 0 0 0;}
dt { color: #050045;
  font-size: 25px;
  margin: 10px 0;
}
.item-6 dt{color: #fff;}
dd{line-height: 20px; color: #070613;}
@media screen and (min-width:768px) {
  h2 {
    top: 150px;
    font-size: 40px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 38px;
  }
  p {
    font-size: 20px;
  }
  .item img {
    width: 400px;
    height: auto;
  }
  .item {
    display: flex
  }
  dl {
    margin:75px;
  }
    .item-6 dt{color: #050045;}
    .item dt{margin-bottom: 20px;}
    .item-1{position:absolute;top:736px;}
.item-2{position:absolute;top:1162px;}
.item-3{position:absolute;top:1571px;}
.item-4{position:absolute;top:2004px;}
.item-5{position:absolute;top:170px;z-index: 600;}
.item-6{position:absolute;top:380px;z-index: 600;}
    .background{width:85%;height:250px;margin-top:120px; margin-bottom:175px;margin-left:150px}
.background-2{width:88%;height:130px;margin-top:110px; margin-bottom:-30px;
    margin-left:auto;
    margin-right: auto;}
}
/*footer領域*/
footer {
  text-align: center;
    margin-top: 50px;
  padding-bottom: 10px;
}
@media screen and (min-width:768px) {
  footer { margin-top:70px;
    padding-bottom: 15px;
  }
}