
.wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ddd;
}

header {
    position: fixed;
    padding: 0 16px;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 1001;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.logo{

}

.sp-menu #open{
    font-size: 32px;
    color: #003f8e;
    line-height: 64px;
    cursor: pointer;
}

.sp-menu #open.hide{
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    z-index: 1002;
    text-align: left;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
}


.overlay.show{
    opacity: 1;
    pointer-events: auto;
}

.overlay #close{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
}

.overlay ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.overlay li{
    margin-top: 16px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .3s, transform .3s;
    font-size: 18px;
}

.overlay.show li{
    opacity: 1;
    transform: none;
}

.overlay a{
    text-decoration: none;
}

.overlay a:hover {
    text-decoration: underline;
  }

.fv{
    margin-top: 60px;
}

.fv img{
    width: 100%;
}

.point{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.point h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.ex{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ex h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.voice{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #F5EFEF;
}

.voice h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.media{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.media h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.story{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.story h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.cv{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.cv h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.ps{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.ps h2{
    display: block;
    text-align: center;
    background-color: #89da59;
    width: 100%;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.footer h2{
    display: block;
    text-align: center;
    background-color: #747474;
    width: 100%;
}

.footer h3{
    display: block;
    text-align: center;
    background-color: #e8e8e8;
    width: 100%;
    font-size: 16px;
    padding: 15px 0px;
}

.footer h4{
    display: block;
    text-align: center;
    color: #F5EFEF;
    background-color: #000000;
    width: 100%;
    font-size: 16px;
    padding: 10px 0px 15px 0px;
}
