/*
====================================================================
 Fonts
====================================================================
*/
/* Noto Serif Bold */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/noto-serif-jp-bold.woff2") format("woff2");
}
/* Noto Serif Medium */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/noto-serif-jp-medium.woff2") format("woff2");
}
/* Cormorant Bold */
@font-face {
  font-display: swap;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/cormorant-bold.woff2") format("woff2");
}
/* Cormorant Medium */
@font-face {
  font-display: swap;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/cormorant-bold.woff2") format("woff2");
}
/* Bodoni Regular */
@font-face {
  font-display: swap;
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./fonts/bodoni-moda-regular.woff2") format("woff2");
}
/*
====================================================================
 Colors
====================================================================
*/
/*
====================================================================
 Mixins
====================================================================
*/
/*
====================================================================
 COMPANY
====================================================================
*/
.section__body {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.in-viewport .section__body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.page-section01 {
  padding-bottom: 0;
  position: relative;
}
.page-section01::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% - 96px);
  height: 487px;
  border: 1px solid #c9a412;
  top: 0;
  left: -1px;
}
.page-section01 h2 {
  margin-left: 0;
}
.page-section01 h2::after {
  content: none;
}

.message-container {
  position: relative;
  padding: 70px 0 70px 80px;
}
.message-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 100%;
  background-color: #f8f5f3;
  left: 0;
  top: 0;
}
.message-container p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  letter-spacing: -0.005em;
}
.message-container p.signature {
  text-align: right;
  margin-top: 20px;
}

.page-section02 h2::after {
  content: none;
}

.company-info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.company-info th {
  width: 270px;
  background-color: #c7b299;
  color: white;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid white;
  padding: 30px 36px;
  font-weight: 500;
}
.company-info td {
  border-bottom: 1px solid #c7b299;
  vertical-align: middle;
  padding-left: 36px;
}
.company-info tr:last-child th, .company-info tr:last-child td {
  border-bottom: none;
}

.common-section-access {
  position: relative;
}
.common-section-access::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% + 312px);
  height: calc(100% - 95px);
  background-color: #f8f5f3;
  left: 0;
  top: 0;
}

/*----------------------------------------------------------------*/
@media (max-width: 767px) {
  /*----------------------------------------------------------------*/
  /*
  ====================================================================
  	SP / COMPANY
  ====================================================================
  */
  .page-section01 {
    padding-top: 20px;
  }
  .page-section01::before {
    width: 80.4%;
    height: 200px;
  }
  .page-section01 .container {
    padding: 0;
  }
  .page-section01 h2 {
    margin-left: auto;
    margin-bottom: 40px;
  }
  .message-container {
    padding: 40px 15px;
  }
  .message-container::before {
    width: 100%;
  }
  .message-container p {
    font-size: 19px;
  }
  .message-container p.signature {
    margin-top: 30px;
  }
  .message-container p.signature img {
    width: 84.8%;
  }
  .page-section02 h2 {
    margin-bottom: 60px;
  }
  .page-section02 h2::after {
    content: "";
  }
  .company-info th {
    display: block;
    width: auto;
    padding: 10px 15px;
    border-bottom: none;
  }
  .company-info td {
    display: block;
    border-bottom: none;
    padding: 10px 15px;
  }
  .common-section-access::before {
    width: 100%;
    height: calc(100% - 108px);
  }
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1119px) {
  /*----------------------------------------------------------------*/
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*//*# sourceMappingURL=company.css.map */