
header {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}



/* PCでは非表示 */
.hamburger,
.menu {
  display: none;
}

/* スマホ用スタイル */
@media only screen and (max-width: 768px) {
  html {
      box-sizing: border-box;
  }

  *, *::before, *::after {
      box-sizing: inherit;
  }

  .sp-img {
    display: block;
  }
  .no-radius {
    border-radius: 0 !important; /* 角丸をキャンセル */
  }

  .pc-img {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* ハンバーガーアイコン */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: fixed;
    top: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #0068b7;
    border-radius: 2px;
    transition: 0.3s ease;
    transform-origin: center;
  }

  /* ☓（バツ）形への変形 */
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(7.5px, 7.5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7.5px, -7.5px);
  }

  /* メニュー本体 */
  .menu {
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    width: 300px;
    background: #0068b7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .menu.active {
    max-height: 500px; /* メニューが十分に展開される高さ */
  }

  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .menu li {
    border-bottom: 1px solid #ddd;
  }

  .menu a {
    display: block;
    padding: 30px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .menu a:hover {
    background: #57a2da;
  }


  nav ul#head-nav {
    display: none;
  }

  .sp-img,
  .width100 {
    width: 100%;
  }

  img.banner-line {
    border-bottom: solid 20px #0068b7;
  }

  .w90per {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .w80per {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }


/*--------------------------------------------footer*/

  footer {
    width: 100%;
    border-radius: 0 !important; /* 角丸をキャンセル */
  }

  .foot-info-wrap {
    width: 100%!important;
  }

  .foot-info {
    width: auto!important;
    
  }
  .foot-info-wrap .foot-info:first-child {
    margin-bottom: 25px;
  }

  .center-p {
    font-size: 90%;
  }

/*--------------------------------------------インデックス以外*/

  section.cont {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 0px;
    border-radius: 15px;
    overflow: hidden;
  }


  section.cont article {
    width: 100%;
    float: right;
    margin-bottom: 30px;
  }

  section.cont article h1 {
    width: auto;
    height: auto;
    border-radius: 5px;
  }

  section.cont article p {
    margin: 0 auto;
    width: 100%;
  }

  section.cont article h2 {
    width: auto;
    height: auto;
  }

  article.nagare h2 {
    text-align: center;
    margin: 25px 0;
  }

  article.nagare h2 span {
    display: block; /* → スマホ幅のときだけ改行される */
    margin-bottom: 0.5em; /* 適度に余白を入れるなら */
    margin-right: 0;
  }


  div.banner img {
    border-radius: 0px;
  }

/*--------------------------------------------ご利用の流れ*/

  .download {
    font-size:20px!important;
  }

/*--------------------------------------------会社概要*/

  table.annai-samp {
    width: 100%;
  }

  table.annai-samp th,
  table.annai-samp td {
    display: block;
    width: 100%;
    border: none;
  }

  table.annai-samp th {
    padding: 10px 15px ;
  }

  .annai-map {
    width: 100%!important;
  }

  .annai-map iframe {
    height: 600px!important;
  }

/*--------------------------------------------採用情報*/
  section.cont article h3 {
    width: auto;
    height: auto;
    background-color: #0068b7;
  }

  article.recruit img {
    width: 100%;
    margin: 0!important;
  }

  article.recruit .link-block {
    width: 100%;
  }


  table.recruit {
    width: 100%;
  }

  table.recruit th,
  table.recruit td {
    display: block;
    width: 100%;
    border: none;
  }

  table.recruit th {
    padding: 10px 15px ;
  }

}
