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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input, textarea {
  border: unset;
}
input:focus-visible, textarea:focus-visible {
  outline: unset;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: unset;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
}

.bottom_to,
.fade_to {
  opacity: 0;
  transition: all 0.6s;
}
.bottom_to.show,
.fade_to.show {
  opacity: 1;
}

.bottom_to {
  transform: translateY(25px);
}
.bottom_to.show {
  transform: translateY(0);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 3.7333333333vw !important;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .container {
    padding: 0 2.6666666667vw;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(10px, 4.0425531915px + 2.1276595745vw, 20px) 0;
  z-index: 10;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  color: #376EC3;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .header-menu {
    display: flex;
    gap: clamp(20px, -80.8053691275px + 13.4228187919vw, 40px);
  }
  .header-menu_item {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    position: relative;
  }
  .header-menu_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 0;
    height: 2px;
    background: #376EC3;
  }
  .header-menu_item:hover::after {
    width: 100%;
  }
  .header-logo img {
    width: clamp(300px, -12.4966442953px + 41.610738255vw, 362px);
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .header .container {
    align-items: center;
  }
  .header-menu_item {
    display: none;
  }
  .header-menu_item:last-child {
    display: block;
    padding: 3.3333333333vw 3.7333333333vw;
    border: #3E6EC3 0.4vw solid;
    border-radius: 1.6vw;
  }
  .header-logo img {
    width: 58.1333333333vw;
    height: auto;
  }
}

.footer {
  background: #376EC3;
  color: #fff;
  overflow: hidden;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .footer {
    padding: 24px 0;
    font-size: 14px;
    margin-top: 95px;
  }
  .footer .container {
    align-items: center;
  }
  .footer-content {
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 1.1rem 0;
    margin-top: 0.1rem;
  }
  .footer-logo {
    transform: translateX(-15px);
  }
  .footer-logo img {
    width: 3.6rem;
    height: 3.6rem;
  }
  .footer-content {
    margin-top: 0.9rem;
    white-space: nowrap;
  }
}

h2 .ja {
  color: #666;
}
h2 .en {
  font-family: Arial, Helvetica, sans-serif;
  color: #5AA5E1;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  h2 .ja {
    font-size: 30px;
  }
  h2 .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  h2 .ja {
    font-size: 1.9rem;
  }
  h2 .en {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 751px) {
  .h2-desc {
    margin: 18px 0;
  }
}
@media screen and (max-width: 750px) {
  .h2-desc {
    margin: 0.6rem;
  }
}

.btn-primary {
  font-size: 18px;
  background: #5AA5E1;
  color: #fff;
  padding: 10px 32px;
  border-radius: 99px;
  margin-top: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .btn-primary {
    font-size: 1.1rem;
    padding: 0.8rem 3.1rem;
    margin-top: 1.6rem;
  }
}
.btn-primary:hover {
  background: #fff;
  outline: solid 1px #5AA5E1;
  color: #5AA5E1;
}

@media screen and (min-width: 751px) {
  .to-top {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .to-top {
    padding: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #5DA5E1;
    margin-top: 5.4rem;
    color: #FFF;
  }
  .to-top img {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.element-scroll {
  transform: translateY(-103px);
}

.text-center {
  text-align: center;
}

strong {
  font-weight: bold;
}

.p-home .main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
.p-home .main h1 span {
  display: none;
}
@media screen and (min-width: 751px) {
  .p-home .main {
    margin-top: 104px;
    background: url("../img/top/main-bg.jpg") no-repeat center/cover;
    height: 450px;
  }
  .p-home .main .container {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .main {
    margin-top: clamp(50.5px, 0.1595744681px + 17.9787234043vw, 135px);
    background: url("../img/top/main-bg-sp.jpg") no-repeat center/cover;
    height: 11.4rem;
  }
  .p-home .main .container {
    font-size: 2.4rem;
  }
}
.p-home .infor {
  margin: 27px 0 94px;
}
.p-home .infor h2 {
  margin-bottom: 20px;
}
.p-home .infor-list_item {
  border-bottom: 1px solid #acd2f0;
  text-align: left;
}
.p-home .infor-list_item:first-child {
  border-top: 1px solid #acd2f0;
}
.p-home .infor-list_item_time {
  color: #5aa5e1;
}
.p-home .infor-list_item_content {
  position: relative;
}
.p-home .infor-list_item_content_text {
  margin-top: 10px;
}
.p-home .infor-list_item_content_text img {
  max-width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home .infor-list_item_content_title {
  cursor: pointer;
  padding: 0 20px 0 0;
}
.p-home .infor-list_item_content_title.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.p-home .infor-list_item_content_title.open .infor-list_item_content_icon {
  transform: rotate(0deg);
}
.p-home .infor-list_item_content_icon {
  background: url("../img/top/infor-icon.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .p-home .infor-top {
    margin-bottom: 80px;
  }
  .p-home .infor-list_item {
    padding: 18px 20px;
    display: flex;
    gap: 20px;
  }
  .p-home .infor-list_item_content {
    flex: 1;
  }
  .p-home .infor-list_item_content_icon {
    width: 14px;
    height: 10px;
    top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .infor-tag {
    margin: 1.1rem 0 4.6rem;
    display: flex;
    gap: 0.7rem;
  }
  .p-home .infor-tag_item {
    color: #3e6ec3;
    border: 0.1rem solid #3e6ec3;
    border-radius: 0.4rem;
    width: 33.33%;
    padding: 0.9rem 0;
  }
  .p-home .infor-list_item {
    padding: 0.8333333333vw 0;
  }
  .p-home .infor-list_item_content_icon {
    width: 1rem;
    height: 0.7rem;
    top: 8px;
  }
  .p-home .infor-list_item_content_title {
    padding: 0 0.9rem 0 0;
  }
}
.p-home .business-list {
  display: grid;
}
.p-home .business-list_item {
  display: flex;
}
.p-home .business-list_item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home .business-list_item.item3 {
  color: #3e6ec3;
}
.p-home .business-list_item_text {
  line-height: 1.4;
}
.p-home .business-content .group-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-home .business-content .group-image {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
}
.p-home .business-content .group-image .item .item-image img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.p-home .business-content .group-image .item .item-caption {
  text-align: center;
  margin-top: 20px;
}
.p-home .business-content .group-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .p-home .business-content .group-content {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}
.p-home .business-content .group-content__ttl {
  font-size: 30px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-home .business-content .group-content__ttl {
    font-size: 1.5rem;
  }
}
.p-home .business-content .group-content__txt {
  margin-top: 3rem;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-home .business-content .group-content__txt {
    margin-top: 2rem;
  }
}
.p-home .business-content .group-content__txt ul {
  list-style: disc;
  padding-left: 2em;
}
@media screen and (min-width: 751px) {
  .p-home .business-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    gap: 14px 0;
  }
  .p-home .business-list_item.item3 {
    grid-row: 2/3;
    grid-column: 1/4;
    justify-content: center;
  }
  .p-home .business-list_item.item6 {
    grid-row: 3/4;
    grid-column: 1/4;
    gap: clamp(2px, -16.0963855422px + 2.4096385542vw, 8px);
  }
  .p-home .business-list_item_text {
    font-size: clamp(18px, -4.7575757576px + 3.0303030303vw, 21px);
  }
}
@media screen and (max-width: 750px) {
  .p-home .business-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.1rem;
    gap: 0.7rem 0;
  }
  .p-home .business-list_item {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
  }
  .p-home .business-list_item.item3 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .p-home .business-list_item.item6 {
    grid-row: 4/5;
    grid-column: 1/3;
    gap: 0.4rem;
  }
  .p-home .business-list_item.item6 .business-list_item_tag img {
    width: 4.6rem;
    height: 1.8rem;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.p-home .area {
  margin: 100px 0;
}
.p-home .area-tag {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-home .area-tag {
    gap: 20px;
  }
  .p-home .area-tag_item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-home .area-tag {
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-top: 1.3rem;
  }
  .p-home .area-tag_item img {
    width: 6.4rem;
    height: auto;
  }
}
.p-home .company-table {
  margin-top: 20px;
}
.p-home .company-table table {
  width: 100%;
  text-align: left;
}
.p-home .company-table table tr {
  border-bottom: solid 1px #acd2f0;
}
.p-home .company-table table tr:first-child {
  border-top: solid 1px #acd2f0;
}
.p-home .company-table table tr th {
  color: #5aa5e1;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .p-home .company-table table tr th {
    min-width: 100px;
    padding: 18px 20px;
  }
  .p-home .company-table table tr td {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .company-table table tr th {
    min-width: 6rem;
    padding: 1rem 1.4rem 0 0;
  }
  .p-home .company-table table tr td {
    padding: 1rem 0;
  }
  .p-home .company-table table tr td a {
    text-decoration: underline;
    color: #5aa5e1;
  }
  .p-home .company-table table tr td .small-sp {
    font-size: 0.8rem;
  }
}
.p-home .rate {
  margin: 100px 0;
}
.p-home .rate img {
  width: 100%;
  height: auto;
}
.p-home .contact form {
  position: relative;
}
.p-home .contact .form-group .form_left {
  color: #5aa5e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-home .contact .form-group .form_left.required::after {
  content: "必須";
  color: #fff;
  background: #5aa5e1;
}
.p-home .contact .form-group .form_right input,
.p-home .contact .form-group .form_right textarea {
  width: 100%;
}
.p-home .contact .form-group .form_right input::-moz-placeholder, .p-home .contact .form-group .form_right textarea::-moz-placeholder {
  color: #ccc;
}
.p-home .contact .form-group .form_right input::placeholder,
.p-home .contact .form-group .form_right textarea::placeholder {
  color: #ccc;
}
@media screen and (min-width: 751px) {
  .p-home .contact form {
    margin-top: 40px;
  }
  .p-home .contact .form-group {
    display: flex;
    gap: 20px;
  }
  .p-home .contact .form-group + .form-group {
    margin-top: 20px;
  }
  .p-home .contact .form-group .form_left {
    width: 160px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 16px;
  }
  .p-home .contact .form-group .form_left.required::after {
    padding: 2.5px 5px;
    font-size: 11px;
  }
  .p-home .contact .form-group .form_right {
    flex: 1;
  }
  .p-home .contact .form-group .form_right input,
  .p-home .contact .form-group .form_right textarea {
    border: solid 1px #5aa5e1;
    font-size: 16px;
    border-radius: 3px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .contact form {
    margin-top: 1.4rem;
  }
  .p-home .contact .form-group + .form-group {
    margin-top: 1.9rem;
  }
  .p-home .contact .form-group .form_left {
    width: 10.7rem;
    margin-bottom: 0.6rem;
  }
  .p-home .contact .form-group .form_left.required::after {
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
  }
  .p-home .contact .form-group .form_right input,
  .p-home .contact .form-group .form_right textarea {
    border: solid 0.1rem #5aa5e1;
    font-size: 1rem;
    border-radius: 0.3rem;
    padding: 0.5rem 0.7rem;
  }
}
.p-home #wpcf7cpcnf table {
  text-align: left;
}
.p-home #wpcf7cpcnf table tr th {
  color: #5aa5e1;
}
@media screen and (min-width: 751px) {
  .p-home #wpcf7cpcnf table tr th {
    width: 190px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-home #wpcf7cpcnf table tr th {
    width: 8.9rem;
    padding: 1.4rem 0 0.6rem;
    display: block;
  }
  .p-home #wpcf7cpcnf table tr td {
    display: block;
    margin-bottom: 1.3rem;
  }
}
.p-home .grecaptcha-badge {
  visibility: hidden;
}
.p-home .wpcf7-spinner,
.p-home .wpcf7-not-valid-tip {
  display: none !important;
}
.p-home .wpcf7-not-valid-tip {
  text-align: left;
}
.p-home input[type=submit] {
  cursor: pointer;
}
.p-home input.wpcf7-not-valid,
.p-home textarea.wpcf7-not-valid {
  border-color: #d22828 !important;
}
.p-home .wpcf7-response-output {
  position: absolute;
  background: #d22828;
  color: #fff;
  border: unset !important;
  margin: unset !important;
}
@media screen and (min-width: 751px) {
  .p-home .wpcf7-response-output {
    padding: 5px 20px !important;
    left: 178px;
    bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .wpcf7-response-output {
    bottom: 0;
    padding: 0.2rem 0.5rem !important;
    width: 7.1rem;
  }
}
@media only screen and (max-width: 930px) {
  .p-home .wpcf7-response-output {
    left: 0;
  }
}
.p-home .complete {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.p-home .complete.show {
  opacity: 1;
  visibility: visible;
}
.p-home .complete-wrap {
  background: #fff;
}
@media screen and (min-width: 751px) {
  .p-home .complete-wrap {
    max-width: 500px;
    width: 100%;
    padding: 50px 0;
    border-radius: 8px;
  }
  .p-home .complete-wrap .btn-primary {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-home .complete-wrap {
    width: 90%;
    padding: 1.8rem 0;
    background: #fff;
    border-radius: 0.3rem;
  }
  .p-home .complete-wrap .btn-primary {
    margin-top: 0.7rem;
  }
}
.p-home form div.wpcf7cp-progress-cover {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.p-home form div.wpcf7cp-progress-content {
  position: fixed;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home form div.wpcf7cp-progress-content::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/sub/rolling.gif") no-repeat center/contain;
  display: inline-block;
}
.p-home form div.wpcf7cp-progress-content::after {
  content: "送信中";
  color: #fff;
  font-size: 24px;
}
.p-home form .wpcf7cp-force-hide {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.p-home form div.wpcf7cp-progress-content p {
  display: none;
}
.p-home .wpcf7cp-form-hide {
  opacity: 0;
}

.p-sub .infor {
  margin: 27px 0 94px;
}
.p-sub .infor h2 {
  margin-bottom: 20px;
}
.p-sub .infor-list_item {
  border-bottom: 1px solid #acd2f0;
  text-align: left;
}
.p-sub .infor-list_item:first-child {
  border-top: 1px solid #acd2f0;
}
.p-sub .infor-list_item_time {
  color: #5aa5e1;
}
.p-sub .infor-list_item_content {
  position: relative;
}
.p-sub .infor-list_item_content_text {
  margin-top: 10px;
}
.p-sub .infor-list_item_content_text img {
  max-width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sub .infor-list_item_content_title {
  cursor: pointer;
  padding: 0 20px 0 0;
}
.p-sub .infor-list_item_content_title.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.p-sub .infor-list_item_content_title.open .infor-list_item_content_icon {
  transform: rotate(0deg);
}
.p-sub .infor-list_item_content_icon {
  background: url("../img/top/infor-icon.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .p-sub .infor-top {
    margin-bottom: 80px;
  }
  .p-sub .infor-list_item {
    padding: 18px 20px;
    display: flex;
    gap: 20px;
  }
  .p-sub .infor-list_item_content {
    flex: 1;
  }
  .p-sub .infor-list_item_content_icon {
    width: 14px;
    height: 10px;
    top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .p-sub .infor-tag {
    margin: 1.1rem 0 4.6rem;
    display: flex;
    gap: 0.7rem;
  }
  .p-sub .infor-tag_item {
    color: #3e6ec3;
    border: 0.1rem solid #3e6ec3;
    border-radius: 0.4rem;
    width: 33.33%;
    padding: 0.9rem 0;
  }
  .p-sub .infor-list_item {
    padding: 0.8333333333vw 0;
  }
  .p-sub .infor-list_item_content_icon {
    width: 1rem;
    height: 0.7rem;
    top: 8px;
  }
  .p-sub .infor-list_item_content_title {
    padding: 0 0.9rem 0 0;
  }
}
.p-sub .sub {
  margin-top: 86px;
  min-height: calc(100vh - 100px - 115px - 90px);
}
.p-sub .page_error {
  padding: 0 0 100px;
  padding-top: 110px;
}
.p-sub .page_error h1 {
  margin: 0 0 80px;
}
.p-sub h1 {
  font-size: clamp(20px, -0.8510638298px + 7.4468085106vw, 55px);
  font-weight: 900;
  color: #5aa5e1;
}
.p-sub h1 .small {
  font-size: clamp(16px, 1.7021276596px + 5.1063829787vw, 40px);
}
.p-sub .wrap-btn {
  margin-top: 50px;
}
.p-sub .news {
  padding-top: 110px;
}
.p-sub .news .infor-list {
  margin-top: 60px;
}
.p-sub .news .paginate {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  gap: 15px;
}
.p-sub .news .paginate .page-numbers {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.p-sub .news .paginate .page-numbers:hover {
  background: #ccc;
}
.p-sub .news .paginate .page-numbers.current {
  background: #376ec3;
  color: #fff;
}
.p-sub h2 {
  font-size: clamp(18px, 13.2340425532px + 1.7021276596vw, 26px);
  margin-bottom: 5px;
}
.p-sub .news-post-page {
  padding-top: 66px;
}
.p-sub .news-post {
  text-align: left;
  padding-top: 10px;
}
.p-sub .news-post h2 {
  margin-top: 40px;
}
.p-sub .news-post-time {
  color: #ccc;
}
.p-sub .news-post-content {
  margin-top: 50px;
}
.p-sub .news-post-content img {
  margin: 30px auto 10px;
  display: block;
  max-width: 450px;
  width: 100%;
  height: auto;
}
.p-sub #breadcrumbs {
  text-align: left;
}
.p-sub #breadcrumbs a {
  color: #5aa5e1;
}
.p-sub #breadcrumbs a:hover {
  text-decoration: underline;
}