@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,300&display=swap");
html {
  scroll-behavior: smooth; }

p {
  padding: 0;
  margin: 0 auto; }

/*共通ボタンスタイル*/
.text-button_01 {
  width: 50%;
  max-width: 315px;
  border-radius: 28px;
  background: #ff8317;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(255, 129, 42, 0.75);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .text-button_01 {
      width: 80%; } }
  .text-button_01 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .08rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18.5px 0; }
    @media screen and (max-width: 767px) {
      .text-button_01 a {
        font-size: 13px;
        padding: 14px 0; } }
    .text-button_01 a:before {
      content: "";
      background: url("../../seminar/images/wkwk/icon_02.svg") no-repeat;
      width: 22px;
      height: 22px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }

.text-button_02 {
  width: 50%;
  max-width: 315px;
  border-radius: 28px;
  background: #ff8317;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(255, 129, 42, 0.75);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .text-button_02 {
      width: 80%; } }
  .text-button_02 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .08rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18.5px 0; }
    @media screen and (max-width: 767px) {
      .text-button_02 a {
        font-size: 13px;
        padding: 14px 0; } }
    .text-button_02 a:before {
      content: "";
      background: url("../../seminar/images/wkwk/icon_05.svg") no-repeat;
      width: 22px;
      height: 22px;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }

.pdf_button {
  max-width: 225px;
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #333333;
  padding-bottom: 15px; }
  .pdf_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 35px;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: bold; }
    .pdf_button a:before {
      content: "";
      background: url("../../seminar/images/wkwk/icon_04.svg") no-repeat;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

/*タイトル*/
.title_box {
  text-align: center; }
  .title_box .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: .08rem;
    color: #ff8b44;
    position: relative;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .title_box .title {
        font-size: 22px;
        padding-bottom: 30px; } }
    .title_box .title:before {
      content: "";
      background: url("../../seminar/images/wkwk/title_illust_01.svg") no-repeat;
      width: 142px;
      height: 21px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .title_box .title span.m_text {
      font-size: 70%;
      letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .title_box .title.li_b {
        line-height: 1.5; } }
  .title_box .sub_text01 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto 0;
    letter-spacing: .04rem;
    line-height: 27px; }
    @media screen and (max-width: 767px) {
      .title_box .sub_text01 {
        font-size: 14px;
        margin: 10px auto 0;
        line-height: 22px; } }
  .title_box .sub_text02 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto 0;
    letter-spacing: .08rem; }
    @media screen and (max-width: 767px) {
      .title_box .sub_text02 {
        font-size: 18px; } }
  .title_box .sub_text03 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04rem;
    font-weight: bold;
    margin: 10px auto 0; }
    @media screen and (max-width: 767px) {
      .title_box .sub_text03 {
        font-size: 14px; } }
    .title_box .sub_text03 span.c01 {
      color: #4c8bc9; }
    .title_box .sub_text03 span.c02 {
      color: #21ae6e; }

#seminar_lower_page {
  /*ワクワク塾　メインビジュアル*/
  /*都内４会場で順次開講！*/
  /*こんな方が参加されています！*/
  /*対象者*/
  /*講座内容*/
  /*お仕事体験*/
  /*受講までの流れ*/
  /*ワクワク塾は都内4か所で開講*/
  /*よくある質問*/ }
  #seminar_lower_page #seminar_mv {
    background: url("../../seminar/images/wkwk/bg_01.png") repeat;
    padding: 50px 0 0;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_mv {
        padding: 50px 20px 0; } }
    #seminar_lower_page #seminar_mv .mv_inner {
      text-align: center; }
      #seminar_lower_page #seminar_mv .mv_inner h2 {
        max-width: 570px;
        margin: 0 auto 20px; }
      #seminar_lower_page #seminar_mv .mv_inner h3 {
        font-size: 18px;
        line-height: 27px;
        margin: 0 0 15px;
        letter-spacing: .04rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_mv .mv_inner h3 {
            font-size: 16px;
            line-height: 25px; } }
      #seminar_lower_page #seminar_mv .mv_inner .text01 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .08rem;
        margin: 0 0 40px;
        position: relative; }
        #seminar_lower_page #seminar_mv .mv_inner .text01:before {
          content: inherit;
          width: 50px;
          height: 2px;
          background: #4d4d4d;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -20px;
          margin: auto; }
        #seminar_lower_page #seminar_mv .mv_inner .text01 span.Number {
          font-size: 150%;
          padding-left: 5px; }
        #seminar_lower_page #seminar_mv .mv_inner .text01 span.note {
          font-size: 12px; }
      #seminar_lower_page #seminar_mv .mv_inner .text02 {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        letter-spacing: .08rem;
        margin: 0 0 25px;
        color: #ff8b44; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_mv .mv_inner .text02 {
            font-size: 16px;
            line-height: 25px; } }
        #seminar_lower_page #seminar_mv .mv_inner .text02:last-child {
          margin-bottom: 0; }
      #seminar_lower_page #seminar_mv .mv_inner .illust {
        max-width: 930px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_mv .mv_inner .illust {
            width: 100%; } }
  #seminar_lower_page #seminar_open {
    background: #fff7e0;
    border-radius: 97px 97px 0 0;
    padding: 60px 0 100px;
    margin-top: -27px; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_open {
        border-radius: 15px 15px 0 0;
        padding: 30px 20px 50px;
        margin-top: -17px; } }
    #seminar_lower_page #seminar_open .open_inner {
      max-width: 1200px;
      margin: 50px auto 0; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_open .open_inner {
          margin: 25px auto 0; } }
      #seminar_lower_page #seminar_open .open_inner ul {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_open .open_inner ul {
            flex-wrap: wrap;
            gap: 10px 2%; } }
        #seminar_lower_page #seminar_open .open_inner ul li {
          width: 24.5%;
          border: 3px solid #21ae6e;
          border-radius: 10px;
          padding: 25px 10px;
          text-align: center;
          background: #fff; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_open .open_inner ul li {
              width: 49%;
              padding: 10px 10px; } }
          #seminar_lower_page #seminar_open .open_inner ul li.color02 {
            border-color: #a475ae; }
            #seminar_lower_page #seminar_open .open_inner ul li.color02 p.day {
              color: #a475ae; }
          #seminar_lower_page #seminar_open .open_inner ul li.color03 {
            border-color: #fd6d8e; }
            #seminar_lower_page #seminar_open .open_inner ul li.color03 p.day {
              color: #fd6d8e; }
          #seminar_lower_page #seminar_open .open_inner ul li.color04 {
            border-color: #4c8bc9; }
            #seminar_lower_page #seminar_open .open_inner ul li.color04 p.day {
              color: #4c8bc9; }
          #seminar_lower_page #seminar_open .open_inner ul li p.day {
            font-size: 20px;
            font-weight: bold;
            letter-spacing: -0.04rem;
            line-height: 26px;
            color: #21ae6e;
            margin: 0 0 10px; }
            #seminar_lower_page #seminar_open .open_inner ul li p.day span {
              font-size: 32px;
              letter-spacing: 0;
              padding-right: 5px; }
          #seminar_lower_page #seminar_open .open_inner ul li h3 {
            font-size: 24px;
            letter-spacing: .08rem;
            margin: 0 0 0px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_open .open_inner ul li h3 {
                margin: 0 0 10px; } }
          #seminar_lower_page #seminar_open .open_inner ul li .text01 {
            font-size: 16px;
            letter-spacing: .08rem; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_open .open_inner ul li .text01 {
                font-size: 13px;
                line-height: 1.5; } }
  #seminar_lower_page #seminar_graph {
    background: url("../../seminar/images/wkwk/bg_02.png") repeat;
    padding: 90px 0; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_graph {
        padding: 45px 20px; } }
    #seminar_lower_page #seminar_graph .graph_inner {
      max-width: 1200px;
      margin: 40px auto 0; }
      #seminar_lower_page #seminar_graph .graph_inner ul {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_graph .graph_inner ul {
            flex-flow: column;
            gap: 20px; } }
        #seminar_lower_page #seminar_graph .graph_inner ul li {
          width: 32%;
          border-radius: 20px;
          box-shadow: 0px 0px 5px 0px rgba(232, 227, 184, 0.75);
          text-align: center;
          padding: 35px 10px;
          background: #fff;
          display: flex;
          flex-flow: column; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_graph .graph_inner ul li {
              width: 100%;
              padding: 25px 10px 15px; } }
          #seminar_lower_page #seminar_graph .graph_inner ul li h3 {
            font-size: 18px;
            font-weight: bold;
            color: #ff8b44;
            margin: 0 0 25px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_graph .graph_inner ul li h3 {
                font-size: 16px;
                margin: 0 0 30px; } }
          #seminar_lower_page #seminar_graph .graph_inner ul li img {
            width: 88%;
            margin: auto auto 0; }
  #seminar_lower_page #seminar_audience {
    background: url("../../seminar/images/wkwk/bg_03.png") no-repeat;
    background-size: cover;
    padding: 90px 0 80px; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_audience {
        padding: 45px 20px 40px; } }
    #seminar_lower_page #seminar_audience .audience_inner {
      max-width: 900px;
      background: #fff;
      border-radius: 15px;
      margin: 0 auto;
      padding: 40px 0 50px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_audience .audience_inner {
          padding: 20px 0 25px;
          border-radius: 10px; } }
      #seminar_lower_page #seminar_audience .audience_inner:before {
        content: "";
        background: url(../../seminar/images/wkwk/illust_01.svg) no-repeat;
        width: 163px;
        height: 180px;
        position: absolute;
        right: -35px;
        bottom: -20px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_audience .audience_inner:before {
            content: "";
            background: url(../../seminar/images/wkwk/illust_01.svg) no-repeat;
            width: 80px;
            height: 88px;
            position: absolute;
            right: 5px;
            top: 5px;
            bottom: inherit; } }
      #seminar_lower_page #seminar_audience .audience_inner .text01 {
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 31px;
        letter-spacing: .08rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_audience .audience_inner .text01 {
            font-size: 13px;
            line-height: 22px; } }
  #seminar_lower_page #seminar_course {
    padding: 80px 0 100px;
    background: #fffded;
    /*ワクワクポイント*/ }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_course {
        padding: 40px 20px 40px; } }
    #seminar_lower_page #seminar_course .contents_01 {
      margin: 0 0 50px; }
      #seminar_lower_page #seminar_course .contents_01:last-child {
        margin-bottom: 0; }
      #seminar_lower_page #seminar_course .contents_01 .title_box {
        text-align: center;
        margin-bottom: 40px; }
      #seminar_lower_page #seminar_course .contents_01 .course_box {
        max-width: 1200px;
        margin: 0 auto; }
      #seminar_lower_page #seminar_course .contents_01 .course_list {
        display: flex;
        justify-content: center;
        gap: 24px;
        margin: 0 0 35px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_course .contents_01 .course_list {
            flex-flow: column; } }
      #seminar_lower_page #seminar_course .contents_01 .course_col {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 50%; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_course .contents_01 .course_col {
            width: 100%; } }
        #seminar_lower_page #seminar_course .contents_01 .course_col .course_item {
          display: flex;
          align-items: center;
          background: #fff6d7;
          border-radius: 10px;
          position: relative;
          justify-content: flex-start;
          height: 75px;
          box-shadow: 0 5px 0 #f2e8dd;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item {
              height: 55px; } }
          #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_num {
            background: #3a84c4;
            color: #fff;
            padding: 6px 10px;
            border-radius: 10px 0 0 10px;
            margin-right: 12px;
            font-size: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15%;
            max-width: 80px;
            height: 100%;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_num {
                width: 16%;
                padding: 0px 0px;
                font-size: 12px; } }
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_num.bg_c {
              background: #21ae6e; }
          #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .star_icon {
            background: #21ae6e;
            color: #fff;
            padding: 6px 10px;
            border-radius: 6px;
            margin-right: 12px;
            font-size: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15%;
            max-width: 80px;
            height: 100%;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .star_icon {
                width: 16%;
                padding: 0px 0px;
                font-size: 16px; } }
          #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title {
            flex: 1;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: flex-start;
            flex-flow: wrap;
            align-items: center;
            gap: 0 10px;
            line-height: 1.5; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title {
                font-size: 12px; } }
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title.f_column {
              flex-flow: column;
              align-items: flex-start; }
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title span {
              font-size: 14px;
              letter-spacing: 0; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title span {
                  font-size: 11px; } }
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title span.asterisk {
              font-size: 10px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .course_title span.asterisk {
                  font-size: 6px;
                  width: 100%;
                  display: block; } }
          #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .modal_btn {
            width: 25px;
            height: 25px;
            padding: 0;
            margin: 0;
            border: none;
            background: none;
            margin-right: 15px; }
            #seminar_lower_page #seminar_course .contents_01 .course_col .course_item .modal_btn img {
              width: 100%; }
      #seminar_lower_page #seminar_course .contents_01 .note {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: .04rem;
        margin: 0 0 30px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_course .contents_01 .note {
            font-size: 11px;
            line-height: 21px; } }
    #seminar_lower_page #seminar_course .wkwk_box {
      max-width: 1200px;
      margin: 0 auto; }
      #seminar_lower_page #seminar_course .wkwk_box .point ul {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_course .wkwk_box .point ul {
            flex-flow: column; } }
        #seminar_lower_page #seminar_course .wkwk_box .point ul li {
          width: 32%; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_course .wkwk_box .point ul li {
              width: 100%;
              margin-top: -10px; } }
          #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku {
            background: #fd6d8e;
            border-radius: 10px;
            position: relative;
            padding: 20px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku {
                padding: 10px 15px; } }
            #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 28%;
              border-style: solid;
              border-width: 20px 0 0 25px;
              border-color: #fd6d8e transparent transparent;
              translate: calc(-50% + 1px) 100%;
              transform: skew(20deg);
              transform-origin: top; }
            #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p {
              font-size: 16px;
              line-height: 27px;
              letter-spacing: .04rem;
              color: #fff;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p {
                  font-size: 13px;
                  line-height: 22px; } }
              #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p span.n_title {
                font-size: 19px; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p span.n_title {
                    font-size: 15px; } }
              #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p span.asterisk {
                font-size: 10px; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_course .wkwk_box .point ul li .waku p span.asterisk {
                    font-size: 6px; } }
          #seminar_lower_page #seminar_course .wkwk_box .point ul li .illust_img {
            margin: -20px auto 0;
            text-align: center;
            z-index: 1;
            position: relative; }
            #seminar_lower_page #seminar_course .wkwk_box .point ul li .illust_img img {
              height: 137px; }
    #seminar_lower_page #seminar_course .schedule {
      max-width: 1000px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 50px 0;
      box-shadow: 0px 0px 10px 0px rgba(239, 225, 197, 0.7);
      position: relative; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_course .schedule {
          margin-top: -10px;
          padding: 30px 15px; } }
      #seminar_lower_page #seminar_course .schedule:before {
        content: "";
        display: block;
        width: 22%;
        aspect-ratio: 16 / 9;
        background: url(../../seminar/images/wkwk/schedule_02.svg) no-repeat center/contain;
        position: absolute;
        right: 35px;
        bottom: 100px; }
      #seminar_lower_page #seminar_course .schedule .schedule_inner {
        text-align: center; }
        #seminar_lower_page #seminar_course .schedule .schedule_inner h3 {
          font-size: 28px;
          font-weight: bold;
          margin: 0 0 30px;
          color: #ff8b44; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_course .schedule .schedule_inner h3 {
              font-size: 20px; } }
        #seminar_lower_page #seminar_course .schedule .schedule_inner p.img {
          width: 55%;
          max-width: 520px;
          margin: 0 auto 25px; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_course .schedule .schedule_inner p.img {
              width: 100%;
              margin-bottom: 15px; } }
        #seminar_lower_page #seminar_course .schedule .schedule_inner ul {
          width: fit-content;
          margin: 0 auto;
          text-align: left; }
          #seminar_lower_page #seminar_course .schedule .schedule_inner ul li {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .04rem;
            position: relative;
            padding-left: 15px;
            margin: 0 0 0px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_course .schedule .schedule_inner ul li {
                font-size: 11px;
                line-height: 20px;
                padding-left: 10px; } }
            #seminar_lower_page #seminar_course .schedule .schedule_inner ul li:last-child {
              margin-bottom: 0; }
            #seminar_lower_page #seminar_course .schedule .schedule_inner ul li:before {
              content: "※";
              position: absolute;
              left: 0;
              top: 0;
              font-size: 14px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_course .schedule .schedule_inner ul li:before {
                  font-size: 11px; } }
  #seminar_lower_page #seminar_experience {
    background: #fff2a8;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_experience {
        padding: 40px 20px; } }
    #seminar_lower_page #seminar_experience .experience_inner h3 {
      font-size: 28px;
      line-height: 48px;
      letter-spacing: .08rem;
      margin: 0 0 25px;
      color: #ff8b44;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_experience .experience_inner h3 {
          font-size: 18px;
          margin: 0 0 20px;
          line-height: 38px; } }
    #seminar_lower_page #seminar_experience .experience_inner .merit {
      margin: 40px auto 180px; }
      #seminar_lower_page #seminar_experience .experience_inner .merit .merit_box {
        background: #fff;
        border-radius: 10px;
        padding: 25px 10px;
        max-width: 800px;
        margin: 0 auto 20px; }
      #seminar_lower_page #seminar_experience .experience_inner .merit dl {
        display: flex;
        justify-content: center;
        width: 70%;
        justify-content: flex-start;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_experience .experience_inner .merit dl {
            width: 100%; } }
        #seminar_lower_page #seminar_experience .experience_inner .merit dl dt {
          font-size: 20px;
          font-weight: bold;
          background: #ff8b44;
          color: #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 35px;
          height: 35px;
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_experience .experience_inner .merit dl dt {
              font-size: 18px;
              width: 32px;
              height: 32px; } }
        #seminar_lower_page #seminar_experience .experience_inner .merit dl dd {
          flex: 1; }
          #seminar_lower_page #seminar_experience .experience_inner .merit dl dd h4 {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.8;
            margin: 0 0 5px;
            letter-spacing: .04rem;
            color: #4d4d4d; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_experience .experience_inner .merit dl dd h4 {
                font-size: 16px; } }
          #seminar_lower_page #seminar_experience .experience_inner .merit dl dd p {
            font-size: 16px;
            line-height: 27px;
            letter-spacing: .04rem; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_experience .experience_inner .merit dl dd p {
                font-size: 14px;
                line-height: 24px; } }
    #seminar_lower_page #seminar_experience .experience_inner .sponsorship {
      max-width: 1200px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      padding: 35px 0 50px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_experience .experience_inner .sponsorship {
          padding: 35px 20px 20px; } }
      #seminar_lower_page #seminar_experience .experience_inner .sponsorship:before {
        content: "";
        background: url(../../seminar/images/wkwk/illust_02.svg) no-repeat;
        width: 247px;
        height: 173px;
        position: absolute;
        left: 0;
        right: 0;
        top: -150px;
        margin: auto; }
      #seminar_lower_page #seminar_experience .experience_inner .sponsorship .title_box h3 {
        margin: 0 0 20px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_experience .experience_inner .sponsorship .title_box h3 {
            margin: 0 0 10px; } }
      #seminar_lower_page #seminar_experience .experience_inner .sponsorship .title_box p.sub_text01 a {
        color: #ff8b44;
        text-decoration: underline; }
      #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue {
        margin: 40px auto 0; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue {
            margin: 20px auto 0; } }
        #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul {
          max-width: 620px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 20px 2%;
          flex-wrap: wrap;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul {
              flex-flow: column;
              gap: 10px; } }
          #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li {
            width: 49%; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li {
                width: 90%; } }
            #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item {
              border: 3px solid #ff8b44;
              border-radius: 6px;
              cursor: pointer; }
              #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item p {
                padding: 10px 0 10px 35px;
                position: relative;
                font-size: 18px;
                font-weight: bold;
                letter-spacing: .08rem; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item p {
                    padding: 5px 0 5px 40px;
                    font-size: 16px; } }
                #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item p:before {
                  content: "";
                  background: url("../../seminar/images/wkwk/pin_01_01_01.svg") no-repeat;
                  width: 13px;
                  height: 19px;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 15px;
                  margin: auto; }
                #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item p:after {
                  content: "";
                  background: url("../../seminar/images/wkwk/icon_03.svg") no-repeat;
                  width: 25px;
                  height: 25px;
                  position: absolute;
                  right: 10px;
                  top: 0;
                  bottom: 0;
                  margin: auto; }
              #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_02 {
                border-color: #a475ae; }
                #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_02 p:before {
                  background: url("../../seminar/images/wkwk/pin_01_02.svg") no-repeat; }
              #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_03 {
                border-color: #fd6d8e; }
                #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_03 p:before {
                  background: url("../../seminar/images/wkwk/pin_01_03.svg") no-repeat; }
              #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_04 {
                border-color: #4c8bc9; }
                #seminar_lower_page #seminar_experience .experience_inner .sponsorship .venue ul li .venue_item.color_04 p:before {
                  background: url("../../seminar/images/wkwk/pin_01_04.svg") no-repeat; }
  #seminar_lower_page #seminar_step {
    padding: 80px 0;
    background: url(../../seminar/images/wkwk/bg_02.png) repeat; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_step {
        padding: 40px 20px; } }
    #seminar_lower_page #seminar_step .step_inner {
      margin: 60px auto 0;
      max-width: 1200px; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_step .step_inner {
          margin: 30px auto 0; } }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_step .step_inner .step_list {
          overflow-x: scroll;
          padding: 15px 0; } }
      #seminar_lower_page #seminar_step .step_inner ul {
        display: flex;
        justify-content: space-between;
        margin: 0 0 30px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_step .step_inner ul {
            width: 1200px;
            margin: 0 0 5px; } }
        #seminar_lower_page #seminar_step .step_inner ul li {
          width: 28%;
          background: #fff;
          border: 2px solid #ff8b44;
          position: relative;
          padding: 30px 31px 20px;
          border-radius: 20px;
          position: relative; }
          #seminar_lower_page #seminar_step .step_inner ul li:last-child:before {
            content: inherit; }
          #seminar_lower_page #seminar_step .step_inner ul li:before {
            content: "";
            background: url("../../seminar/images/wkwk/arrow_01.svg") no-repeat;
            width: 15px;
            height: 28px;
            position: absolute;
            right: -18%;
            top: 0;
            bottom: 0;
            margin: auto; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_step .step_inner ul li {
              padding: 20px 20px; } }
          #seminar_lower_page #seminar_step .step_inner ul li .step {
            position: absolute;
            font-size: 20px;
            background: #fff2a8;
            color: #ff8b44;
            border-radius: 19px;
            padding: 8.5px 24px;
            left: 0;
            right: 0;
            top: -21px;
            width: fit-content;
            line-height: 1; }
          #seminar_lower_page #seminar_step .step_inner ul li .illust {
            width: 50%;
            margin: 0 auto 15px; }
          #seminar_lower_page #seminar_step .step_inner ul li h3 {
            font-size: 24px;
            font-weight: bold;
            letter-spacing: .06rem;
            text-align: center;
            margin: 0 0 15px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_step .step_inner ul li h3 {
                font-size: 22px; } }
          #seminar_lower_page #seminar_step .step_inner ul li .text01 {
            font-size: 16px;
            line-height: 27px;
            letter-spacing: .06rem;
            margin: 0 0 5px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_step .step_inner ul li .text01 {
                font-size: 13px;
                line-height: 22px; } }
            #seminar_lower_page #seminar_step .step_inner ul li .text01.color_01 {
              color: #fd6d8e;
              font-weight: bold; }
            #seminar_lower_page #seminar_step .step_inner ul li .text01 span.border_line {
              background: linear-gradient(transparent 50%, #faff6b 50%); }
          #seminar_lower_page #seminar_step .step_inner ul li .Asterisk {
            font-size: 14px;
            line-height: 25px;
            letter-spacing: .06rem;
            margin: 0 0 5px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_step .step_inner ul li .Asterisk {
                font-size: 11px;
                line-height: 18px; } }
          #seminar_lower_page #seminar_step .step_inner ul li .text-button_02 {
            width: 100%;
            margin: 30px auto 0; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_step .step_inner ul li .text-button_02 {
                margin: 15px auto 0; } }
      #seminar_lower_page #seminar_step .step_inner .note {
        text-align: center;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: .06rem; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_step .step_inner .note {
            font-size: 12px;
            line-height: 22px;
            text-align: left;
            margin-top: 10px; } }
  #seminar_lower_page #seminar_locations, #seminar_lower_page #seminar_locations_2 {
    background: #fffded;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_locations, #seminar_lower_page #seminar_locations_2 {
        padding: 40px 20px; } }
    #seminar_lower_page #seminar_locations .locations_box, #seminar_lower_page #seminar_locations_2 .locations_box {
      max-width: 1200px;
      margin: 40px auto 0; }
      #seminar_lower_page #seminar_locations .locations_box nav, #seminar_lower_page #seminar_locations_2 .locations_box nav {
        margin: 0 0 65px; }
        #seminar_lower_page #seminar_locations .locations_box nav ul, #seminar_lower_page #seminar_locations_2 .locations_box nav ul {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_locations .locations_box nav ul, #seminar_lower_page #seminar_locations_2 .locations_box nav ul {
              flex-wrap: wrap;
              gap: 20px 2%; } }
          #seminar_lower_page #seminar_locations .locations_box nav ul li, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li {
            width: 24%;
            border: 3px solid #ff8b44;
            border-radius: 10px;
            text-align: center;
            background: #fff;
            position: relative; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_locations .locations_box nav ul li, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li {
                width: 49%; } }
            #seminar_lower_page #seminar_locations .locations_box nav ul li:before, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li:before {
              content: "";
              background: url("../../seminar/images/wkwk/arrow_color_01_01.svg") no-repeat;
              width: 30px;
              height: 30px;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -15px;
              margin: auto; }
            #seminar_lower_page #seminar_locations .locations_box nav ul li a, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li a {
              display: flex;
              flex-flow: column;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
              padding: 25px 0 30px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box nav ul li a, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li a {
                  padding: 10px 10px 20px; } }
            #seminar_lower_page #seminar_locations .locations_box nav ul li p.day, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li p.day {
              font-size: 20px;
              font-weight: bold;
              line-height: 26px;
              letter-spacing: -0.04rem;
              color: #ff8b44;
              margin: 0 0 10px; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li p.day span, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li p.day span {
                font-size: 32px;
                padding-right: 5px; }
            #seminar_lower_page #seminar_locations .locations_box nav ul li h3, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li h3 {
              font-size: 24px;
              letter-spacing: .08rem;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box nav ul li h3, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li h3 {
                  margin: 0 0 10px; } }
            #seminar_lower_page #seminar_locations .locations_box nav ul li .text01, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li .text01 {
              font-size: 16px;
              letter-spacing: .08rem; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box nav ul li .text01, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li .text01 {
                  font-size: 11px;
                  letter-spacing: 0;
                  line-height: 1.5; } }
            #seminar_lower_page #seminar_locations .locations_box nav ul li.color02, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color02 {
              border-color: #a475ae; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color02:before, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color02:before {
                background: url("../../seminar/images/wkwk/arrow_color_02.svg") no-repeat; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color02 p.day, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color02 p.day {
                color: #a475ae; }
            #seminar_lower_page #seminar_locations .locations_box nav ul li.color03, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color03 {
              border-color: #fd6d8e; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color03:before, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color03:before {
                background: url("../../seminar/images/wkwk/arrow_color_03.svg") no-repeat; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color03 p.day, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color03 p.day {
                color: #fd6d8e; }
            #seminar_lower_page #seminar_locations .locations_box nav ul li.color04, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color04 {
              border-color: #4c8bc9; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color04:before, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color04:before {
                background: url("../../seminar/images/wkwk/arrow_color_04.svg") no-repeat; }
              #seminar_lower_page #seminar_locations .locations_box nav ul li.color04 p.day, #seminar_lower_page #seminar_locations_2 .locations_box nav ul li.color04 p.day {
                color: #4c8bc9; }
      #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box {
        background: #fff;
        border-radius: 20px;
        padding: 35px 40px; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box {
            padding: 30px 15px;
            border-radius: 10px; } }
        #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box h4, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box h4 {
          font-size: 28px;
          border-bottom: 1px solid #bdbdbd;
          margin-bottom: 20px;
          padding-bottom: 15px;
          padding-left: 30px;
          position: relative; }
          #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box h4:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box h4:before {
            content: "";
            background: url(../../seminar/images/wkwk/pin_01_01_01.svg) no-repeat;
            width: 17px;
            height: 24px;
            position: absolute;
            left: 2px;
            top: 5px;
            margin: auto; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box h4:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box h4:before {
                top: 0; } }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box h4, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box h4 {
              font-size: 20px;
              margin-bottom: 10px;
              padding-bottom: 15px;
              padding-left: 25px; } }
        #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box.location02 h4:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box.location02 h4:before {
          background: url(../../seminar/images/wkwk/pin_01_02.svg) no-repeat; }
        #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box.location03 h4:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box.location03 h4:before {
          background: url(../../seminar/images/wkwk/pin_01_03.svg) no-repeat; }
        #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box.location04 h4:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box.location04 h4:before {
          background: url(../../seminar/images/wkwk/pin_01_04.svg) no-repeat; }
        #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box {
              flex-flow: column; } }
          @media screen and (max-width: 767px) {
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box {
              margin: 0 0 15px; } }
          #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl {
            display: flex;
            justify-content: flex-start;
            margin: 0 0 10px; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl {
                flex-flow: column; } }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl:last-child, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl:last-child {
              margin-bottom: 0; }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dt, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dt {
              letter-spacing: .08rem;
              margin-right: 20px;
              max-width: 120px;
              padding-top: 7px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dt, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dt {
                  width: 100%;
                  max-width: inherit;
                  margin: 0 0 5px; } }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd {
              flex: 1;
              font-size: 16px;
              font-weight: bold;
              letter-spacing: .06rem;
              line-height: 35px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd {
                  font-size: 13px;
                  line-height: 22px; } }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span {
                font-size: 32px; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span {
                    font-size: 18px; } }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span.spn01, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span.spn01 {
                font-size: 16px; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span.spn01, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd span.spn01 {
                    font-size: 13px; } }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place {
                font-size: 18px;
                line-height: 27px; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place {
                    font-size: 15px; } }
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place a, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd p.place a {
                  text-decoration: underline; }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .left-box dl dd ul li, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .left-box dl dd ul li {
                line-height: 27px; }
          #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box {
            width: 25%; }
            @media screen and (max-width: 767px) {
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box {
                width: 100%; } }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem {
              border: 2px solid #ff8317;
              background: #fff;
              border-radius: 30px;
              max-width: 265px;
              margin: 0 auto 30px;
              position: relative;
              cursor: pointer; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem {
                  margin-bottom: 15px; } }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem:before, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem:before {
                content: "";
                background: url("../../seminar/images/wkwk/icon_03.svg") no-repeat;
                width: 25px;
                height: 25px;
                position: absolute;
                right: 20px;
                top: 0;
                bottom: 0;
                margin: auto; }
              #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p {
                font-size: 18px;
                line-height: 1;
                text-align: center;
                padding: 12px 0;
                padding-right: 15px;
                font-weight: bold; }
                @media screen and (max-width: 767px) {
                  #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p {
                    font-size: 16px; } }
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p span, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .locationsitem p span {
                  font-size: 14px;
                  font-weight: normal; }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .pdf_button, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .pdf_button {
              width: 100%;
              margin: 0 auto; }
            #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02 {
              width: 100%;
              margin: 0 auto 30px; }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02 {
                  max-width: 265px; } }
              @media screen and (max-width: 767px) {
                #seminar_lower_page #seminar_locations .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02 a, #seminar_lower_page #seminar_locations_2 .locations_box .locations_inner .locations_box .flex-box .right-box .text-button_02 a {
                  padding: 21px; } }
  #seminar_lower_page #seminar_locations_2 {
    margin-top: -27px; }
  #seminar_lower_page #seminar_faq {
    padding: 80px 0 150px;
    background: #f4e8a6; }
    @media screen and (max-width: 767px) {
      #seminar_lower_page #seminar_faq {
        padding: 40px 20px 75px; } }
    #seminar_lower_page #seminar_faq .title_box {
      text-align: center;
      margin-bottom: 40px; }
    #seminar_lower_page #seminar_faq .faq_inner {
      max-width: 900px;
      margin: auto; }
    #seminar_lower_page #seminar_faq .faq_box {
      background: #ffffff;
      border-radius: 12px;
      margin-bottom: 20px;
      overflow: hidden; }
    #seminar_lower_page #seminar_faq .faq_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 24px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_faq .faq_head {
          padding: 15px 20px; } }
      #seminar_lower_page #seminar_faq .faq_head h3 {
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_faq .faq_head h3 {
            font-size: 16px; } }
    #seminar_lower_page #seminar_faq .faq_icon {
      width: 14px;
      height: 14px;
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      transform: rotate(45deg);
      transition: 0.3s;
      margin-bottom: 5px; }
    #seminar_lower_page #seminar_faq .faq_box.active .faq_icon {
      transform: rotate(-135deg);
      margin-bottom: 0;
      margin-top: 5px; }
    #seminar_lower_page #seminar_faq .faq_padding {
      padding-bottom: 10px; }
    #seminar_lower_page #seminar_faq .faq_body {
      height: 0;
      overflow: hidden;
      transition: height .35s ease;
      padding: 0 20px; }
    #seminar_lower_page #seminar_faq .faq_item {
      padding: 16px 0;
      border-bottom: 1px dashed #ccc; }
      #seminar_lower_page #seminar_faq .faq_item:last-child {
        border-bottom: none; }
    #seminar_lower_page #seminar_faq .question {
      font-weight: bold;
      margin-bottom: 8px;
      padding-left: 25px;
      position: relative;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_faq .question {
          font-size: 14px; } }
      #seminar_lower_page #seminar_faq .question:before {
        content: "Q.";
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
        color: #ff8b44;
        font-family: "Kumbh Sans", sans-serif; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_faq .question:before {
            font-size: 14px; } }
    #seminar_lower_page #seminar_faq .answer {
      line-height: 1.8;
      position: relative;
      padding-left: 25px;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        #seminar_lower_page #seminar_faq .answer {
          font-size: 14px; } }
      #seminar_lower_page #seminar_faq .answer:before {
        content: "A.";
        font-weight: bold;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
        color: #ff8b44;
        font-family: "Kumbh Sans", sans-serif; }
        @media screen and (max-width: 767px) {
          #seminar_lower_page #seminar_faq .answer:before {
            font-size: 14px; } }
      #seminar_lower_page #seminar_faq .answer a {
        text-decoration: underline;
        color: #ff8b44; }

/* modal */
body.modal_open {
  overflow: hidden;
  height: 100vh; }

.modal_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1001;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .modal {
      max-height: 80vh; } }
  .modal.modal_widt_01 {
    max-width: 900px;
    width: 90%; }
  .modal.modal_widt_02 {
    max-width: 760px;
    width: 90%; }
  .modal .modal_inner {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .modal .modal_inner {
        overflow-y: scroll;
        padding: 25px 20px; } }
  .modal .modal_close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px; }

.modal.active {
  display: flex;
  justify-content: center; }

.modal_overlay.active {
  display: block; }

/*モーダル　コース*/
.m_course .course_top {
  display: flex;
  gap: 30px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .m_course .course_top {
      flex-flow: column;
      gap: 15px; } }
.m_course .course_text {
  flex: 1; }
  .m_course .course_text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .m_course .course_text h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }
  .m_course .course_text .sub {
    font-weight: bold;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .m_course .course_text .sub {
        font-size: 14px;
        line-height: 1.5; } }
  .m_course .course_text .desc {
    line-height: 27px;
    font-size: 16px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .m_course .course_text .desc {
        font-size: 12px;
        line-height: 2;
        margin-top: 10px; } }
  .m_course .course_text .Asterisk {
    font-size: 14px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .m_course .course_text .Asterisk {
        font-size: 10px; } }
.m_course .course_image {
  width: 235px; }
  @media screen and (max-width: 767px) {
    .m_course .course_image {
      width: 100%; } }
  .m_course .course_image img {
    width: 100%;
    height: auto; }
.m_course .course_teacher {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
  display: flex;
  gap: 20px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .m_course .course_teacher {
      flex-flow: column; } }
.m_course .teacher_photo {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px; }
  @media screen and (max-width: 767px) {
    .m_course .teacher_photo {
      width: 100%; } }
  .m_course .teacher_photo img {
    width: 30%;
    height: auto;
    border-radius: 4px; }
    @media screen and (max-width: 767px) {
      .m_course .teacher_photo img {
        width: 22%; } }
  .m_course .teacher_photo .name {
    line-height: 1.5;
    flex: 1; }
    .m_course .teacher_photo .name .teacher_name {
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .m_course .teacher_photo .name .teacher_name {
          font-size: 16px; } }
    .m_course .teacher_photo .name .teacher_job {
      font-size: 14px;
      line-height: 20px; }
      @media screen and (max-width: 767px) {
        .m_course .teacher_photo .name .teacher_job {
          font-size: 12px; } }
.m_course .teacher_info {
  flex: 1; }
.m_course .teacher_desc {
  font-size: 14px;
  line-height: 25px; }
  @media screen and (max-width: 767px) {
    .m_course .teacher_desc {
      font-size: 11px;
      line-height: 1.4; } }

/*モーダル　協力企業一覧*/
@media screen and (max-width: 767px) {
  .modal.modal_widt_02.venue_sp_h {
    max-height: 90vh; } }

.m_experience .modal_title h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px !important;
  color: #4F2F11 !important; }
  @media screen and (max-width: 767px) {
    .m_experience .modal_title h3 {
      font-size: 20px !important;
      line-height: 1.3 !important; } }
.m_experience .modal_contents {
  max-height: 450px;
  overflow-y: scroll;
  margin-top: 24px; }
  .m_experience .modal_contents .modal_contents_01 {
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .m_experience .modal_contents .modal_contents_01 {
        margin: 0 0 30px; } }
    .m_experience .modal_contents .modal_contents_01:last-child {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .m_experience .modal_contents .modal_contents_01:last-child {
          padding-bottom: 25px; } }
    .m_experience .modal_contents .modal_contents_01 p {
      background-color: #F2717C;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      font-weight: bold;
      font-size: 18px;
      margin: 0 0 20px; }
    .m_experience .modal_contents .modal_contents_01 ul.venue_01 {
      margin-top: 24px;
      padding-left: 24px;
      padding-right: 24px; }
      @media screen and (max-width: 767px) {
        .m_experience .modal_contents .modal_contents_01 ul.venue_01 {
          padding-left: 10px;
          padding-right: 10px; } }
      .m_experience .modal_contents .modal_contents_01 ul.venue_01 li {
        width: 100% !important; }
        .m_experience .modal_contents .modal_contents_01 ul.venue_01 li a {
          color: #4F2F11;
          font-weight: bold;
          line-height: 1.5;
          font-size: 16px;
          display: inline-flex;
          align-items: flex-start;
          justify-content: flex-start;
          -moz-column-gap: 6px;
          column-gap: 6px; }
          @media screen and (max-width: 767px) {
            .m_experience .modal_contents .modal_contents_01 ul.venue_01 li a {
              font-size: 14px; } }
          .m_experience .modal_contents .modal_contents_01 ul.venue_01 li a:before {
            content: url("../../seminar/images/wkwk/icon_06.svg"); }
          .m_experience .modal_contents .modal_contents_01 ul.venue_01 li a:after {
            content: url("../../seminar/images/wkwk/icon_07.svg"); }

/*モーダル　ワクワク塾は都内4か所で開講*/
.m_locations .modal_title h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px !important;
  color: #4F2F11 !important; }
  @media screen and (max-width: 767px) {
    .m_locations .modal_title h3 {
      font-size: 20px !important;
      line-height: 1.3 !important; } }
.m_locations .modal_location {
  margin-top: 24px;
  max-height: 428px;
  overflow-y: scroll; }
  .m_locations .modal_location ul li {
    padding: 16px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 16px;
    column-gap: 16px; }
    @media screen and (max-width: 767px) {
      .m_locations .modal_location ul li {
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 12px;
        display: grid;
        grid-template-areas: "icon lead" ". date"; } }
    .m_locations .modal_location ul li:nth-child(odd) {
      background-color: #ffeeea; }
    .m_locations .modal_location ul li .locations_Number {
      flex: 0 0 auto;
      color: #fff;
      font-size: 18px;
      width: 27px;
      height: 27px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background-color: #f0b631; }
      @media screen and (max-width: 767px) {
        .m_locations .modal_location ul li .locations_Number {
          width: 20px;
          height: 20px;
          grid-area: icon;
          margin-right: 12px;
          font-size: 12px;
          padding: 4px 7px; } }
      .m_locations .modal_location ul li .locations_Number.pink {
        background-color: #f2717c; }
    .m_locations .modal_location ul li p {
      margin: 0 auto 0 0;
      flex: 1;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .m_locations .modal_location ul li p {
          font-size: 14px;
          grid-area: lead; } }
    .m_locations .modal_location ul li .day_date {
      flex: 0 1 160px;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .m_locations .modal_location ul li .day_date {
          font-size: 12px;
          grid-area: date;
          margin-top: 5px; } }
