@charset "UTF-8";
@font-face {
  font-family: "KosugiMaru";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/KosugiMaru-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Montserrat-VariableFont_wght.woff2") format("woff2"); }

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Overpass-VariableFont_wght.woff2") format("woff2"); }

/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansJP-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/NotoSansJP-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansJP-Bold.woff2") format("woff2"); }

/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/NotoSerifJP-ExtraLight.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NotoSerifJP-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSerifJP-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSerifJP-Bold.woff2") format("woff2"); }

/* Lato - Normal */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Lato-Thin.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Lato-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lato-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Lato-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Lato-Black.woff2") format("woff2"); }

html[lang="ja"] {
  font-family: "Noto Sans";
  font-weight: 300; }

a {
  color: #252525;
  text-decoration: none; }

em {
  text-decoration: none;
  font-style: normal;
  color: #fe6f59;
  font-weight: 500; }

#home .masthead {
  display: none; }

#home main {
  max-width: unset; }
  @media only screen and (min-width: 768px) {
    #home main {
      margin-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    #home main {
      margin-bottom: 0; } }

.header-top {
  caret-color: transparent;
  max-width: 1200px;
  display: flex;
  align-items: center; }
  .header-top h1 {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .header-top {
      min-height: 3rem; } }
  @media only screen and (min-width: 768px) {
    .header-top .header-logo {
      width: 20rem; } }
  @media only screen and (max-width: 1200px) {
    .header-top .header-logo {
      width: clamp(15rem, calc(7.50rem + 15.63vw), 20rem); } }
  @media only screen and (max-width: 767px) {
    .header-top .header-logo {
      width: clamp(14rem, calc(6.86rem + 35.71vw), 24rem); } }
  .header-top .header-logo .logo {
    display: flex;
    align-items: center; }
  .header-top:has(.menu-toggle:checked) .header-menu {
    position: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2; }
  .header-top .header-menu {
    flex: 1 1 0px;
    display: flex;
    display: none;
    margin: 0;
    gap: 1rem;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .header-top .header-menu {
        margin: 0 clamp(0.5rem, calc(-0.25rem + 1.56vw), 1rem); } }
    .header-top .header-menu a {
      display: inline-block; }
  .header-top .menu-icon {
    display: none;
    display: flex;
    width: 4rem;
    height: 4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: white; }
    @media only screen and (max-width: 767px) {
      .header-top .menu-icon {
        width: 3rem;
        height: 3rem; } }
    .header-top .menu-icon .menu-toggle {
      display: none; }
    .header-top .menu-icon .humberger {
      width: 50%;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      background-color: transparent; }
      .header-top .menu-icon .humberger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: gray;
        position: absolute;
        transition: transform 0.3s, opacity 0.3s; }
        .header-top .menu-icon .humberger span:nth-child(1) {
          top: 0; }
        .header-top .menu-icon .humberger span:nth-child(2) {
          top: 50%; }
        .header-top .menu-icon .humberger span:nth-child(3) {
          bottom: 0; }
    .header-top .menu-icon .menu-toggle:checked + .humberger span {
      margin-top: calc(50% - 2px / 2); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(1) {
      transform: rotate(45deg); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(2) {
      transform: scale(0); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(3) {
      bottom: none;
      top: 0;
      transform: rotate(-45deg); }

.visual {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .visual img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .gallery .textarea {
    margin-top: 2rem; } }

@media only screen and (max-width: 1200px) {
  .gallery .textarea {
    margin-top: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .gallery .textarea {
    margin-top: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

.textarea {
  line-height: 1.75;
  color: #252525; }
  @media only screen and (min-width: 768px) {
    .textarea {
      font-size: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .textarea {
      font-size: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .textarea {
      font-size: clamp(0.8rem, calc(0.73rem + 0.36vw), 0.9rem); } }

html body:not(#home) {
  background-size: contain;
  background-position: center 10rem;
  background-repeat: no-repeat;
  position: relative; }
  html body:not(#home):before {
    content: "";
    background-color: #25b78a;
    width: 100%;
    height: 7rem;
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: -1; }

:not(#home) h1.masthead {
  color: white;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 .5rem;
  width: calc(100% - 1rem); }
  :not(#home) h1.masthead:before {
    display: block;
    content: "";
    width: .5rem;
    height: 2rem;
    border-radius: .25rem;
    background-color: white;
    margin-right: .5rem; }

:not(#home) .headline {
  max-width: 1200px;
  margin: 0 auto; }

:not(#home) main .headline h3 {
  color: white;
  background-color: #25b78a;
  font-size: 1.125rem;
  padding: .25rem 0 .25rem .5rem; }

main {
  max-width: 1200px;
  max-width: 1200px; }
  @media only screen and (min-width: 768px) {
    main {
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 1200px) {
    main {
      margin: 0 auto clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    main {
      margin: 0 auto clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

@media only screen and (min-width: 768px) {
  footer {
    padding: 2rem 0 1rem; } }

@media only screen and (max-width: 1200px) {
  footer {
    padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0 1rem; } }

@media only screen and (max-width: 767px) {
  footer {
    padding: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem) 0 1rem; } }

@media only screen and (min-width: 768px) {
  .section {
    padding: 2rem 1rem; } }

@media only screen and (max-width: 1200px) {
  .section {
    padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }

@media only screen and (max-width: 767px) {
  .section {
    padding: clamp(1rem, calc(0.25rem + 1.56vw), 1.5rem) clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }

.serif {
  font-family: "Noto Serif"; }

.sans {
  font-family: "Noto Sans"; }

.weight-200 {
  font-weight: 200; }

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

.justify-content-center {
  justify-content: center; }

.direction-column {
  flex-direction: column; }

.direction-row {
  flex-direction: row; }

@media only screen and (min-width: 768px) {
  .margin-top {
    margin-top: 2rem; } }

@media only screen and (max-width: 1200px) {
  .margin-top {
    margin-top: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .margin-top {
    margin-top: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

@media only screen and (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 2rem; } }

@media only screen and (max-width: 1200px) {
  .margin-bottom {
    margin-bottom: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

@media only screen and (min-width: 768px) {
  .padding-top {
    padding-top: 2rem; } }

@media only screen and (max-width: 1200px) {
  .padding-top {
    padding-top: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

@media only screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 2rem; } }

@media only screen and (max-width: 1200px) {
  .padding-bottom {
    padding-bottom: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

.line-height-175 {
  line-height: 1.75; }

.white {
  color: white; }

.gallery .part {
  box-sizing: border-box; }

.gallery .box {
  width: calc(100% - 2px);
  border: 1px solid gray;
  border-radius: .5rem;
  background-color: white;
  padding: .5rem;
  box-sizing: border-box; }
  .gallery .box a {
    display: block; }
  .gallery .box .a-picture img {
    border-radius: .5rem; }
  @media only screen and (max-width: 767px) {
    .gallery .box .title {
      font-size: .8rem;
      line-height: 1.5;
      margin: .25rem 0; } }
  .gallery .box .icon {
    text-align: center; }
    .gallery .box .icon svg {
      width: 1.5rem;
      height: 1.5rem; }

.category-link .capsule {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .category-link .capsule svg {
    width: 1.5rem;
    height: 1.5rem; }
  .category-link .capsule .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }
    .category-link .capsule .icon svg circle {
      fill: white; }
    .category-link .capsule .icon svg polyline {
      stroke: #252525; }

.category-link span {
  display: flex;
  justify-content: center;
  align-items: center; }

.section-home-seminar {
  background-color: #fcf8eb; }
  .section-home-seminar h1 {
    display: flex;
    justify-content: center;
    font-weight: calc(4 * 100); }
    @media only screen and (max-width: 767px) {
      .section-home-seminar h1 {
        font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
  .section-home-seminar .link .capsule {
    background-color: #a5e1d2; }

.section-browse details {
  border: 1px solid #25b78a;
  border-radius: 1rem;
  background-color: #e5fadc; }
  .section-browse details .open {
    display: none; }
  .section-browse details .closed {
    display: flex; }
  .section-browse details[open] .open {
    display: flex; }
  .section-browse details[open] .closed {
    display: none; }

.section-browse summary {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0 .25rem; }
  @media only screen and (max-width: 767px) {
    .section-browse summary {
      justify-content: flex-start;
      margin-left: .5rem; } }
  .section-browse summary .illust {
    max-width: 7rem;
    width: 7rem;
    height: 7rem;
    overflow: hidden; }
    .section-browse summary .illust img {
      width: 7rem;
      height: auto; }
  @media only screen and (max-width: 767px) {
    .section-browse summary .text {
      font-size: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-browse summary .text {
      text-align: center; } }
  .section-browse summary .icon {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 1rem; }

.section-browse .contents {
  pointer-events: none; }

.section-browse .gallery {
  padding: 1rem;
  pointer-events: auto; }
  .section-browse .gallery .part {
    border: 1px solid gray;
    border-radius: 1rem;
    padding: .5rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-browse .gallery .part:hover {
      opacity: .5; }
    .section-browse .gallery .part p {
      font-family: KosugiMaru; }
      @media only screen and (max-width: 767px) {
        .section-browse .gallery .part p {
          font-size: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

.section-home-column {
  background-color: #d0f3d8;
  margin-bottom: 0; }
  .section-home-column .headline {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-home-column .headline h1 {
      text-align: center;
      margin: 0;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .section-home-column .headline h1 {
          font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
    .section-home-column .headline .catch {
      text-align: center; }
  .section-home-column .illust {
    max-width: 9rem;
    width: 9rem;
    height: 9rem;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    .section-home-column .illust img {
      width: 9rem;
      height: auto; }
  .section-home-column .link .capsule {
    background-color: #ffd550; }
  .section-home-column .list-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 0;
    gap: .5rem; }
    .section-home-column .list-tags li {
      flex: 0 1 0px;
      padding: .25rem .5rem;
      border: 1px solid gray;
      border-radius: 100vmax;
      background-color: white;
      white-space: nowrap; }

.section-home-list-partners {
  background-color: #fcf8eb;
  margin-bottom: 0; }
  .section-home-list-partners .headline {
    display: flex;
    align-items: center; }
    .section-home-list-partners .headline h1 {
      font-size: 1.25rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .section-home-list-partners .headline h1:before {
        margin-top: .125rem;
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        background-color: #25b78a; }
    .section-home-list-partners .headline .icon {
      max-width: 2rem; }
      .section-home-list-partners .headline .icon svg {
        width: 2rem;
        height: 2rem; }
  .section-home-list-partners ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem; }
    .section-home-list-partners ul li {
      flex: 1 1 0px;
      max-width: 50%;
      min-width: 26%;
      aspect-ratio: 1;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .section-home-list-partners ul li {
          min-width: 34%; } }
      .section-home-list-partners ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden; }
        .section-home-list-partners ul li a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          /* 枠に合わせて拡大縮小＋トリミング */
          object-position: center;
          /* 中央基準 */
          display: block; }
        .section-home-list-partners ul li a.post:before {
          content: "";
          background-image: url("/wp-content/uploads/icon-post.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: .25rem;
          right: .25rem;
          width: 1.5rem;
          height: 1.5rem;
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }
        .section-home-list-partners ul li a.movie:before {
          content: "";
          background-image: url("/wp-content/uploads/icon-triangle-right.svg");
          background-size: contain;
          background-repeat: no-repeat;
          width: 3rem;
          height: 3rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          filter: drop-shadow(0.5rem 0.25rem 0.25rem rgba(0, 0, 0, 0.5)); }
  .section-home-list-partners .gallery {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem; }
    .section-home-list-partners .gallery .part {
      flex: 1 1 0px;
      max-width: 50%;
      min-width: 26%;
      aspect-ratio: 1;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-home-list-partners .gallery .part {
          min-width: 34%; } }
      .section-home-list-partners .gallery .part a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; }
        .section-home-list-partners .gallery .part a img {
          width: auto;
          height: 100%; }
      .section-home-list-partners .gallery .part.post:before {
        content: "";
        background-image: url("/wp-content/uploads/icon-post.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: .25rem;
        right: .25rem;
        width: 1.5rem;
        height: 1.5rem; }
      .section-home-list-partners .gallery .part.movie:before {
        content: "";
        background-image: url("/wp-content/uploads/icon-triangle-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.section-home-links {
  background-color: #fcf8eb;
  margin-bottom: 0; }
  .section-home-links .capsule {
    background-color: white; }
  .section-home-links .gradation {
    border: 0.125rem solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, red, purple) border-box;
    background-clip: padding-box, border-box; }
  .section-home-links p {
    margin-bottom: .75rem;
    border: 0.125rem solid gray; }
    @media only screen and (max-width: 767px) {
      .section-home-links p {
        font-size: clamp(0.8rem, calc(0.30rem + 2.50vw), 1.5rem); } }
    .section-home-links p a {
      display: flex;
      align-items: center;
      padding: .5rem;
      position: relative;
      height: 4rem; }
    .section-home-links p span {
      flex: 1 1 0px; }
    .section-home-links p .text {
      line-height: 1.25;
      text-align: center; }
    .section-home-links p .sns {
      max-width: 2.5rem;
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translate(0, -50%); }
    .section-home-links p .arrow {
      max-width: 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translate(0, -50%); }

.section-home-banners {
  background-color: #fcf8eb;
  margin-bottom: 0; }
  .section-home-banners .banner {
    max-width: calc(1200px * 800 / 1200);
    margin: 0 auto;
    position: relative;
    margin-bottom: 1rem; }
    .section-home-banners .banner a {
      display: flex; }
      .section-home-banners .banner a img {
        width: 100%;
        height: auto; }
    .section-home-banners .banner.gray {
      border: 1px solid gray; }
      .section-home-banners .banner.gray:after {
        background-color: gray; }
    .section-home-banners .banner.green {
      border: 2px solid #25b78a; }
      .section-home-banners .banner.green:after {
        background-color: #25b78a; }
    .section-home-banners .banner:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2.5rem;
      height: 2.5rem;
      -webkit-mask: url("/wp-content/uploads/arrow-right-down.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right-down.svg") no-repeat center/contain; }

.section-home-aboutus {
  background-color: #fcf8eb;
  margin-bottom: 0; }
  .section-home-aboutus p {
    text-align: center; }
    .section-home-aboutus p a {
      text-decoration: underline;
      font-size: 1.25rem; }

copy {
  display: flex;
  align-items: center;
  justify-content: center; }
  copy:before {
    content: "c";
    border: .5px solid black;
    display: flex;
    line-height: .75;
    align-items: baseline;
    justify-content: center;
    border-radius: 50%;
    font-size: .9em; }
    @media only screen and (min-width: 768px) {
      copy:before {
        margin-right: .25rem; } }
    @media only screen and (max-width: 1200px) {
      copy:before {
        margin-right: clamp(0.125rem, calc(-0.06rem + 0.39vw), 0.25rem); } }
    @media only screen and (max-width: 767px) {
      copy:before {
        margin-right: .125rem; } }
    @media only screen and (min-width: 768px) {
      copy:before {
        width: 1rem; } }
    @media only screen and (max-width: 1200px) {
      copy:before {
        width: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      copy:before {
        width: clamp(0.75rem, calc(0.64rem + 0.54vw), 0.9rem); } }
    @media only screen and (min-width: 768px) {
      copy:before {
        height: 1rem; } }
    @media only screen and (max-width: 1200px) {
      copy:before {
        height: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      copy:before {
        height: clamp(0.75rem, calc(0.64rem + 0.54vw), 0.9rem); } }

@media only screen and (max-width: 767px) {
  .header-top:has(.menu-toggle:checked) .menu-icon {
    background-color: transparent; }
  .header-top:has(.menu-toggle:checked) .header-logo {
    height: fit-content;
    z-index: 3;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .header-top:has(.menu-toggle:checked) .header-menu {
    background-color: rgba(255, 255, 255, 0.95); } }

.panel .primary, .panel summary {
  display: flex;
  position: relative;
  color: #25b78a;
  padding: .75rem; }
  .panel .primary a, .panel summary a {
    color: #25b78a; }
  .panel .primary:before, .panel summary:before {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    background-color: #25b78a;
    border-radius: 50%;
    transform: translate(0, 20%); }
  .panel .primary:after, .panel summary:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: .5rem;
    width: 1rem;
    height: 1rem;
    background-color: gray; }

.menu-contents {
  width: 100%; }

.panel {
  border-top: 2px solid #25b78a;
  margin-top: 4rem;
  width: 100%; }
  .panel ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .panel .primary {
    border-bottom: 1px solid gray; }
    .panel .primary:after {
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }
  .panel details {
    border-bottom: 1px solid gray; }
    .panel details[open] summary:after {
      transform: rotate(180deg); }
    .panel details ul {
      margin: 0 0 0 3rem;
      display: flex;
      flex-wrap: wrap; }
      .panel details ul li {
        flex: 1 1 0px;
        min-width: 34%;
        padding: 0 0 .75rem; }
        .panel details ul li a {
          text-decoration: underline; }
  .panel summary {
    list-style: none; }
    .panel summary:after {
      -webkit-mask: url("/wp-content/uploads/arrow-down.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-down.svg") no-repeat center/contain; }
  .panel .tertiary {
    padding: .75rem 0; }
    .panel .tertiary a {
      text-decoration: underline; }
  .panel .links {
    padding: 1rem;
    position: relative; }
    .panel .links .sns {
      position: absolute;
      right: .5rem;
      bottom: 1.5rem; }
      .panel .links .sns a {
        width: 4rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        border: 1px solid dimgray;
        border-radius: 50%; }
        .panel .links .sns a svg {
          width: 3rem;
          height: 3rem;
          fill: dimgray; }
          .panel .links .sns a svg g {
            fill: dimgray; }

.section-footer .block-footer > p {
  margin: 0 auto;
  width: 50%;
  min-width: 14rem; }
  @media only screen and (max-width: 767px) {
    .section-footer .block-footer > p {
      width: 75%; } }

.breadcrumbs p {
  color: lightgray; }
  .breadcrumbs p a {
    color: white; }
    .breadcrumbs p a:hover {
      color: lightgray; }

.textarea p.role {
  font-size: 1rem;
  text-align: center; }

.textarea p.name {
  font-size: 1.3rem;
  text-align: center; }

.portrate .part picture.vertical {
  padding-bottom: calc(50% * 4 / 3); }

.portrate .part picture img {
  width: 50%;
  height: auto; }

.profile:before {
  content: "《Profile》";
  font-family: Overpass;
  font-weight: 600;
  font-size: 1.25rem;
  margin: .5rem 0 -.25rem;
  color: #25b78a; }

.slider {
  position: relative;
  margin: 0 auto; }

.slider-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1; }

:not(#home) main #with-frame.headline h3 {
  color: #25b78a;
  background: transparent;
  font-size: inherit;
  padding: 0; }

.section-knee-column .block-knee-column {
  padding-top: 1rem;
  border-top: 1px solid gray;
  display: flex;
  gap: 1rem; }
  .section-knee-column .block-knee-column .picture {
    flex: 1 1 0px; }
  .section-knee-column .block-knee-column .text {
    flex: 2 1 0px; }
    .section-knee-column .block-knee-column .text .company {
      font-size: 1rem; }
    .section-knee-column .block-knee-column .text .designation {
      font-size: .8rem; }
    .section-knee-column .block-knee-column .text .ceo {
      font-size: 1.25rem; }
      .section-knee-column .block-knee-column .text .ceo p:after {
        content: "さん";
        font-size: 1rem; }
    .section-knee-column .block-knee-column .text .profile {
      font-size: .9rem; }
      .section-knee-column .block-knee-column .text .profile:before {
        display: block; }

.section-knee-column .block-knee-column-link p {
  text-align: center; }

.section-knee-column .block-knee-column-link .link-authors-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 80%;
  background-color: #ffd550;
  border-radius: 50vmax;
  margin: 0 auto;
  position: relative; }
  .section-knee-column .block-knee-column-link .link-authors-column span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: white;
    border-radius: 50%; }
    .section-knee-column .block-knee-column-link .link-authors-column span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: black;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-knee-column .block-knee-column-link .link-authors-url {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 80%;
  background-color: #38b7d6;
  border-radius: 50vmax;
  margin: 1rem auto 0;
  position: relative;
  color: white; }
  .section-knee-column .block-knee-column-link .link-authors-url span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: white;
    border-radius: 50%; }
    .section-knee-column .block-knee-column-link .link-authors-url span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: #38b7d6;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-knee-event .block-knee-event {
  padding-top: 1rem;
  border-top: 1px solid gray;
  display: flex;
  gap: 1rem; }
  .section-knee-event .block-knee-event .picture {
    flex: 1 1 0px; }
  .section-knee-event .block-knee-event .text {
    flex: 2 1 0px; }
    .section-knee-event .block-knee-event .text .company {
      font-size: 1rem; }
    .section-knee-event .block-knee-event .text .designation {
      font-size: .8rem; }
    .section-knee-event .block-knee-event .text .ceo {
      font-size: 1.25rem; }
      .section-knee-event .block-knee-event .text .ceo p:after {
        content: "さん";
        font-size: 1rem; }
    .section-knee-event .block-knee-event .text .profile {
      font-size: .9rem; }
      .section-knee-event .block-knee-event .text .profile:before {
        display: block; }

.section-knee-event .block-knee-event-link p {
  text-align: center; }

.section-knee-event .block-knee-event-link .link-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: calc(80% - 4px);
  color: #25b78a;
  background-color: white;
  border-radius: 50vmax;
  border: 2px solid #25b78a;
  margin: 0 auto;
  position: relative; }
  .section-knee-event .block-knee-event-link .link-mail span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: #25b78a;
    border-radius: 50%; }
    .section-knee-event .block-knee-event-link .link-mail span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: white;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-knee-event .block-knee-event-link .link-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: calc(80% - 4px);
  color: black;
  background-color: white;
  border-radius: 50vmax;
  border: 2px solid black;
  margin: 1rem auto 0;
  position: relative; }
  .section-knee-event .block-knee-event-link .link-phone span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: black;
    border-radius: 50%; }
    .section-knee-event .block-knee-event-link .link-phone span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: white;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-knee-partners .block-knee-partners {
  padding-top: 1rem;
  border-top: 1px solid gray;
  display: flex;
  gap: 1rem; }
  .section-knee-partners .block-knee-partners .picture {
    flex: 1 1 0px; }
  .section-knee-partners .block-knee-partners .text {
    flex: 2 1 0px; }
    .section-knee-partners .block-knee-partners .text .company {
      font-size: 1rem; }
    .section-knee-partners .block-knee-partners .text .designation {
      font-size: .8rem; }
    .section-knee-partners .block-knee-partners .text .ceo {
      font-size: 1.25rem; }
      .section-knee-partners .block-knee-partners .text .ceo p:after {
        content: "さん";
        font-size: 1rem; }
    .section-knee-partners .block-knee-partners .text .profile {
      font-size: .9rem; }
      .section-knee-partners .block-knee-partners .text .profile:before {
        display: block; }

.section-knee-partners .block-knee-partners-link p {
  text-align: center; }

.section-knee-partners .block-knee-partners-link .link-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 80%;
  background-color: #ffd550;
  border-radius: 50vmax;
  margin: 0 auto;
  position: relative; }
  .section-knee-partners .block-knee-partners-link .link-column span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: white;
    border-radius: 50%; }
    .section-knee-partners .block-knee-partners-link .link-column span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: black;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-knee-partners .block-knee-partners-link .link-url {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: calc(80% - 4px);
  color: #25b78a;
  background-color: white;
  border-radius: 50vmax;
  border: 2px solid #25b78a;
  margin: 1rem auto 0;
  position: relative; }
  .section-knee-partners .block-knee-partners-link .link-url span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: #25b78a;
    border-radius: 50%; }
    .section-knee-partners .block-knee-partners-link .link-url span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: white;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section-list-partners .block-list-partners .part {
  display: flex; }
  .section-list-partners .block-list-partners .part .picture {
    flex: 1 1 0px; }
  .section-list-partners .block-list-partners .part .text {
    flex: 2 1 0px; }
    .section-list-partners .block-list-partners .part .text .company {
      font-size: 1rem; }
    .section-list-partners .block-list-partners .part .text .designation {
      font-size: .8rem; }
    .section-list-partners .block-list-partners .part .text .ceo {
      font-size: 1.25rem; }
      .section-list-partners .block-list-partners .part .text .ceo p:after {
        content: "さん";
        font-size: 1rem; }
    .section-list-partners .block-list-partners .part .text .profile {
      font-size: .9rem; }
      .section-list-partners .block-list-partners .part .text .profile:before {
        display: block; }

.section-list-partners .list-partners-link p {
  text-align: center; }

.section-list-partners .list-partners-link .link-authors-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 80%;
  background-color: #ffd550;
  border-radius: 50vmax;
  margin: 0 auto;
  position: relative; }
  .section-list-partners .list-partners-link .link-authors-column span {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    background-color: white;
    border-radius: 50%; }
    .section-list-partners .list-partners-link .link-authors-column span:after {
      position: absolute;
      content: "";
      width: .75rem;
      height: .75rem;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      background-color: black;
      -webkit-mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain;
      mask: url("/wp-content/uploads/arrow-right.svg") no-repeat center/contain; }

.section .block .link .capsule {
  margin-top: 1rem; }

.section .block .tags {
  gap: .25rem;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row; }
  .section .block .tags .tag {
    flex: 0 1 0px;
    font-size: .7rem;
    padding: .125rem .5rem;
    border: 1px solid gray;
    border-radius: 100vmax;
    background-color: white;
    white-space: nowrap; }

#home .tags {
  margin-top: -.7rem; }

@media only screen and (max-width: 767px) {
  .section .block {
    flex-direction: column; }
    .section .block .image {
      width: 70%;
      margin: 0 auto; } }

.section .block .link-button {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem; }
  .section .block .link-button a.card-link {
    border: 1px solid #25b78a;
    border-radius: 50vmax; }

.card {
  margin-bottom: 1rem; }
