@charset "UTF-8";
/* reset.scss */
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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-size: 17px;
  color: #333;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1180px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}
:root {
  --wp--preset--font-size--x-large: 2em;
  --wp--preset--font-size--large: 1.5em;
  --wp--preset--font-size--medium: 1.25em;
  --wp--preset--font-size--small: 1em;
}
@media screen and (max-width: 1180px) {
  :root {
    --wp--preset--font-size--x-large: 1.5em;
    --wp--preset--font-size--large: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --wp--preset--font-size--x-large: 1.4em;
  }
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: var(--wp--preset--font-size--large);
}

h5 {
  font-size: var(--wp--preset--font-size--medium);
}

h6 {
  font-size: var(--wp--preset--font-size--small);
}

p {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.4em;
  }
}
.has-pink-color {
  color: #ff7097;
}
.has-green-color {
  color: #35B7A9;
}
.has-navy-color {
  color: #371669;
}
.has-base-color-color {
  color: #fff;
}
.has-quote-color {
  color: #eee;
}
.has-marker-color {
  color: rgba(255, 213, 0, 0.9176470588);
}
.has-pink-background-color {
  background-color: #ff7097;
}
.has-green-background-color {
  background-color: #35B7A9;
}
.has-navy-background-color {
  background-color: #371669;
}
.has-light-green-background-color {
  background-color: #e8f8f7;
  border-left: 0.25rem solid #35B7A9;
}
.has-light-pink-background-color {
  background-color: #fff0f4;
  border-left: 0.25rem solid #ff7097;
}
.has-light-navy-background-color {
  background-color: #f6f2fc;
  border-left: 0.25rem solid #371669;
}
.has-base-color-background-color {
  background-color: #fff;
}
.has-quote-background-color {
  background-color: #eee;
}
.has-marker-background-color {
  background-color: rgba(255, 213, 0, 0.9176470588);
}
.has-background {
  padding: 1.25rem 2rem !important;
  line-height: 1.5 !important;
}
.has-[style="background-color:#ffd500ea"] {
  visibility: hidden;
}

#entry-content blockquote,
#editor blockquote {
  border-color: #35B7A9;
}
#entry-content blockquote p,
#editor blockquote p {
  padding: 1em 0;
  padding-inline-start: 1em;
  font-size: 1rem;
}
#entry-content blockquote footer,
#editor blockquote footer {
  padding: 0;
  padding-inline-start: 1em;
}

.align-right {
  text-align: right;
}

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

@media screen and (max-width: 768px) {
  .align-right-sp {
    text-align: right;
  }
}

.monospace {
  font-family: "Chivo Mono";
  letter-spacing: 0.025em;
}

.btn-ctn {
  width: 60px;
  height: 60px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 1;
  background-image: url(/wp-content/themes/mazukuri/asset/img/amiami.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.menu-toggle[data-open=true] {
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .menu-toggle {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 480px) {
  .menu-toggle {
    padding: 10px 6px;
  }
}
.menu-toggle .bar {
  width: 50px;
  height: 7px;
  background-color: #333;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.menu-toggle .bar:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .menu-toggle .bar {
    width: 40px;
    height: 6px;
    margin-bottom: 7px;
  }
}
.menu-toggle[data-open=true] .bar {
  background-color: #fff;
}
.menu-toggle[data-open=true] .bar:nth-child(1) {
  transform: translateY(17px) rotate(135deg);
}
.menu-toggle[data-open=true] .bar:nth-child(2) {
  opacity: 0;
  transform: rotate(-360deg);
}
.menu-toggle[data-open=true] .bar:nth-child(3) {
  transform: translateY(-17px) rotate(-135deg);
}
@media screen and (max-width: 1440px) {
  .menu-toggle[data-open=true] .bar:nth-child(1) {
    transform: translateY(13px) rotate(135deg);
  }
  .menu-toggle[data-open=true] .bar:nth-child(2) {
    opacity: 0;
    transform: rotate(-360deg);
  }
  .menu-toggle[data-open=true] .bar:nth-child(3) {
    transform: translateY(-13px) rotate(-135deg);
  }
}

.global-menu {
  position: fixed;
  top: 0;
  left: 100%;
  transform: translateX(0);
  width: 33.3%;
  min-width: 300px;
  height: 100%;
  background-color: #333;
  transition: all 0.3s ease;
  overflow-y: auto;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .global-menu {
    width: 100%;
  }
}
.global-menu[data-open=true] {
  transform: translateX(-100%);
}
.global-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.global-menu ul li {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid white;
}
.global-menu ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.global-menu ul li a {
  color: white;
  text-decoration: none;
}

.link-btn {
  margin-top: 1rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.25em;
  font-size: 12.75px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #35B7A9;
  letter-spacing: 0.1em;
  border: 2px solid #35B7A9;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  z-index: 9999;
}
.link-btn span {
  position: relative;
  margin-right: 8px;
  z-index: 1;
}
.link-btn svg {
  position: relative;
  stroke: currentColor;
  z-index: 1;
  transition: transform 0.3s ease;
}
.link-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.link-btn.arrow-down svg {
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .link-btn:not(.is-mobile):hover, .link-btn:not(.is-mobile):focus {
    color: #35B7A9;
  }
  .link-btn:not(.is-mobile):hover:before, .link-btn:not(.is-mobile):focus:before {
    animation: slideIn 0.3s ease forwards;
  }
  .link-btn:not(.is-mobile):hover svg, .link-btn:not(.is-mobile):focus svg {
    transform: translateX(8px);
  }
  .link-btn:not(.is-mobile).arrow-down:hover svg, .link-btn:not(.is-mobile).arrow-down:focus svg {
    transform: rotate(90deg) translateX(2px);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.fade-in.fade-in-late {
  transition-delay: 100ms;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .fade-in.fade-in-late {
    transition-delay: 0s;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.title-caption {
  letter-spacing: 0.25em;
  font-size: 80%;
  text-indent: 0.25em;
  margin: 0 0 0.75em;
}

.scroll-arrow {
  position: relative;
}

.arrow {
  z-index: 9999;
  width: 50px;
  opacity: 0.7;
  animation: bounce 6s ease infinite;
  position: absolute;
  right: 1rem;
  line-height: 1;
  bottom: 1rem;
  opacity: 0;
  transition: 0.5s;
}

@keyframes bounce {
  0%, 80%, 70%, 90%, 100% {
    transform: translateY(0);
  }
  78% {
    transform: translateY(-20px);
  }
  82% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 480px) {
  .arrow {
    width: 30px;
  }
}
body .hidden {
  display: none !important;
  opacity: 0;
  z-index: -9999;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}

header {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 0;
  transition: all 0.3s ease;
  height: 100px;
  display: flex;
  align-items: center;
}
header.fixed {
  position: fixed;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .header-container {
  padding: 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container h1 img {
  width: 50vw;
  max-width: 256px;
}
header .header-menu-container {
  opacity: 0;
  transition: 0.5s;
}

@media screen and (max-width: 1440px) {
  header {
    height: 80px;
  }
  header .header-container {
    padding: 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-container h1 img {
    max-width: 200px;
  }
  header .header-menu-container {
    opacity: 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
  header .header-container {
    padding: 0 0.75rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .header-container h1 img {
    max-width: 256px;
  }
  header .header-menu-container {
    opacity: 1;
    transition: 0.5s;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 64px;
  }
  header .header-container {
    padding: 0 0.5rem;
  }
}
section:not(#section1, #section2):not(#entry-header, #entry-footer) {
  max-width: 1024px;
  margin: 5rem auto 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  section:not(#section1, #section2):not(#entry-header, #entry-footer) {
    margin: 2rem auto;
  }
}

#section1 {
  height: 100vh;
  margin-bottom: 2rem;
  max-height: 62.5vw;
}

#mainvisual {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
}
#mainvisual h1 {
  position: absolute;
  padding-left: 1rem;
  padding-right: 3rem;
  line-height: 1.6;
  left: 5%;
  top: calc(50% - 1em);
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9333333333);
  white-space: pre-wrap;
  z-index: 999;
  letter-spacing: 0.25em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #mainvisual h1 {
    padding-left: 0.75rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual h1 {
    font-size: 1.25rem;
  }
}
#mainvisual h1::before {
  content: attr(alt);
  color: white;
  white-space: nowrap;
  position: absolute;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  top: -2em;
  opacity: 0;
  transition: 1s ease-in;
  font-weight: normal;
}
#mainvisual h1.fade-in-english::before {
  opacity: 1;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 10ch;
    /* Adjust the width to match the length of your text */
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
#mainvisual h1::after {
  content: "|";
  position: absolute;
  animation: blink 1s step-end infinite;
  animation-delay: 1.2s;
  color: transparent;
}
@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}

@media screen and (max-width: 768px) {
  #section1 {
    margin-top: 82px;
    margin-bottom: 2rem;
    height: auto;
    aspect-ratio: 16/9;
  }
  #section2 {
    padding-top: 82px;
  }
}
@media screen and (max-width: 480px) {
  #section1 {
    margin-top: 66px;
  }
  #section2 {
    padding-top: 66px;
  }
}
#section3,
#section6 {
  max-width: 1024px;
  margin: 5rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
#section3::after,
#section6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 30%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #section3::after,
  #section6::after {
    background-image: none;
  }
}
#section3 figure,
#section6 figure {
  position: relative;
  display: inline-block;
  z-index: 99;
  padding: 3rem 3rem 3rem 0;
}
#section3 figure > div,
#section6 figure > div {
  display: none;
}
#section3 figure figcaption p:not(.title-caption),
#section6 figure figcaption p:not(.title-caption) {
  margin-top: 1.5rem;
  padding: 0.5em;
  padding-left: 0;
  max-width: 50%;
}
#section3 figure figcaption h3,
#section6 figure figcaption h3 {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-right: 3em;
  padding-bottom: 0.5em;
}

#section3 {
  background-image: url("/wp-content/themes/mazukuri/asset/img/mazukuriorga.jpg");
}

#section6 {
  background-image: url("/wp-content/themes/mazukuri/asset/img/comany.jpg");
}

@media screen and (max-width: 768px) {
  #section3,
  #section6 {
    margin: 2rem auto;
    background-image: none;
  }
  #section3 figure,
  #section6 figure {
    gap: 2rem;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  #section3 figure > div,
  #section6 figure > div {
    display: block;
    text-align: center;
  }
  #section3 figure > div img,
  #section6 figure > div img {
    width: 100%;
  }
  #section3 figure > div img.logo-mini,
  #section6 figure > div img.logo-mini {
    width: 50%;
  }
  #section3 figure figcaption,
  #section6 figure figcaption {
    padding-left: 0;
    padding-right: 0;
  }
  #section3 figure figcaption h3,
  #section6 figure figcaption h3 {
    border: none;
    padding: 0;
    margin-bottom: 1rem;
  }
  #section3 figure figcaption p:not(.title-caption),
  #section6 figure figcaption p:not(.title-caption) {
    max-width: 100%;
    margin: 0;
  }
}
#section4 {
  max-width: 1024px;
  margin: 8rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#section4 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
#section4 ul li h3 {
  margin-bottom: 1rem;
  border-bottom: 1px solid black;
  display: inline-block;
  padding-right: 3em;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 1180px) {
  #section4 ul {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #section4 {
    margin: 2rem auto;
  }
  #section4 ul {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#section5 {
  max-width: 1024px;
  margin: 5rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#section5 h3 {
  border-bottom: 1px solid black;
  display: inline-block;
  padding-right: 3em;
  padding-bottom: 0.5em;
}

footer {
  padding: 1.5rem;
  margin-top: 8rem;
  background-color: #000;
  color: white;
  font-size: 1rem;
}
footer .footer-container small {
  font-size: 90%;
  font-weight: bold;
}
footer .footer-container #footer-nav {
  padding: 0 !important;
  max-width: 1440px !important;
  margin-bottom: 1rem !important;
}
footer .footer-container #footer-nav nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer-container #footer-nav nav {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
footer .footer-container #footer-nav a {
  position: relative;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
  padding: 0.25rem 0;
  transition: opacity 0.2s ease;
}
footer .footer-container #footer-nav a:hover::after {
  width: 100%;
}
footer .footer-container #footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: white;
  transition: width 0.2s ease;
}
footer .footer-container #footer-nav .footer-menu {
  list-style-type: square;
  padding-left: 1.5rem;
}
footer .footer-container #footer-nav .footer-menu li {
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer-container #footer-nav .footer-menu {
    list-style-type: none;
    padding-left: 0;
  }
  footer .footer-container #footer-nav .footer-menu li {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    border-left: 2px solid;
    padding-left: 0.5em;
  }
}
footer .footer-container #footer-nav .footer-sns-ctn {
  display: flex;
  align-items: start;
  justify-content: right;
  grid-column-start: 3;
  grid-column-end: 5;
}
@media screen and (max-width: 768px) {
  footer .footer-container #footer-nav .footer-sns-ctn {
    margin-top: 1rem;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-right: 1.5rem;
  }
  footer .footer-container #footer-nav .footer-sns-ctn .footer-sns {
    gap: 1.5rem;
  }
}
footer .footer-container #footer-nav .footer-sns {
  display: flex;
  justify-content: flex-end;
  /* Align items to the right */
  align-items: center;
  /* Center vertically */
  gap: 3rem;
  text-align: right;
}
footer .footer-container #footer-nav .footer-sns li a img {
  width: 3rem;
  max-width: 8vw;
  height: auto;
}
footer .footer-container #footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1440px !important;
}
footer .footer-container #footer-copy img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .footer-container #footer-copy {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    text-align: right;
  }
  footer .footer-container #footer-copy small,
  footer .footer-container #footer-copy figure {
    width: 100%;
  }
  footer .footer-container #footer-copy img {
    width: 70%;
    max-width: 300px;
    min-width: 200px;
  }
}

#archive {
  margin-top: 120px;
}
#archive .h2g {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1180px) {
  #archive .h2g h2 {
    font-size: 2.5em;
  }
}
#archive .h2g p {
  margin-top: 1rem;
}
#archive .h2g p::after, #archive .h2g p::before {
  content: "—";
  margin: 0 0.5rem;
  color: #666;
}
#archive .h3g {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
  margin-top: 2em;
}
#archive .h3g p {
  display: inline-block;
  margin-left: 0.25em;
  color: #999;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #archive .h3g {
    display: block;
  }
  #archive .h3g p {
    margin: 0.25rem 0 0;
  }
}
#archive .archive-title {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}
#archive .archive-title.archive-all {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
#archive .archive-title.archive-all p {
  font-size: 0.75em;
}
#archive .archive-title.archive-all p::after, #archive .archive-title.archive-all p::before {
  content: "─";
  margin: 0 0.5rem;
}
@media screen and (max-width: 480px) {
  #archive .archive-title.archive-all {
    display: block;
  }
  #archive .archive-title.archive-all p {
    margin: 0.25rem 0 0;
  }
  #archive .archive-title.archive-all p::after, #archive .archive-title.archive-all p::before {
    content: none;
    margin: 0;
  }
}
#archive .archive-description {
  margin-top: 1rem;
  font-size: 0.75em;
  color: #666;
}

.categories {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .categories {
    display: block;
  }
  .categories h4 {
    display: none;
  }
}
.categories h4 {
  font-size: 1rem;
}
.categories ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .categories ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.categories ul li a {
  padding: 15px 0;
  box-sizing: border-box;
  display: block;
  color: #371669;
  background-color: #f6f2fc;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.categories ul li.current-cat a,
.categories ul li a:hover {
  background-color: #371669;
  color: #fff;
}
.categories ul.event-cat li a {
  color: #35B7A9;
  background-color: #e8f8f7;
}
.categories ul.event-cat li.current-cat a,
.categories ul.event-cat li a:hover {
  background-color: #35B7A9;
  color: #fff;
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .news-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .news-cards {
    margin-top: 1.5rem;
    gap: 3rem 1.5rem;
  }
}
.news-cards#news-cards-sticky {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .news-cards#news-cards-sticky {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .news-cards#news-cards-sticky {
    margin-top: 1.5rem;
    gap: 3rem 1.5rem;
  }
}
.news-cards .news-card {
  list-style-type: none;
}
.news-cards .news-card.sticky {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1rem;
}
.news-cards .news-card .news-image {
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
}
.news-cards .news-card .news-image img {
  transition: 0.3s;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  line-height: 0;
}
.news-cards .news-card a {
  color: #333;
}
.news-cards .news-card a:hover .news-image img {
  transform: scale(1.1);
}
.news-cards .news-card figcaption {
  padding: 0.75rem 0;
}
.news-cards .news-card .news-data {
  font-size: 0.7em;
  color: #666;
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 1rem;
}
.news-cards .news-card .news-data .category {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 0.5em;
}
.news-cards .news-card .news-data .category + br {
  content: "";
  display: block;
  margin: 0.25em 0;
}
.news-cards .news-card .news-data .category a {
  color: #333;
}
.news-cards .news-card h4 {
  padding: 0.75rem 0.25rem 0.5rem 0.25rem;
  font-size: 1.1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.news-cards .news-card h4 a {
  transition: 0.3s ease;
}
.news-cards .news-card h4 a:hover {
  color: #ff7097;
}
.news-cards .news-card .news-tags {
  padding: 0 0.25rem 0.75rem 0.25rem;
  font-size: 0.9rem;
  line-height: 1.8;
}
.news-cards .news-card .news-tags a {
  display: inline-block;
  margin-right: 1em;
}
.news-cards .news-card .news-tags a span {
  transition: 0.3s;
}
.news-cards .news-card .news-tags a span::before {
  content: "#";
  font-size: 0.9em;
}
.news-cards .news-card .news-tags a:hover span {
  color: #ff7097;
}
.news-cards .news-card.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.xxxxxxxload-more-ctn {
  text-align: center;
  margin: 3rem 0;
}
.xxxxxxxload-more-ctn button#load-more {
  background: linear-gradient(180deg, #ff7097, #371669, #371669, #371669, #35B7A9);
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.xxxxxxxload-more-ctn button#load-more:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: none;
}
.xxxxxxxload-more-ctn button#load-more:hover {
  transform: scale(1.1);
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
}
.xxxxxxxload-more-ctn button#load-more:hover:before {
  left: 150%;
  transition: all 0.5s ease;
}
.xxxxxxxload-more-ctn button#load-more:disabled {
  background: #7d41d7;
  cursor: not-allowed;
}

.postdata {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .postdata {
    display: block;
    margin: 1rem 0;
  }
  .postdata dt {
    line-height: 1.4;
  }
  .postdata dd {
    margin-bottom: 1rem;
    line-height: 1.25;
  }
}
.postdata dt {
  padding-bottom: 0.25rem;
}
.postdata dd {
  font-weight: bold;
}
.postdata a {
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  padding-right: 0.5em;
  padding-bottom: 0.25rem;
  transition: opacity 0.2s ease;
}
.postdata a:hover {
  opacity: 0.8;
}
.postdata a:hover::after {
  width: 100%;
}
.postdata a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-image: linear-gradient(90deg, #ff7097, #371669, #35B7A9);
  transition: width 0.2s ease;
}

.pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0 5rem;
}
.pagination .before-link,
.pagination .after-link,
.pagination .page-number {
  padding: 0.5em;
  color: #333;
  transition: 0.3s ease;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
}
.pagination .before-link:hover,
.pagination .after-link:hover,
.pagination .page-number:hover {
  background-color: #371669;
  color: #fff;
}
.pagination .before-link.disabled,
.pagination .after-link.disabled,
.pagination .page-number.disabled {
  color: #aaa;
  pointer-events: none;
}
.pagination .pageNumber {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.pagination .pageNumber .page-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.pagination .pageNumber .current {
  color: #fff;
  background-color: #371669;
}

.single > article {
  margin-top: 0;
}

.event .posted-on span {
  display: none;
}
.event .posted-on::before {
  content: "イベントタイトル";
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

#entry-breadcrumb {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background-size: 0.5rem 0.5rem;
  max-width: none !important;
  margin: 0 !important;
  padding: 4px !important;
}
#entry-breadcrumb .breadcrumb {
  font-size: 0.7em;
}
#entry-breadcrumb .breadcrumb a {
  color: #333;
}
#entry-breadcrumb .breadcrumb span > :first-child a::before {
  content: url("/wp-content/themes/mazukuri/asset/ico/home.svg");
  vertical-align: middle;
  margin-right: 2px;
}

#entry-header {
  margin-bottom: 3rem;
}
#entry-header h1 {
  line-height: normal;
}
#entry-header.bg-thumbnail {
  background-position: bottom;
  background-size: cover;
}
@media screen and (min-width: 1180px) {
  #entry-header.bg-thumbnail {
    background-attachment: fixed;
  }
}
#entry-header.bg-thumbnail .black-header {
  background-color: rgba(51, 51, 51, 0.4666666667);
}
#entry-header.bg-thumbnail.research_file .black-header {
  background-color: rgba(55, 22, 105, 0.7803921569);
}
#entry-header.bg-thumbnail.event .black-header {
  background-color: rgba(35, 161, 148, 0.8196078431);
}
#entry-header.bg-thumbnail.column .black-header {
  background-color: rgba(170, 45, 78, 0.8196078431);
}
#entry-header .black-header {
  background-color: #000;
}
#entry-header .black-header .title-ctn {
  margin: 0 auto;
  max-width: 1024px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: white;
}
@media screen and (max-width: 1180px) {
  #entry-header .black-header .title-ctn {
    padding: 3rem 1.5rem !important;
  }
}
#entry-header .black-header .title-ctn h1 {
  margin: 1rem 0;
}
#entry-header .black-header .title-ctn a {
  color: white;
}
#entry-header .black-header .entry-meta .category a {
  background-color: white;
  padding: 0.25em 0.5em;
  color: #371669;
}
#entry-header .thumbnail-header {
  height: 60vh;
  min-height: 400px;
  max-height: 800px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #entry-header .thumbnail-header {
    min-height: auto;
    max-height: none;
    height: auto;
  }
}
#entry-header .thumbnail-header img {
  width: 100%;
}
#entry-header .thumbnail-header + .title-ctn {
  margin: 2.5rem auto 0;
  max-width: 1024px;
}
@media screen and (max-width: 1180px) {
  #entry-header .thumbnail-header + .title-ctn {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
#entry-header .thumbnail-header + .title-ctn h1 {
  margin: 1rem 0;
}
#entry-header .thumbnail-header + .title-ctn h1 ::after {
  content: " ";
  border-radius: 2px;
  margin-top: 1rem;
  display: block;
  height: 2px;
  background-image: linear-gradient(90deg, #ff7097, #ff7097, #371669, #35B7A9, #35B7A9);
}
#entry-header .entry-meta {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}
#entry-header .entry-meta .category {
  font-size: 0.85em;
}
#entry-header .entry-meta .category a {
  background-color: #ccc;
  padding: 0.25em 0.5em;
  color: #333;
}

#content {
  margin-top: 2rem !important;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
  #content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}

#entry-content {
  margin-top: 0 !important;
  margin-bottom: 5rem !important;
}
#entry-content h1:not(.editor-post-title) {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 3px solid;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
#entry-content h2 {
  margin-top: 1.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  line-height: 1.5;
}
#entry-content h2.has-background {
  border-bottom: none;
}
#entry-content h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 1.25rem;
  line-height: 1.5;
}
#entry-content h3.wp-block-heading {
  border-left: 0.25rem solid;
}
#entry-content h3.wp-block-heading.has-background {
  border-left: none;
  padding-left: 0;
}
#entry-content h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
}
#entry-content h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 2;
}
#entry-content h5::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background-color: #333;
  margin-bottom: 0.14lh;
  margin-right: 0.5em;
}
#entry-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  line-height: 2;
}
#entry-content p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 2;
}
#entry-content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}
#entry-content ol,
#entry-content ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 2;
  padding-left: 2.5em;
  list-style-type: decimal;
}
#entry-content ul {
  list-style-type: disclosure-closed;
}
#entry-content ul li::marker {
  font-size: 1.15em;
}
#entry-content ul li:nth-child(3n+1)::marker {
  color: #ff7097;
}
#entry-content ul li:nth-child(3n+2)::marker {
  color: #371669;
}
#entry-content ul li:nth-child(3n+3)::marker {
  color: #35B7A9;
}
#entry-content small {
  font-size: 0.85em;
}
#entry-content .schedule {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#entry-content .schedule dt,
#entry-content .schedule dd {
  box-sizing: border-box;
  line-height: 1.3;
  padding: 0.75em 1em;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: black;
}
#entry-content .schedule dt:nth-child(4n+1), #entry-content .schedule dt:nth-child(4n+2),
#entry-content .schedule dd:nth-child(4n+1),
#entry-content .schedule dd:nth-child(4n+2) {
  background-color: #f3f3f3;
}
#entry-content .schedule dt:nth-child(4n+3), #entry-content .schedule dt:nth-child(4n+4),
#entry-content .schedule dd:nth-child(4n+3),
#entry-content .schedule dd:nth-child(4n+4) {
  background-color: #e6e6e6;
}
#entry-content .speaker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
  list-style-type: none;
  padding: 0;
}
#entry-content .speaker li {
  padding: 0 !important;
  margin: 0 !important;
}
#entry-content .speaker figure {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #entry-content .speaker figure {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-content: center;
    text-align: center;
  }
}
#entry-content .speaker figure .speaker-img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 4px 2px #c9c9c9;
}
@media screen and (max-width: 768px) {
  #entry-content .speaker figure .speaker-img img {
    width: 40%;
    min-width: 160px;
    min-height: 160px;
    max-width: 300px;
    max-height: 300px;
    height: auto;
  }
}
#entry-content .speaker figure figcaption hgroup p {
  margin: 0;
}
#entry-content .speaker figure figcaption hgroup h3 {
  font-size: 1.4rem;
  margin: 0 0 0.25em;
  padding: 0;
  border: none;
  background-color: transparent;
  letter-spacing: 0.1em;
  display: inline-block;
}
#entry-content .speaker figure figcaption hgroup div {
  display: inline-block;
  margin-left: 0.25em;
  color: #999;
}
@media screen and (max-width: 768px) {
  #entry-content .speaker figure figcaption hgroup h3,
  #entry-content .speaker figure figcaption hgroup div {
    display: block;
    margin: 0;
    line-height: 1.3;
  }
}
#entry-content .speaker figure figcaption > p {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 1.5;
}
#entry-content .wp-block-file * + .wp-block-file__button {
  padding: 0.25em 1em;
}
#entry-content .speakerBalloon {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: left;
}
#entry-content .speakerBalloon .balloon-img {
  text-align: center;
}
#entry-content .speakerBalloon .balloon-img img {
  border: 6px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 144px;
  width: 144px;
  max-width: 25vw;
}
#entry-content .speakerBalloon .balloon-comment {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 6px;
  border-top: 6px solid #f3f3f3;
  box-sizing: border-box;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #entry-content .speakerBalloon .balloon-comment {
    padding: 1.25rem;
  }
}
#entry-content .speakerBalloon .balloon-comment:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -20px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #f3f3f3 transparent transparent;
  transform: translateY(-40%);
}
#entry-content .speakerBalloon .balloon-comment p {
  margin-bottom: 0;
}
#entry-content .speakerBalloon.right-mode {
  justify-content: right;
}
#entry-content .speakerBalloon.right-mode .balloon-img {
  order: 2;
}
#entry-content .speakerBalloon.right-mode .balloon-comment {
  order: 1;
}
#entry-content .speakerBalloon.right-mode .balloon-comment:before {
  right: -20px;
  left: auto;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f3f3f3;
}
#entry-content > *:first-child {
  margin-top: 0;
}
#post-navigation {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #post-navigation {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
#post-navigation nav {
  display: flex;
  justify-content: space-between;
}
#post-navigation nav a {
  color: #333;
}

.tags-links {
  padding: 0;
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
.tags-links li a {
  font-size: 0.85em;
  color: #333;
}
.tags-links li a::before {
  content: "#";
}

.event #content {
  display: grid;
  grid-template-columns: 5fr 2fr;
  align-items: start;
  gap: 2rem;
}
.event #content aside.position-sticky {
  position: sticky;
  background-color: #e8f8f7;
  padding-bottom: 2rem;
}
.event #content aside h2 {
  background-color: #35B7A9;
  color: #fff;
  border: none;
  padding: 0.75rem 0 0.75rem 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 !important;
  font-size: 1rem !important;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.event #content aside section {
  margin-top: 0 !important;
}
.event #content aside .bigday {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.event #content aside li {
  padding: 0.5rem 0;
}
.event #content aside li.times, .event #content aside li.price, .event #content aside li.capacity, .event #content aside li.place {
  border-bottom: 1px dotted #ccc;
}
.event #content aside li.times p, .event #content aside li.price p, .event #content aside li.capacity p, .event #content aside li.place p {
  display: grid;
  gap: 0.5rem;
  align-items: center;
  font-weight: bold;
  grid-template-columns: 1.75rem auto;
  text-align: center;
}
.event #content aside li.times p span, .event #content aside li.price p span, .event #content aside li.capacity p span, .event #content aside li.place p span {
  display: block;
  text-align: left;
}
.event #content aside li.times p svg, .event #content aside li.price p svg, .event #content aside li.capacity p svg, .event #content aside li.place p svg {
  width: 100%;
  fill: #35B7A9;
}
.event #content aside li.times p svg {
  width: 90%;
  padding-left: 5%;
}
.event #content aside li.aside-link-btn {
  margin-top: 1rem;
}
.event #content aside li.aside-link-btn a {
  background-color: #ccc;
  text-align: center;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
  color: #333;
  position: relative;
  line-height: 1;
  transition: 0.3s ease;
}
.event #content aside li.aside-link-btn a::after {
  content: url(/wp-content/themes/mazukuri/asset/img/arrow2.svg);
  position: absolute;
  right: 1rem;
  transition: 0.3s ease;
}
.event #content aside li.aside-link-btn a:hover {
  opacity: 0.8;
}
.event #content aside li.aside-link-btn a:hover::after {
  right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .event #content {
    grid-template-columns: 1fr;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .event #content aside {
    order: 1;
  }
  .event #content aside.position-sticky {
    position: static;
    padding: 0;
  }
  .event #content aside section {
    padding: 1.5rem !important;
  }
  .event #content aside ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .event #content aside ul .day {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .event #content article {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .event #content aside ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .event #content aside ul .day {
    grid-column-end: 2;
  }
  .event #content article {
    order: 2;
  }
}

.research_file #content {
  display: grid;
  grid-template-columns: 5fr 2fr;
  align-items: start;
  gap: 2rem;
}
.research_file #content aside {
  background-color: #f6f2fc;
  padding: 0 0 1rem;
}
.research_file #content aside.position-sticky {
  position: sticky;
}
.research_file #content aside section {
  font-size: min(0.8em, 1rem);
  top: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.research_file #content aside section h1:not(.editor-post-title) {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 3px solid;
  padding-bottom: 0.5em;
  line-height: 1.05;
}
.research_file #content aside section h2 {
  margin-top: 1.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  line-height: 1.05;
}
.research_file #content aside section h2.has-background {
  border-bottom: none;
}
.research_file #content aside section h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 1.25rem;
  line-height: 1.05;
}
.research_file #content aside section h3.wp-block-heading {
  border-left: 0.25rem solid;
}
.research_file #content aside section h3.wp-block-heading.has-background {
  border-left: none;
  padding-left: 0;
}
.research_file #content aside section h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.05;
}
.research_file #content aside section h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.4;
}
.research_file #content aside section h5::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background-color: #333;
  margin-bottom: 0.14lh;
  margin-right: 0.5em;
}
.research_file #content aside section h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.research_file #content aside section p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
.research_file #content aside section li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  line-height: 1.4;
}
.research_file #content aside section ol,
.research_file #content aside section ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.4;
  padding-left: 2.5em;
  list-style-type: decimal;
}
.research_file #content aside section ul {
  list-style-type: disclosure-closed;
}
.research_file #content aside section ul li::marker {
  font-size: 1.15em;
}
.research_file #content aside section ul li:nth-child(3n+1)::marker {
  color: #ff7097;
}
.research_file #content aside section ul li:nth-child(3n+2)::marker {
  color: #371669;
}
.research_file #content aside section ul li:nth-child(3n+3)::marker {
  color: #35B7A9;
}
.research_file #content aside section small {
  font-size: 0.85em;
}
.research_file #content aside section .schedule {
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.research_file #content aside section .schedule dt,
.research_file #content aside section .schedule dd {
  box-sizing: border-box;
  line-height: 1.3;
  padding: 0.75em 1em;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: black;
}
.research_file #content aside section .schedule dt:nth-child(4n+1), .research_file #content aside section .schedule dt:nth-child(4n+2),
.research_file #content aside section .schedule dd:nth-child(4n+1),
.research_file #content aside section .schedule dd:nth-child(4n+2) {
  background-color: #f3f3f3;
}
.research_file #content aside section .schedule dt:nth-child(4n+3), .research_file #content aside section .schedule dt:nth-child(4n+4),
.research_file #content aside section .schedule dd:nth-child(4n+3),
.research_file #content aside section .schedule dd:nth-child(4n+4) {
  background-color: #e6e6e6;
}
.research_file #content aside section .speaker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
  list-style-type: none;
  padding: 0;
}
.research_file #content aside section .speaker li {
  padding: 0 !important;
  margin: 0 !important;
}
.research_file #content aside section .speaker figure {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .research_file #content aside section .speaker figure {
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-content: center;
    text-align: center;
  }
}
.research_file #content aside section .speaker figure .speaker-img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 4px 2px #c9c9c9;
}
@media screen and (max-width: 768px) {
  .research_file #content aside section .speaker figure .speaker-img img {
    width: 40%;
    min-width: 160px;
    min-height: 160px;
    max-width: 300px;
    max-height: 300px;
    height: auto;
  }
}
.research_file #content aside section .speaker figure figcaption hgroup p {
  margin: 0;
}
.research_file #content aside section .speaker figure figcaption hgroup h3 {
  font-size: 1.4rem;
  margin: 0 0 0.25em;
  padding: 0;
  border: none;
  background-color: transparent;
  letter-spacing: 0.1em;
  display: inline-block;
}
.research_file #content aside section .speaker figure figcaption hgroup div {
  display: inline-block;
  margin-left: 0.25em;
  color: #999;
}
@media screen and (max-width: 768px) {
  .research_file #content aside section .speaker figure figcaption hgroup h3,
  .research_file #content aside section .speaker figure figcaption hgroup div {
    display: block;
    margin: 0;
    line-height: 1.3;
  }
}
.research_file #content aside section .speaker figure figcaption > p {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 1.5;
}
.research_file #content aside section .wp-block-file * + .wp-block-file__button {
  padding: 0.25em 1em;
}
.research_file #content aside section .speakerBalloon {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: left;
}
.research_file #content aside section .speakerBalloon .balloon-img {
  text-align: center;
}
.research_file #content aside section .speakerBalloon .balloon-img img {
  border: 6px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 144px;
  width: 144px;
  max-width: 25vw;
}
.research_file #content aside section .speakerBalloon .balloon-comment {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 6px;
  border-top: 6px solid #f3f3f3;
  box-sizing: border-box;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .research_file #content aside section .speakerBalloon .balloon-comment {
    padding: 1.25rem;
  }
}
.research_file #content aside section .speakerBalloon .balloon-comment:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -20px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #f3f3f3 transparent transparent;
  transform: translateY(-40%);
}
.research_file #content aside section .speakerBalloon .balloon-comment p {
  margin-bottom: 0;
}
.research_file #content aside section .speakerBalloon.right-mode {
  justify-content: right;
}
.research_file #content aside section .speakerBalloon.right-mode .balloon-img {
  order: 2;
}
.research_file #content aside section .speakerBalloon.right-mode .balloon-comment {
  order: 1;
}
.research_file #content aside section .speakerBalloon.right-mode .balloon-comment:before {
  right: -20px;
  left: auto;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f3f3f3;
}
.research_file #content aside section h2 {
  background-color: #371669;
  color: #fff;
  border: none;
  padding: 0.75rem 0 0.75rem 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
  font-size: 1rem !important;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.research_file #content aside section h3 {
  border: none;
  background-color: initial;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.research_file #content aside section div {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.research_file #content aside section .abox {
  background-color: #371669;
  color: #fff;
  padding: 0.25em 1em;
  display: inline-block;
  letter-spacing: 0.2em;
}
.research_file #content aside section .status {
  font-size: 1rem;
}
.research_file #content aside section .tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.research_file #content aside section .tags ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.research_file #content aside section .tags ul li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .research_file #content {
    grid-template-columns: 1fr;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .research_file #content aside {
    order: 1;
  }
  .research_file #content aside.position-sticky {
    position: static;
  }
  .research_file #content aside section {
    padding: 1.5rem !important;
  }
  .research_file #content aside ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .research_file #content aside ul .day {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .research_file #content article {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .research_file #content aside ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .research_file #content aside ul .day {
    grid-column-end: 2;
  }
  .research_file #content article {
    order: 2;
  }
}/*# sourceMappingURL=styles.css.map */