

#toggle {
    position: fixed;
    top: 39px;
    right: 25px;
}

#toggle-box {
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: rgb(112, 112, 112);
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 80%;
    height: 100%;
    background: #466b95;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
  list-style: none;
  margin-top: 100px;
}

#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  transition: opacity .6s ease;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #toggle-box > span {
    background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}
.menu_pc_p{
    position: relative;
    margin: 11px -5px;
}
.is-open .menu_pc_p{
    color: white;
}


.other{
    display: flex;
}
.other a{
    width: 48%;
    margin: 1%;
    height: auto;
}
.other img{
    width: 100%;
    height: auto;
}

.link_group{
    text-align: start;
    margin-bottom: -16px;
    margin-left: 0.5em;
    margin-top: 1em;
    color: #b4dcff;
}
.other_inf{
    display: flex;
    width: 100%;
    height: auto;
}
.other_inf div{
    margin: 1%;
    width: 31%;
    height: auto;
}
.other_inf img{
    width: 100%;
    height: auto;
}