/*

---------------------------*/
.wp-block-image {
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .wp-block-image {
    padding-bottom: 15px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #036EB8;
}
.pagination li.no {
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #036EB8;
  box-sizing: border-box;
  margin-right: 10px;
}
.pagination li.no a, .pagination li.no span {
  line-height: 1;
}
.pagination li.no.current {
  background: #036EB8;
  color: #FFFFFF;
}
.pagination li.no.current a {
  color: #fff;
}
.pagination li.no:has(.next), .pagination li.no:has(.prev) {
  border: none;
}
.pagination li a {
  color: #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
@media (min-width: 769px) {
  .pagination li {
    height: 45px;
    width: 45px;
  }
  .pagination li a {
    height: 45px;
    width: 45px;
  }
}

#ajax-posts .pagination {
  margin-top: 50px;
}
#ajax-posts .pagination li a.prev:before,
#ajax-posts .pagination li a.next:before {
  content: none;
}
@media (min-width: 769px) {
  #ajax-posts .pagination {
    margin-top: 80px;
  }
}

/*
.newsTitleWrap
---------------------------*/
.newsTitleWrap .newsDateWrap {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.newsTitleWrap .date {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.newsTitleWrap .date p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 0;
}
.newsTitleWrap .category {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.newsTitleWrap .category p {
  display: inline-block;
  background-color: #1D2088;
  font-size: 12px;
  color: #fff;
  padding: 2px 8px;
  font-weight: 600;
}
.newsTitleWrap .category p + p {
  margin-left: 5px;
}
.newsTitleWrap .category p:nth-of-type(even) {
  background-color: #036EB8;
}
@media (min-width: 1000px) {
  .newsTitleWrap .date p {
    font-size: 24px;
  }
  .newsTitleWrap .category p {
    font-size: 16px;
  }
}

/*
.postDetail
---------------------------*/
.postDetail {
  padding-bottom: 40px;
  /*
  h2
  ---------------------------*/
  /*
  h3
  ---------------------------*/
  /*
  h4
  ---------------------------*/
}
.postDetail p {
  line-height: 1.7;
  padding-bottom: 1.5em;
}
.postDetail em {
  font-style: italic;
}
.postDetail strong {
  font-weight: 600;
}
.postDetail .linkBox {
  margin-top: 20px;
  width: 100%;
}
.postDetail .imageWrap {
  text-align: center;
  padding: 30px 0;
}
.postDetail .movieWrap {
  text-align: center;
  padding: 30px 0;
}
.postDetail .movieWrap video {
  width: 100%;
}
.postDetail a {
  color: #1D2088;
  font-weight: 600;
  text-decoration: underline;
}
.postDetail h2 {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.postDetail h2:before, .postDetail h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.postDetail h2:after {
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #ccc;
}
.postDetail h2:before {
  width: 50px;
  background-color: #036EB8;
  z-index: 2;
}
.postDetail h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 20px;
}
.postDetail h3:before, .postDetail h3:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #036EB8;
  position: absolute;
  top: 0;
  left: 0;
}
.postDetail h3:after {
  background-color: #1D2088;
  top: auto;
  bottom: 0;
}
.postDetail h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 15px;
}
.postDetail h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #036EB8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .postDetail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.postDetail h5, .postDetail h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.postDetail figure {
  margin-bottom: 20px;
}
.postDetail .wp-block-list {
  line-height: 1.7;
  padding-bottom: 1.5em;
}
.postDetail .wp-block-list li {
  list-style: disc;
  list-style-position: inside;
}
@media (min-width: 1000px) {
  .postDetail {
    padding-bottom: 60px;
    /*
    h2
    ---------------------------*/
    /*
    h3
    ---------------------------*/
    /*
    h4
    ---------------------------*/
  }
  .postDetail .imageWrap {
    padding: 60px 0;
  }
  .postDetail .imageWrap img {
    max-width: 700px;
  }
  .postDetail .movieWrap {
    padding: 60px 0;
  }
  .postDetail .movieWrap video {
    max-width: 700px;
  }
  .postDetail h2 {
    font-size: 31px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .postDetail h2:before, .postDetail h2:after {
    height: 4px;
  }
  .postDetail h2:before {
    width: 100px;
  }
  .postDetail h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .postDetail h3:before, .postDetail h3:after {
    width: 10px;
    height: 10px;
  }
  .postDetail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .postDetail h5, .postDetail h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .postDetail figure {
    margin-bottom: 30px;
  }
}

.postNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 40px;
  overflow: hidden;
}
.postNav .prev,
.postNav .next {
  position: relative;
}
.postNav .prev a,
.postNav .next a {
  white-space: nowrap;
  padding-right: 38px;
}
.postNav .prev a:before,
.postNav .next a:before {
  pointer-events: none;
  cursor: pointer;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  margin: auto;
}
.postNav .prev a {
  padding: 0 0 0 38px;
}
.postNav .prev a:before {
  right: auto;
  left: 0;
  transform: scale(-1, 1);
}
.postNav .vhidden {
  visibility: hidden;
}

.detailImageWrap {
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.detailImageWrap .detailImage {
  position: relative;
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.detailImageWrap .detailImage:nth-of-type(even) {
  margin-right: 0;
}
.detailImageWrap .detailImage:nth-of-type(n + 3) {
  margin-top: 30px;
}
.detailImageWrap .detailImage > div {
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
.detailImageWrap .detailImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 340px;
  margin: 5px;
}
@media (min-width: 1000px) {
  .detailImageWrap {
    padding: 30px 0;
    text-align: left;
  }
  .detailImageWrap .detailImage {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
  }
  .detailImageWrap .detailImage:nth-of-type(even) {
    margin-right: 30px;
  }
  .detailImageWrap .detailImage:nth-of-type(3n) {
    margin-right: 0;
  }
  .detailImageWrap .detailImage:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .detailImageWrap .detailImage:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

/*
#newsList
---------------------------*/
#newsList {
  padding: 30px 0 50px;
}
#newsList .date {
  font-family: "Outfit", sans-serif;
}
#newsList li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#newsList li a {
  display: block;
}
@media (min-width: 1000px) {
  #newsList {
    padding: 60px 0 100px;
  }
  #newsList li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/*
imagePostConent
---------------------------*/
.imagePostConent .postConentList {
  display: flex;
  flex-wrap: wrap;
}
.imagePostConent .postConentList li {
  position: relative;
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.imagePostConent .postConentList li:nth-of-type(even) {
  margin-right: 0;
}
.imagePostConent .postConentList li:nth-of-type(n + 3) {
  margin-top: 30px;
}
.imagePostConent .postImage,
.imagePostConent .postMovie {
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
.imagePostConent .postImage img,
.imagePostConent .postImage video,
.imagePostConent .postMovie img,
.imagePostConent .postMovie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagePostConent .postPdf {
  aspect-ratio: 2/3;
  margin-bottom: 10px;
}
.imagePostConent .postPdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagePostConent .recruiting {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 50px;
}
.imagePostConent .tagWrap {
  padding-bottom: 10px;
}
.imagePostConent .tagWrap .tag {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.imagePostConent .tagWrap .tag:nth-of-type(odd) {
  background-color: #1D2088;
}
.imagePostConent .tagWrap .tag:nth-of-type(even) {
  background-color: #036EB8;
}
@media (min-width: 1000px) {
  .imagePostConent .postConentList {
    display: flex;
    flex-wrap: wrap;
  }
  .imagePostConent .postConentList li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .imagePostConent .postConentList li:nth-of-type(even) {
    margin-right: 30px;
  }
  .imagePostConent .postConentList li:nth-of-type(4n) {
    margin-right: 0;
  }
  .imagePostConent .postConentList li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .imagePostConent .postConentList li:nth-of-type(n + 5) {
    margin-top: 40px;
  }
  .imagePostConent .postConentList.column3 li {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
  }
  .imagePostConent .postConentList.column3 li:nth-of-type(even) {
    margin-right: 30px;
  }
  .imagePostConent .postConentList.column3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .imagePostConent .postConentList.column3 li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .imagePostConent .postConentList.column3 li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

/*
textPostContent
---------------------------*/
.textPostContent li {
  border-bottom: 1px solid #333;
}
.textPostContent li:first-of-type {
  border-top: 1px solid #333;
}
.textPostContent li a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0;
}
.textPostContent li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/icon_dl.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}
.textPostContent li a span {
  position: relative;
  padding-left: 20px;
}
.textPostContent li a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
}
@media (min-width: 1000px) {
  .textPostContent li a {
    padding: 25px 20px 25px 0;
  }
}

/*
btn
---------------------------*/
.wp-block-button {
  position: relative;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  min-width: 80%;
  border: 1px solid #333;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}
.wp-block-button:hover {
  background-color: #1D2088;
  color: #fff;
}
.wp-block-button:hover .wp-block-button__link {
  color: #fff;
}
.wp-block-button:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.wp-block-button .wp-block-button__link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}
.wp-block-button:after {
  border-top: solid 1px #036EB8;
  border-right: solid 1px #036EB8;
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media (min-width: 1000px) {
  .wp-block-button {
    min-width: 450px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 18px;
    padding: 20px;
  }
  .wp-block-button:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

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