@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
.l-header.l-header--news {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-news {
  padding: 120px 0 100px;
}

.p-news__header {
  margin-bottom: 60px;
  text-align: center;
}

.p-news__en {
  display: block;
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-news__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
}

.p-news__meta {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.p-news__body {
  max-width: 960px;
  margin: 0 auto;
}

.p-news__section {
  padding: 32px 0;
  border-top: 1px solid #d9d4cc;
}

.p-news__section:last-of-type {
  border-bottom: 1px solid #d9d4cc;
}

.p-news__heading {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
}

.p-news__subheading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.p-news__text {
  font-size: 15px;
  line-height: 2.1;
  color: #333;
}

.p-news__text p + p {
  margin-top: 14px;
}

.p-news__list {
  margin-top: 12px;
  padding-left: 1.4em;
}

.p-news__list li {
  list-style: disc;
  margin-top: 8px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.p-news__highlight {
  margin-top: 20px;
  padding: 20px;
  background: #f6f4ee;
}

.p-news__highlight p {
  font-size: 15px;
  line-height: 2.1;
  color: #333;
}

.p-news__service-detail {
  margin-top: 20px;
}

.p-news__service-detail dt {
  font-weight: 600;
  font-size: 15px;
  margin-top: 12px;
}

.p-news__service-detail dd {
  font-size: 15px;
  line-height: 2.1;
  color: #333;
  padding-left: 1em;
}

.p-news__quote {
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 3px solid #D1C7AD;
  background: #fafaf8;
}

.p-news__quote p {
  font-size: 15px;
  line-height: 2.1;
  color: #333;
}

.p-news__quote p + p {
  margin-top: 14px;
}

.p-news__image {
  margin: 24px 0;
  text-align: center;
}

.p-news__image img {
  max-width: 100%;
  height: auto;
}

.p-news__image--small {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.p-news__image--right {
  float: right;
  margin: 0 0 16px 24px;
  text-align: center;
}

.p-news__image--right img {
  max-width: 100%;
  height: auto;
}

.p-news__float-container::after {
  content: "";
  display: table;
  clear: both;
}

.p-news__link-center {
  text-align: center;
  margin-top: 20px;
}

.p-news__link-center a {
  display: inline-block;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #44536A;
  border: 1px solid #44536A;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.p-news__link-center a:hover {
  background: #44536A;
  color: #fff;
}

.p-news__caption {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

.p-news__gallery {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.p-news__gallery img {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.p-news__references {
  margin-top: 40px;
  font-size: 13px;
  line-height: 2;
  color: #666;
}

.p-news__references a {
  color: #44536A;
  word-break: break-all;
}

.p-news__company {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}

.l-footer__note a {
  color: inherit;
  text-decoration: none;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 90px 0 70px;
  }

  .p-news__header {
    margin-bottom: 40px;
  }

  .p-news__en {
    font-size: 34px;
  }

  .p-news__title {
    font-size: 22px;
  }

  .p-news__heading {
    font-size: 19px;
  }

  .p-news__subheading {
    font-size: 16px;
  }

  .p-news__text,
  .p-news__list li,
  .p-news__highlight p,
  .p-news__quote p {
    font-size: 14px;
  }

  .p-news__service-detail dt,
  .p-news__service-detail dd {
    font-size: 14px;
  }

  .p-news__image--small {
    max-width: 220px;
  }

  .p-news__image--right {
    float: none;
    margin: 16px auto;
  }

  .p-news__gallery {
    flex-direction: column;
  }
}