.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

@media screen and (max-width: 520px) {
  .wp-pagenavi {
    padding-bottom: 48px;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border: 1px solid #22ACD5;
  border-radius: 4px;
  color: #22ACD5;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    margin: 0 4px;
  }
}

.wp-pagenavi .page:not(.current):hover,
.wp-pagenavi .current:not(.current):hover,
.wp-pagenavi .nextpostslink:not(.current):hover,
.wp-pagenavi .previouspostslink:not(.current):hover {
  background: #22ACD5;
  color: #FCFCFC;
}

.wp-pagenavi .current {
  background: #22ACD5;
  color: #FCFCFC;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  max-width: 80px;
  font-family: "Barlow", sans-serif;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 120px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 100px;
  }
}

@media screen and (max-width: 520px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    position: absolute;
    width: calc(50% - 8px);
    bottom: 0;
  }
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_blu.svg") no-repeat;
  width: 12px;
  height: 5px;
}

.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .previouspostslink:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_wht.svg");
}

@media screen and (max-width: 520px) {
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
}

.wp-pagenavi .previouspostslink::before {
  top: calc( 50% - 3px);
  left: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 520px) {
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
}

.wp-pagenavi .nextpostslink::before {
  right: 10px;
}

.pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .pagelink {
    width: calc( 100% + 6px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@media screen and (max-width: 520px) {
  .pagelink {
    padding-bottom: 48px;
  }
}

.pagelink__prev, .pagelink__next, .pagelink__back {
  margin: 0 6px;
}

.pagelink__prev a, .pagelink__next a, .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  border: 1px solid #22ACD5;
  border-radius: 4px;
  color: #22ACD5;
  font-size: 1.7rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media screen and (max-width: 960px) {
  .pagelink__prev a, .pagelink__next a, .pagelink__back a {
    height: 40px;
    font-size: 1.5rem;
  }
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  background: #22ACD5;
  color: #FCFCFC;
}

.pagelink__back {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .pagelink__back {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 520px) {
  .pagelink__back {
    width: 100%;
  }
}

.pagelink__prev, .pagelink__next {
  width: 140px;
}

@media screen and (max-width: 960px) {
  .pagelink__prev, .pagelink__next {
    width: 100px;
  }
}

@media screen and (max-width: 520px) {
  .pagelink__prev, .pagelink__next {
    position: absolute;
    width: calc(50% - 12px);
    right: 0;
    bottom: 0;
  }
}

.pagelink__prev a::before, .pagelink__next a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_blu.svg") no-repeat;
  width: 12px;
  height: 5px;
}

.pagelink__prev a:hover::before, .pagelink__next a:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_wht.svg");
}

@media screen and (max-width: 520px) {
  .pagelink__prev {
    left: 0;
  }
}

.pagelink__prev a::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  top: calc( 50% - 3px);
  right: auto;
  left: 16px;
}

#archive .news-list {
  border-top: solid 1px rgba(34, 172, 213, 0.4);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive .news-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#archive .news-list__item {
  padding: 24px 0;
  border-bottom: solid 1px rgba(34, 172, 213, 0.4);
}

@media screen and (max-width: 960px) {
  #archive .news-list__item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list__item {
    padding: 16px 0;
  }
}

#archive .news-list__item .news-date {
  font-size: 1.5rem;
  color: #22ACD5;
}

#archive .news-list__item .news-ttl {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #archive .news-list__item .news-ttl {
    font-size: 1.7rem;
  }
}

#archive .news-list__item .news-ttl a:hover {
  text-decoration: underline;
}

#archive .news-list__item .news-dtl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #9F9F9F;
}

#single .news .editor-styles-wrapper {
  font-size: 1.7rem;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #single .news .editor-styles-wrapper {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

#single .news .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#single .news .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#single .news .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#single .news .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#single .news h2 {
  margin-bottom: calc(8px * 3);
  padding: 12px 24px;
  font-size: 2.6rem;
  background: linear-gradient(45deg, #eff9fc 0%, #f6fdfA 100%);
  color: #324152;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .news h2 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news h2 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .news h2 {
    font-size: 2.3rem;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #single .news h2 {
    font-size: 2rem;
    padding: 8px 12px;
  }
}

#single .news h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 24px;
  color: #324152;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .news h3 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news h3 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .news h3 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  #single .news h3 {
    text-align: left;
    font-size: 2rem;
    padding-left: 20px;
  }
}

#single .news h3::before, #single .news h3::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 3px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single .news h3::before, #single .news h3::after {
    height: 32px;
  }
}

#single .news h3::before {
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#22ACD5), to(#21D899));
  background: linear-gradient(#22ACD5, #21D899);
}

#single .news h3::after {
  left: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCBD1D), to(#FF8829));
  background: linear-gradient(#FCBD1D, #FF8829);
}

#single .news h4 {
  position: relative;
  margin-bottom: calc(8px * 1);
  padding-left: 24px;
  color: #324152;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .news h4 {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news h4 {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  #single .news h4 {
    margin-bottom: 4px;
    font-size: 1.7rem;
  }
}

#single .news h4::before {
  position: absolute;
  top: calc( 50% - 7px);
  left: 0;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/gnav-dec.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

@media screen and (max-width: 768px) {
  #single .news h4::before {
    width: 17px;
    height: 15px;
  }
}

#single .news .has-blk-color {
  color: #324152;
}

#single .news .has-wht-color {
  color: #ffffff;
}

#single .news .has-blu-color {
  color: #22ACD5;
}

#single .news .has-yel-color {
  color: #FF8829;
}

#single .news .has-blk-background-color {
  background-color: #324152;
}

#single .news .has-wht-background-color {
  background-color: #ffffff;
}

#single .news .has-main-background-color {
  background-color: #eff9fc;
}

#single .news .has-sub-background-color {
  background-color: #fef2e8;
}

#single .news p {
  margin: 0 0 32px;
  color: #324152;
}

#single .news p strong {
  font-weight: bold;
}

#single .news p a {
  text-decoration: underline;
  color: #324152;
}

#single .news p a:hover {
  text-decoration: none;
}

#single .news ul {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  #single .news ul {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news ul {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single .news ul li {
  position: relative;
  background: none;
  padding: 0 0 0 14px;
  list-style-type: none;
}

#single .news ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}

#single .news ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #22ACD5;
  border-radius: 50%;
}

#single .news ul li:nth-child(even)::before {
  background: #FCBD1D;
}

#single .news ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

#single .news ol.wp-block {
  padding: 0 0 0 20px;
}

#single .news ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

#single .news ol li::marker {
  color: #22ACD5;
}

#single .news ol li div {
  display: inline;
}

#single .news .wp-block-image {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  #single .news .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single .news .wp-block-image img {
  width: auto;
}

#single .news .wp-block-image img img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  #single .news .wp-block-image img img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .news .wp-block-image img img {
    border-radius: calc(6px * 0.5);
  }
}

#single .news .wp-block-columns {
  margin: 0 0 32px;
}

#single .news .wp-block-columns .wp-block-image {
  margin: 0;
}

#single .news .wp-block-columns .wp-block-image img {
  width: 100%;
}

#single .news .wp-block-separator {
  margin: 40px 0;
}

@media screen and (max-width: 960px) {
  #single .news .wp-block-separator {
    margin: 24px 0 28px;
  }
}

#single .news .news-date {
  margin-bottom: calc(8px * 1);
  color: #22ACD5;
}

@media screen and (max-width: 960px) {
  #single .news .news-date {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-date {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

#single .news .news-ttl {
  padding-bottom: calc(8px * 3);
  margin-bottom: calc(8px * 3);
  border-bottom: solid 1px rgba(34, 172, 213, 0.4);
  font-size: 2.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .news .news-ttl {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-ttl {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .news .news-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .news .news-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-ttl {
    font-size: 2rem;
  }
}

#single .news .news-dtl {
  padding-bottom: calc(8px * 4);
  margin-bottom: calc(8px * 4);
  border-bottom: solid 1px rgba(34, 172, 213, 0.4);
}

@media screen and (max-width: 960px) {
  #single .news .news-dtl {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-dtl {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .news .news-dtl {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-dtl {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single .news .news-dtl .wp-block-image {
  margin-bottom: calc(8px * 4);
  position: relative;
  aspect-ratio: 4/3;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #single .news .news-dtl .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single .news .news-dtl .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single .news .news-dtl .wp-block-image img {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*# sourceMappingURL=../../maps/pages/news.css.map */
