.company .intro {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .company .intro {
    margin-bottom: 65px;
  }
}
.company .intro .mv {
  margin-top: 120px;
  height: 500px;
  background: url(/assets/img/company/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .company .intro .mv {
    margin-top: 65px;
    height: 178px;
    background: url(/assets/img/company/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.company .intro .page-link {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .company .intro .page-link {
    margin-top: 35px;
    padding: 0 13%;
    justify-content: space-between;
  }
}
.company .intro .page-link li {
  margin-right: 65px;
}
@media screen and (max-width: 767px) {
  .company .intro .page-link li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.company .intro .page-link li:last-of-type {
  margin-right: 0;
}
.company .intro .page-link li a {
  font-size: 2rem;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company .intro .page-link li a {
    font-size: 1.4rem;
  }
}
.company .intro .page-link li a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-left: 15px;
  margin-bottom: 5px;
  transform: rotate(-45deg);
}
.company .about {
  margin-bottom: 85px;
}
.company .about h2.sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company .about h2.sec-ttl {
    margin-bottom: 30px;
  }
}
.company .about p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .company .about p {
    font-size: 1.6rem;
  }
}
.company .history01 {
  background: #F7F3ED;
  padding: 105px 0 160px;
}
@media screen and (max-width: 767px) {
  .company .history01 {
    padding: 80px 0;
  }
}
.company .history01 h2.sec-ttl {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .company .history01 h2.sec-ttl {
    margin-bottom: 50px;
  }
}
.company .history01 .history-section {
  width: 1020px;
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 55px;
  }
}
.company .history01 .history-section .history-txt {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section .history-txt {
    width: 100%;
  }
}
.company .history01 .history-section .history-txt h3 {
  font-size: 2.2rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section .history-txt h3 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.company .history01 .history-section .history-txt p {
  margin-right: 55px;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section .history-txt p {
    margin-right: 0;
    font-size: 1.6rem;
  }
}
.company .history01 .history-section .history-picture {
  width: 495px;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section .history-picture {
    width: 100%;
    margin-bottom: 30px;
  }
}
.company .history01 .history-section.n02, .company .history01 .history-section.n04 {
  flex-direction: row-reverse;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section.n02, .company .history01 .history-section.n04 {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
.company .history01 .history-section.n02 .history-txt h3, .company .history01 .history-section.n04 .history-txt h3 {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section.n02 .history-txt h3, .company .history01 .history-section.n04 .history-txt h3 {
    padding-left: 0;
  }
}
.company .history01 .history-section.n02 .history-txt p, .company .history01 .history-section.n04 .history-txt p {
  margin-left: 55px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .company .history01 .history-section.n02 .history-txt p, .company .history01 .history-section.n04 .history-txt p {
    margin-left: 0;
  }
}
.company .history01 .history-section.n04 {
  margin-bottom: 0;
}
.company .history02 {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .company .history02 {
    padding: 90px 0 110px;
  }
}
.company .history02 h2.sec-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .company .history02 h2.sec-ttl {
    margin-bottom: 35px;
  }
}
.company .history02 .history-list {
  display: flex;
  flex-wrap: wrap;
}
.company .history02 .history-list dt {
  width: 270px;
  background: #EFE4D2;
  font-size: 1.6rem;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .company .history02 .history-list dt {
    width: 100%;
    border-right: none;
    padding-bottom: 5px;
  }
}
.company .history02 .history-list dt:nth-of-type(even) {
  background: #F7F3ED;
}
.company .history02 .history-list dd {
  width: 830px;
  background: #EFE4D2;
  font-size: 1.6rem;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .company .history02 .history-list dd {
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    padding-top: 5px;
  }
}
.company .history02 .history-list dd:nth-of-type(even) {
  background: #F7F3ED;
}
@media screen and (max-width: 767px) {
  .company .history02 .history-list dd:last-of-type {
    border-bottom: none;
  }
}
.company .information {
  display: flex;
  flex-wrap: wrap;
  background: #F2F1F0;
}
.company .information .information-ttl {
  width: 100%;
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company .information .information-ttl {
    padding-bottom: 20px;
  }
}
.company .information .company-about {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company .information .company-about {
    width: 100%;
  }
}
.company .information .company-about .company-about-image {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-about-image {
    width: 100%;
    order: 2;
  }
}
.company .information .company-about .company-about-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-about-image img {
    width: 100%;
  }
}
.company .information .company-about .company-about-image img.n02 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-about-image img.n02 {
    display: none;
  }
}
.company .information .company-about .company-list {
  width: 66%;
  padding: 80px 10%;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-list {
    width: 100%;
    padding: 45px 5% 75px;
    order: 1;
  }
}
.company .information .company-about .company-list h3.category-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-list h3.category-ttl {
    font-size: 2.4rem;
  }
}
.company .information .company-about .company-list h3.category-ttl span.en {
  display: block;
  color: #B59D7C;
  font-family: "EB Garamond", serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  position: relative;
  /*&:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: $font-color-en;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: -6px;
  }*/
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-list h3.category-ttl span.en {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.company .information .company-about .company-list dl {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.company .information .company-about .company-list dl dt {
  font-size: 1.2rem;
  color: #776954;
  width: 75px;
  border-bottom: 1px solid #BCBCBC;
  padding: 20px 0;
}
.company .information .company-about .company-list dl dd {
  width: calc(100% - 75px);
  font-size: 1.7rem;
  border-bottom: 1px solid #BCBCBC;
  padding: 20px 0;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-list dl dd {
    font-size: 1.6rem;
  }
}
.company .information .company-about .company-list dl dd span {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
.company .information .company-about .company-list dl dd.fax {
  font-family: "EB Garamond", serif;
}
.company .information .company-about .company-list dl dd a {
  font-family: "EB Garamond", serif;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .company .information .company-about .company-list dl dd a {
    font-size: 1.6rem;
  }
}
.company .information .map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company .information .map {
    width: 100%;
  }
}
.company .information .map iframe {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company .information .map iframe {
    min-height: 280px;
  }
}/*# sourceMappingURL=company.css.map */