@charset "UTF-8";
/*-------------------------------------------------
 contact
-------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "futura-r";
  src: url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format("woff"), url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "futura-b";
  src: url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format("woff"), url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.ttf) format("truetype");
}
/* frontpage */
main .sectionWrap .content {
  max-width: 880px;
  padding-top: 2rem;
}
main .sectionWrap .content.post-content {
  color: #2a2a2a;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  word-break: break-word;
}
main .sectionWrap .content.post-content .wp-block-post-featured-image img {
  width: 100%;
}
main .sectionWrap .content.post-content h1,
main .sectionWrap .content.post-content h2,
main .sectionWrap .content.post-content h3,
main .sectionWrap .content.post-content h4,
main .sectionWrap .content.post-content h5 {
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}
main .sectionWrap .content.post-content h1 {
  font-size: 1.7rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3em;
  margin-top: 0;
}
main .sectionWrap .content.post-content h2 {
  font-size: 1.6rem;
  border-left: 4px solid #000;
  padding-left: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: none;
}
main .sectionWrap .content.post-content h3 {
  font-size: 1.5rem;
  color: #444;
}
main .sectionWrap .content.post-content h4 {
  font-size: 1.25rem;
  color: #666;
  font-style: italic;
}
main .sectionWrap .content.post-content h5 {
  font-size: 1.1rem;
  color: #777;
}
main .sectionWrap .content.post-content p {
  margin: 1.5em 0;
}
main .sectionWrap .content.post-content strong {
  font-weight: 600;
  color: #000;
}
main .sectionWrap .content.post-content ul,
main .sectionWrap .content.post-content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}
main .sectionWrap .content.post-content ul li {
  list-style: disc;
}
main .sectionWrap .content.post-content ol li {
  list-style: decimal;
}
main .sectionWrap .content.post-content blockquote {
  margin: 2em 0;
  padding: 1.2em 1.5em;
  border-left: 4px solid #333;
  background: #fafafa;
  color: #333;
  font-style: italic;
}
main .sectionWrap .content.post-content code,
main .sectionWrap .content.post-content pre {
  font-family: "Courier New", Courier, monospace;
  background: #f3f3f3;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}
main .sectionWrap .content.post-content pre {
  padding: 1em;
  overflow-x: auto;
}
main .sectionWrap .content.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
main .sectionWrap .content.post-content table th,
main .sectionWrap .content.post-content table td {
  border: 1px solid #ddd;
  padding: 0.8em;
  text-align: left;
}
main .sectionWrap .content.post-content table th {
  background-color: #f7f7f7;
}
main .sectionWrap .content.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
  border-radius: 4px;
}
main .sectionWrap .content.post-content iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin: 2em auto;
}
main .sectionWrap .content.post-content a {
  color: #111;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
main .sectionWrap .content.post-content a:hover {
  color: #555;
  text-decoration: none;
}
main nav[aria-label=投稿ナビゲーション] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 3rem 0;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #111;
  gap: 1rem;
}
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-previous,
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-previous a,
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-next a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0.3em 0.5em;
}
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-previous:hover a,
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-next:hover a {
  color: #555;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-previous:hover .wp-block-post-navigation-link__arrow-previous,
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-next:hover .wp-block-post-navigation-link__arrow-previous {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  color: #999;
}
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-previous:hover .wp-block-post-navigation-link__arrow-next,
main nav[aria-label=投稿ナビゲーション] .post-navigation-link-next:hover .wp-block-post-navigation-link__arrow-next {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  color: #999;
}
main nav[aria-label=投稿ナビゲーション] .wp-block-post-navigation-link__arrow-previous,
main nav[aria-label=投稿ナビゲーション] .wp-block-post-navigation-link__arrow-next {
  font-size: 1.2rem;
  color: #aaa;
  margin: 0 0.4em;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}