@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(/assets/font/Roboto-Bold.ttf) format("tff");
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/font/Roboto-Bold.ttf) format("tff");
}
/*TOPページNEWS*/
.top-news {
  padding-left: 16px;
  padding-right: 16px;
}
.top-news .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
.top-news .inner .news-list {
  margin-bottom: 32px;
}
@media only screen and (min-width: 480px) {
  .top-news {
    padding-left: 5.5%;
    padding-right: 5.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.news-list .news-item a {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
  color: #40454a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list .news-item a .news-date {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .news-list .news-item a {
    padding: 32px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-list .news-item a .news-date {
    margin-bottom: 0;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 16px;
  }
}

.news-back {
  margin-bottom: 64px;
}

.news-single-header {
  padding-top: 40px;
}
.news-single-header .news-single-date {
  margin-bottom: 4px;
  display: block;
  font-size: 1rem;
}
.news-single-header .news-single-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.news-single-header .news-single-thumb {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .news-single-header .news-single-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .news-single-header .news-single-date {
    font-size: 1.25rem;
  }
  .news-single-header .news-single-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.pager .page-numbers {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ccd1d5;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
}
.pager .page-numbers.current {
  background-color: #2FC3BE;
}

.news-single-content .wp-block-image {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
  margin-bottom: 24px;
}
.news-single-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.news-single-content .wp-block-image .wp-element-caption {
  padding: 24px 40px;
  margin: 0;
}
.news-single-content a {
  color: #2fc3be;
}
.news-single-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h5 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content p {
  margin-bottom: 20px;
}
.news-single-content ul {
  margin-bottom: 20px;
}
.news-single-content ul li {
  margin-bottom: 8px;
  margin-left: 16px;
  position: relative;
}
.news-single-content ul li::before {
  position: absolute;
  left: -16px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #545d66;
  border-radius: 50%;
  margin-right: -8px;
}
.news-single-content ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 20px;
}
.news-single-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
  margin-left: 16px;
}
.news-single-content ol li::marker {
  width: 28px;
}
.news-single-content table {
  margin-bottom: 20px;
}
.news-single-content .wp-block-quote {
  border-left: 4px solid #d1d1d1;
  padding: 4px 4px 4px 16px;
  margin: 0;
  margin-bottom: 20px;
}
.news-single-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.news-single-content .wp-block-buttons .wp-block-button__link {
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2fc3be;
  color: #fff;
  font-weight: 700;
  border-radius: 28px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin-bottom: 20px;
}
.news-single-content .wp-block-buttons .wp-block-button__link::after {
  content: "";
  background-color: #128f8f;
  border-radius: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.news-single-content .wp-block-buttons .wp-block-button__link:hover::after, .news-single-content .wp-block-buttons .wp-block-button__link:active::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s, transform 0.3s ease-in-out;
  transition: opacity 0.5s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .news-single-content .wp-block-buttons .wp-block-button__link {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .news-single-content .wp-block-buttons .wp-block-button__link {
    height: 56px;
  }
}
.news-single-content .wp-block-embed__wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-single-content .wp-block-embed.wp-has-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.news-single-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper,
.news-single-content .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single-content .wp-block-separator {
  max-width: 100%;
  border-top: 1px solid #d1d1d1;
  margin: 40px 0;
}
.wp-block-media-text{
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .news-single-content .wp-block-image {
    margin-bottom: 40px;
  }
  .news-single-content h2 {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .news-single-content h3 {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .news-single-content h4 {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .news-single-content h5 {
    margin-bottom: 32px;
  }
  .news-single-content h6 {
    margin-bottom: 32px;
  }
  .news-single-content p {
    margin-bottom: 32px;
  }
  .news-single-content ul {
    margin-bottom: 32px;
  }
  .news-single-content ol {
    margin-bottom: 32px;
  }
  .news-single-content table {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-quote {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-buttons .wp-block-button__link {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-embed__wrapper {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-embed.wp-has-aspect-ratio {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-separator {
    margin: 64px 0;
  }
  .wp-block-media-text{
  margin-bottom: 32px;
}
}

/*=========================================
TOP JOURNAL
=========================================*/

.journal {
  padding-left: 16px;
  padding-right: 16px;
}

.journal .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.journal .parts_h4 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

/* ---------- List ---------- */

.journal-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
}

.journal-item {
  width: 100%;
  min-width: 0;
}

.journal-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: #40454a;
  text-decoration: none;
  transition: .3s;
  padding: 8px;
}

.journal-item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* ---------- Image ---------- */

.journal-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f5f5;
}

.journal-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.journal-category {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #2fc3be;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
}

/* ---------- Body ---------- */

.journal-body {
  padding: 16px 0;
}

.journal-title {
  margin-bottom: 24px;
  color: #40454a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}

.journal-date {
  display: none;
}

/* ---------- Meta ---------- */

.journal-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #7b858c;
  font-size: .9rem;
}

.journal-author-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.journal-author {
  color: #7b858c;
}

.journal-relative {
  color: #7b858c;
}

/* ---------- SP余白 ---------- */

@media only screen and (min-width:480px){

  .journal{
    padding-left:5.5%;
    padding-right:5.5%;
    box-sizing:border-box;
  }

}

/* ---------- PC ---------- */

@media only screen and (min-width:900px){

  .journal-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .journal-title{
    font-size:1.125rem;
  }

}

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