@import url(liset.css);
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 572px;
  }
}
.accordion-button:not(.collapsed) {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FEFEFE 46%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
}

body {
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  background-color: #464342;
  margin: 0 auto;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
header .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}
header .navbar-brand img {
  height: 48px;
}
.navbar-nav {
  margin-left: 32px;
}

.nav-item {
  margin-right: 24px;
}

article {
  padding-top: 96px;
  padding-bottom: 96px;
}

h1 {
  line-height: 1.8em;
  font-size: 20px;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

p {
  font-size: 18px;
  line-height: 1.8em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.box-w {
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px 24px;
  color: #000000;
}

.box-s {
  height: 100%;
  border: solid 1px #FFFFFF;
  border-radius: 12px;
  padding: 16px;
}

.box-g {
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px;
  color: #377D6F;
}

.box-img {
  text-align: center;
}
.box-img img {
  margin: 24px auto;
  border-radius: 8px;
}

.box-pic img {
  width: 100%;
  border-radius: 8px;
}

.p-lead {
  margin-bottom: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-12 {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .col-md-4 {
    margin-bottom: 1rem;
  }
  .col-md-6 {
    margin-bottom: 1rem;
  }
}
#mv {
  background-color: #000000;
  background-image: url("../img/mv_bg.png");
  width: 100%;
}
#mv .mv_container {
  font-size: 24px;
  color: #FFFFFF;
}
#mv .mv_container .mv_copy {
  font-size: 48px;
  font-weight: bold;
}

#about {
  background-color: #373432;
  color: #FFFFFF;
}

#alliance {
  border-top: 48px solid #377D6F;
  background-color: #e4f5ef;
  color: #377D6F;
}

#attempt {
  background-color: #377D6F;
  color: #FFFFFF;
}

#lineup {
  background-color: #373432;
  color: #FFFFFF;
}

#contact {
  background-color: #837A78;
  color: #FFFFFF;
}
#contact .contact_address {
  font-size: 36px;
  font-weight: bold;
}
#contact .tel {
  letter-spacing: 0.3em;
}
#contact #company #company-cmp {
  background-color: #FFFFFF;
  border: solid 1px #3d3d3d;
  border-radius: 12px;
  color: #3d3d3d;
  padding: 36px 34px;
}
#contact #company .company_list {
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
  width: 100%;
}
#contact #company .company_list dt,
#contact #company .company_list dd {
  box-sizing: border-box;
}
#contact #company .company_list dt {
  display: flex;
  align-items: center;
  width: 30%;
  padding: 20px;
  border-bottom: 1px solid #999;
}
#contact #company .company_list dt:last-of-type,
#contact #company .company_list dd:last-of-type {
  border: none;
}
#contact #company .company_list dd {
  display: flex;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #999;
}
#contact #company h3 {
  text-align: center;
}

footer {
  padding-top: 24px;
  background-color: #373432;
  color: #FFFFFF;
}
footer #footer-cmp h4 {
  font-size: 28px;
}
footer #footer-logo {
  text-align: center;
}
footer #footer-logo img {
  height: 48px;
}
footer #footer-copyright {
  text-align: center;
}/*# sourceMappingURL=style.css.map */