@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    margin-top: 60px;
    padding-top: 0;
  }
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #ffffff;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .sp-hide {
    display: none;
  }
}
main .sp-show {
  display: none;
}
@media (max-width: 768px) {
  main .sp-show {
    display: initial;
  }
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title p {
    font-size: 16px;
    line-height: 21px;
  }
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  main .page-title {
    margin: 0 min(20px, 5%);
  }
}
main .page-title-wrapper {
  width: 100%;
  min-height: 395px;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/common/page-title-bg.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-title-wrapper {
    width: 100%;
    height: 340px;
    min-height: unset;
    background: url("../../images/common/page-title-bg.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
main .page-sub-title {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  main .page-sub-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  main .page-sub-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
main .page-content {
  margin-top: 80px;
  padding: 0 min(150px, 10%) 120px;
}
@media (max-width: 768px) {
  main .page-content {
    margin-top: 56px;
    padding: 0 min(20px, 5%) 56px;
  }
}
main .page-content .message-section {
  display: flex;
  gap: min(40px, 4vw);
  align-items: flex-start;
  padding-right: min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-content .message-section {
    flex-direction: column-reverse;
    padding-right: 0;
    gap: 40px;
  }
}
main .page-content .message-section__image {
  width: min(352px, 35vw);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  aspect-ratio: 352/378;
}
@media (max-width: 768px) {
  main .page-content .message-section__image {
    width: 100%;
    border-radius: 8px;
  }
}
main .page-content .message-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main .page-content .message-section__content p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
main .page-content .message-section__signature {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  main .page-content .message-section__signature {
    margin-top: 23px;
  }
}
main .page-content .message-section__signature p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  margin: 0;
}
main .page-content .message-section__signature .message-section__signature-name {
  font-size: 24px;
  line-height: 52px;
  font-family: "Zen Old Mincho";
}
main .page-content .video-section {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content .video-section {
    margin-top: 40px;
  }
}
main .page-content .video-section h2 {
  font-size: 40px;
  line-height: 65px;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-content .video-section h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
main .page-content .video-section .video-wrapper {
  width: 37%;
  min-width: 529px;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .page-content .video-section .video-wrapper {
    max-width: 100%;
    padding: 0 min(20px, 5%);
    min-width: unset;
    width: 100%;
  }
}
main .page-content .video-section .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=company-message.css.map */