.contents_inner {
  max-width: 1100px;
  margin-inline: auto;
}

#public {
  padding-inline: 35px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
@media screen and (min-width: 576px) {
  #public {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #public {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #public {
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}
@media screen and (min-width: 992px) {
  #public {
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
  }
}

.public_title_block {
  position: relative;
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .public_title_block {
    padding-block: 80px;
  }
}
@media screen and (min-width: 992px) {
  .public_title_block {
    padding-block: 80px 100px;
  }
}
.public_title_block::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 390/330;
  background-image: url("../../img/public/public_bg_object_sp.webp");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .public_title_block::before {
    left: -40px;
  }
}
@media screen and (min-width: 992px) {
  .public_title_block::before {
    aspect-ratio: 1366/330;
    left: -60px;
    background-image: url("../../img/public/public_bg_object.webp");
  }
}
@media screen and (min-width: 1200px) {
  .public_title_block::before {
    left: calc((100vw - 1100px) / 2 * -1);
  }
}

.public_title p {
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.8rem;
  color: #0064B6;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .public_title p {
    font-size: 1.6rem;
  }
}
.public_title h2 {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  color: #0064B6;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .public_title h2 {
    font-size: 4rem;
  }
}

.public_description {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .public_description {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .public_flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .public_archive_wrapper {
    width: 910px;
  }
}

.public_archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px 25px;
}

.public_archive > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 576px) {
  .public_archive {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 25px;
  }
}
@media screen and (min-width: 992px) {
  .public_archive {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .public_archive {
    max-width: 910px;
  }
}

.public_post a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .public_post a:hover .public_post_thumbnail img {
    scale: 1.05;
  }
  .public_post a:hover .public_post_title {
    color: #0064B6;
  }
}

.public_post_thumbnail {
  border-radius: 20px;
  overflow: hidden;
  max-height: 180px;
}
.public_post_thumbnail img {
  border-radius: 20px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.public_post_info {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.public_category {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0064B6;
  padding: 3px 8px;
  border: solid 1px #0064B6;
  border-radius: 999px;
}

.public_date {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #0064B6;
}

.public_post_title {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3B3B3C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.public_sticky_block {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 1200px) {
  .public_sticky_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.sticky_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EEFBFF;
  padding: 30px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .sticky_item {
    position: sticky;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 100px;
    left: 0;
  }
}

.sticky_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sticky_list:nth-child(2) {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  border-left: solid 1px #D3E6F5;
}
@media screen and (min-width: 1200px) {
  .sticky_list:nth-child(2) {
    border-left: none;
    border-top: solid 1px #D3E6F5;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.sticky_list_title {
  position: relative;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.sticky_list_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #0064B6;
  translate: 0 -50%;
  border-radius: 4px;
}

.sticky_list_body {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.sticky_list_body ul li {
  line-height: 1.5;
}
.sticky_list_body ul li a {
  font-size: 1.3rem;
  color: #0064B6;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sticky_list_body ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sticky_list_body ul li a {
    font-size: 1.3rem;
  }
}
.sticky_list_body ul li + li {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}

._english .pagination_list {
  --pagination-button:#00A1D1;
}

.pagination_list {
  --pagination-button:#0064B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_item.number {
  padding-inline: 20px;
  color: var(--pagination-button);
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .page_item.number {
    padding-inline: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .page_item.number {
    font-size: 2rem;
    padding-inline: 40px;
  }
}
.page_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEFBFF;
  color: var(--pagination-button);
  aspect-ratio: 1/1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item a {
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page_item a {
    width: 55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item a:hover {
    color: #fff;
    background-color: var(--pagination-button);
  }
}
.page_item.first a {
  position: relative;
  background-color: #D8D8D8;
  border: solid 1px #D8D8D8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.first a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow02.svg);
          mask-image: url(../../img/common/arrow02.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.first a::before {
    width: 18px;
    height: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.first a:hover {
    background-color: #000;
  }
  .page_item.first a:hover::before {
    background-color: #fff;
    translate: -3px 0;
  }
}
.page_item.prev a {
  position: relative;
  background-color: #D8D8D8;
  border: solid 1px #D8D8D8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.prev a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  rotate: 180deg;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.prev a::before {
    width: 7px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.prev a:hover {
    background-color: #000;
  }
  .page_item.prev a:hover::before {
    background-color: #fff;
    translate: -3px 0;
  }
}
.page_item.next a {
  position: relative;
  background-color: var(--pagination-button);
  border: solid 1px var(--pagination-button);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.next a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.next a::before {
    width: 7px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.next a:hover {
    background-color: #fff;
  }
  .page_item.next a:hover::before {
    background-color: var(--pagination-button);
    translate: 3px 0;
  }
}
.page_item.last a {
  position: relative;
  background-color: var(--pagination-button);
  border: solid 1px var(--pagination-button);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.last a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow02.svg);
          mask-image: url(../../img/common/arrow02.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .page_item.last a::before {
    width: 18px;
    height: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.last a:hover {
    background-color: #fff;
  }
  .page_item.last a:hover::before {
    background-color: var(--pagination-button);
    translate: 3px 0;
  }
}

.pagination {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .pagination {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media screen and (min-width: 992px) {
  .pagination {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
/*# sourceMappingURL=public.css.map */