@charset "UTF-8";
@media screen and (min-width: 640px) {
  .hamburger-menu {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content ul {
    position: fixed;
    top: 1%;
    right: 2%;
    width: 40%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    z-index: 50;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li {
    list-style: none;
    padding-bottom: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li:hover {
    border-bottom: 1px solid black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li a {
    text-decoration: none;
    color: black;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: lighter;
    text-align: center;
  }
  .menu-content ul li a:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .top_logo {
    width: 27%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    position: absolute;
    top: 3%;
    display: block;
    border-radius: 500px;
    left: 3%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 640px) {
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-btn span:after {
    top: 8px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: palevioletred;
    background-attachment: fixed;
    background-size: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
  .top_logo {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 2%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (min-width: 640px) {
  .bottom_one {
    background-color: #242424;
    background-image: url(../img/company_bil.png);
    background-position: center;
    position: relative;
    margin-top: 5vh;
    height: 40vh;
    padding-top: 3vh;
  }
  .bottom_one img {
    display: block;
    padding: 10px;
    background-color: white;
    width: 30%;
    margin-left: 10%;
  }
  .bottom_one .footer_div {
    position: absolute;
    right: 5%;
    bottom: 3%;
    font-weight: normal;
    color: white;
  }
}

@media screen and (max-width: 640px) {
  .bottom_one {
    background-color: #242424;
    background-image: url(../img/company_bil.png);
    background-position: center;
    position: relative;
    margin-top: 5vh;
    height: 40vh;
    padding-top: 3vh;
  }
  .bottom_one img {
    display: block;
    padding: 10px;
    background-color: white;
    width: 80%;
    margin: 0 auto;
  }
  .bottom_one .footer_div {
    position: absolute;
    right: 10%;
    bottom: 3%;
    font-weight: normal;
    color: white;
  }
}
/*# sourceMappingURL=header.css.map */