@charset "UTF-8";
/*
Theme Name: JSARRD
Author: nejic
Author URI: https://nejic.com/
Description: JSARRD の公式テーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
 * media query
 *
 * メディアクエリ指定
　*/
@media screen and (max-width: 37.5em) {
  .mq_only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 60em) {
  .mq_only_sp {
    display: none !important;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 60em) {
  .mq_only_sp {
    display: none !important;
  }
}

@media screen and (max-width: 37.5em) {
  .mq_only_tab {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .mq_only_tab {
    display: none !important;
  }
}

@media screen and (max-width: 37.5em) {
  .mq_only_tabpc {
    display: none !important;
  }
}

html {
  overflow-y: scroll;
  word-wrap: break-word;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen kaku gothic new", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

.gradient {
  position: relative;
  padding-bottom: 1px;
}
.gradient::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  opacity: 0.35;
  background-image: linear-gradient(60deg, #096BB4, #D5DE73, #EB607A);
  z-index: -1;
}

.main.page {
  padding-bottom: 60px;
}

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.material-icons {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

.footer {
  padding: 100px 40px;
  text-align: left;
}
@media screen and (max-width: 60em) {
  .footer {
    padding: 60px 24px;
  }
}

.nav_footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 60em) {
  .nav_footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav_footer ul li a {
  display: inline-block;
  text-decoration: none;
  color: #13106C;
  border: 1px solid #13106C;
  padding: 0.7em 1.2em;
  margin-right: -1px;
  margin-bottom: -1px;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 500;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 60em) {
  .nav_footer ul li a {
    display: block;
  }
}
.nav_footer ul li a:hover {
  background-color: #13106C;
  color: #fff;
}
.nav_footer ul li:first-child a {
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 60em) {
  .nav_footer ul li:first-child a {
    border-radius: 6px 6px 0 0;
  }
}
.nav_footer ul li:last-child a {
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 60em) {
  .nav_footer ul li:last-child a {
    border-radius: 0 0 6px 6px;
  }
}

.footer__address,
.footer__contact {
  margin-top: 40px;
}
.footer__address a,
.footer__contact a {
  display: inline-block;
  text-decoration: none;
  color: #13106C;
  border: 1px solid #13106C;
  padding: 0.7em 1.2em;
  margin-right: -1px;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 500;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 60em) {
  .footer__address a,
  .footer__contact a {
    border-radius: 6px;
  }
}
.footer__address a:hover,
.footer__contact a:hover {
  background-color: #13106C;
  color: #fff;
}

.footer__head {
  color: #13106C;
  font-weight: bold;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  margin-left: 1.2em;
  margin-bottom: 1em;
}

.footer__link {
  margin-top: 40px;
}
.footer__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #13106C;
  border: 1px solid #13106C;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12px;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  font-weight: 500;
}
.footer__link a .link__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 1.4em);
  padding: 0.7em 0.7em;
  background-color: #fff;
  border-radius: 10px;
}
.footer__link a .link__text {
  padding: 0.7em 1.2em;
}
.footer__link a:hover {
  background-color: #13106C;
  color: #fff;
}
.footer__link a img {
  max-height: 40px;
  width: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.header__navWrap {
  padding: 10px;
  border-radius: 0 0 0 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  position: relative;
  gap: 10px;
}
@media screen and (max-width: 37.5em) {
  .header__navWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.header__navWrap::before, .header__navWrap::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.header__navWrap::before {
  top: 10px;
  left: -20px;
  background: radial-gradient(circle at bottom left, transparent 20px, white 21px);
}
.header__navWrap::after {
  bottom: -20px;
  right: 10px;
  background: radial-gradient(circle at bottom left, transparent 20px, white 21px);
}

.list--topics {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.list__item--topics {
  position: relative;
  padding: 20px 30px;
  color: #13106C;
}
.list__item--topics > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list__item--topics::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.4;
  z-index: -1;
  border-radius: 12px;
}
.list__item--topics .date {
  display: block;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  margin-bottom: 0.5em;
}
.list__item--topics .list__title {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  font-weight: bold;
  line-height: 1.5;
}
.list__item--topics:hover::before {
  opacity: 1;
}

.logo__wrap {
  position: relative;
  padding: 80px;
  background-color: #fff;
  border-radius: 0 0 20px 0;
}
.logo__wrap::before, .logo__wrap::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.logo__wrap::before {
  top: 10px;
  right: -20px;
  background: radial-gradient(circle at bottom right, transparent 19.8px, white 20px);
}
.logo__wrap::after {
  bottom: -20px;
  left: 10px;
  background: radial-gradient(circle at bottom right, transparent 19.8px, white 20px);
}
@media screen and (max-width: 60em) {
  .logo__wrap {
    padding: 24px;
    max-width: 45%;
  }
}

.logo--header img {
  display: block;
  max-width: 378px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 60em) {
  .logo--header img {
    max-width: 100%;
  }
}

.logo--footer img {
  max-width: 300px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 60em) {
  .logo--footer img {
    max-width: 50%;
  }
}

.nav--header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 60em) {
  .nav--header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav--header ul li a {
  text-decoration: none;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #13106C;
  color: #13106C;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--header ul li a img {
  margin-right: 0;
  margin-bottom: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 60em) {
  .nav--header ul li a {
    padding: 10px;
  }
}
.nav--header ul li a:hover {
  background-color: #13106C;
  color: #fff;
}
.nav--header ul li a:hover img {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}

.lang-en .nav--header ul li a {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.nav--lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.nav--lang ul li a {
  text-decoration: none;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #13106C;
  font-weight: bold;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav--lang ul li a span {
  margin: 0;
  padding: 0;
}
.nav--lang ul li a:hover {
  background-color: #13106C;
  color: #fff;
}
.nav--lang ul li.wpml-ls-current-language a {
  border: 1px solid #13106C;
}

.pagination {
  margin-top: 60px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: none !important;
  gap: 4px;
  padding: 0 !important;
}
.pagination ul li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border-radius: 4px;
}
.pagination ul li a:hover {
  color: #fff;
}
.pagination ul li.-current {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #333;
  color: #fff;
}

.text,
.block-editor-block-list__layout {
  text-align: left;
}
.text > *,
.block-editor-block-list__layout > * {
  margin-bottom: 2em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #13106C;
}
.text > *:last-child,
.block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}
.text a,
.block-editor-block-list__layout a {
  color: #13106C;
}
.text p,
.block-editor-block-list__layout p {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  line-height: 2;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.3;
}
.text h2:not(:first-child),
.text h3:not(:first-child),
.text h4:not(:first-child),
.text h5:not(:first-child),
.text h6:not(:first-child),
.block-editor-block-list__layout h2:not(:first-child),
.block-editor-block-list__layout h3:not(:first-child),
.block-editor-block-list__layout h4:not(:first-child),
.block-editor-block-list__layout h5:not(:first-child),
.block-editor-block-list__layout h6:not(:first-child) {
  margin-top: 6em;
}
.text h2:not(:first-child) + h3, .text h2:not(:first-child) + h4, .text h2:not(:first-child) + h5, .text h2:not(:first-child) + h6,
.text h3:not(:first-child) + h3,
.text h3:not(:first-child) + h4,
.text h3:not(:first-child) + h5,
.text h3:not(:first-child) + h6,
.text h4:not(:first-child) + h3,
.text h4:not(:first-child) + h4,
.text h4:not(:first-child) + h5,
.text h4:not(:first-child) + h6,
.text h5:not(:first-child) + h3,
.text h5:not(:first-child) + h4,
.text h5:not(:first-child) + h5,
.text h5:not(:first-child) + h6,
.text h6:not(:first-child) + h3,
.text h6:not(:first-child) + h4,
.text h6:not(:first-child) + h5,
.text h6:not(:first-child) + h6,
.block-editor-block-list__layout h2:not(:first-child) + h3,
.block-editor-block-list__layout h2:not(:first-child) + h4,
.block-editor-block-list__layout h2:not(:first-child) + h5,
.block-editor-block-list__layout h2:not(:first-child) + h6,
.block-editor-block-list__layout h3:not(:first-child) + h3,
.block-editor-block-list__layout h3:not(:first-child) + h4,
.block-editor-block-list__layout h3:not(:first-child) + h5,
.block-editor-block-list__layout h3:not(:first-child) + h6,
.block-editor-block-list__layout h4:not(:first-child) + h3,
.block-editor-block-list__layout h4:not(:first-child) + h4,
.block-editor-block-list__layout h4:not(:first-child) + h5,
.block-editor-block-list__layout h4:not(:first-child) + h6,
.block-editor-block-list__layout h5:not(:first-child) + h3,
.block-editor-block-list__layout h5:not(:first-child) + h4,
.block-editor-block-list__layout h5:not(:first-child) + h5,
.block-editor-block-list__layout h5:not(:first-child) + h6,
.block-editor-block-list__layout h6:not(:first-child) + h3,
.block-editor-block-list__layout h6:not(:first-child) + h4,
.block-editor-block-list__layout h6:not(:first-child) + h5,
.block-editor-block-list__layout h6:not(:first-child) + h6 {
  margin-top: 2em;
}
.text h2,
.block-editor-block-list__layout h2 {
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: 700;
}
.text h3,
.block-editor-block-list__layout h3 {
  font-size: 21px;
}
.text h4,
.block-editor-block-list__layout h4 {
  font-size: clamp(18px, 17px + 0.25vw, 20px);
}
.text h5,
.block-editor-block-list__layout h5 {
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
}
.text h6,
.block-editor-block-list__layout h6 {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.text p,
.block-editor-block-list__layout p {
  line-height: 1.8;
}
.text ul,
.block-editor-block-list__layout ul {
  list-style: disc;
  padding-left: 2em;
}
.text ol,
.block-editor-block-list__layout ol {
  list-style: decimal;
  padding-left: 2em;
}
.text li,
.block-editor-block-list__layout li {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text li ul, .text li ol,
.block-editor-block-list__layout li ul,
.block-editor-block-list__layout li ol {
  margin-bottom: 2em;
  padding-left: 1em;
}
.text li ul li, .text li ol li,
.block-editor-block-list__layout li ul li,
.block-editor-block-list__layout li ol li {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.text table,
.block-editor-block-list__layout table {
  width: 100%;
}
.text table tr td,
.block-editor-block-list__layout table tr td {
  border: 1px solid;
  padding: 1em;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  line-height: 1.5;
}
.text img,
.block-editor-block-list__layout img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.text pre,
.block-editor-block-list__layout pre {
  text-align: left;
  margin: 2em 0;
  padding: 1em;
  line-height: 1.8;
  border-radius: 5px;
  white-space: pre-wrap;
}
.text .wp-block-gallery .blocks-gallery-grid,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  display: block;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
  height: auto;
}
.text .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item__caption {
  text-align: left;
  position: relative;
  bottom: auto;
  padding: 0;
  margin-top: -10px;
  background: #ffffff;
}
.text .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 37.5em) {
  .text .wp-block-image,
  .block-editor-block-list__layout .wp-block-image {
    margin-bottom: 20px;
  }
}
.text figcaption,
.block-editor-block-list__layout figcaption {
  position: relative;
  bottom: auto;
  padding: 0;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text iframe,
.block-editor-block-list__layout iframe {
  width: 100%;
}
.text .has-text-align-center,
.block-editor-block-list__layout .has-text-align-center {
  text-align: center !important;
}
.text .has-text-align-right,
.block-editor-block-list__layout .has-text-align-right {
  text-align: right !important;
}
.text .has-text-align-left,
.block-editor-block-list__layout .has-text-align-left {
  text-align: left !important;
}
.text .wp-block-separator,
.block-editor-block-list__layout .wp-block-separator {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  border: 0 none;
  height: 1px;
  max-width: 100px;
}
.text .wp-block-file,
.block-editor-block-list__layout .wp-block-file {
  padding: 0;
}
.text .wp-block-file a,
.block-editor-block-list__layout .wp-block-file a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.text .wp-block-file a::after,
.block-editor-block-list__layout .wp-block-file a::after {
  content: "\e171";
  font-family: "Material Icons Outlined";
}
.text .wp-block-file + .wp-block-file,
.block-editor-block-list__layout .wp-block-file + .wp-block-file {
  margin-top: 10px;
}
.text blockquote,
.block-editor-block-list__layout blockquote {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  position: relative;
  background-color: #fafafa;
  border-radius: 10px;
}
.text blockquote::before,
.block-editor-block-list__layout blockquote::before {
  font-family: "Material Icons Outlined";
  content: "“";
  font-size: 36px;
  font-weight: bold;
  color: #aaa;
  position: absolute;
  top: 10px;
  left: 10px;
}
.text blockquote::after,
.block-editor-block-list__layout blockquote::after {
  font-family: "Material Icons Outlined";
  content: "„";
  font-size: 36px;
  font-weight: bold;
  color: #aaa;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.text blockquote cite,
.block-editor-block-list__layout blockquote cite {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 37.5em) {
  .text blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 40px 10px;
  }
}
.text .about__diagram,
.block-editor-block-list__layout .about__diagram {
  margin-top: 3em;
  margin-bottom: 3em;
}
.text .about__diagram .wp-block-group__inner-container,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text .about__diagram .wp-block-group__inner-container p,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p {
  padding: 1em 3em;
  border-radius: 9999px;
  font-weight: 500;
  position: relative;
}
.text .about__diagram .wp-block-group__inner-container p:not(:last-child),
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p:not(:last-child) {
  margin-bottom: 20px;
}
.text .about__diagram .wp-block-group__inner-container p:not(:last-child)::after,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-color: #13106C;
}
.text .about__diagram .wp-block-group__inner-container p.diagram--1,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p.diagram--1 {
  background-color: #13106C;
  color: #fff;
}
.text .about__diagram .wp-block-group__inner-container p.diagram--2,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p.diagram--2 {
  background-color: #282596;
  color: #fff;
}
.text .about__diagram .wp-block-group__inner-container p.diagram--2 span,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p.diagram--2 span {
  border: 1px solid #fff;
  padding: 0.5em 2em;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: -2.5em;
  border-radius: 9999px;
  display: inline-block;
  margin-left: 1.5em;
}
.text .about__diagram .wp-block-group__inner-container p.diagram--3,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p.diagram--3 {
  background-color: #5855B3;
  color: #fff;
}
.text .about__diagram .wp-block-group__inner-container p.diagram--4,
.block-editor-block-list__layout .about__diagram .wp-block-group__inner-container p.diagram--4 {
  border: 1px solid #13106C;
}
.text .table--about,
.block-editor-block-list__layout .table--about {
  border-top: 1px solid #13106C;
  border-bottom: 1px solid #13106C;
  padding-top: 2px;
  padding-bottom: 2px;
}
.text .table--about table tbody tr,
.block-editor-block-list__layout .table--about table tbody tr {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #13106C;
}
.text .table--about table tbody tr:last-child,
.block-editor-block-list__layout .table--about table tbody tr:last-child {
  border-bottom: 1px solid #13106C;
}
.text .table--about table tbody tr td,
.block-editor-block-list__layout .table--about table tbody tr td {
  border: 0;
  vertical-align: middle;
}
.text .table--about table tbody tr td:first-child,
.block-editor-block-list__layout .table--about table tbody tr td:first-child {
  font-weight: bold;
  padding-left: 0;
}
.text .table--about table tbody tr td:last-child,
.block-editor-block-list__layout .table--about table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.text .table--about table tbody tr td:last-child a,
.block-editor-block-list__layout .table--about table tbody tr td:last-child a {
  text-decoration: none;
  padding: 0.7em 1.2em;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  display: inline-block;
  border: 1px solid #13106C;
  border-radius: 9999px;
  color: #13106C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.text .table--about table tbody tr td:last-child a:hover,
.block-editor-block-list__layout .table--about table tbody tr td:last-child a:hover {
  background-color: #13106C;
  color: #fff;
}
.text .teikan__group,
.block-editor-block-list__layout .teikan__group {
  border: 1px solid #13106C;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 60em) {
  .text .teikan__group,
  .block-editor-block-list__layout .teikan__group {
    padding: 20px;
  }
}
.text .teikan__group h3,
.block-editor-block-list__layout .teikan__group h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}
.text .teikan__group p,
.block-editor-block-list__layout .teikan__group p {
  margin-bottom: 1em;
}
.text .teikan__group .wp-block-file,
.block-editor-block-list__layout .teikan__group .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text .teikan__group .wp-block-file a,
.block-editor-block-list__layout .teikan__group .wp-block-file a {
  border: 1px solid #13106C;
  border-radius: 9999px;
  padding: 2em;
  color: #13106C;
  text-decoration: none;
  font-weight: bold;
  font-size: clamp(15px, 14.5px + 0.125vw, 16px);
  text-align: left;
}
@media screen and (max-width: 60em) {
  .text .teikan__group .wp-block-file a,
  .block-editor-block-list__layout .teikan__group .wp-block-file a {
    padding: 16px;
  }
}
.text .top__about,
.block-editor-block-list__layout .top__about {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1200px;
}
@media screen and (max-width: 60em) {
  .text .top__about,
  .block-editor-block-list__layout .top__about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.text .top__about > .wp-block-group__inner-container > .wp-block-image,
.block-editor-block-list__layout .top__about > .wp-block-group__inner-container > .wp-block-image {
  margin-bottom: 0;
  text-align: left;
}
.text .top__about > .wp-block-group__inner-container > .wp-block-image img,
.block-editor-block-list__layout .top__about > .wp-block-group__inner-container > .wp-block-image img {
  width: 65px;
  height: auto;
  display: inline;
  margin-right: auto;
}
.text .top__about > .wp-block-group__inner-container h2,
.block-editor-block-list__layout .top__about > .wp-block-group__inner-container h2 {
  margin-top: 1em;
  letter-spacing: 0.15em;
  font-size: clamp(24px, 20px + 1vw, 32px);
  margin-bottom: 3em;
}
@media screen and (max-width: 60em) {
  .text .top__about > .wp-block-group__inner-container h2,
  .block-editor-block-list__layout .top__about > .wp-block-group__inner-container h2 {
    margin-bottom: 2em;
  }
}
.text .top__about .top__aboutInner .wp-block-group__inner-container,
.block-editor-block-list__layout .top__about .top__aboutInner .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 60em) {
  .text .top__about .top__aboutInner .wp-block-group__inner-container,
  .block-editor-block-list__layout .top__about .top__aboutInner .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text .top__about .top__aboutInner .wp-block-group__inner-container > p,
.block-editor-block-list__layout .top__about .top__aboutInner .wp-block-group__inner-container > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.text .top__about .wp-block-buttons,
.block-editor-block-list__layout .top__about .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.text .top__about .wp-block-buttons .wp-block-button a,
.block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a {
  position: relative;
  text-decoration: none;
  color: #13106C;
  font-weight: bold;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
  border-radius: 12px;
}
@media screen and (max-width: 60em) {
  .text .top__about .wp-block-buttons .wp-block-button a,
  .block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a {
    padding: 12px 16px;
  }
}
.text .top__about .wp-block-buttons .wp-block-button a::before,
.block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.4;
  z-index: -1;
}
.text .top__about .wp-block-buttons .wp-block-button a img,
.block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a img {
  height: 24px;
  width: auto !important;
}
.text .top__about .wp-block-buttons .wp-block-button a:hover,
.block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a:hover {
  background-color: transparent;
}
.text .top__about .wp-block-buttons .wp-block-button a:hover::before,
.block-editor-block-list__layout .top__about .wp-block-buttons .wp-block-button a:hover::before {
  opacity: 1;
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background-color: #ECECEC;
  color: #4C4948;
}

::selection {
  background-color: #ECECEC;
  color: #4C4948;
}

.wp-block-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-button {
  display: inline;
}
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  border: 1px solid #13106C;
  border-radius: 9999px;
  color: #13106C;
  background-color: transparent;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 0.7em 1.4em;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 37.5em) {
  .wp-block-button a,
  .wp-block-button .wp-block-button__link {
    padding: 0.6em 1em;
  }
}
.wp-block-button a:hover,
.wp-block-button .wp-block-button__link:hover {
  background-color: #13106C;
  color: #fff;
}

/* コードブロックの基本スタイル */
.wp-block-code {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  margin-bottom: 2em;
  overflow: auto;
  padding: 2em;
}

/* コードタグのスタイル */
.wp-block-code code {
  background: transparent;
  color: #333;
  display: block;
  font-size: 0.9em;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

/* ダークモードバリエーション */
.is-style-dark-code .wp-block-code {
  background-color: #282c34;
  border-color: #181a1f;
  color: #abb2bf;
}

.is-style-dark-code .wp-block-code code {
  color: #abb2bf;
}

/* コードブロック内の特定の要素のカラーハイライト（シンタックスハイライト風） */
.wp-block-code .keyword {
  color: #c678dd; /* キーワード: purple */
}

.wp-block-code .string {
  color: #98c379; /* 文字列: green */
}

.wp-block-code .number {
  color: #d19a66; /* 数値: orange */
}

.wp-block-code .comment {
  color: #5c6370; /* コメント: gray */
  font-style: italic;
}

.wp-block-code .function {
  color: #61afef; /* 関数: blue */
}

/* モバイル向けの調整 */
@media (max-width: 782px) {
  .wp-block-code {
    padding: 1em;
  }
  .wp-block-code code {
    font-size: 0.85em;
  }
}
/* エディター内でのスタイル */
.editor-styles-wrapper .wp-block-code {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.editor-styles-wrapper .wp-block-code code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

/* オプション: コピーボタン用のスタイル (JavaScriptと組み合わせて使用) */
.wp-block-code-copy-button {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  font-size: 0.8em;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.wp-block-code:hover .wp-block-code-copy-button {
  opacity: 1;
}

.wp-block-code-copy-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-code-copy-button:active {
  background-color: rgba(220, 220, 220, 0.9);
}

/* 言語タグ用のスタイル（オプション） */
.wp-block-code-language {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px 0 0 0;
  color: #333;
  font-family: sans-serif;
  font-size: 0.75em;
  left: 0;
  padding: 4px 8px;
  position: absolute;
  top: 0;
}

/* コードブロックに言語タグを表示する際のコンテナ設定 */
.wp-block-code-with-language {
  position: relative;
  padding-top: 30px;
}

/* 行番号表示のスタイル（オプション） */
.wp-block-code.has-line-numbers {
  counter-reset: line;
  padding-left: 3.5em;
}

.wp-block-code.has-line-numbers code > span {
  counter-increment: line;
  display: inline-block;
  position: relative;
  width: 100%;
}

.wp-block-code.has-line-numbers code > span:before {
  color: #888;
  content: counter(line);
  display: inline-block;
  left: -3em;
  padding-right: 1em;
  position: absolute;
  text-align: right;
  width: 2em;
}

.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  text-align: left;
}
@media screen and (max-width: 37.5em) {
  .wrap {
    padding: 0 24px;
  }
}

.text .contact__mail .wp-block-group__inner-container {
  background-color: #efeffd;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.text .contact__mail .wp-block-group__inner-container h3 {
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.7em;
  margin-bottom: 0;
  width: calc(100% - 1.4em);
}
.text .contact__mail .wp-block-group__inner-container p {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
@media screen and (max-width: 60em) {
  .text .contact__mail .wp-block-group__inner-container {
    padding: 20px;
  }
}

.top__topics {
  padding: 100px 0;
}
.top__topics h2 {
  font-size: clamp(24px, 20px + 1vw, 32px);
  color: #13106C;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin-bottom: 60px;
}
.top__topics h2 span {
  font-size: clamp(32px, 26px + 1.5vw, 44px);
  margin-bottom: 0.5em;
}
.top__topics .top__section__link {
  margin-top: 20px;
}

.top__section__link {
  margin-top: 12px;
}
.top__section__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  color: #13106C;
}
.top__section__link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.4;
  z-index: -1;
  border-radius: 12px;
}
.top__section__link a:hover::before {
  opacity: 1;
}

.header--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.header--page .page__feature {
  margin-bottom: 20px;
}
.header--page .page__feature img {
  display: block;
  width: 60px;
  height: auto;
}
.header--page .page__titlewrap h1 {
  font-size: clamp(24px, 20px + 1vw, 32px);
  color: #13106C;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.lang-en .header--page .page__titlewrap h1 {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.page__content {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
}
.page__content.text h2 {
  text-align: center;
  padding: 0;
}

.page__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.page__related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.page__related ul li a {
  position: relative;
  text-decoration: none;
  color: #13106C;
  font-weight: bold;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.page__related ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
  z-index: -1;
}
.page__related ul li a .page__feature img {
  height: 24px;
  width: auto;
}
.page__related ul li a:hover::before {
  opacity: 1;
}

.privacy-policy .gradient::before {
  background-image: linear-gradient(60deg, #043288, #808835, #993040);
  opacity: 0.7;
}
.privacy-policy .header--page .page__titlewrap h1 {
  font-size: clamp(24px, 20px + 1vw, 32px);
  color: #fff;
}

.topics.archive {
  padding-bottom: 100px;
}

.topics.single .content__wrap {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 20px;
}
.topics.single .content__header {
  padding-bottom: 50px;
  border-bottom: 1px solid #13106C;
  margin-bottom: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #13106C;
}
.topics.single .content__header h1 {
  font-size: clamp(20px, 18px + 0.5vw, 24px);
  font-weight: bold;
  line-height: 1.5;
}
.topics.single .content__header .date {
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  line-height: 1.5;
  margin-bottom: 2em;
  display: block;
}

.single__prevNext {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  margin-bottom: 100px;
  gap: 20px;
}
@media screen and (max-width: 60em) {
  .single__prevNext {
    grid-template-columns: 100%;
  }
}
.single__prevNext a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #13106C;
  position: relative;
}
.single__prevNext a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
  border-radius: 12px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single__prevNext a:hover::before {
  opacity: 1;
}
.single__prevNext > div a {
  padding: 40px;
  font-size: clamp(10px, 9px + 0.25vw, 12px);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 60em) {
  .single__prevNext > div a {
    padding: 24px;
  }
}
.single__prevNext > a {
  padding-top: 20px;
  padding-bottom: 20px;
}