/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#mainvisual.subBlog .inner {
  justify-content: center;
  padding: 3rem 0;
}

@media screen and (max-width: 1199px) {
  #mainvisual.subBlog .inner {
    padding: 3rem 0 1rem;
  }
}

#mainvisual.subBlog .inner .left {
  padding-right: 0;
  margin-bottom: 0;
}

#mainvisual.subBlog .inner .category {
  display: none;
}

#mainvisual .inner {
  display: flex;
  justify-content: flex-start;
  padding: 5rem 0 3.5rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner {
    padding: 3rem 0 1rem;
  }
}

@media screen and (max-width: 991px) {
  #mainvisual .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner {
    padding: 2.5rem 0 1rem;
  }
}

#mainvisual .inner .left {
  padding-right: 7rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left {
    padding-right: 5rem;
  }
}

@media screen and (max-width: 991px) {
  #mainvisual .inner .left {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

#mainvisual .inner .left div h1 {
  background: linear-gradient(to bottom, #ef8200 50%, #124B7B 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left div h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .left div h1 {
    font-size: 10.5vw;
  }
}

#mainvisual .inner .left div p {
  font-weight: bold;
  font-size: 2rem;
  color: #124B7B;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left div p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .left div p {
    font-size: 4.25vw;
  }
}

#mainvisual .inner .category {
  flex: 1;
  border-left: 1px solid #333;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 3rem;
}

@media screen and (max-width: 991px) {
  #mainvisual .inner .category {
    padding-left: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .category {
    flex: unset;
    width: 100%;
  }
}

#mainvisual .inner .category p {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 991px) {
  #mainvisual .inner .category p {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .category p {
    font-size: 1rem;
  }
}

#mainvisual .inner .category ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .category ul {
    justify-content: center;
    gap: 1rem 0.5rem;
    width: 100%;
  }
}

#mainvisual .inner .category ul li a {
  font-size: 1rem;
  border: 1px solid #333;
  padding: 6px 1rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

#mainvisual .inner .category ul li a:hover {
  color: #FFF;
  border-color: #124B7B;
  background-color: #124B7B;
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .category ul li a {
    font-size: 14px;
  }
}

main.news .headTitle {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 2px;
  margin-bottom: 2.5rem;
  position: relative;
  color: #124B7B;
  text-align: center;
}

@media screen and (max-width: 991px) {
  main.news .headTitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.news .headTitle {
    font-size: 1.25rem;
  }
}

main.news .headTitle::before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  background-color: #124B7B;
}

@media screen and (max-width: 767px) {
  main.news .headTitle::before {
    height: 2px;
  }
}

main.news.detailSection .inner {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

main.news.detailSection .inner article .headingArticle {
  margin-bottom: 2.5rem;
}

main.news.detailSection .inner article .headingArticle div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

main.news.detailSection .inner article .headingArticle div span {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  main.news.detailSection .inner article .headingArticle div span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  main.news.detailSection .inner article .headingArticle div span {
    font-size: 16px;
  }
}

main.news.detailSection .inner article .headingArticle div p {
  font-size: 14px;
  background-color: #ef8200;
  color: #FFF;
  border-radius: 40px;
  padding: 0.15rem 0.575rem;
  border-radius: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  main.news.detailSection .inner article .headingArticle div p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  main.news.detailSection .inner article .headingArticle div p {
    font-size: 14px;
  }
}

main.news.detailSection .inner article .headingArticle h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  main.news.detailSection .inner article .headingArticle h2 {
    font-size: 20px;
  }
}

main.news.detailSection .inner article .articleSection {
  line-height: 1.75;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  main.news.detailSection .inner article .articleSection {
    font-size: 15px;
  }
}

main.news.detailSection .inner article .articleSection img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  margin-bottom: 1rem;
  display: block;
}

main.news.detailSection .inner article .articleSection .wp-block-image {
  margin-bottom: 2rem;
  max-width: max-content;
}

main.news.detailSection .inner article .articleSection .wp-block-image img {
  margin-bottom: 0;
}

main.news.detailSection .inner article .articleSection .wp-block-image figcaption {
  font-size: 85%;
  margin-top: 0.25rem;
  text-align: center;
}

main.news.detailSection .inner article .articleSection p {
  margin-bottom: 1rem;
}

main.news.detailSection .inner article .articleSection h1, main.news.detailSection .inner article .articleSection h2, main.news.detailSection .inner article .articleSection h3, main.news.detailSection .inner article .articleSection h4, main.news.detailSection .inner article .articleSection h5, main.news.detailSection .inner article .articleSection h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

main.news.detailSection .inner article .articleSection h1 {
  font-size: 2em;
}

main.news.detailSection .inner article .articleSection h2 {
  font-size: 1.5em;
}

main.news.detailSection .inner article .articleSection h3 {
  font-size: 1.17em;
}

main.news.detailSection .inner article .articleSection h4 {
  font-size: 1em;
}

main.news.detailSection .inner article .articleSection h5 {
  font-size: 0.83em;
}

main.news.detailSection .inner article .articleSection h6 {
  font-size: 0.67em;
}

main.news .listBlog {
  padding: 3.5rem 0 7rem;
}

@media screen and (max-width: 767px) {
  main.news .listBlog {
    padding: 2.5rem 0 5rem;
  }
}

main.news .listBlog .inner .listArticle ul {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.5rem;
}

@media screen and (max-width: 1199px) {
  main.news .listBlog .inner .listArticle ul {
    gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  main.news .listBlog .inner .listArticle ul {
    display: block;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul {
    padding: 0 1.75rem;
  }
}

main.news .listBlog .inner .listArticle ul li {
  width: calc(100%/2 - 1.5rem);
}

@media screen and (max-width: 991px) {
  main.news .listBlog .inner .listArticle ul li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

main.news .listBlog .inner .listArticle ul li a {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul li a {
    flex-direction: column;
  }
}

main.news .listBlog .inner .listArticle ul li a:hover .img div {
  transform: scale(1.05);
}

main.news .listBlog .inner .listArticle ul li a .img {
  width: 300px;
  height: 204px;
  border-radius: 1.5rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  main.news .listBlog .inner .listArticle ul li a .img {
    width: 56.3%;
    height: 17vw;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 991px) {
  main.news .listBlog .inner .listArticle ul li a .img {
    height: 25vw;
    width: 42.5%;
  }
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul li a .img {
    width: 100%;
    height: 47.5vw;
    border-radius: 0.5rem;
  }
}

main.news .listBlog .inner .listArticle ul li a .img div {
  background: #EEE;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
  transform: scale(1);
}

@media screen and (max-width: 1199px) {
  main.news .listBlog .inner .listArticle ul li a .img div {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul li a .img div {
    border-radius: 0.5rem;
  }
}

main.news .listBlog .inner .listArticle ul li a .text {
  flex: 1;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul li a .text {
    padding-left: 0rem;
    padding-top: 1rem;
  }
}

main.news .listBlog .inner .listArticle ul li a .text div {
  margin-bottom: 0.5rem;
}

main.news .listBlog .inner .listArticle ul li a .text div span {
  font-size: 14px;
  display: block;
  margin-bottom: 0.25rem;
}

main.news .listBlog .inner .listArticle ul li a .text div .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  height: 23px;
  overflow: hidden;
}

main.news .listBlog .inner .listArticle ul li a .text div .categories p {
  font-size: 12px;
  background-color: #ef8200;
  color: #FFF;
  border-radius: 40px;
  padding: 0.15rem 0.575rem;
  border-radius: 1.5rem;
  font-weight: bold;
}

main.news .listBlog .inner .listArticle ul li a .text h4 {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1.75;
  max-height: 63px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  main.news .listBlog .inner .listArticle ul li a .text h4 {
    font-size: 16px;
    max-height: 56px;
  }
}

main.news .listBlog .inner .listArticle ul li a .text .desc {
  font-size: 14px;
  max-height: 63px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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