@charset "UTF-8";
/* CSS Document */
.mttl{
    font-size: 40px;
    margin-bottom: 50px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: bold;
}
.menu_list a{
        color: #fff;
        text-decoration: none;
    }
.menu_list li{
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0px;
}
.top_carea{
    text-align: center;
}
.top_contact{
    display: inline-block;
    list-style: none;
    width: 100%;
}
.top_contact li{
    padding: 20px 0px;
    background: #fff;
    color: #000;
    width: 170px;
    font-weight: bold;
    display: inline-block;
    margin: 0px 7px;
}
.ahlogo{
    width: auto;
    position: absolute;
    top: 55px;
    left: 88px;
}

header {
    position: sticky;
    z-index: 2;
}
.menu-trigger {
    display: inline-block;
    position: fixed;
    width: 52px;
    height: 41px;
    right: 101px;
}
.active {
    position: fixed;
    right: 101px;
    z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
    border-radius: 3px;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-16px) rotate(45deg);
}
.active .hlogo{
    display: none;
}
nav {
  width: 100%;
    height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
    padding-top: 180px;
}
nav ul {
  padding: 20px 0;
}
nav ul li {
  padding: 15px 0;
}
main p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .ahlogo{
        width: 38%;
        position: absolute;
        top: 25px;
        left: 20px;
    }
    .menu-trigger{
        width: 35px;
        height: 32px;
        position: fixed;
        right: 32px;
        top: 33px;
    }
    .active {
    position: fixed;
}
    .menu-trigger span{
        height: 4px;
    }
    .menu-trigger span:nth-of-type(2){
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(1){
        transform: translateY(13px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(3){
        transform: translateY(-12px) rotate(45deg);
    }
    nav{
        padding-top: 95px;
    }
    .mttl{
        font-size: 25px;
        margin-bottom: 30px;
    }
    nav ul{
        padding: 0px;
    }
    .menu_list li{
        font-size: 20px;
        padding-bottom: 35px;
        padding-top: 0px;
    }
    .top_contact{
        width: 90%;
    }
    .top_contact li{
        padding: 16px 0px;
        width: 100%;
        margin: 7px 0px;
    }
}
@media screen and (max-width: 320px) {
    .top_contact li{
        padding: 10px 0px;
        width: 100%;
        margin: 5px 0px;
    }
}