<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.contactus {
  position: relative;
  padding: 28px 0;
  background-image: url('/common/assets/img/parts/contactus/contactus_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.contactus__content {
  position: relative;
  z-index: 2;
}
.contactus__title {
  display: inline-block;
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 9px solid #fff;
  font-family: 'Lato', 'Barlow Condense';
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1;
}
.contactus__text {
  margin-bottom: 21px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
}
.contactus__btn {
  display: inline-block;
  width: 90%;
  padding: 14px 70px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
/* 差分 */
.contactus-b-02 {
  background: unset;
}
@media screen and (min-width: 768px) {
  .contactus {
    padding: 70px 0 40px;
  }
  .contactus__text {
    margin-bottom: 40px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .contactus__btn {
    width: auto;
    border-radius: 28px;
    font-size: 1.4rem;
    transition-duration: 0.3s;
  }
  .contactus__btn:hover {
    transition-duration: 0.3s;
  }
}

.footer {
  padding-top: 21px;
}
.footer .footer_text{
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: center;
}
.footer .footer_text span{
  display: block;
}
.footer .footer_text span:first-of-type{
  border-right: none;
}
.footer .footer_nav{
  display: block;
  width: 100%;
  padding: 3% 0 3%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.footer .footer_nav li{
  display: inline;
  margin: 0 0 0;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.0;
  letter-spacing: .1em;
}
.footer .footer_nav li a{
  display: inline-block;
  padding: 0 0.5em 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.footer .footer_nav li:nth-of-type(3):after {
  content: "\000A";
  white-space: pre ;
}
.footer .footer_nav li:nth-of-type(3) a{
  border-right:none;
}
.footer .copy_box {
  padding: 21px 0;
  margin: 0 auto;
  text-align: center;
}
.footer .copy_text{
  padding:0;
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer .footer_text span{
    display: inline-block;
  }
  .footer .footer_text span.pconly{
    display: inline-block!important;
  }
  .footer .footer_text span:first-of-type{
    border-right: inherit;
  }
  .footer .footer_nav{
    padding: 1.5% 0 2%;
  }
  .footer .footer_nav li {
    display: inline-block;
  }
  .footer .footer_nav li a{
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer .footer_nav li:nth-of-type(3):after {
    content: "";
  }
  .footer .footer_nav li:nth-of-type(3) a{
    border-right: 1px solid #ffffff;
  }
  .footer .footer_nav li:last-of-type a{
    border-right: none;
  }
}</pre></body></html>