@charset "UTF-8";
@media screen and (max-width: 1200px) {
  /* sp menu */
  #header {
    box-sizing: border-box;
  }
  #header {
    top: 0;
    position: fixed !important;
    margin-top: 0;
  }
  .nav-in {
    padding: 35px 40px;
    position: relative;
  }
  body {
    padding-top: 95px;
  }
  #header {
    background: #fff;
    width: 100%;
    z-index: 999;
    position: relative;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 45px;
    top: 30px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    left: 0;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    line-height: 4em;
    padding-bottom: 30px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(595px);
    -webkit-transform: translateY(595px);
    transform: translateY(595px);
  }
  #header ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
  }
  #header ul li a:hover {
    text-decoration: none;
  }
  #header ul li {
    position: relative;
  }
  #header a.contact {
    padding: 0px 80px;
    display: inline-block;
    font-weight: bold;
  }
}
@media screen and (max-width: 680px) {
  h1 img {
    max-width: 100%;
    width: 100%;
  }
  h1 {
    width: 200px;
  }
  #nav-toggle {
    right: 15px;
    top: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 56px;
  }
  body {
    padding-top: 56px;
  }
  .nav-in {
    padding: 16px;
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .sub_title {
    line-height: 150%;
  }
  section.sec {
    padding: 30px 0;
    padding-top: 56px;
    margin-top: -56px;
    padding-bottom: 80px;
  }
  .top h2 span {
    font-size: 30px;
    line-height: 150%;
    padding-bottom: 10px;
  }
  .sec01_ul {
    display: block;
    flex-wrap: unset;
    justify-content: inherit;
  }
  .sec01_ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec03_table * {
    font-size: 12px;
  }
  .sec05_box img, .sec05_box > div:nth-child(1), .sec05_box > div:nth-child(2) {
    width: 100%;
  }
  .sec05_box > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .sec05_text01 {
    font-size: 22px;
  }
  .sec06 li {
    width: calc(100% - 80px);
  }
  .contact h2 {
    font-size: 25px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding-left: 0;
  }
  .br_none br{
    display: block;
  }
  .contact th, .contact td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .contact td {
    padding-bottom: 30px;
  }
  footer ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  footer ul {
    float: none;
  }
  footer p {
    float: none;
  }
}