@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
ul li {
  list-style: none;
  text-decoration: none;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.wrapper2 {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.header {
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0;
  background-color: #1b223b;
  position: fixed;
  z-index: 100;
}
.header_underlayer {
  width: 100%;
  margin: 0 0 0 0;
  padding: 10px 0;
  background-color: #1b223b;
  position: fixed;
}
.main_top {
  width: 100%;
}
.main {
  width: 100%;
  padding: 142px 0 0 0;
}
h1 {
  width: 220px;
  float: left;
}
.box1_header {
  width: 375px;
  line-height: 0.8;
  float: left;
  margin: 0 0 0 200px;
}
.tel_header {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  text-align: right;
}
.list1_header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.list1_header li {
  float: left;
  margin: 0 27px 0 0;
}
.list1_header li:last-child {
  float: left;
  margin: 0 0 0 0;
}
.list1_header li a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.list1_header li a:hover {
  border-bottom: #fff solid 5px;
}
.list1_header li a:first-child {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.box2_header {
  width: 157px;
  margin: 25px 0 0 0;
  float: right;
}
.h2_underlayer {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}
.h2_underlayer span {
  font-size: 20px;
  padding: 10px 0 0 0;
  text-align: center;
  border-top: solid #c0ff00 5px;
}
footer {
  display: flexbox;
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #cacaca;
}
.logo_footer {
  width: 211px;
  margin: 0 80px 0 0;
  float: left;
}
.text1_footer {
  font-size: 16px;
}
.left_footer {
  width: 770px;
  float: left;
}
.right_footer {
  width: 230px;
  padding: 20px 0 0 0;
  float: right;
}
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
}
@media only screen and (max-width: 480px) {
  body, html {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  ul li {
    list-style: none;
    text-decoration: none;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper2 {
    width: 100%;
    margin: 0 auto;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0;
    background-color: #1b223b;
    position: fixed;
  }
  .header_underlayer {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0;
    background-color: #1b223b;
    position: fixed;
  }
  .main_top {
    width: 100%;
  }
  .main {
    width: 100%;
    padding: 140px 0 0 0;
  }
  h1 {
    width: 220px;
    float: none;
  }
  h1 img {
    max-width: 100%;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #BBBBBB;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #000;
    text-align: center;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity .6s ease, visibility .6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
  }
  .box1_header {
    width: 100%;
    line-height: 0.8;
    float: none;
    margin: 0 0 0 0;
  }
  .tel_header {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-align: right;
  }
  .list1_header {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .list1_header li {
    float: left;
    margin: 0 27px 0 0;
  }
  .list1_header li:last-child {
    float: left;
    margin: 0 0 0 0;
  }
  .list1_header li a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }
  .list1_header li a:hover {
    border-bottom: #fff solid 5px;
  }
  .list1_header li a:first-child {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .box2_header {
    width: 157px;
    margin: 25px 0 0 0;
    float: right;
  }
  .h2_underlayer {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
  }
  .h2_underlayer span {
    font-size: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    border-top: solid #c0ff00 5px;
  }
  footer {
    display: flexbox;
    margin: 50px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #cacaca;
  }
  .logo_footer {
    max-width: 100%;
    margin: 0 80px 0 3%;
    float: none;
  }
  .text1_footer {
    font-size: 16px;
    padding: 0 0 0 5%;
  }
  .left_footer {
    width: 100%;
    float: none;
  }
  .right_footer {
    width: 100%;
    padding: 20px 0 0 0;
    float: none;
  }
  .copy {
    text-align: center;
  }
  .pagetop {
    display: none;
    position: fixed;
    right: 1px;
    bottom: 30px;
  }
}