@charset "UTF-8";
.archive .pagenation {
  padding: 5rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .archive .pagenation {
    padding: 5rem 0;
  }
}
.archive .pagenation .nav-links {
  display: flex;
  justify-content: center;
}
.archive .pagenation .nav-links .page-numbers {
  border: 1px solid #707070;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .archive .pagenation .nav-links .page-numbers {
    font-size: 1.2rem;
    padding: 1rem 1.4rem;
  }
}
.archive .pagenation .nav-links .page-numbers.current, .archive .pagenation .nav-links .page-numbers:hover {
  background-color: #E5EEF5;
}

.title-wrapper {
  background: #2D70AF;
  background: linear-gradient(to right, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%), linear-gradient(135deg, #36c993 0%, #2f6ebd 22%, #2f6ebd 100%);
  padding: 7rem 1rem 10rem;
}
@media screen and (max-width: 1199px) {
  .title-wrapper {
    background: #2D70AF;
    background: linear-gradient(135deg, #38B087 0%, #2D70AF 22%, #2D70AF 100%);
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper {
    padding: 1rem 1rem 7rem;
  }
}
.title-wrapper .title-wrapper__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents {
  max-width: 900px;
  margin: 0 auto;
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time {
  justify-content: space-between;
  padding-bottom: 3rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time {
    display: block;
  }
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time .posts__category {
  display: flex;
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time .posts__category li:not(:last-child) {
  margin-right: 0.5rem;
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time .posts__category li a {
  color: #fff;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time .posts__category li a {
    font-size: 1.2rem;
  }
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time time {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time time {
    text-align: right;
    display: block;
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time time::before {
  content: "";
  background-image: url(../../images/common/icon-time-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .title-wrapper .title-wrapper__inner .title-wrapper__contents .cate-time time::before {
    width: 14px;
    height: 14px;
  }
}
.title-wrapper .title-wrapper__inner .title-wrapper__contents h1 {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-wrapper .title-wrapper__inner .title-wrapper__contents h1 {
    font-size: 2rem;
  }
}

.single .single-image {
  position: relative;
  margin-bottom: 480px;
}
@media screen and (max-width: 767px) {
  .single .single-image {
    margin-bottom: 65%;
  }
}
.single .single-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .single .single-image img {
    padding: 2.5rem 1rem 0;
  }
}
.single .single-contents .single-text #toc_container {
  width: 100%;
  padding: 2rem 3rem;
  background-color: rgba(200, 210, 220, 0.2);
  padding: 4rem 2rem;
  border: none;
  margin: 6rem auto 10rem;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text #toc_container {
    padding: 2.5rem 0;
  }
}
.single .single-contents .single-text #toc_container .toc_title {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text #toc_container .toc_title {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
.single .single-contents .single-text #toc_container .toc_list {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text #toc_container .toc_list {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text #toc_container .toc_list li {
    margin: 0 2rem;
  }
}
.single .single-contents .single-text #toc_container .toc_list li:not(:last-child) {
  border-bottom: 1px dashed #707070;
}
.single .single-contents .single-text #toc_container .toc_list li a {
  font-size: 2rem;
  font-weight: 700;
  color: #2D70AF;
  padding: 1.5rem 3rem;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text #toc_container .toc_list li a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
.single .single-contents .single-text h2 {
  background-image: url(../../images/common/bg-stripe-bl.svg);
  padding: 4rem 10rem;
  color: #2D70AF;
  font-size: 3rem;
  font-weight: 700;
  margin: 10rem 0 6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text h2 {
    font-size: 1.8rem;
    padding: 3rem 1rem;
    margin: 5rem 0 3rem;
  }
}
.single .single-contents .single-text h2 ~ *:not(h2) {
  max-width: 900px;
  margin: 0 auto;
}
.single .single-contents .single-text h3.wp-block-heading {
  color: #2D70AF;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 6rem auto 3rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text h3.wp-block-heading {
    margin: 5rem auto 2rem;
  }
}
.single .single-contents .single-text h3.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border: 10px solid transparent;
  border-left: 18px solid #2D70AF;
}
.single .single-contents .single-text h4.wp-block-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 6rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text h4.wp-block-heading {
    margin: 5rem auto 2rem;
  }
}
.single .single-contents .single-text h4.wp-block-heading::before {
  content: "●";
}
.single .single-contents .single-text h5.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.667;
  text-decoration: underline;
  margin: 6rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text h5.wp-block-heading {
    margin: 5rem auto 2rem;
  }
}
.single .single-contents .single-text .wp-block-image {
  margin-bottom: 3rem;
}
.single .single-contents .single-text .wp-block-image img {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.single .single-contents .single-text p {
  margin: 0 auto 1rem !important;
}
.single .single-contents .single-text p a {
  color: #3878B4;
  border-bottom: 1px solid;
}
.single .single-contents .single-text ol.wp-block-list, .single .single-contents .single-text ul.wp-block-list {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
  margin-bottom: 2rem;
}
.single .single-contents .single-text ol.wp-block-list li, .single .single-contents .single-text ul.wp-block-list li {
  line-height: 1.5;
}
.single .single-contents .single-text ol.wp-block-list li:not(:last-child), .single .single-contents .single-text ul.wp-block-list li:not(:last-child) {
  padding-bottom: 0.8rem;
}
.single .single-contents .single-text ul.wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 0.8rem;
  background-color: #3878B4;
}
.single .single-contents .single-text ol.wp-block-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.single .single-contents .single-text .wp-block-buttons {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .single .single-contents .single-text .wp-block-buttons {
    margin-bottom: 2rem;
  }
}
.single .single-contents .single-text .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 3rem;
}
.single .cta {
  margin: 20rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .single .cta {
    margin: 8rem 0 2rem;
  }
}
.single .cta .wrapper {
  border: 2px solid #2D70AF;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single .cta .wrapper {
    margin: 0 1rem;
  }
}
.single .cta .cta__main {
  background-image: url(../../images/common/bg-stripe-bl.svg);
  padding: 5rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__main {
    padding: 4rem 2rem;
  }
}
.single .cta .cta__main .cta__headline {
  color: #2D70AF;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.588;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__main .cta__headline {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.single .cta .cta__main .cta__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__main .cta__body {
    display: block;
  }
}
.single .cta .cta__main .cta__body .cta__item {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__main .cta__body .cta__item.cta__image-wrap {
    text-align: center;
  }
}
.single .cta .cta__main .cta__body .cta__item .cta__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.889;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__main .cta__body .cta__item .cta__text {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
}
.single .cta .cta__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7rem 4rem;
}
@media screen and (max-width: 767px) {
  .single .cta .cta__contact {
    display: block;
    padding: 3rem 2.5rem;
  }
}

.single-tags .posts-item__tags--link {
  position: relative;
  display: inline-block;
  margin-left: 1.2rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  color: #fff;
  background: #6EC3A9;
}
.single-tags .posts-item__tags--link::before, .single-tags .posts-item__tags--link::after {
  content: "";
  position: absolute;
}
.single-tags .posts-item__tags--link::before {
  top: 0;
  left: -12px;
  border-width: 15px 12px 15px 0;
  border-style: solid;
  border-color: transparent #6EC3A9 transparent transparent;
}
@media screen and (max-width: 767px) {
  .single-tags .posts-item__tags--link::before {
    left: -10px;
    border-width: 10px 10px 10px 0;
  }
}
.single-tags .posts-item__tags--link::after {
  top: calc(50% - 5px);
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .single-tags .posts-item__tags--link::after {
    top: calc(50% - 3px);
    left: -2px;
    width: 6px;
    height: 6px;
  }
}
.single-tags .posts-item__tags--link a {
  font-size: 1.2rem;
  display: block;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 767px) {
  .single-tags .posts-item__tags--link a {
    font-size: 1rem;
    padding: 0.4rem 0.5rem 0.3rem 0.7rem;
    height: 20px;
  }
}

.add-posts {
  margin-top: 12.5rem;
  background-color: rgba(56, 120, 180, 0.1);
  padding: 9rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .add-posts {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .add-posts .popular-posts {
    padding-top: 4rem;
  }
}
.add-posts .add-posts-item .section-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .add-posts .add-posts-item .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.add-posts .add-posts-item .posts-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .add-posts .add-posts-item .posts-list {
    display: block;
  }
}
.add-posts .add-posts-item .posts-list .posts-item-contents {
  max-width: 340px;
}

.tag-archive .tag-archive__list {
  padding-top: 6rem;
}
@media screen and (max-width: 575px) {
  .tag-archive .tag-archive__list {
    padding-top: 3rem;
  }
}

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