@charset "UTF-8";
figure {
  overflow: hidden;
  margin: 0;
}
figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

main section.main_ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  main section.main_ttl {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  main section.main_ttl .content {
    width: 90%;
  }
}
main section.main_ttl .content h2 span {
  display: block;
  color: #888;
  font-weight: bold;
  letter-spacing: 1.5px;
}
main section.main_ttl .content h2 img {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  main section.main_ttl .content h2 img {
    width: 65%;
  }
}
@media only screen and (max-width: 640px) {
  main section.main_ttl .content .sub_ttl {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 640px) {
  main section.main_ttl .content p {
    font-size: 15px;
  }
}
main .column_list {
  max-width: 1100px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 54px;
}
@media only screen and (max-width: 640px) {
  main .column_list {
    gap: 30px 0;
    width: 90%;
    justify-content: space-between;
  }
}
main .column_list .column_box {
  width: 330px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  main .column_list .column_box {
    width: 48%;
  }
}
main .column_list .column_box a figure {
  width: 330px;
  height: 220px;
}
@media only screen and (max-width: 640px) {
  main .column_list .column_box a figure {
    width: 100%;
    height: 112px;
  }
}
main .column_list .column_box a .txt {
  padding-top: 10px;
  text-align: left;
}
main .column_list .column_box a .txt .date {
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  main .column_list .column_box a .txt .date {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
main .column_list .column_box a .txt .column_ttl {
  margin: 10px 0;
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  main .column_list .column_box a .txt .column_ttl {
    font-size: 13px;
    margin: 6px 0 0;
    font-weight: normal;
  }
}
main .column_list .column_box a .txt p {
  font-size: 13px;
  text-align: justify;
}
main .column_list .column_box i {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #2a4691;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 18px;
  position: absolute;
  top: -15px;
  left: -15px;
  line-height: 75px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  main .column_list .column_box i {
    font-size: 11px;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

h3 {
  font-size: 20px !important;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 15px !important;
    margin-bottom: 30px;
  }
}

.en {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 38px !important;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .en {
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.button {
  margin-top: 1.5rem;
}
.button a {
  margin: 0 auto;
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #ad9268;
  border: 1px solid #ad9268;
}
.button a::before {
  margin-right: 10px;
  content: "▶︎";
  display: inline-block;
}

.marker {
  color: #2a4691;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #fcf3d6 50%);
}
@media only screen and (max-width: 640px) {
  .marker {
    font-size: 15px !important;
    background: linear-gradient(transparent 50%, #fcf3d6 15%);
  }
}

.pagination {
  margin-bottom: 70px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 0 15px;
  align-items: center;
}
.pagination .page-numbers li span {
  color: #444;
  padding: 5px 10px;
}
.pagination .page-numbers li span.current {
  background-color: #444;
  color: #fff;
}/*# sourceMappingURL=column.min.css.map */