/* News archive / single */
.p-news{padding:42px 0 0;background:#f0eeeb;color:#1c1c1c;font-family:var(--font-mincho,"Shippori Mincho",serif);min-height:60vh}
.p-news .l-container{max-width:1078px}
.p-news__breadcrumb{margin-bottom:66px}
.p-news__header{margin:0 0 74px}
.p-news__header p{margin:0 0 7px;color:#006464;font-size:14px;line-height:1.5;letter-spacing:.04em}
.p-news__header h1{margin:0;font-size:40px;font-weight:600;line-height:1.45;letter-spacing:.025em}
.p-news-archive__layout,.p-news-single__layout{display:grid;grid-template-columns:206px minmax(0,1fr);gap:102px;align-items:start}
.p-news-archive__layout.is-no-sidebar,.p-news-single__layout.is-no-sidebar{display:block}
.p-news-archive__layout.is-no-sidebar .p-news-list,.p-news-single__layout.is-no-sidebar .p-news-article{width:100%;max-width:none}

.p-news-categories h2{margin:0 0 18px;padding-bottom:13px;border-bottom:1px solid #c7c4bd;font-size:22px;font-weight:600;line-height:1.5}
.p-news-categories ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.p-news-categories a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 24px;background:#e1dfd9;color:#555;text-decoration:none;font-size:14px;line-height:1.5;transition:background-color .2s,color .2s}
.p-news-categories a:hover,.p-news-categories a:focus-visible,.p-news-categories a.is-current{background:#78766e;color:#fff}
.p-news-categories a span{font-size:22px;font-weight:300}

.p-news-list{min-width:0}
.p-news-card{border-bottom:1px solid #d8d6d0}
.p-news-card>a{display:block;padding:0 0 20px;color:inherit;text-decoration:none}
.p-news-card+.p-news-card>a{padding-top:22px}
.p-news-card__meta{display:flex;align-items:center;gap:18px;margin:0 0 15px;color:#78766e;font-size:13px;line-height:1.5}
.p-news-card__meta span{display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:24px;padding:2px 13px;border:1px solid #9f9c95;color:#555;font-size:11px;line-height:1.35}
.p-news-card h2{margin:0;font-size:18px;font-weight:600;line-height:1.65;letter-spacing:.02em;transition:color .2s}
.p-news-card a:hover h2,.p-news-card a:focus-visible h2{color:#006464}
.p-news-list__empty{padding:40px 0;font-family:var(--font-gothic,"Zen Kaku Gothic New",sans-serif);font-size:15px}

.p-news-pagination{display:flex;justify-content:center;gap:22px;margin:68px 0 0}
.p-news-pagination .page-numbers{display:grid;width:48px;height:48px;place-items:center;background:#e1dfd9;color:#78766e;text-decoration:none;font-size:15px}
.p-news-pagination .page-numbers.current{background:#78766e;color:#fff}
.p-news-pagination .dots{background:transparent}
.p-news-pagination a:hover,.p-news-pagination a:focus-visible{background:#006464;color:#fff}
.p-news__back{display:flex;justify-content:center;margin:74px 0 0;padding-bottom:94px}
.p-news__back a{display:inline-flex;align-items:center;justify-content:center;min-width:206px;height:47px;padding:0 24px;background:#78766e;color:#fff;text-decoration:none;font-size:14px;letter-spacing:.025em}

.p-news-article{min-width:0}
.p-news-article__header{padding-bottom:28px;border-bottom:1px solid #c7c4bd}
.p-news-article__header h1{margin:0;font-size:30px;font-weight:600;line-height:1.65;letter-spacing:.025em}
.p-news-article__eyecatch{margin:38px 0 42px}
.p-news-article__eyecatch img{display:block;width:100%;height:auto}
.p-news-entry{font-family:var(--font-gothic,"Zen Kaku Gothic New",sans-serif);font-size:16px;line-height:2;letter-spacing:.02em}
.p-news-entry>:first-child{margin-top:0}
.p-news-entry>:last-child{margin-bottom:0}
.p-news-entry p{margin:0 0 1.8em}
.p-news-entry h2,.p-news-entry h3,.p-news-entry h4{font-family:var(--font-mincho,"Shippori Mincho",serif);font-weight:600}
.p-news-entry h2{margin:58px 0 24px;padding-bottom:14px;border-bottom:1px solid #a7a49d;font-size:26px;line-height:1.6}
.p-news-entry h3{margin:44px 0 20px;font-size:22px;line-height:1.65}
.p-news-entry h4{margin:34px 0 16px;font-size:18px;line-height:1.65}
.p-news-entry ul,.p-news-entry ol{margin:0 0 2em;padding-left:1.6em}
.p-news-entry li+li{margin-top:.65em}
.p-news-entry a{color:#006464;text-decoration:underline;text-underline-offset:4px}
.p-news-entry img{max-width:100%;height:auto}
.p-news-entry table{width:100%;margin:28px 0;border-collapse:collapse;background:#fff}
.p-news-entry th,.p-news-entry td{padding:14px 16px;border:1px solid #c7c4bd;text-align:left}
.p-news-entry th{background:#e1dfd9}
.p-news-entry blockquote{margin:30px 0;padding:24px 28px;border-left:3px solid #006464;background:#e1dfd9}

@media(max-width:767px){
  .p-news{padding-top:20px}
  .p-news .l-container{width:auto;padding-inline:20px}
  .p-news__breadcrumb{margin-bottom:32px;font-size:12px}
  .p-news__header{margin-bottom:34px}
  .p-news__header p{font-size:12px}
  .p-news__header h1{font-size:27px;line-height:1.5}
  .p-news-archive__layout,.p-news-single__layout{display:flex;flex-direction:column;gap:48px}
  .p-news-list,.p-news-article{order:1;width:100%}
  .p-news-categories{order:2;width:100%}
  .p-news-card>a{padding-bottom:17px}
  .p-news-card+.p-news-card>a{padding-top:17px}
  .p-news-card__meta{gap:12px;margin-bottom:10px;font-size:12px}
  .p-news-card__meta span{min-width:62px;min-height:20px;padding:1px 8px;font-size:11px}
  .p-news-card h2{font-size:16px;line-height:1.65}
  .p-news-pagination{gap:9px;margin-top:34px}
  .p-news-pagination .page-numbers{width:34px;height:34px;font-size:12px}
  .p-news-categories h2{margin-bottom:12px;padding-bottom:10px;font-size:20px}
  .p-news-categories ul{gap:10px}
  .p-news-categories a{min-height:46px;padding-inline:18px;font-size:13px}
  .p-news__back{margin-top:38px;padding-bottom:56px}
  .p-news__back a{min-width:166px;height:40px;font-size:12px}
  .p-news-article__header{padding-bottom:20px}
  .p-news-article__header h1{font-size:22px;line-height:1.65}
  .p-news-article__eyecatch{margin:26px 0 30px}
  .p-news-entry{font-size:15px;line-height:1.95}
  .p-news-entry h2{margin:42px 0 19px;font-size:21px}
  .p-news-entry h3{margin:34px 0 16px;font-size:19px}
  .p-news-entry h4{font-size:16px}
  .p-news-entry table,.p-news-entry tbody,.p-news-entry tr,.p-news-entry th,.p-news-entry td{display:block;width:100%;box-sizing:border-box}
  .p-news-entry th,.p-news-entry td{padding:11px 12px}
  .p-news-entry blockquote{margin:24px 0;padding:18px 20px}
}

/* Typography alignment: company / area page standard */
.p-news{
  font-family:var(--font-mincho,"Shippori Mincho",serif);
  font-weight:400;
  letter-spacing:.02em;
}
.p-news__header p{
  font-size:14px;
  line-height:1.6;
  letter-spacing:.06em;
}
.p-news__header h1{
  font-size:40px;
  line-height:1.45;
  font-weight:500;
  letter-spacing:.025em;
}
.p-news-card__meta{
  font-size:14px;
  line-height:1.6;
  letter-spacing:.02em;
}
.p-news-card__meta span{
  min-width:84px;
  min-height:26px;
  font-size:12px;
  line-height:1.5;
}
.p-news-card h2{
  font-size:20px;
  line-height:1.7;
  font-weight:600;
  letter-spacing:.025em;
}
.p-news-categories h2{
  font-size:24px;
  line-height:1.55;
  font-weight:500;
}
.p-news-categories a{
  font-size:15px;
  line-height:1.6;
  letter-spacing:.02em;
}
.p-news-pagination .page-numbers,
.p-news__back a{
  font-size:14px;
  line-height:1.5;
  letter-spacing:.04em;
}
.p-news-article__header h1{
  font-size:32px;
  line-height:1.65;
  font-weight:500;
  letter-spacing:.03em;
}
.p-news-entry{
  font-family:var(--font-gothic,"Zen Kaku Gothic New",sans-serif);
  font-size:16px;
  line-height:2;
  letter-spacing:.025em;
}
.p-news-entry h2{
  font-size:28px;
  line-height:1.6;
  letter-spacing:.035em;
}
.p-news-entry h3{
  font-size:24px;
  line-height:1.65;
  letter-spacing:.035em;
}
.p-news-entry h4{
  font-size:20px;
  line-height:1.65;
}

@media(max-width:767px){
  .p-news__header p{font-size:12px}
  .p-news__header h1{font-size:28px;line-height:1.55}
  .p-news-card__meta{font-size:13px;line-height:1.6}
  .p-news-card__meta span{min-width:66px;min-height:22px;font-size:12px}
  .p-news-card h2{font-size:16px;line-height:1.7}
  .p-news-categories h2{font-size:22px;line-height:1.6}
  .p-news-categories a{font-size:15px;line-height:1.6}
  .p-news-pagination .page-numbers,.p-news__back a{font-size:13px}
  .p-news-article__header h1{font-size:24px;line-height:1.65}
  .p-news-entry{font-size:15px;line-height:1.95}
  .p-news-entry h2{font-size:22px;line-height:1.6}
  .p-news-entry h3{font-size:20px;line-height:1.65}
  .p-news-entry h4{font-size:17px;line-height:1.65}
}
