.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.pg-single {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pg-single .kv-inner__breadcrumb {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .pg-single .kv-inner__breadcrumb-current {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .pg-single .kv-inner__breadcrumb-list {
    flex-wrap: wrap;
  }
}

.pg-single__content {
  max-width: 102.8rem;
  padding: 10rem 2.4rem;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pg-single__content {
    padding: 4rem 2rem;
  }
}

.pg-single__inner {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.pg-single__post {
  max-width: 100%;
}

.pg-single__image {
  width: 100%;
  margin-bottom: 3.2rem;
}
.pg-single__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .pg-single__image {
    margin-bottom: 2rem;
  }
}

.pg-single__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .pg-single__meta {
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
}

.pg-single__category {
  display: inline-block;
  color: #1c2a52;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.pg-single__category:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .pg-single__category {
    font-size: 1.3rem;
  }
}

.pg-single__date {
  font-size: 1.5rem;
  color: #1c2a52;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pg-single__date {
    font-size: 1.3rem;
  }
}

.pg-single__meta-separator {
  color: #1c2a52;
  font-size: 1.5rem;
  opacity: 0.3;
  margin: 0 0.4rem;
}
@media (max-width: 768px) {
  .pg-single__meta-separator {
    font-size: 1.3rem;
  }
}

.pg-single__title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #1c2a52;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .pg-single__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.pg-single__body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 3.2rem;
}
.pg-single__body p {
  margin-bottom: 1.6rem;
}
.pg-single__body p:last-child {
  margin-bottom: 0;
}
.pg-single__body h1 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #1c2a52;
  line-height: 1.4;
  margin: 4.4rem 0 1.6rem;
}
.pg-single__body h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1c2a52;
  margin: 4.4rem 0 1.6rem;
}
.pg-single__body h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1c2a52;
  margin: 4rem 0 1.2rem;
}
.pg-single__body h4 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #1c2a52;
  margin: 1.6rem 0 1rem;
}
.pg-single__body h5 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1c2a52;
  margin: 1.2rem 0 0.8rem;
}
.pg-single__body h6 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #1c2a52;
  margin: 0.8rem 0 0.4rem;
}
.pg-single__body strong,
.pg-single__body b {
  color: #1c2a52;
  font-weight: 700;
}
.pg-single__body em,
.pg-single__body i {
  font-style: italic;
}
.pg-single__body a {
  color: #1c2a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-transform: capitalize;
}
.pg-single__body a:hover {
  opacity: 0.7;
}
.pg-single__body mark {
  background-color: #fffacd;
  padding: 0.2rem 0.4rem;
}
.pg-single__body code {
  background-color: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  font-family: monospace;
  color: #333333;
}
.pg-single__body img {
  max-width: 100%;
  height: auto;
  margin: 1.6rem 0;
  border-radius: 0.4rem;
}
.pg-single__body {
  /* Lists */
}
.pg-single__body ul,
.pg-single__body ol {
  margin: 0 0 1.6rem 0;
  padding-left: 2rem;
}
.pg-single__body ul {
  list-style-type: disc;
}
.pg-single__body ol {
  list-style-type: decimal;
}
.pg-single__body li {
  margin-bottom: 0.8rem;
  color: #333333;
}
.pg-single__body li:last-child {
  margin-bottom: 0;
}
.pg-single__body {
  /* Blockquote */
}
.pg-single__body blockquote {
  padding: 1.6rem 1.6rem 1.6rem 0.4rem;
  border-left: 4px solid #1c2a52;
  margin: 1.6rem 0;
  color: #666666;
  font-style: italic;
}
.pg-single__body blockquote p {
  margin: 0 0 0.8rem 0;
}
.pg-single__body blockquote p:last-child {
  margin-bottom: 0;
}
.pg-single__body {
  /* Pre & Code Block */
}
.pg-single__body pre {
  background-color: #f5f5f5;
  padding: 1.2rem;
  border-radius: 0.4rem;
  overflow-x: auto;
  margin: 1.6rem 0;
  font-family: monospace;
  font-size: 1.4rem;
  color: #333333;
}
.pg-single__body pre code {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.pg-single__body {
  /* Table */
}
.pg-single__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  border: 1px solid #eeeeee;
}
.pg-single__body thead {
  background-color: #f5f5f5;
}
.pg-single__body th {
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  color: #1c2a52;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid #1c2a52;
}
.pg-single__body td {
  padding: 0.8rem;
  vertical-align: top;
  border: 1px solid #eeeeee;
  color: #333333;
}
.pg-single__body tbody tr:hover {
  background-color: #f9f9f9;
}
.pg-single__body {
  /* HR */
}
.pg-single__body hr {
  border: none;
  border-top: 1px solid #eeeeee;
  height: 1px;
  margin: 2rem 0;
}
.pg-single__body {
  /* Definition List */
}
.pg-single__body dl {
  margin: 0 0 1.6rem 0;
}
.pg-single__body dt {
  font-weight: 500;
  color: #1c2a52;
  margin-top: 0.8rem;
}
.pg-single__body dd {
  margin: 0.4rem 0 0 2rem;
  color: #333333;
}
.pg-single__body {
  /* Text Formatting */
}
.pg-single__body del,
.pg-single__body s {
  text-decoration: line-through;
  color: #999999;
}
.pg-single__body ins,
.pg-single__body u {
  text-decoration: underline;
}
.pg-single__body abbr {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
.pg-single__body sub,
.pg-single__body sup {
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
}
.pg-single__body sup {
  top: -0.5em;
}
.pg-single__body sub {
  bottom: -0.25em;
}
@media (max-width: 768px) {
  .pg-single__body {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .pg-single__body h1 {
    font-size: 2rem;
    margin: 1.6rem 0 1rem;
  }
  .pg-single__body h2 {
    font-size: 1.8rem;
    margin: 1.6rem 0 1rem;
  }
  .pg-single__body h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
  }
  .pg-single__body h4 {
    font-size: 1.3rem;
    margin: 1rem 0 0.6rem;
  }
  .pg-single__body h5 {
    font-size: 1.1rem;
    margin: 0.8rem 0 0.4rem;
  }
  .pg-single__body h6 {
    font-size: 1rem;
    margin: 0.6rem 0 0.3rem;
  }
  .pg-single__body ul,
  .pg-single__body ol {
    margin: 0 0 1.6rem 1.6rem;
    padding-left: 1.6rem;
  }
  .pg-single__body table {
    font-size: 1.4rem;
  }
  .pg-single__body th,
  .pg-single__body td {
    padding: 0.6rem;
  }
  .pg-single__body pre {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
}

.pg-single__tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid #eeeeee;
}

.pg-single__tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #f5f5f5;
  color: #1c2a52;
  border-radius: 0.2rem;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.pg-single__tag:hover {
  background-color: #1c2a52;
  color: #ffffff;
}
@media (max-width: 768px) {
  .pg-single__tag {
    font-size: 1rem;
  }
}

/* Message Header Styles */
.pg-single__message-header {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 1000px;
}

.pg-single__message-title {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.pg-single__message-title-en {
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  color: #1c2a52;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.pg-single__message-subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}

.pg-single__message-icon {
  width: 2.4rem;
  flex-shrink: 0;
  display: block;
}

.pg-single__message-subtitle-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1c2a52;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .pg-single__message-header {
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
  .pg-single__message-title-en {
    font-size: 3.6rem;
  }
  .pg-single__message-subtitle {
    gap: 1.6rem;
  }
  .pg-single__message-icon {
    width: 1.4375rem;
    height: 1.5rem;
  }
  .pg-single__message-subtitle-text {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

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