@charset "UTF-8";
h2 {
  position: relative;
  display: block;
  width: 100%;
  background: #d6f0ff;
  color: #0c2952;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 8px 12px 8px 20px;
  border-radius: 4px;
  margin: 1.5em 0 1em;
}

h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1em;
  background: #81c0e8;
  border-radius: 2px;
}

h3 {
  position: relative;
  display: block;
  width: 100%;
  color: #0c2952;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 8px 12px 8px 20px;
  border-radius: 4px;
  margin: 1.5em 0 1em;
}

h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1em;
  background: #81c0e8;
  border-radius: 2px;
}

h4 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #0c2952;
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
  margin: 1.5em 0 1em;
  gap: 0.5em;
}

h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7ed1ff;
  border-radius: 50%;
  flex-shrink: 0;
}

.is-style-default a {
  color: #1e66ff !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
}

.is-style-default a:hover {
  color: #154bcc !important;
  text-decoration-color: currentColor;
}

.has-inline-color {
  position: relative;
  color: inherit;
  background: none;
  padding: 0 0.05em;
}

ol.wp-block-list {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 1em;
  margin-bottom: 1.5rem;
}

ul.wp-block-list {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 1em;
  margin-bottom: 1.5rem;
}

.blog-content-area a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-content-area a:hover {
  color: #004499;
  text-decoration: underline;
}

blockquote {
  background: #f7f8f9;
  padding: 2rem; /* 内側余白 */
  border-radius: 8px; /* 角丸 */
  position: relative; /* 擬似要素の位置調整に必要 */
  margin: 2rem 0; /* 上下の余白 */
  font-size: 16px;
  line-height: 1.6;
}

blockquote::before,
blockquote::after {
  content: "“"; /* 左右にカギカッコ */
  font-size: 4rem;
  color: #ccc;
  position: absolute;
  font-family: serif;
}

blockquote::before {
  top: -10px;
  left: 10px;
}

blockquote::after {
  content: "”";
  bottom: -20px;
  right: 10px;
}

.sc-important {
  --grad: 258.28deg;
  --border-grad: linear-gradient(
    var(--grad),
    #92c4ff 0.95%,
    #ddd7ff 50.8%,
    #ebabcd 100.64%
  );
  --inner-grad: linear-gradient(
    var(--grad),
    rgba(146, 196, 255, 0.1) 0.95%,
    rgba(221, 215, 255, 0.1) 50.8%,
    rgba(235, 171, 205, 0.1) 100.64%
  );
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 18px 20px;
  background: var(--inner-grad) padding-box, linear-gradient(#fff, #fff) padding-box, var(--border-grad) border-box;
  color: #0c2952;
}
.sc-important__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  color: #0c2952;
  font-weight: 700;
}
.sc-important__head img {
  max-width: 24px;
  max-height: 24px;
}
.sc-important__icon {
  flex: 0 0 auto;
}
.sc-important__title {
  font-size: 1.05rem;
}
.sc-important__body {
  line-height: 1.9;
}

.sc-checkpoint {
  background: rgba(126, 209, 255, 0.1019607843);
  border: 1px solid #0c2952;
  border-radius: 14px;
  padding: 18px 20px;
  color: #0c2952;
}
.sc-checkpoint__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  font-weight: 700;
  color: inherit;
}
.sc-checkpoint__icon {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
}
.sc-checkpoint__title {
  font-size: 1.05rem;
  line-height: 1;
}
.sc-checkpoint__body {
  line-height: 1.9;
  color: #0c2952;
}

.toc-wrap details {
  background: #7ed1ff;
  border-radius: 14px;
  padding: 24px;
  margin: 1.25rem 0;
}
.toc-wrap details > summary {
  list-style: none;
}
.toc-wrap details > summary::-webkit-details-marker {
  display: none;
}
.toc-wrap details > summary::marker {
  content: "";
}
.toc-wrap .toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: default;
  padding-inline: 4px;
}
.toc-wrap .toc-head-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.toc-wrap .toc-bar {
  width: 5px;
  height: 28px;
  background: #0c2952;
  border-radius: 2px;
  flex: 0 0 auto;
}
.toc-wrap .toc-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0c2952;
  line-height: 1;
}
.toc-wrap .toc-toggle {
  all: unset;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
}
.toc-wrap .toc-toggle:active {
  transform: translateY(1px);
}
.toc-wrap .toc-toggle img {
  display: block;
  width: 20px;
  height: 20px;
}
.toc-wrap .toc-body {
  margin-top: 16px;
}
.toc-wrap .toc-panel {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}
.toc-wrap .toc-list {
  list-style: decimal;
  margin: 0 0 0 1.25rem;
  padding: 0;
}
.toc-wrap .toc-list li {
  margin: 0.75rem 0;
}

.c-supervisors {
  width: var(--sup-width, 600px);
  max-width: 100%;
}

.c-supervisor {
  min-height: 258px;
  padding: 32px 25px;
  border: 1px solid #cbc4be;
  border-radius: 8px;
  background: linear-gradient(258.28deg, rgba(146, 196, 255, 0.5) 0.95%, rgba(221, 215, 255, 0.5) 50.8%, rgba(235, 171, 205, 0.5) 100.64%);
  box-sizing: border-box;
}
.c-supervisor + .c-supervisor {
  margin-top: 24px;
}
.c-supervisor__header {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 1.5rem;
}
.c-supervisor__avatar {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.c-supervisor__label {
  font-weight: 700;
  font-size: 16px;
}

/* レスポンシブ微調整（任意） */
@media (max-width: 480px) {
  .c-supervisor {
    padding: 24px 18px;
    min-height: auto;
  }
  .c-supervisor__label {
    font-size: 15px;
  }
  .c-supervisor__body {
    font-size: 14px;
  }
}
.c-says {
  display: flex;
  align-items: center;
  gap: 36px;
}

.c-says__avatar {
  width: var(--says-avatar, 64px);
  height: var(--says-avatar, 64px);
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 var(--says-avatar, 64px);
}

.c-says__bubble {
  position: relative;
  display: inline-block;
  padding: 16px;
  border: 2px solid #81c0e8;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.c-says__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #81c0e8 transparent transparent;
  translate: -100% -50%;
}
.c-says__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

/*# sourceMappingURL=editor.css.map */
