@charset "UTF-8";
/* Scss Document */
.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
header #pc-header {
  position: relative;
  padding-top: 20px;
}
header #pc-header .header-main {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1500px;
}
header #pc-header .header-main .in {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
header #pc-header .header-main h1 {
  margin-right: 12px;
  margin-bottom: 10px;
  width: 22%;
}
header #pc-header .header-main .address {
  padding-bottom: 16px;
  font-size: 90%;
}
header #pc-header .header-main .address span::before {
  content: "●";
  color: #d8e3a7;
}
header #pc-header .header-main .contact {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 53.7%;
  z-index: 10;
}
header #pc-header .header-main .contact .copy {
  transform: translateY(30%);
  width: 42.5%;
}
header #pc-header .header-main .contact .tel {
  width: 56.8%;
}
header #pc-header .header-sub {
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../img/common/bar_bg.jpg) repeat-x;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 40px;
  z-index: 1;
}
header #pc-header .header-sub .in {
  margin: 0 auto;
  padding: 7px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 1500px;
}
header #pc-header .header-sub h2 {
  margin-left: 2em;
  font-size: 100%;
}
header #pc-header .header-sub p {
  font-size: 90%;
}
header #sp-header {
  position: relative;
}
header #sp-header .header-main {
  position: relative;
  padding: 10px 0;
}
header #sp-header .header-main h1 {
  margin: 0 auto;
  width: 62.5%;
}
header #sp-header .header-main h2 {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.7em 0;
  background: url(../img/common/bar_bg.jpg);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1;
  width: 100%;
  z-index: 1;
}
header #sp-header .header-sub {
  padding: 4em 0;
  background: url(../img/common/bg.jpg);
}
header #sp-header .header-sub .in {
  margin: 0 auto;
  width: calc(100% - 30px);
}
header #sp-header .header-sub .tel {
  width: 100%;
}
header #sp-header .header-sub .group {
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
}
header #sp-header .header-sub .address {
  margin-top: 0.3em;
}
header #sp-header .header-sub .address dl {
  display: flex;
  justify-content: center;
}
header #sp-header .header-sub .address dt::before {
  content: "●";
  color: #d8e3a7;
}
header #sp-header .header-sub .address dt::before {
  color: #bb976d;
}

footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 2em;
  background: url(../img/common/bg.jpg);
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}
footer .bar {
  margin-bottom: 2em;
  background: url(../img/common/bar_bg.jpg) repeat-x;
  width: 100%;
  height: 40px;
}
footer .bar .copy {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  min-width: 350px;
}
@media (max-width: 768px) {
  footer .bar .copy {
    top: -11%;
    width: 85.9%;
    min-width: initial;
  }
}
footer .in {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1500px;
  text-align: center;
}
footer .company-name {
  margin: 0 auto;
  width: 22%;
  min-width: 250px;
}
@media (max-width: 768px) {
  footer .company-name {
    width: 62.5%;
    min-width: initial;
  }
}
footer .sub {
  margin-top: 0.5em;
  font-weight: bold;
}
footer .group {
  margin-top: 0.3em;
  padding: 0.3em 1em 0.4em;
  background-color: #1e50a2;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .group {
    line-height: 1.3;
  }
}
footer .address {
  margin-top: 0.5em;
}
footer .address dl {
  margin: 0 0.5em;
  display: inline-flex;
}
@media (max-width: 768px) {
  footer .address dl {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
footer .address dt::before {
  content: "●";
  color: #d8e3a7;
}
footer .address dt::before {
  color: #bb976d;
}
footer .tel, footer .fax {
  margin: 0 0.3em;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .tel, footer .fax {
    margin: 0;
    display: block;
  }
}
footer .copyright {
  margin-top: 2em;
}
footer .home {
  margin-top: 2em;
}
footer .pagetop {
  position: fixed;
  bottom: 0;
  right: 40px;
  width: 140px;
  z-index: 120;
}
@media (max-width: 768px) {
  footer .pagetop {
    right: 10px;
    transform: translateY(20px);
  }
}
footer .pagetop a:hover {
  opacity: 0.5;
}