@charset "UTF-8";
.l-inner p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
.l-inner h2 {
  font-size: 22px;
  line-height: 1.4em;
}
.l-inner h3 {
  font-size: 20px;
  line-height: 1.4em;
}
.l-inner h4 {
  font-size: 20px;
  line-height: 1.4em;
}
.l-inner figure {
  margin-bottom: 15px;
}
.l-inner .wp-block-group {
  margin-bottom: 15px;
}
.l-inner .wp-block-buttons {
  margin: 15px auto 25px;
}

.p-entry__body ul a {
  text-decoration: underline;
}
.p-entry__body p > a {
  color: #0b57d0;
}

.date-separator {
  margin-left: 10px;
}

#toc_container {
  margin: 60px 0 40px 0;
  border-top: solid 4px #c89c8d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #f7f7f7;
  position: relative;
}
#toc_container:before {
  content: "Contents";
  position: absolute;
  top: -41px;
  left: 12px;
  background-color: #c89c8d;
  color: white;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.2rem;
  padding: 3px 10px;
  font-style: "yuGothic";
}
#toc_container .toc_list {
  list-style: none;
  margin: 0;
}
#toc_container .toc_list li {
  padding: 10px;
  margin-right: 10px;
  position: relative;
  line-height: 2em;
  border-bottom: dotted 1px #c89c8d;
  list-style-type: none !important;
  text-indent: 0em;
}
#toc_container .toc_list li a {
  color: #222;
  font-weight: bold;
  position: relative;
  display: block;
  padding-right: 20px;
}
#toc_container .toc_list li a::after {
  content: "";
  background: url("../images/arrow_down.png");
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
  width: 18px;
  height: 18px;
}

.inline_banner {
  display: block;
  position: relative;
  margin: 30px 0;
}

.inline_cta {
  max-width: 700px;
  width: 100%;
  margin: 10% auto 14%;
  position: relative;
  display: block;
}
.inline_cta .inline_cta_button {
  display: block;
  text-align: center;
  width: 100%;
  font-size: clamp(16px, 3.415vw, 28px);
  color: white;
  font-weight: 600;
  line-height: 2;
  background-color: rgb(1, 168, 132);
  border-radius: 50px;
  border-bottom: solid 4px rgb(2, 129, 102);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4% 10% 4% 6%;
}
.inline_cta .inline_cta_button:visited {
  color: white;
}
.inline_cta .inline_cta_button::after {
  content: "";
  background: url("../images/arrow_white_right.png");
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 3%;
  width: 34px;
  height: 34px;
}

.inline_cta_v2 {
  max-width: 600px;
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: block;
}

.inline_area_cta {
  display: block;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 0;
  border: solid 2px #c89c8d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #f7f7f7;
  border-radius: 10px;
}
.inline_area_cta .brava_logo_wrapper {
  margin: auto;
  text-align: center;
}
.inline_area_cta .brava_logo_wrapper .brava_logo {
  max-width: 160px;
  height: auto;
}
.inline_area_cta .heading {
  text-align: center;
  font-size: 1.2rem;
  color: #222;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0;
}
.inline_area_cta .area_name {
  text-align: center;
  font-size: 1.1rem;
  color: #222;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0;
}
.inline_area_cta .area_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 310px;
  margin: 10px auto;
}
.inline_area_cta .area_items a {
  display: block;
  width: 100%;
}
.inline_area_cta .cta {
  display: contents;
}
.inline_area_cta .link_button {
  width: 100%;
  /* ボタンもaタグいっぱいまで広がる */
  height: 50px;
  padding: 5px;
  background-color: #c89c8d;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  font-weight: bold;
  transition: all 0.8s ease;
  border-bottom: solid 2px #9f7a6e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.inline_area_cta .link_button::after {
  content: "";
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.p-entry__body .group {
  position: relative;
  border: 1px solid #aaa;
  border-top: solid 4px #c89c8d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #f7f7f7;
  margin: 60px 0 40px 0;
  padding: 24px 14px 0;
}
.p-entry__body .group p {
  margin-bottom: 24px;
}
.p-entry__body .group .wp-block-group__inner-container p:first-of-type {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.p-entry__body .group ol {
  margin: 1em 0;
  list-style-type: decimal; /* スタイルタイプは decimal */
  list-style-position: inside; /* リストマーカーを内側に配置 */
  list-style-image: none; /* カスタム画像を使わない */
}
.p-entry__body .group ol li {
  padding: 10px;
  margin-right: 10px;
  position: relative;
  line-height: 2em;
  border-bottom: dotted 1px #c89c8d;
  text-indent: 0em;
}
.p-entry__body .group .circle li {
  position: relative;
  list-style: none;
}
.p-entry__body .group .circle li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1.2em;
  width: 10px;
  height: 10px;
  background-color: #c89c8d;
  border-radius: 50%;
}
.p-entry__body .group .triangle li {
  position: relative;
  list-style: none;
}
.p-entry__body .group .triangle li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1em;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c89c8d;
}
.p-entry__body .group .check li {
  position: relative;
  list-style: none;
}
.p-entry__body .group .check li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -1em;
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 3px solid #c89c8d;
  border-bottom: 3px solid #c89c8d;
}
.p-entry__body .type2 {
  border: 1px solid #aaa;
}
.p-entry__body .type3 {
  border: 1px solid #c89c8d;
}
.p-entry__body .type4 {
  border-color: #f7f7f7;
}

.wp-block-heading {
  border: unset;
  padding: 10px 15px;
}

/* H2（下線） */
.wp-block-heading.is-style-h2 {
  border-bottom: solid 8px #c89c8d;
  padding-left: 0;
}
.wp-block-heading.is-style-h2 span {
  scroll-margin-top: 60px;
}

/* H3（左側の罫線、グレーの背景） */
.wp-block-heading.is-style-h3 {
  background-color: #f7f7f7;
  border-left: 5px solid #c89c8d;
}

/* H4（グレーの背景） */
.wp-block-heading.is-style-h4 {
  background-color: #f7f7f7;
}

/* H5（左側の点線罫線） */
.wp-block-heading.is-style-h5 {
  border-left: 4px dotted #c89c8d;
  }/*# sourceMappingURL=style.css.map */

  .supervisor{
    border:1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: auto;
  }
  .supervisor-left{
    background-size: cover;
    background-position: center;
    width: 20%;
    border-radius: 50%;
    padding-bottom: 20%;
  }
  .supervisor-name{
    color: #000;
    font-size: 14px;
    font-weight: bold;
  }
  .supervisor-text {
    color: #000;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .supervisor-right{
    margin-left:3%;
    width: 77%;
  }
  .share-top .sns{
    display: none;
  }
  .supervisor-title {
   color: #000;
   font-weight: bold;
   font-size: 1rem;
   margin-bottom: -5px;
 }
 .sp {
  display: none;
}
@media only screen and (max-width: 768px){
  .supervisor {
    display: block;
    text-align: center;
  }
  .supervisor-left{
    width: 130px;
    padding-bottom: 0;
    height: 130px;
    display: block;
    margin: auto;
  }
  .supervisor-right{
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .supervisor-name{
    font-size: 0.85rem;
  }
  .supervisor-text{
   font-size: 0.75rem;
   line-height: 1.2rem;
 }
 .supervisor-title {
  font-size: 0.9rem;
}
.pc {
  display: none;
}
.sp{
  display: block;
}
}