    body {
    margin: 0;
    width: 100%;
    height: 100vh;
    font-family: 'メイリオ', serif;
  }

  .wrap {
    display: flex;
    min-height: 100lvh;
    flex-direction: column;
  }

  #header {
    opacity: 0.75;
    width: 100%;
    height: 30vh;
  }

  .ksc-logo {
    width: 3%;
    display: block;
    margin: 0 85px;
    position: relative;
    top: 80px;
  }

  .nippon-sanso {
    display: block;
    width: 17%;
    margin: -15px 100px;
  }

  p.top-title {
    display: block;
    margin-left: 7%;
  }

  .top-title {
    font-size: 2rem;
    width: 90%;
    height: auto;
    font-weight: bolder;
  }

  .btn-menu {
    display: none;
  }

  nav {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 2%;
  }

  nav a:hover {
    opacity: 0.75;
  }

  nav a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
    font-weight: bolder;
    margin-left: 80px;
    outline: none;
  }

  li.has-menu:hover .sub-menu {
    display: block;
    position: relative;
  }

  li.has-menu .sub-menu {
    display: none;
    padding: 1rem 2rem 1rem 0;
    position: absolute;
    background-color: #93cdd8;
    list-style: none;
    left: 17%;
  }

  .font_policy {
    margin-left: 1rem;
  }

  #main {
    width: 100%;
    height: auto;
  }

  .topic {
    font-size: 3rem;
    border-bottom: solid 3px #1f2ad0;
    width: fit-content;
    margin-left: 6%;
    font-style: italic;
  }

  dl {
    display: flex;
    font-size: 1.8rem;
    margin-left: 6%;
  }

  dd {
    text-decoration: underline;
  }

  .link {
    font-size: 1.8rem;
    color: rgb(27, 5, 220);
    margin-left: 0;
  }

  #footer {
    width: 100%;
    height: auto;
    background-color: #494040;
    margin-top: 13rem;
  }
  
  .footer-nav {
    width: 100%;
    height: 10vh;
    padding-top: 10rem;
    display: flex;
    justify-content: center;
  }

  .footer-font {
    color: #fff;
  }

  .footer-sub_menu {
    color: #fff;
    margin-top: -5rem;
    list-style: none;
  }

  li.footer-has_menu:hover .footer-sub_menu {
    display: block;
    position: relative;
  }
  
  li.footer-has_menu .footer-sub_menu {
    display: none;
    padding: 1rem 0;
    position: absolute;
    background-color: #93cdd8;
    list-style: none;
    left: 3rem;
    top: 6rem;
  }

  .footer-font_policy {
    position: relative;
    left: -3rem;
    color: #fff;
  }

  small {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 13rem;
  }

/* モバイルサイズ調整 */
@media screen and (max-width: 480px) {
  #header {
    height: auto;
    width: 100%;
  }

  .title {
    width: 80%;
    margin-top: -3%;
  }

  .top-title {
    bottom: 7.5rem;
    left: 7rem;
  }

  .ksc-logo {
    width: 9%;
    margin: 0 8%;
    top: 43px;
  }

  .nippon-sanso {
    width: 15rem;
    margin: -15px 30px;
  }

  p.top-title {
    font-size: 1.2rem;
    margin-left: 18%;
  }

  .hamburger {
    position: relative;
    top: 1.3rem;
    left: 0;
  } 

  .hamburger__line--1 {
    top: 4px;
    width: 40px;
  }

  .hamburger__line--2 {
    width: 40px;
  }

  .hamburger__line--3 {
    top: 18px;
    width: 40px;
  }

  .open nav {
    right: 100px;
    width: 80%;
    padding-top: 2rem;
  }

  nav a {
    margin-left: 5rem;
    font-size: 1rem;
  }

  nav li {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  li.has-menu .sub-menu {
    left: 0rem;
  }

  .sub-menu li {
    padding-top: 1rem;
  }

  .font_policy {
    margin-left: 5rem;
  }

  .font_align {
    padding-left: 80px;
  }

  .background-image {
    left: 0;
    top: 6rem;
    width: auto;
    clip-path: polygon(180% 0, 100% 85%, -115% 85%);
    margin-top: 20px;
  }

  h2 {
    font-size: 1rem;
    left: -4rem;
    top: 55%;
    width: 90%;
    text-align: justify;
  }

  .item1 {
    width: 84%;
    height: 30vh;
    top: 7rem;
    left: 1.8rem;
  }

  small {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 680px) {
  .hamburger {
    left: 30rem;
  }

  .background-image {
    left: 35rem;
    top: 25rem;
  }

  .item1 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #header {
    display: flex;
  }

  .hamburger {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    top: 4.3rem;
    left: 33rem;
  }
  
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 6px;
    right: 4px;
    background-color: black;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 1px;
    width: 50px;
    margin-top: 15px;
  }
  
  .hamburger__line--2 {
    top: 10px;
    width: 50px;
    margin-top: 20px;
  }
  
  .hamburger__line--3 {
    top: 20px;
    width: 50px;
    margin-top: 23px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(47deg);
    top: 4px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  nav {
    position: absolute;
    right: 100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 50%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 999;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    display: block;
  }
  
  /*ハンバーガーがクリックされたら右からスライド*/
  .open nav {
    right: 490px;
  }

    /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }

  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

  .ksc-logo {
    margin: 0 12%;
    top: 4.8rem;
    width: 12%;
  }

  .nippon-sanso {
    width: 400px;
    margin-left: 15.2%;
  }

  p.top-title {
    font-size: 2rem;
    margin-left: 130px;
  } 

  .background-image {
    left: 16rem;
    top: 15rem;
  }

  h2 {
    font-size: 2.3rem;
    width: 80%;
    top: 25rem;
    left: 3rem;
  }

  .item1 {
    width: 80%;
    height: 60vh;
    top: 13rem;
  }

  footer {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  #header {
    width: 100%;
  }
  
  .ksc-logo {
    margin: 0 3.5%;
    top: 2.8rem;
  }

  .nippon-sanso {
    width: 240px;
    margin-left: 4.2%;
  }

  p.top-title {
    font-size: 1.2rem;
  }

  nav {
    bottom: 0;
    position: relative;
    top: 30px;
  }

  nav a {
    font-size: 1rem;
    margin-left: 40px;
  }

  li.has-menu .sub-menu {
    left: 2rem;
    padding: 0.3rem 1rem 0.3rem 0;
  }

  .font_policy {
    margin-left: 1rem;
    left: 0;
  }

  .background-image {
    margin-top: 103px;
    clip-path: polygon(100% 0, 90% 80%, -80% 80%);
  }

  h2 {
    font-size: 1.1rem;
    top: 48%;
  }
  
  .item1 {
    top: 30%;
  }

  footer {
    bottom: -10px;
  }
}

@media screen and (max-width: 2400px) {
  .ksc-logo {
    margin: 0 3.8%;
    top: 4.7rem;
  }

  .nippon-sanso {
    width: 20%;
    margin: -15px 85px;
  }
}


