@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px) {
  .pc-only {
    display: none;
  }
}
.clip-animate {
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate3 {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-active {
  opacity: 1 !important;
  -webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}
.ez-toc-icon-toggle-span {
  display: none !important;
}
#ez-toc-container {
  width: 80%;
  margin: 2rem auto 5rem auto;
  border-radius: 4px;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  #ez-toc-container {
    width: 100%;
  }
}
.ez-toc-title-container {
  text-align: center;
  padding: 1rem 0;
  background-color: #eeeeee;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 639px) {
  .ez-toc-title-container {
    font-size: 1.8rem;
  }
}
.ez-toc-list {
  padding: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 639px) {
  .ez-toc-list {
    font-size: 1.6rem;
  }
}
.ez-toc-link {
  line-height: 4.6rem;
}
.news-container {
  width: 90vw;
  max-width: 800px;
  margin: 10rem auto;
  /* ★最初のカラムのtdだけ色を変える */
}
.news-container h1,
.news-container h2,
.news-container h3 {
  font-weight: bold;
}
.news-container ul {
  margin: 0;
  padding-left: 1.5em;
}
.news-container ul li {
  margin: 0.5rem 0;
  list-style: disc;
}
.news-container ul ol li {
  margin: 0.5rem 0;
  list-style: decimal;
}
.news-container a {
  color: #007acc;
  text-decoration: underline;
}
.news-container .marker-yellow {
  background: linear-gradient(transparent 60%, #fff176 60%);
}
.news-container .marker-blue {
  background: linear-gradient(transparent 60%, #87ceeb 60%);
}
.news-container .article-table {
  margin: 2em 0;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  /* カラムごとに色を変える */
}
.news-container .article-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  min-width: 500px;
}
.news-container .article-table th,
.news-container .article-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
  line-height: 1.6;
}
.news-container .article-table thead th {
  background: linear-gradient(135deg, #4a90e2, #007acc);
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}
.news-container .article-table thead th:first-child {
  border-top-left-radius: 8px;
}
.news-container .article-table thead th:last-child {
  border-top-right-radius: 8px;
}
.news-container .article-table thead th:nth-child(1) {
  background: #4a90e2;
}
.news-container .article-table thead th:nth-child(2) {
  background: #f39c12;
}
.news-container .article-table thead th:nth-child(3) {
  background: #27ae60;
}
.news-container .article-table thead th:nth-child(4) {
  background: #8e44ad;
}
.news-container .article-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.news-container .article-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.news-container .article-table td {
  color: #333;
}
.news-container .article-table td a {
  color: #007acc;
  text-decoration: underline;
}
.news-container .article-table tbody td:first-child {
  background: #eef5ff;
  /* 淡いブルーなど */
  font-weight: bold;
}
@media (max-width: 639px) {
  .news-container {
    margin: 50px auto;
  }
  .news-container p {
    font-size: 1.5rem;
  }
}
.news-container img {
  max-width: 100%;
  height: auto;
}
.news-container .news-head {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5rem;
}
.news-container .news-head .date {
  font-size: 1.4rem;
  color: #666;
}
.news-container .news-head .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5rem 0 2rem 0;
}
.news-container .back-btn {
  width: fit-content;
  padding-left: 8rem;
  padding-right: 8rem;
  margin: 8rem auto 3rem auto;
}
.news-container .back-btn a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 4;
}
.news-container .back-btn a:hover {
  color: #333;
}
.news-container .back-btn:hover a {
  color: #333;
}
.news-container .news-list {
  padding: 5rem 0;
}
@media (max-width: 639px) {
  .news-container .news-list {
    padding: 20px 0;
  }
}
.news-container .news-list .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #eee;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.news-container .news-list .news-item .thumbnail {
  width: 20rem;
  height: 15rem;
  object-fit: cover;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news-container .news-list .news-item .thumbnail img {
  width: 20rem;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
.news-container .news-list .news-item .thumbnail:hover img {
  width: 21rem;
  height: 16rem;
}
.news-container .news-list .news-item .thumbnail h2 {
  font-size: 2rem;
  color: #fff;
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .news-container .news-list .news-item .thumbnail {
    width: 20vw;
    height: 15vw;
  }
  .news-container .news-list .news-item .thumbnail img {
    width: 20vw;
    height: 15vw;
  }
  .news-container .news-list .news-item .thumbnail:hover img {
    width: 21vw;
    height: 16vw;
  }
  .news-container .news-list .news-item .thumbnail h2 {
    font-size: 1.4rem;
  }
}
.news-container .news-list .news-item .info {
  width: 70%;
}
.news-container .news-list .news-item .info .date {
  font-family: "akrobat", sans-serif;
  font-size: 1.4rem;
  color: #666;
}
.news-container .news-list .news-item .info .date .category {
  margin-left: 0.5rem;
  background-color: #888;
  color: white;
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  position: relative;
  top: -0.3rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
.news-container .news-list .news-item .info .title {
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.news-container .news-list .news-item .view-more {
  font-family: "akrobat", sans-serif;
  color: #333;
}
.news-container .pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.news-container .pagination a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-family: "akrobat", sans-serif;
}
.news-container .pagination .not-page {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.news-container .pagination .not-page:hover {
  background-color: #eee;
  color: #000;
}
.news-container .pagination .page {
  background-color: #333;
  color: white;
}
