.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


@media print,
(min-width: 660.98px) {
  .footer__address,
  .footer__linkText,
  .footer__telNum {
    position: relative;
    top: 1.5px;
  }

  .footer__text--small {
    line-height: 27px;
    position: relative;
    top: -1px;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .container {
    min-width: 320px;
  }
}

@media print,
(min-width: 660.98px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media only screen and (max-width: 660px) {
  .wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media print,
(min-width: 660.98px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

sup {
  vertical-align: super;
}

@media print,
(min-width: 660.98px) {
  sup {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 660px) {
  sup {
    font-size: 0.75rem;
  }
}

.heading-common-page {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-page * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-page .heading-title {
  display: block;
  margin: 0;
}

.heading-common-page .title-label {
  display: block;
  color: #7992b7;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}

.heading-common-page .title-highlight {
  display: block;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.heading-common-page .wrapper {
  margin: 0 auto;
}

@media print,
(min-width: 660.98px) {
  .heading-common-page {
    padding: 207px 0 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url("../images/common/heading_bg_01.png") top left/100% auto no-repeat;
  }

  .heading-common-page .title-label {
    margin-bottom: 32px;
    padding: 1px 0;
    font-size: 18px;
  }

  .heading-common-page .title-highlight {
    font-size: 28px;
    line-height: 2;
  }

  .heading-common-page .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 0;
  }
}

@media only screen and (max-width: 660px) {
  .heading-common-page {
    padding: 6rem 0 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url(../images/common/sp/heading_bg_01.png) top left / 100% auto no-repeat;
  }

  .heading-common-page .title-label {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }

  .heading-common-page .title-highlight {
    font-size: 1.375rem;
    line-height: 1.8;
  }

  .heading-common-page .wrapper {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.heading-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.heading-common-step .heading-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #a8b8d1;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

.heading-common-step .label-highlight {
  font-family: "Cardo", serif;
  letter-spacing: 1px;
  line-height: 1.8;
}

.heading-common-step .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #eaedf4;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media print,
(min-width: 660.98px) {
  .heading-common-step {
    margin-bottom: 48px;
  }

  .heading-common-step .heading-label {
    width: 21.6666666667%;
    padding: 24px 8px;
    font-size: 0.8125rem;
  }

  .heading-common-step .label-highlight {
    margin-top: 12px;
    font-size: 2.5rem;
  }

  .heading-common-step .heading-wrapper {
    padding: 16px 32px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 660px) {
  .heading-common-step {
    margin-bottom: 3rem;
  }

  .heading-common-step .heading-label {
    width: 5.625rem;
    padding: 1.4688rem 0.25rem;
    font-size: 0.75rem;
  }

  .heading-common-step .label-highlight {
    margin-top: 0.75rem;
    font-size: 2rem;
  }

  .heading-common-step .heading-wrapper {
    padding: 1rem 2rem 1rem 0.5rem;
    font-size: 1rem;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
}

.title-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.title-common-primary::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  margin-left: 24px;
  background-color: #d1d9e6;
}

@media print,
(min-width: 660.98px) {
  .title-common-primary {
    margin-bottom: 36px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 660px) {
  .title-common-primary {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}

.title-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.title-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title-common-step .icon-common-number {
  margin-right: 16px;
}

@media print,
(min-width: 660.98px) {
  .title-common-step {
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 660px) {
  .title-common-step {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}

.icon-common-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  min-height: 43px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #4c6794;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.icon-common-number * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step {
  position: relative;
  z-index: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step .box-wrapper {
  position: relative;
  background-color: #f6f9fc;
}

.box-common-step .box-heading .heading-banner {
  margin: 0 auto;
}

@media print,
(min-width: 660.98px) {
  .box-common-step {
    padding-bottom: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/1px 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/1px 100% no-repeat;
  }

  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }

  .box-common-step .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box-common-step .box-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    padding: 24px 0;
  }

  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 32px);
    max-width: 300px;
  }

  .box-common-step .box-content {
    padding: 64px;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .box-common-step .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-common-step .box-heading {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .box-common-step {
    padding-bottom: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/0.0625rem 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/0.0625rem 100% no-repeat;
  }

  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }

  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 3rem);
    max-width: 13.1875rem;
  }

  .box-common-step .box-content {
    padding: 2rem 1.5rem;
  }
}

.content-common-step:last-child {
  margin-bottom: 0;
}

.content-common-step .content-paragraph {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}

.content-common-step .content-paragraph:last-child {
  margin-bottom: 0;
}

.content-common-step .content-paragraph p:last-child {
  margin-bottom: 0;
}

.content-common-step .content-box {
  background-color: #fff;
}

.content-common-step .content-box:last-child {
  margin-bottom: 0;
}

.content-common-step .content-note {
  color: #787c85;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.content-common-step .content-note:last-child {
  margin-bottom: 0;
}

.content-common-step .content-note p:last-child {
  margin-bottom: 0;
}

.content-common-step .content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print,
(min-width: 660.98px) {
  .content-common-step {
    margin-bottom: 48px;
  }

  .content-common-step .content-paragraph {
    margin-bottom: 40px;
  }

  .content-common-step .content-box {
    margin-bottom: 40px;
    padding: 32px;
  }

  .content-common-step .content-note {
    margin-bottom: 40px;
  }

  .content-common-step .content-controller {
    gap: 16px;
  }
}

@media only screen and (max-width: 660px) {
  .content-common-step {
    margin-bottom: 2.5rem;
  }

  .content-common-step .content-paragraph {
    margin-bottom: 2rem;
  }

  .content-common-step .content-box {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .content-common-step .content-note {
    margin-bottom: 2rem;
  }

  .content-common-step .content-controller {
    gap: 0.5rem;
  }
}

.list-common-step {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  list-style: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.list-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-common-step .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.list-common-step .list-item:last-child {
  margin-bottom: 0;
}

.list-common-step .item-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4c6794;
}

.list-common-step .item-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: url("../images/common/icon_check_01.svg") 50% 50%/100% auto no-repeat;
}

.list-common-step .item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-common-step .item-detail p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .list-common-step .item-label {
    width: 76px;
    margin-right: 24px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 660px) {
  .list-common-step .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-common-step .item-label {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
  }

  .list-common-step .item-detail {
    padding-left: 1.5rem;
  }
}

.link-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e9299;
  border-radius: 2px;
  background-color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}

.link-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link-common-primary::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../images/common/icon_arrow_01.svg") 50% 50%/100% auto no-repeat;
}

@media print,
(min-width: 660.98px) {
  .link-common-primary {
    min-height: 59px;
    padding: 16px 16px 16px 32px;
    font-size: 15px;
    line-height: 1.4666666667;
  }

  .link-common-primary::after {
    width: 16px;
    height: 22px;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 660px) {
  .link-common-primary {
    min-height: 3.625rem;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }

  .link-common-primary::after {
    width: 1rem;
    height: 1.25rem;
    margin-left: 1rem;
  }
}

.paragraph-common {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common {
    font-size: 1rem;
  }

  .paragraph-common p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 660px) {
  .paragraph-common {
    font-size: 0.875rem;
  }

  .paragraph-common p {
    margin-bottom: 1.75rem;
  }
}

.paragraph-common-tertiary {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common-tertiary p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common-tertiary {
    font-size: 0.9375rem;
  }

  .paragraph-common-tertiary p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 660px) {
  .paragraph-common-tertiary {
    font-size: 0.8125rem;
  }

  .paragraph-common-tertiary p {
    margin-bottom: 1.625rem;
  }
}

.paragraph-common-fourth {
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.paragraph-common-fourth p:last-child {
  margin-bottom: 0;
}

@media print,
(min-width: 660.98px) {
  .paragraph-common-fourth p {
    margin-bottom: 30px;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e9299;
  border-radius: 0.125rem;
  background-color: #fff;
  letter-spacing: 0.0625rem;
}

.button-common-primary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/top/arrow_icon_01.svg") center center/contain no-repeat;
}

@media print,
(min-width: 660.98px) {
  .button-common-primary {
    width: 239px;
    min-height: 59px;
    padding: 10px 32px 11px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .button-common-primary::after {
    width: 16px;
    height: 8px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 660px) {
  .button-common-primary {
    width: 14.3125rem;
    min-height: 3.625rem;
    padding: 0.625rem 1.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .button-common-primary::after {
    width: 16px;
    height: 8px;
    margin-right: 15px;
  }
}

@media print,
(min-width: 660.98px) {
  .section-news {
    padding: 40px 0 160px;
  }
}

@media only screen and (max-width: 660px) {
  .section-news {
    padding: 2.5rem 0 10rem;
  }
}

.list-news-wrapper .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-news-wrapper .list-item {
  border-bottom: 0.0625rem solid #d1d9e6;
}

.list-news-wrapper .item-wrapper {
  display: block;
  position: relative;
  text-decoration: none;
}

.list-news-wrapper .item-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.5rem;
  -webkit-transform: translateY(calc(-50% - 0.125rem));
  -ms-transform: translateY(calc(-50% - 0.125rem));
  transform: translateY(calc(-50% - 0.125rem));
  background: url("../images/common/icon_arrow_01.svg") center center/contain no-repeat;
}

.list-news-wrapper .item-wrapper:hover .item-content {
  text-decoration: underline;
}

.list-news-wrapper .item-time {
  display: block;
  color: #58759f;
  font-family: "Cardo", serif;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.list-news-wrapper .item-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  letter-spacing: 0.0625rem;
  line-height: 2;
  text-underline-offset: 0.1875rem;
}

@media print,
(min-width: 660.98px) {
  .list-news-wrapper {
    max-width: 960px;
    margin: 0 auto 64px;
  }

  .list-news-wrapper .list-item {
    padding: 0 40px 14px;
  }

  .list-news-wrapper .item-wrapper {
    padding: 40px 40px 40px 0;
  }

  .list-news-wrapper .item-content {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 660px) {
  .list-news-wrapper {
    margin: 0 auto 3rem;
  }

  .list-news-wrapper .item-wrapper {
    padding: 1.5rem 2.5rem 1.875rem 1rem;
  }

  .list-news-wrapper .item-time {
    margin-bottom: -0.25rem;
  }

  .list-news-wrapper .item-content {
    font-size: 0.9375rem;
  }
}

.pagination-common .wp-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.25rem;
}

.pagination-common .wp-pager li {
  margin: 0.25rem;
}

.pagination-common .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
  border-radius: 0.125rem;
  background-color: #f6f9fc;
  font-size: 0.875rem;
  line-height: 2;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 0;
}

.pagination-common .page-numbers:hover {
  background-color: #7992b7;
  color: #fff;
}

.pagination-common .page-numbers.current {
  background-color: #7992b7;
  color: #fff;
  cursor: default;
}

.pagination-common .arrow {
  position: relative;
  cursor: pointer;
}

.pagination-common .arrow a,
.pagination-common .arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 0.125rem;
  background-color: #f6f9fc;
  text-indent: -9999px;
}

.pagination-common .arrow a:hover {
  opacity: 1;
  color: inherit;
}


.pagination-common .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

.pagination-common .arrow:hover a {
  background-color: #7992b7;
}

.pagination-common .arrow:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.pagination-common .arrow.next::before,
.pagination-common .arrow.prev::before {
  width: 0.375rem;
  height: 0.75rem;
  background: url("../images/common/icon_arrow_02.svg") center center/contain no-repeat;
}

.pagination-common .arrow.prev::before,
.pagination-common .arrow.first::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.pagination-common .arrow.last::before,
.pagination-common .arrow.first::before {
  width: 0.6875rem;
  height: 0.75rem;
  background: url("../images/common/icon_arrow_03.svg") center center/contain no-repeat;
}

.pagination-common .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-common .page-numbers,
.pagination-common .arrow a,
.pagination-common .arrow span {
  width: 3.125rem;
  height: 3.125rem;
}

.section-news-post .post-heading {
  border-bottom: 0.0625rem solid #d1d9e6;
}

.section-news-post .heading-time {
  display: block;
  color: #58759f;
  font-family: "Cardo", serif;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.section-news-post .heading-title {
  margin: 0;
  color: #4c6794;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  line-height: 1.8;
}

@media print,
(min-width: 660.98px) {
  .section-news-post {
    padding: 30px 0 140px;
  }

  .section-news-post .post-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }

  .section-news-post .post-heading {
    padding-bottom: 52px;
  }

  .section-news-post .heading-time {
    margin-bottom: 6px;
    font-size: 1rem;
  }

  .section-news-post .heading-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 660px) {
  .section-news-post {
    padding: 2rem 0 8.75rem;
  }

  .section-news-post .post-heading {
    padding-bottom: 2.3125rem;
  }

  .section-news-post .heading-time {
    margin-bottom: 0.1875rem;
    font-size: 0.875rem;
  }

  .section-news-post .heading-title {
    font-size: 1.25rem;
  }
}

.post-content p {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #4c6794;
  font-weight: 600;
}

.post-content img,
.post-content iframe {
  max-width: 100%;
  height: auto;
}

.post-content figure {
  margin: 0 0 32px;
}

.post-content iframe {
  width: 100%;
}

.post-content .aligncenter {
  text-align: center;
}

.post-content .alignright {
  text-align: right;
}

.post-content .alignleft {
  text-align: left;
}

.post-content .aligncenter,
.post-content .alignright,
.post-content .alignleft {
  margin: 0 0 32px;
}

.post-content .wp-block-image {
  margin: 0 0 32px;
}

.post-content ul {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
  list-style: disc;
}

.post-content ol {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
  list-style: decimal;
}

.post-content li {
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.post-content blockquote {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
  border-left: 4px solid #d1d9e6;
}

.post-content .wp-block-quote {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
  border-left: 4px solid #d1d9e6;
}

.post-content .wp-block-quote__citation {
  margin: 0;
}

@media print,
(min-width: 660.98px) {
  .post-content {
    margin-bottom: 60px;
    padding-top: 54px;
  }

  .post-content p {
    margin-bottom: 32px;
    font-size: 1rem;
  }

  .post-content h2 {
    margin: 0 0 40px;
    font-size: 1.5rem;
  }

  .post-content h3 {
    margin: 0 0 32px;
    font-size: 1.25rem;
  }

  .post-content h4 {
    margin: 0 0 24px;
    font-size: 1.125rem;
  }

  .post-content h5 {
    margin: 0 0 16px;
    font-size: 1rem;
  }

  .post-content h6 {
    margin: 0 0 8px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 660px) {
  .post-content {
    padding: 2.375rem 0;
  }

  .post-content p {
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
  }

  .post-content h2 {
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
  }

  .post-content h3 {
    margin: 0 0 1rem;
    font-size: 1.125rem;
  }

  .post-content h4 {
    margin: 0 0 0.75rem;
    font-size: 1rem;
  }

  .post-content h5 {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
  }

  .post-content h6 {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
  }
}

.post-pagination .post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.post-pagination .list-item {
  width: 50%;
  position: absolute;
  top: 0;
}

.post-pagination .list-item.prev {
  left: 0;
}

.post-pagination .list-item.next {
  right: 0;
}

.post-pagination .item-wrapper {
  display: block;
  position: relative;
  border-bottom: 0.0625rem solid #384b6c;
  letter-spacing: 0.0625rem;
  line-height: 2;
}

.post-pagination .item-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/icon_arrow_01.svg") center center/contain no-repeat;
}

.post-pagination .item-wrapper.prev::before {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.post-pagination .item-wrapper.next {
  text-align: right;
}

.post-pagination .item-wrapper.next::before {
  right: 0;
}

.post-pagination .item-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media print,
(min-width: 660.98px) {
  .post-pagination {
    padding-top: 28px;
  }

  .post-pagination .post-list {
    margin: 0 -16px;
  }

  .post-pagination .list-item {
    padding: 20px 16px;
  }

  .post-pagination .item-wrapper {
    font-size: 0.875rem;
  }

  .post-pagination .item-wrapper.prev {
    padding: 32px 20px 32px 64px;
  }

  .post-pagination .item-wrapper.prev::before {
    margin-left: 24px;
  }

  .post-pagination .item-wrapper.next {
    padding: 32px 64px 32px 20px;
  }

  .post-pagination .item-wrapper.next::before {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 660px) {
  .post-pagination .post-list {
    margin: 0 -0.5rem;
  }

  .post-pagination .list-item {
    padding: 0.625rem 0.5rem;
  }

  .post-pagination .item-wrapper {
    font-size: 0.8125rem;
  }

  .post-pagination .item-wrapper.prev {
    padding: 1.9375rem 2.5rem 1.4375rem 3rem;
  }

  .post-pagination .item-wrapper.prev::before {
    margin: 0.3125rem 0 0 1rem;
  }

  .post-pagination .item-wrapper.next {
    padding: 1.9375rem 3rem 1.4375rem 2.5rem;
  }

  .post-pagination .item-wrapper.next::before {
    margin: 0.3125rem 1rem 0 0;
  }
}