@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;400;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body, button, input, optgroup, select, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin: 0;
}

cite, dfn, em, i {
  font-style: italic;
}

address, blockquote {
  margin: 0;
}

pre {
  background: #eee;
  font-family: Courier\ 10 Pitch, courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: monaco, consolas, Andale Mono, DejaVu Sans Mono, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins, mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol, ul {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ol, li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

embed, iframe, img, object {
  max-width: 100%;
}

img {
  height: auto;
}

figure, table {
  margin: 0;
}

table {
  width: 100%;
}

a, a:active, a:focus, a:hover, a:visited {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 1;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation li {
  list-style: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation.toggled ul, .menu-toggle {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
  margin: 0;
}

.comment-navigation .nav-links, .post-navigation .nav-links, .posts-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.sticky {
  display: block;
}

.page, .post {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-content, .entry-summary, .page-content {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 0;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 2;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* 共通部分 */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #404040;
  font-family: "Noto Sans JP";
  background-color: #F1F7FB;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.68;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inner {
  margin: auto;
  width: 1080px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

header#masthead .site-branding {
  position: absolute;
  top: 20px;
  left: 4.39238653vw;
  z-index: 9999;
}
header#masthead .site-branding img {
  filter: drop-shadow(0px 0px 6px #005998);
}
header#masthead .main-navigation {
  position: fixed;
  top: 20px;
  right: 4.39238653vw;
  display: inline-block;
  width: auto;
  z-index: 9999;
}
header#masthead .main-navigation .footer_link,
header#masthead .main-navigation .footer_info,
header#masthead .main-navigation .menu_footer_logo {
  display: none;
}

#primary-menu {
  padding: 17px 56px;
  background: #ffffff;
  border-radius: 32px;
}
#primary-menu li {
  padding: 0 20px;
  border-left: 1px solid #333333;
  line-height: 1;
}
#primary-menu li:first-child {
  padding-left: 0;
  border-left: none;
}
#primary-menu li:last-child {
  padding-right: 0;
}

.breadcrumbs {
  margin: 0 0 36px;
}
.breadcrumbs a {
  color: #5E9BD2;
  text-decoration: underline;
}

.totop {
  position: fixed;
  bottom: 40px;
  right: 60px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/wordpress/wp-content/uploads/2023/11/btn01_off.svg) no-repeat center/100%;
  z-index: 9999;
}
.totop:hover {
  background-image: url(/wordpress/wp-content/uploads/2023/11/btn01_on.svg);
  opacity: inherit;
}

footer#colophon {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background: #005998;
}
footer#colophon .footer_link {
  margin: auto;
  padding: 100px 4%;
  background-color: #E2EDF7;
}
footer#colophon .footer_link .wp-block-group__inner-container {
  margin: auto;
  width: 1080px;
}
footer#colophon .footer_link .footer_bnr {
  margin-bottom: 60px;
}
footer#colophon .footer_link .footer_bnr img {
  border-radius: 12px;
}
footer#colophon .footer_link .footer_text a {
  padding: 14px 0;
  display: block;
  color: #005998;
  font-weight: 500;
  background: #ffffff;
  border-radius: 40px;
}
footer#colophon .footer_link .footer_text a::before {
  margin: 0 14px -2px 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/wordpress/wp-content/uploads/2023/11/ico01_off.svg) no-repeat center/100%;
}
footer#colophon .footer_link .footer_text a:hover {
  color: #30A79F;
}
footer#colophon .footer_info {
  margin: auto;
  padding: 50px 0;
  width: 1080px;
  line-height: 1.8;
  font-weight: 300;
  color: #ffffff;
}
footer#colophon .menu_footer_logo {
  display: none;
}
footer#colophon .footer_logo {
  font-weight: 400;
}
footer#colophon .copy {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.page-header {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.page-header span {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-header .page-title {
  padding-top: 64px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 200;
  text-shadow: 0px 0px 6px #404040;
}

article .entry-content {
  padding-top: 36px;
  position: relative;
  z-index: 1;
  background-color: #F1F7FB;
}
article .entry-content .inner {
  margin: auto;
  padding: 0px 0 100px;
  width: 1080px;
}

.home .entry-content {
  padding: 0;
}
.home .vk_slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50.8% - 50vw);
  margin-bottom: 100px;
  width: auto;
  overflow: hidden;
}
.home .vk_slider .swiper-button-next, .home .vk_slider .swiper-button-prev {
  display: none;
}
.home .vk_slider_item .vk_slider_item_container {
  padding: 0;
  min-width: 100vw;
  max-width: 100%;
  overflow: hidden;
}
.home .vk_slider_item img {
  height: auto;
  min-height: 768px;
  width: 100%;
  min-width: 1366px;
}
.home h2.wp-block-heading {
  margin: 4px 0 12px;
  font-size: 32px;
  color: #005998;
}
.home .top_topics .wp-block-post-title {
  min-height: 3em;
  font-size: 16px;
  font-weight: normal;
}
.home .top_topics img {
  height: 240px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blue_btn {
  justify-content: flex-end;
}
.blue_btn .wp-block-button__link {
  position: relative;
  padding: 8px 35px 10px 24px;
  color: #ffffff;
  font-size: 16px;
  background-color: #5E9BD2;
  border-radius: 10px;
}
.blue_btn .wp-block-button__link:hover {
  background-color: #30A79F;
}
.blue_btn .wp-block-button__link::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  right: 12px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  transform: rotate(45deg);
}

.post-65 .page-header .page-title::first-letter {
  letter-spacing: 32px;
}

.panels .wp-block-columns {
  gap: 20px;
  margin-bottom: 20px;
}
.panels .wp-block-column {
  padding: 50px;
  background-color: #E2EDF7;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.panels .wp-block-column::after {
  content: "";
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/wordpress/wp-content/uploads/2023/11/btn04_off.svg) no-repeat center/100%;
  transition: all 0.3s ease;
}
.panels .wp-block-column:hover {
  background-color: #ffffff;
}
.panels .wp-block-column:hover::after {
  background: url(/wordpress/wp-content/uploads/2023/11/cmn_btn04_on.svg) no-repeat center/100%;
}
.panels .wp-block-column h3 {
  margin: 10px 0 30px;
  font-size: 32px;
  color: #005998;
  text-align: center;
}
.panels .wp-block-column p {
  margin-bottom: 30px;
}

.archive .wrapper {
  padding: 36px 0 100px;
  background-color: #F1F7FB;
  position: relative;
  z-index: 1;
}
.archive .page-header span {
  background: url(/wordpress/wp-content/uploads/2023/11/header01@2x-scaled.jpg) no-repeat bottom center/cover;
}
.archive .panels {
  display: block;
}
.archive .panels .wp-block-column {
  padding: 38px;
}
.archive .panels .wp-block-column h3::before {
  content: "";
  margin: 0 10px -3px 0;
  display: inline-block;
  width: 36px;
  height: 32px;
  background: url(/wordpress/wp-content/uploads/2023/11/ico02.svg) no-repeat center/100%;
}
.archive #list_container {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
}
.archive #list_container > article {
  width: 32%;
}
.archive #list_container > article .archive_title {
  height: 3em;
}
.archive #list_container > article img {
  margin: 16px 0 100px;
  display: block;
  width: 100%;
  height: 54%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 20px;
  border: none;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #005998;
}
.wp-pagenavi .previouspostslink {
  height: 40px;
  width: 40px;
  background: url(/wordpress/wp-content/uploads/2023/11/btn02_off.svg) no-repeat center/100%;
}
.wp-pagenavi .previouspostslink:hover {
  background: url(/wordpress/wp-content/uploads/2023/11/btn02_on.svg) no-repeat center/100%;
}
.wp-pagenavi .nextpostslink {
  height: 40px;
  width: 40px;
  background: url(/wordpress/wp-content/uploads/2023/11/btn03_off.svg) no-repeat center/100%;
}
.wp-pagenavi .nextpostslink:hover {
  background: url(/wordpress/wp-content/uploads/2023/11/btn03_on.svg) no-repeat center/100%;
}

.single-post #primary {
  background-color: #F1F7FB;
  position: relative;
  z-index: 1;
}
.single-post .page-header span {
  background: url(/wordpress/wp-content/uploads/2023/11/header01@2x-scaled.jpg) no-repeat bottom center/cover;
}
.single-post article .entry-content .entry-title, .single-post article .entry-content h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 32px;
  border-bottom: 1px solid #CAD5E0;
}
.single-post article .entry-content p {
  line-height: 2;
}
.single-post article .entry-content .wp-block-gallery {
  gap: 20px;
}
.single-post article .entry-content h3 {
  font-size: 28px;
}
.single-post article .entry-content h4 {
  font-size: 20px;
}
.single-post article .entry-content a {
  color: #005998;
}
.single-post article .entry-content a:hover {
  color: #30A79F;
}
.single-post article .entry-content .single_btn {
  position: relative;
  margin: 160px auto 0;
  padding: 7px 40px 9px;
  display: block;
  width: 224px;
  color: #ffffff;
  background-color: #5E9BD2;
  border-radius: 10px;
}
.single-post article .entry-content .single_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  transform: rotate(225deg);
}

.error404 .page-header span {
  background: url(/wordpress/wp-content/uploads/2023/11/header01@2x-scaled.jpg) no-repeat bottom center/cover;
}
.error404 .page-content {
  padding: 60px 0;
}

@media screen and (max-width: 1080px) {
  .inner, article .entry-content .inner,
  footer#colophon .footer_link .wp-block-group__inner-container, footer#colophon .footer_info {
    margin: auto;
    display: block;
    width: 94%;
  }
  header#masthead .site-branding {
    top: 36px;
    left: 10px;
    width: calc(100vw - 108px);
    max-width: 350px;
    z-index: 8888;
  }
  header#masthead .main-navigation {
    padding: 90px 30px 0;
    display: block;
    width: 78%;
    height: 100vh;
    top: 0;
    right: -100%;
    z-index: 9998;
    transition: all 0.3s ease;
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.161);
    overflow-y: scroll;
  }
  header#masthead .main-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.68);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: -1;
  }
  header#masthead .main-navigation ul#primary-menu {
    margin-bottom: 50px;
    padding: 0;
    display: block;
    width: 100%;
    background-color: initial;
    border-radius: 0;
  }
  header#masthead .main-navigation ul#primary-menu li {
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }
  header#masthead .main-navigation ul#primary-menu li a {
    color: #005998;
    font-size: 26px;
    font-weight: 300;
  }
  header#masthead .main-navigation .footer_link {
    display: block;
  }
  header#masthead .main-navigation .footer_link img {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  header#masthead .main-navigation .footer_text {
    display: flex;
    margin-bottom: 32px;
    padding-top: 10px;
  }
  header#masthead .main-navigation .footer_text p {
    text-align: left;
    font-size: 20px;
  }
  header#masthead .main-navigation .footer_text p::before {
    margin: 0 14px -2px 0;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/wordpress/wp-content/uploads/2023/11/ico01_off.svg) no-repeat center/100%;
  }
  header#masthead .main-navigation .footer_text p a {
    display: inline-block;
    color: #005998;
  }
  header#masthead .main-navigation .menu_footer_logo {
    display: block;
  }
  header#masthead .main-navigation .footer_info {
    display: none;
  }
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    height: 1px; /*線の太さ*/
    width: 36px; /*長さ*/
    border-radius: 3px;
    background: #005998;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
  }
  #nav-open span {
    margin: 30px 12px 0;
  }
  #nav-open span:before {
    transform: translateY(-10px);
  }
  #nav-open span:after {
    transform: translateY(10px);
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ .main-navigation {
    right: 0;
  }
  #nav-input:checked ~ #nav-open span {
    background: none;
  }
  #nav-input:checked ~ #nav-open span:before {
    transform: rotate(-28deg) translateY(1px) translateX(0px);
  }
  #nav-input:checked ~ #nav-open span:after {
    transform: rotate(28deg) translateY(-1px) translateX(0px);
  }
  #nav-input:checked ~ #nav-open ~ .main-navigation {
    right: 0;
  }
  footer#colophon .footer_link {
    padding: 50px 0;
  }
  footer#colophon .footer_link .footer_bnr {
    margin-bottom: 20px;
  }
  footer#colophon .footer_link .footer_text {
    gap: 20px;
  }
  footer#colophon .footer_link .footer_text a {
    padding: 20px 0;
  }
  footer#colophon .footer_info {
    text-align: center;
  }
  footer#colophon .footer_logo {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
  .totop {
    right: 20px;
    z-index: 8888;
  }
  article .entry-content .inner {
    padding-bottom: 50px;
  }
  .page-header {
    height: 300px;
  }
  .page-header span {
    height: 300px;
  }
  .page-header .page-title {
    padding-top: 36px;
  }
  .breadcrumbs {
    display: none;
  }
  article .entry-content {
    padding-top: 50px;
  }
  .panels .wp-block-column {
    padding: 50px 28px;
  }
  .panels .wp-block-column h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .home header#masthead .site-branding {
    left: 50%;
    top: 150px;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
    z-index: 8888;
  }
  .home .vk_slider {
    margin-bottom: 50px;
    height: 100vh;
    margin-right: calc(50% - 50vw);
  }
  .home .top_topics_head {
    margin-bottom: 0;
  }
  .home .top_topics {
    gap: 50px;
  }
  .home .top_topics .wp-block-post-title {
    margin: 0 0 12px;
    min-height: initial;
  }
  .blue_btn .wp-block-button__link {
    padding: 14px 35px;
    font-size: 20px;
  }
  .blue_btn .wp-block-button__link::after {
    width: 13px;
    height: 13px;
    top: 24px;
    right: 20px;
  }
  .archive .page-header span {
    background: url(/wordpress/wp-content/uploads/2023/11/header01_sp@2x.jpg) no-repeat bottom center/cover;
  }
  .archive .wrapper {
    padding-top: 50px;
  }
  .archive .panels .wp-block-column {
    padding: 28px;
  }
  .archive .panels .wp-block-column h3::before {
    margin: 0 auto 14px;
    display: block;
  }
  .archive #list_container > article {
    width: 48%;
  }
  .archive #list_container > article img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 645px) {
  .archive #list_container > article {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */