@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body .mfp-bg {
  z-index: 5042;
}
body .mfp-wrap {
  z-index: 5043;
}
body .mfp-img {
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  vertical-align: bottom;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  /*
  -webkit-appearance: none; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
/* Pager */
.pager {
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:not(:last-child),
.pager:not(.pager_single) .page-numbers > li:not(:last-child) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 1px;
  text-decoration: none;
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  border: none;
}

.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.-hide {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}

.site_logo {
  flex-shrink: 0;
  flex-grow: 0;
}
.site_logo a {
  display: block;
}
.site_logo img {
  vertical-align: bottom;
}

.site_header {
  z-index: 2000;
  /*
  .engineering-logo {
  	small {
  		display: inline-block;
  		color: var(--wp--preset--color--theme-green);
  		font-weight: 500;
  	}
  }
  */
}
.site_header .ringcommunications-logo {
  margin: auto;
}
@media screen and (max-width: 599px) {
  .site_header .header_inner {
    padding-top: 2.5vw;
    padding-bottom: 19vw;
  }
  .site_header .engineering-logo {
    font-size: 3.125vw;
  }
  .site_header .ringcommunications-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 4vw;
    font-size: 6vw;
  }
}
@media (min-width:600px) {
  .site_header .header_inner {
    height: min(9.625vw, 154px);
  }
  .site_header .engineering-logo {
    margin: auto auto auto 0;
    font-size: min(2vw, 32px);
  }
  .site_header .ringcommunications-logo {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    font-size: min(3.125vw, 50px);
    translate: 0 -50%;
  }
}
.site_header .lang_menu {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin: 0 0 0 auto;
  font-family: var(--wp--preset--font-family--theme-gothic);
  font-weight: bold;
  line-height: 1;
}
.site_header .lang_menu .icn {
  font-size: 1.25em;
  fill: var(--wp--preset--color--theme-green);
}
.site_header .lang_menu .menu_list {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.site_header .lang_menu .menu_list > li {
  color: var(--wp--preset--color--theme-gray);
}
.site_header .lang_menu .menu_list > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-left: 0.5em;
  width: 0;
  height: 1em;
  border-right: solid 1px;
  transform-origin: center center;
  rotate: 20deg;
}
.site_header .lang_menu .menu_list a {
  color: inherit;
  text-decoration: none;
}
.site_header .lang_menu .menu_list a.current, .site_header .lang_menu .menu_list a:hover {
  color: var(--wp--preset--color--theme-green);
}

.site_footer {
  margin-top: auto;
  z-index: 1000;
}

.site_content {
  z-index: auto;
  padding: 3% 0 5%;
}

.page_footer {
  padding-bottom: 5%;
  font-size: var(--wp--preset--font-size--xxx-large);
}
.page_footer a {
  display: inline-block;
  color: inherit;
  font-weight: bold;
}

#gnav {
  margin: 0;
}
#gnav .menu-main_menu-container {
  line-height: 1;
  font-family: var(--wp--preset--font-family--theme-gothic);
  font-size: var(--wp--preset--font-size--small);
}
#gnav .menu-main_menu-container .menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  margin: auto;
  padding: 0;
}
#gnav .menu-main_menu-container .menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.25;
}
#gnav .menu-main_menu-container .menu a:hover {
  text-decoration: underline;
}

.main_block .main_head::after {
  content: "";
  display: block;
  margin: var(--wp--preset--spacing--30) 0;
}
.main_block .main_head .post_info {
  gap: 1em;
}
.main_block .main_head .post_info .wp-block-post-date {
  margin: 0;
  display: inline-block;
  color: var(--wp--preset--color--theme-green);
  line-height: 1.25;
}
.main_block .main_head .wp-block-separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.main_block .main_head .post_title {
  margin: 0.5em 0 0.25em;
  font-size: var(--wp--preset--font-size--large);
}
.main_block .main_foot {
  margin-top: 10%;
}
.main_block.content_block .content_head .wp-block-media-text__content,
.main_block.content_block .content_head .wp-block-media-text__media {
  align-self: start;
  padding: 0;
}
.main_block.content_block .content_head .post_thumb {
  aspect-ratio: 3/2;
}
.main_block.content_block .content_head .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_block.content_block .content_head .taxonomy-content_type {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.main_block.content_block .content_head .taxonomy-content_type a {
  padding: 0.25em 0.75em;
  color: inherit;
  text-decoration: none;
  border: solid 1px;
}
.main_block.content_block .content_head .taxonomy-content_type a:hover {
  scale: 1.05;
  z-index: 10;
}
.main_block.content_block .content_head .taxonomy-post_tag a {
  pointer-events: none;
}
.main_block.content_block .wp-block-post-date {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .main_block.content_block .content_head .post_thumb {
    max-width: none;
    width: 100%;
  }
}
@media (min-width:600px) {
  .main_block.content_block .content_head {
    grid-template-columns: 1fr 32%;
    gap: 4%;
  }
  .main_block.content_block .content_head:not(:has(.wp-block-media-text__media)) {
    grid-template-columns: 1fr;
  }
}
.main_block.content_block .main_body p {
  line-height: 2;
}
.main_block.content_block .main_body p:not([class*=-font-size]) {
  font-size: var(--wp--preset--font-size--large);
}
@media (min-width:600px) {
  .main_block.content_block .main_body .wp-block-image:not(.alignfull):not(.alignwide) {
    width: clamp(400px, 50%, 800px);
  }
}

.hentry .wp-block-post-date {
  font-family: var(--wp--preset--font-family--theme-gothic);
}
.hentry .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}
.hentry .wp-block-post-title a:hover {
  text-decoration: underline;
}
.hentry .content_person {
  list-style: none;
  padding: 0;
}
.hentry .content_person > li {
  display: inline-block;
}
.hentry .content_person > li:not(:last-child) {
  margin-right: 0.5em;
}
.hentry .content_person > li:not(:last-child)::after {
  content: ",";
}
.hentry .content_data > p {
  margin: 0;
}
.hentry .content_data a {
  color: inherit;
}
.hentry .content_data a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 0.25em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/arr-external.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.wp-block-query .wp-block-post-template a {
  color: inherit;
}
.wp-block-query .wp-block-post-template a:hover {
  text-decoration: underline;
}
.wp-block-query .wp-block-post-template .post_block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wp-block-query .wp-block-post-template .post_block > * {
  margin: 0;
}
.wp-block-query .wp-block-post-template .post_block p {
  margin: 0;
}
.wp-block-query .wp-block-post-template .post_thumb {
  padding: 0;
  transition: all 0.2s;
}
.wp-block-query .wp-block-post-template .post_thumb:not(:has(img)) {
  background-image: url(../images/blankimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wp-block-query .wp-block-post-template .post_thumb .wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
}
.wp-block-query .wp-block-post-template .post_thumb .taxonomy-content_type {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 0.75em;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 0.1em;
}
.wp-block-query .wp-block-post-template .post_thumb .wp-block-read-more {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-indent: -100vw;
}
.wp-block-query .wp-block-post-template .post_thumb:has(.wp-block-read-more):hover {
  opacity: 0.6;
}
.wp-block-query .wp-block-post-template .post_info {
  gap: 0;
  font-family: var(--wp--preset--font-family--theme-gothic);
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-query .wp-block-post-template .post_info .taxonomy-content_type {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: solid 1px;
}
.wp-block-query .wp-block-post-template .post_info .taxonomy-content_issue a {
  display: block;
  pointer-events: none;
  text-decoration: none;
}
.wp-block-query .query_content .hentry {
  margin-bottom: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  border-bottom: solid 1px;
}

.tag_index .index_block {
  display: grid;
  grid-template-columns: var(--wp--preset--font-size--xxx-large) 1fr;
  gap: var(--wp--preset--spacing--30);
  padding: 0 0 var(--wp--preset--spacing--30);
  width: 100%;
  border-bottom: solid 1px var(--wp--preset--color--theme-gray);
}
.tag_index .index_block:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--30);
}
.tag_index .index_block .index_head {
  margin: 0;
  width: 1em;
  font-size: var(--wp--preset--font-size--xxx-large);
  text-align: center;
  line-height: 1;
}
.tag_index .index_block .wp-block-tag-cloud {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
}
/*# sourceMappingURL=layout.css.map */