@charset "UTF-8";

/*!
global > color
------------------------------
*/
main {
  font-weight: bold;
}

.top-bg {
  background-color: #E3E1D0;
}

/*!
global > content-width
------------------------------
*/
.u-inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 5rem;
}

/*!
global > font
------------------------------
*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku-w6";
}

p {
  font-size: 1.6rem;
}

@font-face {
  font-family: "Hiragino Kaku-w3";
  src: url(/lib/font/HiraKakuProN-W3-AlphaNum-01.otf);
}

@font-face {
  font-family: "Hiragino Kaku-w6";
  src: url(/lib/font/HiraKakuProN-W6-AlphaNum-01.otf);
  font-weight: bold;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

figure {
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  font-family: var(--font-family-base);
  line-height: 1.8;
}

/*!
component > component
------------------------------
*/
@media screen and (min-width: 426px) {
  .pc-br {
    display: block;
    /* PCを改行して */
  }

  .sp-br {
    display: none;
    /* SPの改行を隠す */
  }
}

@media screen and (max-width: 425px) {
  .pc-br {
    display: none;
    /* PCの改行を隠して */
  }

  .sp-br {
    display: block;
    /* SPを改行する */
  }
}

.ttl2 {
  width: 75%;
  padding-right: 3.7rem;
}

.ttl2__txt {
  font-family: ruika, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(3rem, 6vw, 6rem);
  border-bottom: 0.2rem #2f201b solid;
  line-height: 1.3em;
}

.mini-ttl {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: normal;
  line-height: 1.3em;
  padding-left: 2rem;
}

.long-line {
  width: 100%;
  padding-right: 0;
}

.article-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 0.8rem;

}

.article-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.article-title:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.article-tag {
  background-color: #8CCA9A;
  font-size: 1.4rem;
  margin-right: 0.8rem;
  padding: 0.5rem 1rem;
}

.article-tag:hover {
  opacity: 0.8;
}

.article-date {
  font-size: 1.4rem;
}

.more-btn:hover {
  background-color: #000;
  color: white;
  transition: 0.2s;
}

.p-breadcrumbNavList {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-family: "Hiragino Kaku-w3";
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .p-breadcrumbNavList {
    font-size: 1.1rem;
  }

}

.p-breadcrumbNavList b {
  font-weight: 400;
}

.p-breadcrumbNavList .separator {
  margin: 0 0.5em;
  display: inline;
  list-style: none;
}

.detail-ttl {
  font-size: clamp(3.6rem, 3vw, 3.6rem);
  font-weight: bold;
  font-family: ruika, sans-serif;
  margin-bottom: 4rem;
}

.detail-time {
  font-size: 1.4rem;
  font-family: "Hiragino Kaku-w3";
  font-weight: 400;
}

/* ==================
pagination
================== */

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  gap: 16px;
  margin-top: 8rem;
  flex-wrap: wrap;
}

.p-pagination__prev,
.p-pagination__next {
  font-size: 14px;
  text-decoration: none;
  padding: 6px 12px;
  color: #000;
  background-color: white;
}

.p-pagination__prev:hover,
.p-pagination__next:hover {
  opacity: 0.8;
}

.p-pagination__prev.is-disabled,
.p-pagination__next.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  color: #888;
}

.p-pagination__numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-pagination__number a,
.p-pagination__number span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease;
}

.p-pagination__number a:hover {
  background-color: #dfe9dd;
}

.p-pagination__number.is-active span {
  background-color: #9cd2aa;
  color: #fff;
  font-weight: bold;
  border: none;
}


/*!
layout > archive
------------------------------
*/
.n-archive-wrapper {
  padding: 5rem 0 10rem 0;
}

.n-archive-container {}


/*!
layout > header
------------------------------
*/
.header__line {
  background-color: #8CCA9A;
  height: 3rem;
  width: 100%;
}

.header__inner {
  display: flex;
  padding: 5rem 0;
  gap: 10%;
}

.header__logo {
  max-width: 30rem;
}

.header__txt-wrapper {
  width: 100%;
  display: flex;
}

.header__txt {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

/*!
layout > footer
------------------------------
*/
.footer {
  background-color: #9cd2aa;
  font-size: 1.4rem;
  padding: 5rem 0;
  font-weight: bold;
}

.footer__logo {
  border-bottom: solid gray;
  padding-bottom: 1rem;
}

.footer__top {
  display: flex;
  padding-bottom: 5rem;
  justify-content: space-between;
  gap: 5rem;
}

.footer__top__right {
  background-color: white;
  text-align: center;
  padding: 2rem 3rem;
}

.footer__top__left {
  max-width: 35rem;
}

.footer__top__left p {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.footer__middle__keyword {
  padding-bottom: 3rem;
}

.footer__middle__ttl {
  font-family: ruika, sans-serif;
  font-size: clamp(2.4rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.footer__middle__link {
  padding-bottom: 5rem;
}

.footer__middle__link a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer__middle__tag a {
  margin-left: 1rem;
}

.footer__middle__tag a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer__middle__tag a:first-child {
  margin-left: 0;
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  gap: 5%;
}

.footer__bottom__right {
  display: flex;
  gap: 2rem;
  margin-bottom: -1rem;
}

.footer__bottom__right a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer__company-logo {
  max-width: 20rem;
}

/*!
page > top > top (common)
------------------------------
*/
.pickup {
  padding: 5rem 0 10rem 0;
}

.pickup__contents {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}

.pickup__article figure:hover {
  opacity: 0.8;
}

.news__article figure:hover {
  opacity: 0.8;
}

.news-container {
  display: flex;
  font-size: 1.6rem;
  padding-top: 2rem;
  gap: 5rem;
}

.news-content {
  width: 75%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.news-item {
  background: white;
}

.sidebar {
  width: 25%;
}

.category-list button {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  text-align: left;
  cursor: pointer;
}

.category-list button:hover {
  border: 1px solid black;
}

.category-list button.active {
  background: #edeada;
  font-weight: bold;
}

.banners {
  margin-top: 20px;
}

.banner {
  background: white;
  height: 10rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aa0000;
}

.more-btn {
  display: block;
  margin: 2rem auto;
  padding: 0 1.5rem;
  border: none;
  background: white;
  border-radius: 1rem;
  font-size: 1.6rem;
}

.interview {
  padding: 10rem 0;
}

.interview__contents {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}

.youtube {
  padding: 10rem 0;
}

.youtube__contents {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}

/*!
page > top > page (common)
------------------------------
*/
.page-ttl {
  font-size: clamp(3rem, 6vw, 3.6rem);
  font-weight: bold;
  font-family: ruika, sans-serif;
  margin-bottom: 3rem;
}

.bread {
  font-family: "Hiragino Kaku-w3";
  font-weight: 400;
  font-size: 1.4rem;
}

.detail {
  padding-bottom: 10rem;
}

.detail__ttl {
  font-size: clamp(3rem, 6vw, 3.6rem);
  padding: 3rem 0;
}

.detail__contents {
  padding-bottom: 10rem;
  padding-top: 1rem;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku-w3";
  font-weight: 500;
}

.detail__txt {
  font-family: "Hiragino Kaku-w3";
  font-weight: 400;
  margin-bottom: 3rem;
}

.detail__link {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku-w3";
  font-weight: 400;
  margin-bottom: 3rem;
}

.detail__file {
  font-size: 1.6rem;
  margin: 3rem 0;
}

.tags {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.tags-label {
  width: 120px;
  /* ラベル部分の幅を固定 */
  font-weight: bold;
  flex-shrink: 0;
}

.tags-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.detail-tag {
  background-color: #8CCA9A;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}

.detail-tag:hover {
  opacity: 0.8;
}

.footer-line {
  height: 3rem;
  background-color: #E3E1D0;
  width: 100vw;
  /* ビューポート幅 */
  position: relative;
  /* 相対位置に */
  left: 50%;
  /* 親（wrapper）中央起点で */
  right: 50%;
  margin-left: -50vw;
  /* 画面左端へ引っ張る */
  margin-right: -50vw;
  /* 画面右端へ引っ張る */
}

/*!
responsive > responsive
------------------------------
*/
@media screen and (max-width: 768px) {
  .header__inner {
    flex-direction: column;
  }

  .header__txt {
    margin-top: 2rem;
  }

  .pickup__contents {
    flex-direction: column;
  }

  .news-container {
    flex-direction: column;
  }

  .news-content {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .sidebar {
    width: 100%;
  }

  .interview__contents {
    flex-direction: column;
  }

  .youtube__contents {
    flex-direction: column;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .ttl2 {
    width: 100%;
    padding-right: 0;
  }

  .sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .u-inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */