@charset "UTF-8";
/* Google font読み込み */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*-------------------------------------------------
   アニメーション
-------------------------------------------------*/
@keyframes anime01 {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/*-------------------------------------------------
   コラム
	-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .kv-ttl-gray_txt-voice {
    font-size: 20vw;
  }
}
.column-index {
  padding-top: min(6.25vw, 120px);
  padding-bottom: min(7.8125vw, 150px);
  font-size: clamp(14px, 1.4285714286vw, 20px);
  line-height: 1.5;
}
.column-index .column-list {
  width: min(87.5%, 1400px);
  margin: 0 auto min(7.8125vw, 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.5em;
  text-align: left;
}
.column-index .column-list .column-item {
  width: calc((100% - 7em) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column-index .column-list .column-item .image-box {
  width: 100%;
  aspect-ratio: 420/220;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
  overflow: hidden;
}
.column-index .column-list .column-item .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.column-index .column-list .column-item .text-box {
  width: 100%;
  padding: 1.5em 1em;
}
.column-index .column-list .column-item .text-box p.post-date {
  font-size: 1em;
  color: #0069b5;
  font-weight: 700;
}
.column-index .column-list .column-item .text-box p.post-ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin: 0.25em 0 0.5em;
}
.column-index .column-list .column-item .text-box p.post-excerpt {
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.column-index .column-list .column-item .btn-more {
  position: relative;
  font-size: 0.8em;
  width: 13.75em;
  height: 3.125em;
  border-radius: 1.5625em;
  padding: 0 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0069b5;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
.column-index .column-list .column-item .btn-more::after {
  content: ">";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.column-index .column-list .column-item .btn-more:hover {
  opacity: 0.8;
}
.column-index .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.column-index .pagenation ul li {
  list-style: none;
}
.column-index .pagenation ul li a {
  text-decoration: none;
}
.column-index .pagenation ul li .page-numbers {
  min-width: 1.2em;
  display: inline-block;
}
.column-index .pagenation ul li .page-numbers.prev, .column-index .pagenation ul li .page-numbers.next {
  color: #a2a2a2;
}
.column-index .pagenation ul li .page-numbers.current {
  color: #0069b5;
}
.column-index .pagenation ul li .page-numbers:hover {
  opacity: 0.9;
  color: #0168b5;
}
@media screen and (max-width: 768px) {
  .column-index {
    width: 86.6666666667%;
    margin: 0 auto min(13.3333333333vw, 100px);
    font-size: 4vw;
    line-height: 1.6666666667;
  }
  .column-index .column-list {
    width: 100%;
    margin: 0 auto min(13.3333333333vw, 100px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.6666666667em;
    text-align: left;
  }
  .column-index .column-list .column-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .column-index .column-list .column-item .image-box {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
  }
  .column-index .column-list .column-item .text-box {
    width: 100%;
    padding: 1.5em 1em;
  }
  .column-index .column-list .column-item .text-box p.post-date {
    font-size: 1em;
    color: #0069b5;
    font-weight: 700;
  }
  .column-index .column-list .column-item .text-box p.post-ttl {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin: 0.25em 0 0.5em;
  }
  .column-index .column-list .column-item .text-box p.post-excerpt {
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
  .column-index .column-list .column-item .btn-more {
    position: relative;
    font-size: cacl(0.8em);
    width: 13.75em;
    height: 3.125em;
    border-radius: 1.5625em;
    padding: 0 2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0069b5;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
  }
  .column-index .column-list .column-item .btn-more::after {
    content: ">";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
  .column-index .column-list .column-item .btn-more:hover {
    opacity: 0.8;
  }
}

/*-------------------------------------------------
   コラム詳細
	-------------------------------------------------*/
.column-single {
  padding-top: min(6.25vw, 120px);
  padding-bottom: min(7.8125vw, 150px);
}
.column-single .column-content {
  font-size: clamp(15px, 1.8181818182vw, 20px);
  line-height: 1.5;
  width: min(87.5%, 1400px);
  margin: 0 auto;
  text-align: left;
}
.column-single .column-content .post-header {
  width: 100%;
  margin-bottom: min(2.6041666667vw, 50px);
}
.column-single .column-content .post-header .post-date {
  font-size: 0.9em;
  font-weight: 600;
  color: #0069b5;
}
.column-single .column-content .post-header .post-title {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
}
.column-single .column-content .post-content {
  width: min(91.6666666667%, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.column-single .column-content .post-content h2 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #0168b5;
  padding: 0.25em 1em;
  border: 1px solid #0168b5;
  margin-bottom: 1em;
}
.column-single .column-content .post-content h3 {
  font-size: 1.2em;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  background: #fe9901;
  color: #fff;
  border-radius: 2.5em;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
}
.column-single .column-content .post-content h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
}
.column-single .column-content .post-content p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.column-single .column-content .post-content p.txt-link a {
  font-weight: 500;
  color: #a2a2a2;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid #a2a2a2;
}
.column-single .column-content .post-content p.txt-link a::after {
  content: ">";
  margin-left: 1em;
}
.column-single .column-content .post-content p.txt-link a:hover {
  border-bottom: none;
}
.column-single .column-content .post-content ul {
  padding-left: 1.25em;
}
.column-single .column-content .post-content ul li {
  margin-bottom: 0.5em;
}
.column-single .column-content .post-content ul li::marker {
  color: #dfdfdf;
}
.column-single .column-content .post-content ol {
  padding-left: 1.25em;
}
.column-single .column-content .post-content ol li {
  padding-left: 0.25em;
  margin-bottom: 0.5em;
}
.column-single .column-content .post-content ol li::marker {
  color: #ff9a0b;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .column-single {
    padding-top: min(13.3333333333vw, 100px);
    padding-bottom: min(13.3333333333vw, 100px);
  }
  .column-single .column-content {
    font-size: 4vw;
    line-height: 1.6666666667;
    width: min(93.3333333333%, 700px);
    margin: 0 auto;
    text-align: left;
  }
  .column-single .column-content .post-header {
    width: 100%;
    margin-bottom: min(6.6666666667vw, 50px);
  }
  .column-single .column-content .post-header .post-date {
    font-size: 0.9333333333em;
    font-weight: 600;
    color: #0069b5;
  }
  .column-single .column-content .post-header .post-title {
    font-size: 1.3333333333em;
    line-height: 1.5;
    font-weight: 600;
  }
  .column-single .column-content .post-content {
    width: 92.8571428571%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .column-single .column-content .post-content h2 {
    font-size: 1.2666666667em;
    line-height: 1.2;
    color: #0168b5;
    padding: 0.25em 1em;
    border: 1px solid #0168b5;
    margin-bottom: 1em;
  }
  .column-single .column-content .post-content h3 {
    font-size: 1.2em;
    line-height: 1.2;
    width: -moz-fit-content;
    width: fit-content;
    background: #fe9901;
    color: #fff;
    border-radius: 2.5em;
    padding: 0.25em 1em;
    margin-bottom: 0.5em;
  }
  .column-single .column-content .post-content h4 {
    font-size: 1.1333333333em;
    font-weight: 600;
    margin: 0;
  }
  .column-single .column-content .post-content p {
    margin-bottom: 1.5em;
    line-height: 2;
  }
  .column-single .column-content .post-content p.txt-link a {
    font-weight: 500;
    color: #a2a2a2;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #a2a2a2;
  }
  .column-single .column-content .post-content p.txt-link a::after {
    content: ">";
    margin-left: 1em;
  }
  .column-single .column-content .post-content p.txt-link a:hover {
    border-bottom: none;
  }
  .column-single .column-content .post-content ul {
    padding-left: 1.25em;
  }
  .column-single .column-content .post-content ul li {
    margin-bottom: 0.5em;
  }
  .column-single .column-content .post-content ul li::marker {
    color: #dfdfdf;
  }
  .column-single .column-content .post-content ol {
    padding-left: 1.25em;
  }
  .column-single .column-content .post-content ol li {
    padding-left: 0.25em;
    margin-bottom: 0.5em;
  }
  .column-single .column-content .post-content ol li::marker {
    color: #ff9a0b;
    font-weight: bold;
  }
}/*# sourceMappingURL=column.css.map */