@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {

  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #000000;
}

#container {
  width: 100%;
  min-width: 1000px;
}
#container header {
  width: 100%;
  height: 178px;
}
#container header .area .logo {
  width: 240px;
  height: 50.4px;
  float: left;
  margin: 34px 0 14px 20px;
}

#container header .area .logo2 {
  width: 240px;
  height: 50.4px;
  float: left;
  margin: 34px 0 14px 20px;
}
#container header .area .logo img {
  width: 100%;
}
#container header .area .info {
  height: 70px;
  float: right;
  margin: 30px 20px 0 0;
}
#container header .area .info .tel {
  width: 192px;
  height: 48px;

  float: right;
}
#container header .area .info .btn {
  width: 200px;
  height: 50px;
  background: #C10000;
  border-radius: 2px;
  float: right;
  transition: all .3s ease-out;
  margin: 10px 0 10px 20px;
}
#container header .area .info .btn:hover {
  background: #FF6969;
}
#container header .area .info .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
#container header .area .info .btn a span {
  display: inline-block;
  margin: 0 5px 0 0;
}
#container header .area .info .btn a span img {
  width: 14px;
}
#container header nav {
  width: 1000px;
  margin: 0 auto;
}
#container header nav ul {
  text-align: center;
  font-size: 0;
}
#container header nav ul li {
  display: inline-block;
  position: relative;
  width: calc(1000px / 6);
  height: 78px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}
#container header nav ul li .bar {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #C10000;
  transition: all .2s ease-out;
}
#container header nav ul li:hover .bar {
  width: 100%;
}
#container header nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
}
#container header nav ul li a span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container main {
  width: 100%;
  min-height: calc(100vh - 870px);
  margin: 0 auto;
}
#container footer {
  width: 100%;
  height: 700px;
  position: relative;
}
#container footer .info {
  width: 100%;
  height: 350px;
  background-image: url(../images/bg/footer_info_bg1.jpg);
  background-size: cover;
  background-position: center center;
}
#container footer .info .bg {
  width: 100%;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 50px 0;
  color: #FFFFFF;
  text-align: center;
}
#container footer .info .bg h2 {
  font-size: 16px;
  margin: 0 0 25px;
}
#container footer .info .bg h2 span {
  display: block;
  color: #C10000;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
#container footer .info .bg h3 {
  font-size: 14px;
  margin: 0 0  0px;
}
#container footer .info .bg .tel {
  width: 236px;
  margin: 0 auto 25px;
}
#container footer .info .bg .tel img {
  width: 100%;
}
#container footer .info .bg .btn {
  width: 300px;
  height: 50px;
  background: #C10000;
  border-radius: 25px;
  margin: 0 auto;
  transition: all .3s ease-out;
}
#container footer .info .bg .btn:hover {
  background: #FF6969;
}
#container footer .info .bg .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
#container footer .info .bg .btn a span {
  display: inline-block;
  margin: 0 5px 0 0;
}
#container footer .info .bg .btn a span img {
  width: 14px;
}
#container footer .area {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto;
  padding: 50px;
}
#container footer .area .left {
  width: 60%;
  float: left;
}
#container footer .area .left .logo {
  width: 200px;
  height: 42px;
}
#container footer .area .left .logo img {
  width: 100%;
}
#container footer .area .left .address {
  margin: 25px 0;
}
#container footer .area .left ul {
  list-style: none;
  text-align: left;
}
#container footer .area .left ul li {
  display: inline-block;
}
#container footer .area .left ul li a img {
  width: 30px;
}
#container footer .area .right {
  width: 40%;
  float: left;
}
#container footer .area .right ul {
  list-style: none;
}
#container footer .area .right ul li a {
  color: #000000;
}
#container footer .area .right ul.menu1 {
  float: left;
  margin: 0 25px 0 0;
}
#container footer .area .right ul.menu2 {
  float: left;
}
#container footer .area .right ul.menu3 {
  clear: both;
  padding: 25px 0 0;
}
#container footer .cr {
  width: 100%;
  height: 50px;
  background: #C10000;
}
#container footer .cr p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}
#container footer .st {
  width: 180px;
  height: 30px;
  background: #C10000;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 51px;
  right: 20px;
  margin: 0 0 0 320px;
  transition: all .3s ease-out;
}
#container footer .st:hover {
  background: #FF6969;
}
#container footer .st a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  #container {
    min-width: 100%;
  }
  #container header {
    height: 150px;
  }
  #container header .area .logo {
    margin: 24px 0 4px 20px;
  }
  #container header .area .info {
    height: 50px;
    margin: 20px 20px 0 0;
  }
  #container header .area .info .tel {
    width: 170px;
    height: 50px;
    margin: 0;
  }
  #container header .area .info .btn {
    width: 160px;
    margin: 0 0 0 20px;
  }
  #container header nav {
    width: 100%;
  }
  #container header nav ul li {
    width: calc(100% / 6);
  }
  #container main {
    min-height: calc(100vh - 850px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    font-size: 11px;
  }

  #container .spmenu {
    position: fixed;
    z-index: 9998;
    width: 42px;
    height: 42px;
    background: #5DB1D0;
    top: 10px;
    right: 10px;
  }
  #container .spmenu #panel-btn {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 11px;
  }
  #container .spmenu #panel-btn #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 -10px;
    background: #FFFFFF;
    transition: 0.2s;
  }
  #container .spmenu #panel-btn #panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    transition: 0.3s;
    margin-top: -8px;
  }
  #container .spmenu #panel-btn #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    transition: 0.3s;
    margin-top: 6px;
  }
  #container .spmenu #panel-btn #panel-btn-icon.close {
    background: transparent;
  }
  #container .spmenu #panel-btn #panel-btn-icon.close:before {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  #container .spmenu #panel-btn #panel-btn-icon.close:after {
    width: 20px;
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  #container header {
    height: 112px;
  }
  #container header .area {
    height: 42px;
  }
  #container header .area .logo {
    margin: 10px 0 0 10px;
    float: none;
  }
  #container header .area .info {
    width: 100%;
    height: 50px;
    float: none;
    margin: 10px 0;
    padding: 0 10px;
  }
  #container header .area .info .tel {
    width: 170px;
    height: 50px;
    margin: 0;
    float: left;
  }
  #container header .area .info .btn {
    margin: 0 0 0 20px;
  }
  #container header nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 9997;
  }
  #container header nav ul {
    margin-top: calc((100vh - 480px) / 2);
  }
  #container header nav ul li {
    display: block;
    width: 100%;
    height: 80px;
  }
  #container header nav ul li a {
    color: #FFFFFF;
  }
  #container footer {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 0;
  }
  #container footer .area .left {
    width: 100%;
    float: none;
  }
  #container footer .area .left .logo {
    margin: 0 auto;
  }
  #container footer .area .left .address {
    margin: 10px 0;
    text-align: center;
  }
  #container footer .area .left ul {
    text-align: center;
  }
  #container footer .area .right {
    width: 100%;
    float: none;
  }
  #container footer .area .right ul.menu1 {
    display: none;
  }
  #container footer .area .right ul.menu2 {
    display: none;
  }
  #container footer .area .right ul.menu3 {
    text-align: center;
  }
  #container footer .st {
    width: calc(100% - 40px);
    height: 30px;
    background: #C10000;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 51px;
    right: calc(50% - 20px;);
    margin: 0;
    transition: all .3s ease-out;
  }
  #container footer .st:hover {
    background: #FF6969;
  }
  #container footer .st a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
  }
}
@media screen and (max-width: 320px) {
  #container header .area .info .btn {
    width: 100px;
  }
  #container header .area .info .btn a {
    font-size: 0;
  }
  #container header .area .info .btn a span {
    font-size: 14px;
  }
}

/*# sourceMappingURL=common.css.map */
