@charset "UTF-8";
/*
Theme Name: 天文宇宙検定
Description:
Theme URI: https://www.astro-test.org/
Author: 恒星社厚生閣
Author URI: https://www.kouseisha.com/
Version: 1.0
*/

/* --------------------------------------------------------------------------------------------------
Google Fonts
-------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Space+Mono&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');


/* --------------------------------------------------------------------------------------------------
Reset
-------------------------------------------------------------------------------------------------- */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
code,
del,
dfn,
em,
img,
ins,
small,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

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,
table th,
table td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

hr {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}


/* --------------------------------------------------------------------------------------------------
Default
-------------------------------------------------------------------------------------------------- */

:root {
  --color_primary: #001d3d;
  --color_white: #fff;
  --color_pink: #e5005a;
  --color_blue: #80c1d1;
  --color_blue_dark: #4699ca;
  --color_blue_darker: #002d5f;
  --color_blue_lighter: #dcedf0;
  --color_pale_green: #77c2b9;
  --color_green: #00a3a3;
  --color_yellow: #f6d741;
  --color_gold: #b0a157;
  --color_link: #1760a1;
  --color_border: #dcd4c1;
  --bg_navy: var(--color_primary);
  --bg_beige: #f6f4f0;
  --bg_pale_beige: #edeae0;
  --headline_font: "Lato", "Zen Maru Gothic", sans-serif;
  --headline_font_weight_bold: 700;
  --body_font: "Lato", "Zen Kaku Gothic New", sans-serif;
  --body_font_size: clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem);
  --body_font_weight: 400;
  --body_font_weight_bold: 700;
  --label_font: "Lato", "Zen Maru Gothic", sans-serif;
  --label_font_weight: 400;
  --label_font_weight_bold: 700;
}

body {
  background: url("assets/img/common/bg_astro.png") repeat center top / 93.75% auto;
  font-family: var(--body_font);
  font-size: var(--body_font_size);
  font-weight: var(--body_font_weight);
  font-style: normal;
  color: var(--color_primary);
  -webkit-text-size-adjust: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline_font);
}

.main-section-title {
  background: url("assets/img/common/bg_noise.png") repeat center top / 640px auto var(--bg_navy);
  border-image: url("assets/img/common/bg_frame.svg") 32 fill / clamp(1.5rem, 2.34375vw, 1.875rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 5em;
  font-size: clamp(1.5rem, 0.663vw + 1.345rem, 1.875rem);
  color: var(--color_white);
  line-height: 1.5;
  margin-bottom: clamp(3.75rem, 5.625vw, 4.5rem);
  padding: 1em 1.25em;
  position: relative;
}

.main-section-title h1 {
  font-size: inherit;
}

.section-title {
  font-size: clamp(1.313rem, 0.331vw + 1.235rem, 1.5rem);
  text-align: center;
  line-height: 1.8;
  margin-bottom: clamp(1.875rem, 3.90625vw, 3.125rem);
}

.section-title:not(:nth-child(1)) {
  margin-top: clamp(3.75rem, 5.625vw, 4.5rem);
}

.post-content article h3,
article .post-content h3 {
  border-bottom: 3px solid var(--color_pale_green);
  font-size: clamp(1.125rem, 0.331vw + 1.047rem, 1.313rem);
  line-height: clamp(1.8rem, 0.994vw + 1.567rem, 2.363rem);
  margin: clamp(2.5rem, 3.90625vw, 3.125rem) 0 calc(1em + ((clamp(1.8rem, 0.994vw + 1.567rem, 2.363rem) - clamp(1.125rem, 0.331vw + 1.047rem, 1.313rem)) / 2));
  padding-bottom: 0.3em;
}

.post-content h4 {
  border-left: 1px solid var(--color_green);
  font-size: clamp(0.938rem, 0.331vw + 0.86rem, 1.125rem);
  line-height: 1.8;
  margin-top: clamp(1.875rem, 3.125vw, 2.5rem);
  margin-bottom: 1.25em;
  padding-left: 1em;
  text-align: left;
}

.single-content h1,
.single-content h2 {
  font-size: clamp(1.313rem, 1.566vw, 1.5rem);
  text-align: center;
  line-height: 1.8;
  margin-bottom: clamp(1.875rem, 3.90625vw, 3.125rem);
  border-left: 6px solid var(--color_green);
  text-align: left;
  padding: 0.35em 0 0.35em 1em;
}

.single-content h1:not(:nth-child(1)),
.single-content h2:not(:nth-child(1)) {
  margin-top: clamp(3.75rem, 5.625vw, 4.5rem);
}

.widget_categories {
  list-style: none;
}

.widgettitle {
  font-size: clamp(0.938rem, 0.331vw + 0.86rem, 1.125rem);
  line-height: 1.5;
  margin-top: clamp(2.5rem, 3.90625vw, 3.125rem);
  margin-bottom: clamp(1.5rem, 2.34375vw, 1.875rem);
  padding-bottom: 0.7em;
  position: relative;
}

.widgettitle:nth-child(1) {
  margin-top: 0;
}

.widgettitle::before,
.widgettitle::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.widgettitle::before {
  background: var(--color_green);
  width: min(36%, 108px);
  z-index: 2;
}

.widgettitle::after {
  background: #edeae0;
  width: 100%;
  z-index: 1;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content table {
  line-height: clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem);
}

a {
  color: var(--color_link);
  text-decoration: none;
  transition: all .25s ease;
}

a:hover {
  color: var(--color_blue_dark);
  opacity: .8;
}

.text-item-link,
.post-content a {
  text-decoration: underline;
}

.post-content .block-item-link {
  text-decoration: none;
}

.text-item-link:hover,
.post-content a:hover {
  text-decoration: none;
}

.btn {
  font-family: var(--label_font);
  font-weight: var(--label_font_weight_bold);
  margin-top: clamp(2.5rem, 3.90625vw, 3.125rem);
}

.btn:has(.btn-primary) {
  min-width: 15em;
  font-size: 0.9375rem;
  margin-top: 0;
}

.btn-primary {
  background: url("assets/img/common/arrow-right-navy.svg") no-repeat center right 1.25rem / auto 0.75rem var(--color_yellow);
  border-radius: 50vh;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color_primary);
  text-decoration: none;
  line-height: 1.6;
  padding: 0.5rem 2.5rem;
}

.btn-primary:hover {
  color: inherit;
}

.btn:has(.btn-secondary),
.btn:has(.btn-outline) {
  font-size: clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem);
}

.btn-secondary,
.btn-outline {
  border-radius: 50vh;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.25em;
  text-decoration: none;
  line-height: 1.6;
  padding: 0.5rem 2.5rem;
}

.btn-secondary {
  background: url("assets/img/common/arrow-right-white.svg") no-repeat center right 1.25rem / auto 0.75rem var(--color_link);
  color: var(--color_white);
}

.btn-secondary:hover {
  background-color: var(--color_blue_dark);
  color: var(--color_white);
  opacity: 1;
}

.btn-outline {
  background: url("assets/img/common/arrow-right-blue.svg") no-repeat center right 1.25rem / auto 0.75rem;
  border: 1px solid var(--color_link);
  box-sizing: border-box;
  color: var(--color_link);
}

.btn-outline:hover {
  background-image: url("assets/img/common/arrow-right-white.svg");
  background-color: var(--color_link);
  color: var(--color_white);
  opacity: 1;
}

.btn-secondary.plane-btn,
.btn-outline.plane-btn {
  background-image: none;
}

.main-section-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(2.25rem, 3.125vw, 2.5rem);
  row-gap: clamp(1.125rem, 1.5625vw, 1.25rem);
  margin-top: clamp(3.75rem, 5.625vw, 4.5rem);
}

.main-section-btn a {
  text-decoration: none;
}

.main-section-btn .btn-primary {
  box-sizing: border-box;
  flex: 1 1 14.0625em;
  max-width: 14.0625em;
  /*max-width: 100%;*/
  font-family: var(--label_font);
  font-size: clamp(1.125rem, 0.663vw + 0.97rem, 1.5rem);
  font-weight: var(--label_font_weight_bold);
  line-height: 1.5;
  padding: 0.5em 1.5em;
}

.icon-important {
  background: var(--color_pink);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--label_font);
  font-size: clamp(0.656rem, 0.331vw + 0.579rem, 0.844rem);
  font-weight: var(--label_font_weight_bold);
  color: var(--color_white);
  line-height: 1;
  padding: 0.1875em 1em;
}

.icon-cat {
  background: var(--color_green);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--label_font);
  font-size: clamp(0.656rem, 0.331vw + 0.579rem, 0.844rem);
  font-weight: var(--label_font_weight_bold);
  color: var(--color_white);
  line-height: 1;
  padding: 0.1875em 1em;
}

.icon-cat.cat-important {
  background: var(--color_pink);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}


/* --------------------------------------------------------------------------------------------------
Layout
-------------------------------------------------------------------------------------------------- */

/**
 * common
 */

.container {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
}

#main,
.main-section {
  background: var(--bg_beige);
}

.main-section {
  padding: 1.875rem 0 clamp(3.75rem, 5.625vw, 4.5rem);
}

.main-section.one-column {
  position: relative;
  z-index: 1;
}

.main-section.one-column::after {
  background: url("assets/img/common/bg_stars_yl.svg") repeat center top / 600px auto;
  content: "";
  mask-image: radial-gradient(transparent 75%, black 85%);
  mask-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.post-content {
  width: 70%;
}

.one-column .post-content {
  text-align: center;
  margin: 0 auto;
}

#form.one-column .post-content,
#entry_individual.one-column .post-content {
  text-align: left;
}

#textbook.one-column .post-content img {
  max-width: 400px;
}

#textbook.one-column .post-content .row {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 600px) {
  #textbook.one-column .post-content .row {
    flex-direction: column;
    gap: 30px;
  }
}

#textbook.one-column .post-content .col {
  flex-grow: 1;
  text-align: left;
}

@media only screen and (min-width: 601px) {
  #textbook.one-column .post-content .col:nth-child(odd) {
    width: 200px;
    max-width: 200px;
    flex-shrink: 0;
  }
}

#textbook.one-column .post-content .col .image {
  text-align: center;
}

#textbook.one-column .post-content .col .image img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
  #textbook.one-column .post-content .col .image img {
    max-width: 180px;
  }
}

#textbook.one-column .post-content .col .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

#textbook.one-column .post-content .col .text p+p {
  margin-top: 0;
}

#textbook.one-column .post-content .col .more-text {
  position: relative;
}

#textbook.one-column .post-content .col .more-text:not(.-show) {
  height: 30em;
  overflow: hidden;
  position: relative;
}

#textbook.one-column .post-content .col .more-btn {
  border: none;
  background: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color_link);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

#textbook.one-column .post-content .col .more-btn::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--color_link);
  border-right: 2px solid var(--color_link);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

#textbook.one-column .post-content .col .more-btn.-show::before {
  border-top: 2px solid var(--color_link);
  border-left: 2px solid var(--color_link);
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  top: 3px;
}

#textbook.one-column .clearfix {
  display: block;
}

#textbook.one-column .clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#textbook.one-column .chapter {
  font-size: 0.85rem;
}

#textbook.one-column .col dl {
  margin: 0 0 10px 0;
}

#textbook.one-column .col dl dt,
#textbook.one-column .col dl dd {
  line-height: 1.8;
}

#textbook.one-column .col dl dt {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#textbook.one-column .col .toc {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

#textbook.one-column .col .toc .text-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#textbook.one-column .col .toc .text-block>div {
  width: calc(50% - 10px);

}

#textbook.one-column .link-title {
  margin-top: 40px;
}

#textbook.one-column .post-content h3 {
  border-bottom: 3px solid var(--color_pale_green);
  font-size: clamp(1.125rem, 0.331vw + 1.047rem, 1.313rem);
  line-height: clamp(1.8rem, 0.994vw + 1.567rem, 2.363rem);
  margin: clamp(2.5rem, 3.90625vw, 3.125rem) 0 calc(1em + ((clamp(1.8rem, 0.994vw + 1.567rem, 2.363rem) - clamp(1.125rem, 0.331vw + 1.047rem, 1.313rem)) / 2));
  padding-bottom: 0.3em;
  text-align: left;
}

#textbook.one-column .post-content h3::before,
#textbook.one-column .post-content h3::after {
  content: none;
}

#textbook.one-column .post-content .content {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

#textbook.one-column .post-content .content p {
  margin-top: 0;
}

#textbook.one-column .post-content .note {
  color: #ff0000;
  font-weight: var(--label_font_weight_bold);
}

#faq.one-column .post-content,
#privacy.one-column .post-content,
#commercial_transactions.one-column .post-content {
  text-align: left;
}

#venue.one-column .post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-section.two-column #content {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.two-column #sidebar {
  width: 25%;
}

.post-content :where(p, ul, ol dl, table, figure) {
  margin-top: clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem);
}

.one-column .post-content :where(p, ul, ol dl, table, figure) {
  display: inline-block;
  text-align: left;
}

.post-content table {
  border: none;
  border-collapse: collapse;
  text-align: left;
  margin-top: clamp(1.875rem, 3.90625vw, 3.125rem);
  margin-bottom: clamp(1.875rem, 3.90625vw, 3.125rem);
}

.post-content table:nth-last-child(1),
.post-content table:has(+ .main-section-btn) {
  margin-bottom: 0;
}

.post-content :where(h2, h3, h4, h5, h6)+p,
.post-content :where(h2, h3, h4, h5, h6)+ul,
.post-content :where(h2, h3, h4, h5, h6)+ol,
.post-content :where(h2, h3, h4, h5, h6)+dl,
.post-content :where(h2, h3, h4, h5, h6)+table,
.post-content :where(h2, h3, h4, h5, h6)+figure,
.post-content :where(p, ul, ol dl, table, figure):nth-child(1)

/*,
.post-content :where(p, ul, ol dl, table, figure):nth-of-type(1)*/
  {
  margin-top: 0;
}

.post-content table th,
.post-content table td {
  border-bottom: 1px solid var(--color_border);
}

.post-content table tr:nth-child(1) th,
.post-content table tr:nth-child(1) td {
  border-top: 1px solid var(--color_border);
}

.post-content table th {
  width: 25%;
  font-weight: var(--body_font_weight_bold);
  padding: 1em 0;
}

.post-content .wp-block-table table th,
.post-content .wp-block-table table td {
  border-color: var(--color_border);
}

.post-content .wp-block-table table th {
  padding: 1em;
}

.post-content iframe {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {

  .post-content .wp-block-table,
  .post-content .wp-block-table table,
  .post-content .wp-block-table table tbody,
  .post-content .wp-block-table table tr {
    width: 100%;
    display: block;
  }

  .post-content .wp-block-table table td {
    border-top: 0 !important;
  }
}

.post-content table td {
  box-sizing: border-box;
  padding: 1em 0 1em 1em;
}

.post-content :where(hr, .wp-block-separator) {
  border-top: 1px solid var(--color_pale_beige);
  margin: clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem) 0;
}

.post-content small {
  font-size: smaller;
}

.post-content .totop {
  display: none;
}

article#blog .post-content figure {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

article#blog .post-content img {
  width: auto;
  max-width: 100%;
  max-height: 840px;
}

article#blog .post-content img.portrait {
  object-fit: contain;
}

article#blog .post-content img.landscape {
  object-fit: cover;
}

article#blog .post-content figcaption,
article#blog .post-content .wp-caption-text {
  font-size: clamp(0.656rem, 0.166vw + 0.617rem, 0.75rem);
  line-height: 1.5;
  margin-top: 1em;
}

article#blog .post-content ul li {
  padding-left: 1em;
  position: relative;
}

article#blog .post-content ul li::before {
  background: var(--color_blue_dark);
  border-radius: 0.2em;
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: calc((clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem) - 0.4em) / 2);
  left: 0;
}

/**
 * header
 */

#header {
  position: relative;
  z-index: 99;
}

#siteId {
  width: 324px;
  position: relative;
}

#siteId img {
  width: auto;
  height: 3.25rem;
}

/**
 * global-nav(header)
 */

ul#global-nav li {
  font-family: var(--label_font);
  font-weight: var(--label_font_weight_bold);
  line-height: 1;
  position: relative;
}

ul#global-nav li a {
  display: inline-flex;
  color: var(--color_white);
}

ul#global-nav li.current a {
  color: var(--color_yellow);
}

ul#global-nav li a:hover {
  color: var(--color_yellow);
  opacity: 1;
}

ul#global-nav li .sub-menu {
  width: 100%;
}

ul#global-nav li .sub-menu li {
  background-color: var(--bg_navy);
  border-left: 1px solid var(--color_link);
  border-right: 1px solid var(--color_link);
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

ul#global-nav li .sub-menu li a {
  text-align: left;
  line-height: 1.5;
  font-size: 1rem;
}

ul#global-nav li .sub-menu li a:not(:hover) {
  color: var(--color_white);
}

ul#global-nav li .sub-menu li.current a {
  color: var(--color_yellow);
}

ul#global-nav li .sub-menu li:not(:nth-child(1))::before {
  content: none;
}

ul#global-nav li .sub-menu li:first-of-type {
  border-top: 1px solid var(--color_link);
}

ul#global-nav li .sub-menu li:last-of-type {
  border-bottom: 1px solid var(--color_link);
}

@media only screen and (min-width: 961px) {
  ul#global-nav li .sub-menu {
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    width: calc(100% + 50px);
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
    transition: opacity 0.3s, visibility 0.3s;
  }

  ul#global-nav li .sub-menu li:first-of-type {
    padding-top: 0.5rem;
  }

  ul#global-nav li .sub-menu li:last-of-type {
    padding-bottom: 0.5rem;
  }

  ul#global-nav li.menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  ul#global-nav li.main-menu .arrow {
    pointer-events: none;
  }
}

@media only screen and (max-width: 960px) {
  ul#global-nav li .sub-menu {
    display: none;
  }

  ul#global-nav li .sub-menu li a {
    font-size: 0.9rem;
  }
}

/**
 * sub-nav(header)
 */

ul#sub-nav li {
  font-size: 0.84375rem;
  line-height: 1;
}

ul#sub-nav li a {
  color: var(--color_blue_lighter);
}

ul#sub-nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.btn-group {
  margin-top: 0.9375rem;
}

/**
 * sns
 */

ul.sns-icon-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

ul.sns-icon-group li a {
  border: 1px solid var(--color_yellow);
  border-radius: 1.125rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}

ul.sns-icon-group li img {
  width: auto;
  height: 1rem;
}

/**
 * site-search
 */

.site-search input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--color_primary) url("assets/img/common/icon-search.svg") no-repeat right 0.84375rem center;
  background-size: 1.125rem auto;
  border: 1px solid var(--color_white);
  box-sizing: border-box;
  border-radius: 1.2em;
  /*cursor: pointer;*/
  width: 12em;
  height: 2.4em;
  font-size: 0.9375rem;
  color: var(--color_white);
  line-height: 1;
  padding: 0.6525em 2.4em 0.6525em 1em;
  outline: none;
}

/**
 * hero(home)
 */

#home-hero>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.875rem;
}

.hero-slider {
  width: calc(100% - max(22%, 285px));
}

@media only screen and (min-width: 1133px) {
  .hero-slider {
    /* max-width: 840px; */
  }
}

.hero-slider .splide__track {
  height: 100%;
}

.hero-slider .splide__slide img {
  height: 100%;
  object-fit: cover;
}

/**
 * info
 */

.icon-info {
  width: clamp(3.2rem, 5vw, 3.2rem);
  position: absolute;
  top: 0;
  right: clamp(2rem, 3.125vw, 2rem);
}

#info {
  background: url("assets/img/common/bg_noise.png") repeat center top / 640px auto var(--bg_navy);
  border-image: url("assets/img/common/bg_frame.svg") 32 fill / clamp(1.5rem, 2.34375vw, 1.875rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: max(22%, 285px);
  padding: clamp(1.65rem, 2.5vw, 1.65rem) clamp(1.2rem, 2.5vw, 1.2rem);
  position: relative;
  min-height: 478px;
}

#info h2 {
  font-size: clamp(1.3rem, 0.663vw + 1.345rem, 1.3rem);
  color: var(--color_gold);
  line-height: 1;
  margin-bottom: calc(clamp(1.3rem, 2.34375vw, 1.3rem) - (clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem) * 0.4));
  margin-top: 0.3rem;
  /* margin-bottom: 0.3rem; */
}

#info .info-item-wrapper ul,
#info .info-item-wrapper .text {
  display: inline-block;
  text-align: left;
  margin-bottom: calc(clamp(1.25rem, 1.875vw, 1.5rem) - (clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem) * 0.4));
}

#info .info-item-wrapper ul li,
#info .info-item-wrapper .text p {
  font-size: clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem);
  color: var(--color_white);
  line-height: 1.8;
  margin-top: 0.25em;
}

#info .info-item-wrapper ul li:nth-child(1) {
  margin-top: 0;
}

#info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

#info dl dt {
  width: 6em;
  font-weight: var(--body_font_weight_bold);
  padding-right: 1em;
  box-sizing: border-box;
}

#info dl dd {
  width: calc(100% - 6em);
}

#info dl.small dt {
  font-size: 90%;
  width: 7em;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0.25em;
  line-height: 1.4;
}

#info dl.small dd {
  width: calc(100% - 7em);
  flex-grow: 1;
}

#info div:has(> a.text-item-link) {
  text-align: right;
  margin-bottom: clamp(1.15rem, 1.5vw, 1.15rem);
}

#info a.text-item-link {
  font-size: 0.8rem;
  font-weight: var(--body_font_weight_bold);
  color: var(--color_blue_dark);
  line-height: 1;
}

#info .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5625rem;
  margin-top: auto;
}

#info .btn-primary {
  font-size: 0.8rem;
}

/**
 * news
 */

#news {
  padding: clamp(3.75rem, 5.625vw, 4.5rem) 0;
  position: relative;
  z-index: 1;
}

#news::after {
  background: url("assets/img/common/bg_stars_yl.svg") repeat center top / 600px auto;
  content: "";
  mask-image: radial-gradient(transparent 50%, black 60%);
  mask-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#news .container {
  width: 65.625%;
  max-width: 840px;
  margin: 0 auto;
}

#news .section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  line-height: 1;
}

#news .section-title::before {
  aspect-ratio: 9 / 8;
  background: url("assets/img/common/icon-telescope.svg") no-repeat center center / auto 100%;
  content: "";
  width: auto;
  height: clamp(1.75rem, 2.5vw, 2rem);
}

#news .section-title::after {
  aspect-ratio: 9 / 8;
  background: url("assets/img/common/icon-rocket.svg") no-repeat center center / auto 100%;
  content: "";
  width: auto;
  height: clamp(1.75rem, 2.5vw, 2rem);
}

.news-item-wrapper {
  text-align: center;
}

.news-item-wrapper ul {
  display: inline-block;
}

.news-item-wrapper ul li:not(:nth-child(1)) {
  margin-top: clamp(1rem, 1.5625vw, 1.25rem);
}

.news-item-wrapper dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  text-align: left;
}

.news-item-wrapper dl dt,
article .post-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 11em;
  font-size: clamp(0.75rem, 0.331vw + 0.672rem, 0.938rem);
  line-height: 1.8;
}

article#blog .post-metas {
  column-gap: 1.25em;
  row-gap: 0.25em;
}

article#blog .post-metas-times {
  color: var(--color_gold);
}

.news-item-wrapper dl dt span.icon-important,
section.main-section article .post-metas-terms {
  margin-left: 1.25em;
}

.news-item-wrapper dl dd {
  width: calc(100% - 11em);
  font-size: clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem);
  line-height: 1.8;
}

/**
 * tile
 */

#tiles-nav {
  background: url("assets/img/common/deco_stars_solid.svg") no-repeat center bottom / auto 8px;
  padding: clamp(3.75rem, 7.03125vw, 5.625rem) 0 calc(clamp(3rem, 5.625vw, 4.5rem) + 8px);
}

.tiles-wrapper {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2.8125vw, 2.25rem);
}

.tile-item {
  background: var(--bg_beige);
  border-radius: clamp(0.375rem, 0.9375vw, 0.75rem);
  display: block;
  width: auto;
  padding: clamp(1.25rem, 2.34345vw, 1.875rem) clamp(0.75rem, 2.34345vw, 1.875rem) clamp(1.25rem, 1.875vw, 1.5rem);
  position: relative;
}

.tile-item::after {
  border: 1px solid var(--color_gold);
  content: "";
  width: calc(100% - clamp(10px, 1.5625vw, 20px));
  height: calc(100% - clamp(10px, 1.5625vw, 20px));
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tile-label {
  display: flex;
  flex-direction: column;
  font-family: var(--label_font);
  font-size: clamp(0.844rem, 0.497vw + 0.727rem, 1.125rem);
  font-weight: var(--label_font_weight_bold);
  text-align: center;
  line-height: 1;
  color: var(--color_blue_darker);
}

.tile-label::before {
  content: "";
  width: auto;
  height: clamp(4.75rem, 7.34375vw, 5.875rem);
  margin-bottom: clamp(0.9375rem, 1.71875vw, 1.375rem);
}

.tile-about .tile-label::before {
  background: url("assets/img/home/icon-about.svg") no-repeat center top;
}

.tile-guide .tile-label::before {
  background: url("assets/img/home/icon-guide.svg") no-repeat center top;
}

.tile-textbook .tile-label::before {
  background: url("assets/img/home/icon-textbook.svg") no-repeat center top;
}

.tile-eratta .tile-label::before {
  background: url("assets/img/home/icon-eratta.svg") no-repeat center top;
}

.tile-faq .tile-label::before {
  background: url("assets/img/home/icon-faq.svg") no-repeat center top;
}

.tile-blog .tile-label::before {
  background: url("assets/img/home/icon-blog.svg") no-repeat center top;
}

.tile-label::after {
  content: attr(data-label-en);
  font-family: "Space Mono", monospace;
  font-size: clamp(0.656rem, 0.331vw + 0.579rem, 0.844rem);
  color: var(--color_link);
  margin-top: clamp(0.5rem, 0.78125vw, 0.625rem);
}

/**
 * page / post
 */

.one-column .section-title {
  padding-bottom: 0.5em;
  position: relative;
}

.one-column .section-title::after {
  background: var(--color_green);
  content: "";
  width: 2.5rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.one-column .post-content h2,
.one-column .post-content h3 {
  font-size: clamp(1.313rem, 1.566vw, 1.5rem);
  text-align: center;
  line-height: 1.8;
  margin-bottom: clamp(1.875rem, 3.90625vw, 3.125rem);
  padding-bottom: 0.5em;
  position: relative;
}

.one-column .post-content h2:not(:nth-child(1)),
.one-column .post-content h3:not(:nth-child(1)) {
  margin-top: clamp(3.75rem, 5.625vw, 4.5rem);
}

.one-column .post-content h2::after,
.one-column .post-content h3::after {
  background: var(--color_green);
  content: "";
  width: 2.5rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.two-column .section-title {
  border-left: 6px solid var(--color_green);
  text-align: left;
  padding: 0.35em 0 0.35em 1em;
}

article.block-item:not(:nth-of-type(1)) {
  margin-top: clamp(2.25rem, 3.125vw, 2.5rem);
}

article .thumb img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center center;
  transition: all .25s ease;
}

.block-item .block-item-link {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
}

.block-item .block-item-link .thumb {
  width: 35%;
  margin-right: 5%;
  overflow: hidden;
}

.block-item .block-item-link:hover .thumb img {
  transform: scale(1.1);
}

.block-item .block-item-link .text-group {
  width: 60%;
}

article .post-metas {
  width: auto;
}

article .post-metas-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.block-item .block-item-link h3 {
  border-bottom: none;
  color: var(--color_blue_darker);
  margin: 0 0 0.5em;
  padding-bottom: 0;
}

.post-content ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(2.5rem, 3.90625vw, 3.125rem);
}

.page-numbers li span,
.page-numbers li a {
  border: 1px solid var(--color_link);
  border-radius: 1.2em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  text-decoration: none;
}

.page-numbers li a:hover {
  background: var(--color_link);
  color: var(--color_white);
  opacity: 1;
}

.page-numbers li span.current {
  background: var(--color_link);
  border: none;
  color: var(--color_white);
}

.page-numbers li a.previouspostslink,
.page-numbers li a.nextpostslink,
.page-numbers li a.last {
  width: auto;
  padding: 0 1em;
}

.post-footer {
  text-align: center;
  margin-top: clamp(3.75rem, 5.625vw, 4.5rem);
}

.post-footer .adjacent-nav {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  font-family: inherit;
  font-weight: inherit;
  margin-top: 0;
}

.post-footer .adjacent-nav a.btn-outline {
  flex: 1 1 auto;
  text-decoration: none;
}

.post-footer .adjacent-nav a.btn-outline.adjacent-nav-prev {
  background: url("assets/img/common/arrow-left-blue.svg") no-repeat center left 1.25rem / auto 0.75rem;
}

.post-footer .adjacent-nav a.btn-outline.adjacent-nav-prev:hover {
  background-image: url("assets/img/common/arrow-left-white.svg");
  background-color: var(--color_link);
}

#sidebar li {
  line-height: 1.8;
}

#sidebar li:not(:nth-child(1)) {
  margin-top: 1.1em;
}

/**
 * bnr(aside)
 */

aside.bnr-group {
  padding: clamp(2.5rem, 4.6875vw, 3.75rem) 0;
}

aside.bnr-group ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}

/**
 * footer
 */

#footer {
  padding: 3.75rem 0;
  position: relative;
  z-index: 1;
}

#footer::before {
  background: url("assets/img/common/bg_noise.png") repeat center top / 640px auto var(--bg_navy);
  mask-image: url("assets/img/common/mask-radius.svg");
  mask-repeat: no-repeat;
  mask-size: 1200vw;
  mask-position: top center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

#footer .logo {
  width: clamp(11.75rem, 18.75vw, 15rem);
  margin: 0 auto clamp(2.5rem, 4.6875vw, 3.75rem);
}

.sitemap-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-item-wrapper .sitemap-item {
  width: 25%;
}

.sitemap-item-wrapper .sitemap-item dl {
  font-size: clamp(0.844rem, 0.166vw + 0.805rem, 0.938rem);
  color: var(--color_white);
  line-height: clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem);
  padding-right: clamp(1.25rem, 3.90625vw, 3.125rem);
}

.sitemap-item-wrapper .sitemap-item dl dt {
  font-weight: var(--body_font_weight_bold);
  color: var(--color_blue_dark);
}

.sitemap-item-wrapper .sitemap-item dl dd a {
  color: var(--color_white);
}

.sitemap-item-wrapper .sitemap-item ul {
  font-size: clamp(0.75rem, 0.166vw + 0.711rem, 0.844rem);
  line-height: clamp(1.519rem, 0.63vw + 1.371rem, 1.875rem);
}

.sitemap-item-wrapper .sitemap-item ul li a {
  color: var(--color_blue_lighter);
}

.sitemap-item-wrapper .sitemap-item ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

p#copyright {
  font-size: clamp(0.563rem, 0.166vw + 0.524rem, 0.656rem);
  font-weight: var(--body_font_weight_bold);
  color: var(--color_link);
  text-align: center;
  line-height: 1.5;
  margin-top: clamp(1.875rem, 4.6875vw, 3.75rem);
}

/**
 * splide
 */

.splide__pagination {
  gap: 8px;
  bottom: 0.625rem;
}

.splide__pagination li {
  display: inline-flex;
}

.splide__pagination__page {
  background: var(--color_link);
  border: 1px solid var(--color_white);
  margin: 0;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background: var(--color_yellow);
}


/* --------------------------------------------------------------------------------------------------
Media Queries (min-width: 601px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 601px) {

  .tile-item {
    background: url("assets/img/common/arrow-right-navy.svg") no-repeat center right clamp(0.75rem, 2.34345vw, 1.875rem) / auto 0.75rem var(--bg_beige);
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (min-width: 961px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 961px) {

  #header {
    padding: 1.75rem 0 1rem;
  }

  #siteId {
    margin-left: 3.125%;
    margin-bottom: 1.75rem;
    position: relative;
  }

  #siteId::before {
    background: #000e1f;
    mask-image: url("assets/img/common/mask-logo.png");
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    content: "";
    width: 344px;
    height: 72px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
  }

  .toggle-button-wrapper,
  #nav-overlay {
    display: none;
  }

  #nav-menu {
    width: 93.75%;
    max-width: 1200px;
    margin: 0 auto;
  }

  ul#global-nav {
    display: flex;
  }

  ul#global-nav li {
    font-size: 1.125rem;
    flex: 1 1 auto;
    position: relative;
  }

  ul#global-nav li a {
    display: block;
    text-align: center;
    padding: 0.5em;
  }

  ul#global-nav li:not(:nth-child(1))::before {
    background: var(--color_link);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sub-header-menu {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 3.125%;
  }

  ul#sub-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.6875rem;
  }

  #sub-header-menu .btn-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 0.625rem;
  }

  article#blog .main-section-title h1 {
    border-right: 1px solid var(--color_gold);
    width: 85%;
    margin-right: 1.25em;
    padding-right: 1.25em;
  }

  article#blog .post-metas {
    width: 15%;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75em;
  }

  article#blog .post-metas-times {
    line-height: 1;
  }

  article#blog .post-metas-terms {
    justify-content: flex-end;
  }

  .sitemap-item-wrapper #footer-nav.sitemap-item {
    box-sizing: border-box;
    border-left: 1px solid var(--color_blue_darker);
  }

  .sitemap-item-wrapper .sitemap-item ul {
    padding-left: clamp(1.25rem, 3.90625vw, 3.125rem);
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (max-width: 1215px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1215px) {

  #home-hero>.container {
    flex-direction: column;
    gap: 1.875rem;
  }

  .hero-slider {
    width: 100%;
    margin: auto;
  }

  #info {
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  #info div:has(> a.text-item-link) {
    text-align: center;
  }

  #info .btn-group {
    display: flex;
    flex-wrap: wrap;
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (max-width: 960px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

  body {
    background-size: min(240vw, 1200px) auto;
  }

  #header {
    background: url("assets/img/common/bg_astro.png") repeat center top / min(240vw, 1200px) auto;
    width: 100%;
    padding: 0.875rem 3.2%;
    position: fixed;
    top: 0;
    z-index: 99;
  }

  #siteId {
    width: 204px;
  }

  #siteId::before {
    background: #000e1f;
    mask-image: url("assets/img/common/mask-logo.png");
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
    content: "";
    width: 224px;
    height: 52px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
  }

  #siteId img {
    width: auto;
    height: 2rem;
  }

  /**
 * hamburger(menu)
 */

  .toggle-button-wrapper {
    position: fixed;
    top: calc((60px - 1.875rem) / 2);
    right: 3.2%;
    z-index: 100;
  }

  .hamburger-menu {
    appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    outline: 0;
    padding: 0;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: all;
  }

  .hamburger-menu:hover {
    cursor: pointer;
  }

  .hamburger-menu-icon {
    position: relative;
    display: block;
  }

  .hamburger-menu-icon,
  .hamburger-menu-icon::before,
  .hamburger-menu-icon::after {
    background-color: var(--color_white);
    width: 100%;
    height: 1px;
    -webkit-transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .hamburger-menu-icon::before,
  .hamburger-menu-icon::after {
    width: 100%;
  }

  .hamburger-menu-icon::before,
  .hamburger-menu-icon::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
  }

  .hamburger-menu-icon::after {
    top: 10px;
  }

  .hamburger-menu[aria-expanded="true"] .hamburger-menu-icon {
    background-color: transparent;
  }

  .hamburger-menu[aria-expanded="true"] .hamburger-menu-icon::before,
  .hamburger-menu[aria-expanded="true"] .hamburger-menu-icon::after {
    top: 0;
  }

  .hamburger-menu[aria-expanded="true"] .hamburger-menu-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger-menu[aria-expanded="true"] .hamburger-menu-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /**
 * hamburger(modal)
 */

  #nav-overlay {
    background: transparent;
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    visibility: hidden;
    z-index: 10;
  }

  #nav-overlay.active {
    visibility: visible;
  }

  .nav-menu-container {
    background: url("assets/img/common/bg_astro.png") repeat right top 60px / min(240vw, 1200px) auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 375px;
    height: calc(100% - 3.75rem);
    position: fixed;
    top: 3.75rem;
    right: -100%;
    z-index: 98;
    transition: right .25s ease-in-out;
    padding: 0 2.25rem 3.75rem;
  }

  .nav-menu-container[aria-hidden="false"] {
    overflow-y: auto;
    right: 0;
    transition: right .5s ease-in-out;
  }

  ul#global-nav {
    margin: 0 auto;
    position: relative;
  }

  ul#global-nav li {
    border-bottom: 1px solid var(--color_link);
    font-size: 0.9375rem;
  }

  ul#global-nav li a {
    display: block;
    padding: 1em 0;
    position: relative;
  }

  ul#global-nav li:not(.main-menu) a {
    background: url("assets/img/common/arrow-right-link.svg") no-repeat center right / auto 0.75rem;
  }

  ul#global-nav li.main-menu .arrow {
    background: url(assets/img/common/arrow-right-link.svg) no-repeat center top / auto 0.75rem;
    width: 45px;
    min-height: 5rem;
    display: flex;
    position: absolute;
    right: 1rem;
    z-index: 100;
    padding: 0;
    top: -1rem;
    transform: rotate(90deg);
  }

  ul#global-nav li.main-menu .arrow.-open {
    transform: rotate(-90deg);
    background-position: center bottom;
  }

  ul#global-nav li a:hover {
    opacity: 0.8;
  }

  #sub-header-menu {
    margin-top: 1.03125rem;
  }

  ul#sub-nav li.nav_home {
    display: none;
  }

  ul#sub-nav li a {
    display: block;
    padding: 1em 0;
  }

  #sub-header-menu .btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.875rem;
  }

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

  .site-search input[type="text"] {
    width: 100%;
  }

  #main,
  .main-section {
    margin-top: 3.75rem;
  }

  .main-section.one-column .container,
  .main-section.two-column .container {
    max-width: 840px;
  }

  .main-section.two-column #content {
    flex-direction: column;
    gap: clamp(2.5rem, 4.6875vw, 3.75rem);
  }

  .main-section.one-column .post-content,
  .main-section.two-column .post-content,
  .two-column #sidebar {
    width: 100%;
  }

  article#blog .main-section-title {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.25em;
  }

  #footer {
    padding-top: min(14.4vw, 3.75rem);
    padding-bottom: min(9.6vw, 3.125rem);
  }

  .sitemap-item-wrapper {
    column-gap: 1.25rem;
  }

  .sitemap-item-wrapper .sitemap-item {
    width: calc((100% - (1.25rem * 2)) / 3);
  }

  .sitemap-item-wrapper .sitemap-item dl {
    padding-right: 0;
  }

  .sitemap-item-wrapper #footer-nav.sitemap-item {
    border-top: 1px solid var(--color_blue_darker);
    width: 100%;
    margin-top: min(9.6vw, 3.125rem);
    padding-top: min(9.6vw, 3.125rem);
  }

  .sitemap-item-wrapper .sitemap-item ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (max-width: 767px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

  .container {
    width: 90%;
  }

  #home-hero>.container {
    width: 100%;
    padding-top: 0;
    gap: min(4vw, 1.875rem);
  }

  #info {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  #news .container {
    width: 90%;
  }

  .tiles-wrapper {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .sitemap-item-wrapper .sitemap-item {
    width: calc(50% - (1.25rem / 2));
  }

  .sitemap-item-wrapper .sitemap-item:not(:nth-child(-n+2)) {
    margin-top: 1.25rem;
  }

  .sitemap-item-wrapper .sitemap-item dl {
    padding-right: 0;
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (max-width: 600px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

  .nav-menu-container {
    max-width: inherit;
  }

  #news .container {
    width: 80%;
  }

  .news-item-wrapper ul {
    display: block;
    width: 100%;
  }

  .post-content table th {
    background: var(--bg_pale_beige);
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }

  .post-content table td {
    display: block;
    padding-right: 1em;
  }

  .post-content table tr:nth-child(1) th {
    border-bottom: none;
  }

  .block-item .block-item-link {
    flex-direction: column;
  }

  .block-item .block-item-link .thumb {
    width: 100%;
    margin-right: 0;
  }

  .block-item .block-item-link .text-group {
    width: 100%;
    margin-top: clamp(1.5rem, 2.34375vw, 1.875rem);
  }

}


/* --------------------------------------------------------------------------------------------------
Media Queries (max-width: 480px)
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 480px) {

  #info {
    text-align: left;
  }

  #info .info-item-wrapper ul,
  #info .info-item-wrapper .text {
    width: 100%;
  }

  #info div:has(> a.text-item-link) {
    text-align: right;
  }

  #news::after {
    mask-image: radial-gradient(transparent 60%, black 70%);
  }

  .news-item-wrapper dl {
    flex-direction: column;
  }

  .news-item-wrapper dl dt,
  .news-item-wrapper dl dd {
    width: 100%;
  }

}

.grecaptcha-badge {
  display: none !important;
}
