@charset "UTF-8";
/* ======================================================================
 Safety Comfort
====================================================================== */
.c-ttl-2__en {
  white-space: nowrap;
}

/* 2026/08/18 追加：下側の余白。
   もとは末尾の .main-sec__hero-img（margin-top と画像の高さ）が余白を作っていたが、
   2026/08/14 に先方ご指示で画像を削除（A-8／Q-13）したため、
   リード文の直下から次セクションの背景色が始まる状態になっていた。
   値は削除した画像の margin-top をそのまま引き継いでいる。 */
.main-sec {
  position: relative;
  z-index: 0;
  padding-bottom: 6.5104166667vw;
}
@media screen and (max-width: 767px) {
  .main-sec {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.main-sec__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .main-sec__inner {
    width: 100%;
  }
}
.main-sec__title {
  margin-bottom: 6.5104166667vw;
}
@media screen and (max-width: 767px) {
  .main-sec__title {
    margin-bottom: 8vw;
  }
}
.main-sec__subtitle {
  margin-bottom: 3.90625vw;
  padding: 0 0 0 2.3958333333vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .main-sec__subtitle {
    margin: 0 0 8vw;
    padding: 0;
    font-size: 4.8vw;
  }
}
.main-sec__text {
  padding: 0 0 0 2.3958333333vw;
  width: 39.9479166667vw;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .main-sec__text {
    padding: 0;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.main-sec__text p + p {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .main-sec__text p + p {
    margin-top: 4vw;
  }
}
.main-sec__img {
  position: absolute;
  top: 6.25vw;
  right: 0;
  width: 27.7604166667vw;
}
@media screen and (max-width: 767px) {
  .main-sec__img {
    position: static;
    margin: 0 0 5.3333333333vw;
    width: 100%;
  }
}
.main-sec__img img {
  width: 100%;
  height: auto;
}
.main-sec__hero-img {
  margin-top: 6.5104166667vw;
  aspect-ratio: 1920/554;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-sec__hero-img {
    margin-top: 10.6666666667vw;
    aspect-ratio: 3/1;
    width: auto;
    margin-inline: calc(50% - 50vw);
  }
}
.main-sec__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sec__list {
  margin: 4.1666666667vw auto 0;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .main-sec__list {
    margin: 8vw auto 0;
    width: 100%;
  }
}

.health-declaration {
  padding: 7.2916666667vw 0;
  background: #f9f7f4;
}
@media screen and (max-width: 767px) {
  .health-declaration {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.health-declaration__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .health-declaration__inner {
    width: 100%;
  }
}
.health-declaration__title {
  margin-bottom: 4.1666666667vw;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 2.5vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  color: #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__title {
    margin-bottom: 9.3333333333vw;
    font-size: 6.9333333333vw;
  }
}
.health-declaration__card {
  margin: 0 auto;
  padding: 5.2083333333vw 6.25vw;
  max-width: 57.2916666667vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .health-declaration__card {
    padding: 10.6666666667vw 5.3333333333vw;
    width: 100%;
    /* 2026/08/18 追加：PC用の max-width: 57.29vw が SP でも効いたままで、
       カードが画面幅375pxで215pxしかなく、本文が1行12文字ほどしか入らなかった。
       width: 100% を指定しても max-width が上限として残るため解除が要る。
       同ファイルの .health-declaration__certificate-item と同じ書き方。 */
    max-width: 100%;
  }
}
.health-declaration__subtitle {
  margin-bottom: 2.0833333333vw;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 1.5625vw;
  color: #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__subtitle {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.health-declaration__lead {
  margin-top: 3.6458333333vw;
  margin-bottom: 2.0833333333vw;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.5625vw;
  color: #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__lead {
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.health-declaration__text {
  margin-bottom: 2.0833333333vw;
  text-align: left;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.2;
  color: #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__text {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.health-declaration__text:last-of-type {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .health-declaration__text:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
.health-declaration__signature {
  text-align: right;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__signature {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.health-declaration__certificates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw 2.0833333333vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .health-declaration__certificates {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 4vw;
    margin-top: 8vw;
  }
}
.health-declaration__certificate-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 21.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .health-declaration__certificate-item {
    max-width: 100%;
  }
}
.health-declaration__certificate-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.health-declaration__certificate-link img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.health-declaration__certificate-link:hover img {
  transform: scale(1.05);
}
.health-declaration__certificate-link:hover .health-declaration__zoom-icon {
  opacity: 1;
}
.health-declaration__zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 11, 39, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-declaration__zoom-icon::before, .health-declaration__zoom-icon::after {
  position: absolute;
  content: "";
  background: #fff;
}
.health-declaration__zoom-icon::before {
  width: 1.25vw;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .health-declaration__zoom-icon::before {
    width: 4.2666666667vw;
  }
}
.health-declaration__zoom-icon::after {
  width: 2px;
  height: 1.25vw;
}
@media screen and (max-width: 767px) {
  .health-declaration__zoom-icon::after {
    height: 4.2666666667vw;
  }
}
.health-declaration__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.78125vw;
  padding: 0.5208333333vw 0;
  width: 100%;
  border: 1px solid #010b27;
  background: #fff;
  color: #010b27;
  font-size: 0.7291666667vw;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .health-declaration__download-btn {
    margin-top: 2.6666666667vw;
    padding: 2.1333333333vw 0;
    font-size: 2.9333333333vw;
  }
}
.health-declaration__download-btn:hover {
  background: #010b27;
  color: #fff;
}
.health-declaration__download-btn:hover .health-declaration__download-btn-icon {
  border-color: #fff;
}
.health-declaration__download-btn:hover .health-declaration__download-btn-icon::before {
  border-top-color: #fff;
}
.health-declaration__download-btn:hover .health-declaration__download-btn-icon::after {
  background: #fff;
}
.health-declaration__download-btn-icon {
  position: relative;
  margin-right: 0.4166666667vw;
  width: 0.625vw;
  height: 0.625vw;
  border-bottom: 2px solid #010b27;
}
@media screen and (max-width: 767px) {
  .health-declaration__download-btn-icon {
    margin-right: 1.6vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.health-declaration__download-btn-icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0.4166666667vw;
  background: #010b27;
  content: "";
}
@media screen and (max-width: 767px) {
  .health-declaration__download-btn-icon::after {
    height: 1.6vw;
  }
}
.health-declaration__download-btn-icon::before {
  position: absolute;
  top: 0.2083333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #010b27;
  content: "";
}
@media screen and (max-width: 767px) {
  .health-declaration__download-btn-icon::before {
    top: 0.5333333333vw;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 4px;
  }
}

.sdgs-sec {
  padding: 7.5520833333vw 0;
  background: #eff1fc;
}
@media screen and (max-width: 767px) {
  .sdgs-sec {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.sdgs-sec__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__inner {
    width: 100%;
  }
}
.sdgs-sec__title {
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__title {
    margin-bottom: 8vw;
  }
}
.sdgs-sec__subtitle {
  margin-bottom: 4.4270833333vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__subtitle {
    margin: 0 0 8vw;
    padding: 0;
    font-size: 4.8vw;
  }
}
.sdgs-sec__text {
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__text {
    margin-bottom: 8vw;
    padding: 0;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.sdgs-sec__contents {
  margin: 5.9895833333vw auto 0;
  padding: 2.34375vw 0 0;
  width: 88.5416666667vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__contents {
    margin: 8vw -5.3333333333vw 0;
    padding: 5.3333333333vw 0;
    width: auto;
  }
}
.sdgs-sec__contents-title {
  position: relative;
  z-index: 1;
  margin-bottom: -1.1458333333vw;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__contents-title {
    margin-bottom: 8vw;
    padding: 0;
    font-size: 4.2666666667vw;
  }
}
.sdgs-sec__contents-img {
  width: 84.375vw;
}
@media screen and (max-width: 767px) {
  .sdgs-sec__contents-img {
    width: 96vw;
  }
}

.safety-comfort-links {
  padding: 9.6354166667vw 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .safety-comfort-links {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.safety-comfort-links__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .safety-comfort-links__inner {
    width: 100%;
  }
}
.safety-comfort-links .c-list-1 {
  gap: 0.78125vw;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .safety-comfort-links .c-list-1 {
    gap: 4vw;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.safety-comfort-links .c-list-1__item {
  min-height: 7.7083333333vw;
  border: 1px solid #010b27;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .safety-comfort-links .c-list-1__item {
    min-height: 29.3333333333vw;
  }
}
.safety-comfort-links .c-list-1__item--banner {
  align-items: center;
  padding: 1.0416666667vw 1.5625vw;
}
@media screen and (max-width: 767px) {
  .safety-comfort-links .c-list-1__item--banner {
    padding: 5.3333333333vw;
  }
}
.safety-comfort-links .c-list-1__item--banner img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=p-health-management.css.map */
