html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.content-row {
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .single .content-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .single .content-aside {
    margin-top: 80px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .single .content-aside ul {
    display: block;
  }
  .single .content-aside ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.content-aside h3 {
  margin: 0 auto 20px;
  padding-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .content-aside ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.content-aside ul li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-aside ul li:not(:last-child) {
    margin: 0;
  }
}
.content-aside ul li.is-active a {
  color: #5172A8;
}
@media screen and (min-width: 769px) {
  .content-aside ul li a:hover {
    color: #5172A8;
  }
}

.content-main {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .single .content-main {
    display: contents;
  }
}

.news-list-item {
  border-top: 1px solid #BABABA;
}
.news-list-item:last-child {
  border-bottom: 1px solid #BABABA;
}
.news-list-item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .news-list-item a {
    padding: 30px 10px;
    padding-right: 35px;
  }
}
.news-list-item a .icon-arrow {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #222222;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .news-list-item a .icon-arrow {
    right: 0;
  }
}
.news-img {
  width: 170px;
  aspect-ratio: 17/11;
}
@media screen and (max-width: 767px) {
  .news-img {
    width: 38vw;
  }
}
.news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-img + .news-content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .news-img + .news-content {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .news-img + .news-content .news-content-head {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 40vw);
    margin: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-img + .news-content .news-date {
    margin: 0 0 20px;
    padding: 0 0 0.5em;
    border: none;
    border-bottom: 1px solid #BABABA;
  }
}
@media screen and (max-width: 767px) {
  .news-img + .news-content .news-title {
    width: calc(100% - 50px);
  }
}
.single .news-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single .news-content {
    width: 100%;
    order: 1;
  }
}
.news-content-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 15px;
}
.single .news-content-head {
  margin: 0 auto 30px;
}
.news-content-body .news-title {
  margin-bottom: 80px;
  font-size: 2.125rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .news-content-body .news-title {
    margin-bottom: 50px;
    font-size: 1.6875rem;
  }
}
.news-content-body .content-row {
  margin: 3em auto 2em;
}
.news-date {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
  line-height: 1.4em;
  border-right: 1px solid #BABABA;
}
.news-date-day {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.66em;
}
.news-category {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.75rem;
  line-height: 1.4em;
  border: 1px solid #222222;
}
.news-title {
  display: block;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .news-title {
    font-size: 0.875rem;
  }
}
.news-title [class^=icon-] {
  vertical-align: middle;
}
.news-title [class^=icon-]::before {
  margin-left: 0.5em;
}
.news-title .icon-pdf,
.news-title .icon-word,
.news-title .icon-excel {
  margin-top: -0.3em;
}

.wp-pagenavi,
.pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi,
  .pagenation {
    margin-top: 70px;
  }
}
.single .wp-pagenavi,
.single .pagenation {
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .single .wp-pagenavi,
  .single .pagenation {
    order: 3;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.pagenation .current,
.pagenation .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #BABABA;
  border: 1px solid #BABABA;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .current:hover,
  .wp-pagenavi .page:hover,
  .pagenation .current:hover,
  .pagenation .page:hover {
    color: #222222;
    border-color: #222222;
  }
}
.wp-pagenavi .current,
.pagenation .current {
  color: #222222;
  border-color: #222222;
}
.wp-pagenavi .prevpostslink,
.wp-pagenavi .nextpostslink,
.pagenation .prevpostslink,
.pagenation .nextpostslink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}
.wp-pagenavi .prevpostslink::before, .wp-pagenavi .prevpostslink::after,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after,
.pagenation .prevpostslink::before,
.pagenation .prevpostslink::after,
.pagenation .nextpostslink::before,
.pagenation .nextpostslink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222222;
  transform-origin: calc(100% - 0.5px) 50%;
}
.wp-pagenavi .prevpostslink::before,
.wp-pagenavi .nextpostslink::before,
.pagenation .prevpostslink::before,
.pagenation .nextpostslink::before {
  transform: rotate(45deg);
}
.wp-pagenavi .prevpostslink::after,
.wp-pagenavi .nextpostslink::after,
.pagenation .prevpostslink::after,
.pagenation .nextpostslink::after {
  transform: rotate(-45deg);
}
.wp-pagenavi .prevpostslink,
.pagenation .prevpostslink {
  transform: scale(-1, 1);
}/*# sourceMappingURL=news.css.map */