/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style/seminar_program.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
  @charset "UTF-8";
  *,
  *::before,
  *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  }

  html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
  }

  main {
    display: block;
  }

  /* h1 {
    font-size: 2em;
    margin: 0.67em 0;
  } */

  a {
    background-color: transparent;
    color: #141414;
    text-decoration: none;
  }
  .cms_contents a:hover {
    text-decoration: underline;
  }
  .cms_contents img {
      max-width: 100% !important;
      height: auto !important;
  }

  abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    border: 1px solid currentColor;
    line-height: inherit;
  }

  button {
    overflow: visible;
    text-transform: none;
  }

  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    padding: 1px 6px;
  }

  input {
    overflow: visible;
  }

  input,
  textarea {
    padding: 1px;
  }

  fieldset {
    border: 1px solid currentColor;
    margin: 0 2px;
  }

  legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
  }

  progress {
    display: inline-block;
    vertical-align: baseline;
  }

  select {
    text-transform: none;
  }

  textarea {
    overflow: auto;
    vertical-align: top;
  }

  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }

  [type=color] {
    background: inherit;
  }

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
  }

  ::-webkit-search-decoration,
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }

  ::-moz-focus-inner {
    border: 0;
  }

  :-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  hr {
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible;
  }

  ol ol,
  ol ul,
  ol dl,
  ul ol,
  ul ul,
  ul dl,
  dl ol,
  dl ul,
  dl dl {
    list-style: none;
    margin: 0;
  }

  li {
    list-style: none;
    text-decoration: none;
  }

  b,
  strong {
    font-weight: bolder;
  }

  audio,
  video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  table {
    border-color: inherit;
    text-indent: 0;
  }

  details {
    display: block;
  }

  dialog {
    background-color: inherit;
    border: solid;
    color: inherit;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  dialog:not([open]) {
    display: none;
  }

  summary {
    display: list-item;
  }

  canvas {
    display: inline-block;
  }

  template {
    display: none;
  }

  [hidden] {
    display: none;
  }

  * {
    float: none;
    position: static;
  }

  img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
  }

  html {
    font-size: 10px;
  }

  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
    /* background-color: rgb(245,245,245); */
    line-height: 1.8;
    overflow: visible !important;
    margin: 0 10px;
  }
  @media screen and (max-width: 768px) {
        body {
            margin: 0 10px;
        }
  }
  @media screen and (max-width: 500px) {
    body.fixed {
      height: 100%;
      position: fixed;
    }
  }
  body.no-move {
    overflow: hidden !important;
  }

  .pc-only {
    display: block !important;

  }
  .footer__links .pc-only {
      display: flex !important;
      /*justify-content: space-evenly;*/
      flex-wrap: wrap;
      column-gap: 10%;
      row-gap: 1em;
  }
  @media screen and (max-width: 1200px) {
    .pc-only {
      display: block !important;
    }
  }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none !important;
    }
  }

  .pc-only__notb {
    display: block !important;
  }
  @media screen and (max-width: 1050px) {
    .pc-only__notb {
      display: none !important;
    }
  }
  @media screen and (max-width: 768px) {
    .pc-only__notb {
      display: none !important;
    }
  }

  .tb-only {
    display: none !important;
  }
  @media screen and (max-width: 1200px) {
    .tb-only {
      display: block !important;
    }
  }
  @media screen and (max-width: 768px) {
    .tb-only {
      display: none !important;
    }
  }

  .tb-smOnly {
    display: none !important;
  }
  @media screen and (max-width: 1200px) {
    .tb-smOnly {
      display: none !important;
    }
  }
  @media screen and (max-width: 1050px) {
    .tb-smOnly {
      display: none !important;
    }
  }
  @media screen and (max-width: 900px) {
    .tb-smOnly {
      display: block !important;
    }
  }
  @media screen and (max-width: 768px) {
    .tb-smOnly {
      display: none !important;
    }
  }

  .sp-only {
    display: none !important;
  }
  @media screen and (max-width: 1200px) {
    .sp-only {
      display: none !important;
    }
  }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: block !important;
    }
  }

  .anime {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
    transform: translateY(50px);
  }

  .anime[data-anime=open] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .animeLeft {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: translateX(-100%);
  }

  .animeLeft[data-anime-left=open] {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: -1;
  }

  .clickContent[data-content=hidden] {
    opacity: 0;
    visibility: hidden;
  }

  .openContent[data-content=open] {
    max-height: 500vh !important;
  }

  .header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    border-bottom: rgb(215,216,218) 1px solid;
    /*padding: 1rem;*/
  }
  .header__wrapper {
    border: 2px solid #e5e5e5;
    width: 100%;
    padding: 0 1rem;
    background-color: #fff;
  }
  .header__inner {
      display:flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 0;
  }
  @media screen and (max-width: 768px) {
    .header__inner {
      /*-ms-grid-columns: 3rem 1fr 10rem;*/
      /*grid-template-columns: 3rem 1fr 10rem;*/
      display:grid;
      -ms-grid-columns: 3rem 1fr;
      grid-template-columns: 3rem 1fr;
    }
  }
  @media screen and (max-width: 500px) {
    .header__inner {
      -ms-grid-columns: 3rem 1fr;
      grid-template-columns: 3rem 1fr;
    }
  }
  .header__logo {
    align-items: center;
    display: flex;
  }
/*  @media screen and (max-width: 768px) {
    .header__logo {
    }
  }*/
  @media screen and (max-width: 768px) {
    .header__logo {
        justify-content: center;
    }
  }

  .header_icon {
      direction: flex;
      justify-content: left;
      align-items: center;
      width:50vw;
      min-width:270px;
      max-width: 640px;
  }
  .header_text {
      font-weight: bold;
      font-size: calc(1rem + ((1vw - 0.01px) * 0.4169));
      margin: 0 1rem;
  }
  .header__button {
    display: flex !important;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .header__button {
      /*width: 35%;*/
      display: none !important;
    }
  }
  .header__button .btn, .dropdown.open .btn {
    margin-bottom: 3.125%;
    width: 125px;
    height: 35px;
    background-color: #f4ba34;
    /*border: rgb(225,195,110) solid 2px;*/
    font-size: 1.2rem;
    margin: 0 5px;
    text-align: center;
    box-shadow: 0 0 8px gray;
    border-radius: 2px;
    font-weight: bold;
  }
  .header__button .btn * {
      color:white;
  }
  .dropdown.open .btn {
    margin-bottom: 0;
  }
  .header__button .btn:nth-of-type(2), .dropdown.open li:last-of-type .btn {
    background-color: #31a9b8;
    /*border: rgb(76,164,191) solid 2px;*/
  }
  .header__button .btn > a > p, .dropdown.open .btn > a > p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .dropdown.open .btn > a > p {
    color: #fff;
  }
  @media screen and (max-width: 500px) {
    .header__button .btn {
      margin-bottom: 6.5104166667%;
      margin-top: 2.6041666667%;
    }
  }

  main {
    margin-top: 3.5%;
  }
  main.second {
    /*margin-top: 11%;*/
    max-width: 1360px;
    margin: 3rem auto 0;
  }
  @media screen and (max-width: 500px) {
    main.second {
      /* margin-top: 29.0364583333%; */
      margin-top: 10%;
      max-width: 90%;
    }
  }

  .nav {
    background-color: #fff;
  }
  @media screen and (max-width: 768px) {
    .nav {
      height: auto;
    }
  }
  .nav.shadow {
    box-shadow: 0 2px 2px rgba(49, 169, 184, 0.5);
  }
  .nav .dropdown {
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    /* The sub dropdown */
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown {
      background-color: #fff;
      flex-direction: column;
      height: 100vh;
      /* left: -100%; */
      left: 0;
      opacity: 0;
      overflow: scroll;
      position: absolute;
      transition: all 0.5s;
      visibility: hidden;
      width: 0;
      z-index: 100;
    }
    .nav .dropdown.open {
      /* height: calc(100vh - 64px); */
      width: 100vw;
      height: 85vh;
      left: 0;
      opacity: 1;
      visibility: visible;
      z-index: 99;
    }
  }
  .nav .dropdown li {
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    /*width: 9.0909090909%;*/
    width: 15%;
    color: #a7a7a7;
    /* Change background color of list item when being hovered */
  }
/*  .nav .dropdown > li:nth-of-type(3) {
    width: 13.0909090909%;
  }*/
  @media screen and (max-width: 768px) {
    .nav .dropdown > li:nth-of-type(4) {
      width: 100%;
    }
  }
  @media screen and (max-width: 1200px) {
    .nav .dropdown li {
      font-size: 1.5rem;
    }
  }
  @media screen and (max-width: 1050px) {
    .nav .dropdown li {
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 900px) {
    .nav .dropdown li {
      font-size: 1.1rem;
    }
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown li {
      font-size: 2rem;
      padding: 1.8229166667% 1.4166666667% 1.8229166667% 7.8125%;
      /* padding: 0 1.4166666667% 0 7.8125%; */
      width: 100%;
      text-align: left;
    }
    .nav .dropdown li:nth-of-type(1) {
      margin-top: 1.8229166667%;
    }
  }
  .nav .dropdown li::before {
    content: "";
    transition: all 0.5s ease;
  }
  .nav .dropdown li:not(:nth-of-type(7))::after {
    background-color: #a7a7a7;
    bottom: 0;
    content: "";
    height: 70%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown li:not(:last-child)::after {
      content: none;
    }
    .nav .dropdown li:not(:nth-of-type(7)) ul li::after{
      content: none;
    }
  }
  .nav .dropdown li a {
    color: #a7a7a7;
    transition: all 0.5s ease;
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown li a {
      color: #141414;
    }
  }
  .nav .dropdown li p {
    /*padding: 1rem 0;*/
    padding: 0.5rem 0;
    color: #a7a7a7;
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown li p {
      padding: 0;
    }
  }
  .nav .dropdown li[data-choice=on] a p, .nav .dropdown li[data-choice=on] div p {
    color: #141414;
    font-weight: bold;
  }
  .nav .dropdown li:hover a {
    color: #141414;
  }
  .nav .dropdown li:hover::before {
    content: "";
    height: 3px;
    width: 90%;
    background-color: rgba(49, 169, 184, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .nav .dropdown li:hover > ul {
    display: block;
    z-index: 2;
  }
  .nav .dropdown li:hover > ul li::after {
    content: none;
  }
  .nav .dropdown li:hover > ul li::before {
    content: none;
  }
  .nav .dropdown ul {
    background-color: rgba(49, 169, 184, 0.5);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: min(255%, 273px);
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown ul {
      background-color: #fff;
      position: relative;
      left: 17%;
      top: 0;
      display: block;
    }
  }
  .nav .dropdown ul li {
    padding: 0.625vw 0.765vw;
    width: 100%;
    text-align: left;
  }
  .nav .dropdown ul li a p {
    color: #fff !important;
  }
  @media screen and (max-width: 768px) {
    .nav .dropdown ul li a {
      color: #141414 !important;
      font-weight: bold;
    }
    .nav .dropdown li ul li a p{
      color: #a7a7a7 !important;
      font-weight: normal;
    }
    .nav .dropdown li[data-choice=on] ul li a p{
      color: #141414 !important;

    }
  }
  .nav .dropdown ul li:hover {
    background-color: #f4ba34;
  }
  .nav .dropdown ul li:hover a p {
    color: #141414 !important;
  }
  @media screen and (max-width: 768px) {
    .nav .hamburger {
      margin-top: 12.315px;
    }
    .nav .btn-trigger {
      position: relative;
      width: 100%;
      height: 3rem;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      box-sizing: border-box;
    }
    .nav .btn-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #51a9b4;
      border-radius: 4px;
      display: inline-block;
      transition: all 0.5s;
      box-sizing: border-box;
    }
    .nav .btn-trigger span:nth-of-type(1) {
      top: 0;
    }
    .nav .btn-trigger span:nth-of-type(2) {
      top: calc((3rem - 4px) / 2);
    }
    .nav .btn-trigger span:nth-of-type(3) {
      bottom: 0;
    }
    .nav #nav-sp.active {
      transform: rotate(360deg);
    }
    .nav #nav-sp.active span:nth-of-type(1) {
      transform: translateY(20px) rotate(-45deg);
      top: calc((3rem - 16px) / -2);
    }
    .nav #nav-sp.active span:nth-of-type(2) {
      transform: translateY(0) rotate(45deg);
    }
    .nav #nav-sp.active span:nth-of-type(3) {
      opacity: 0;
    }
  }

  .breadcrumb {
    margin: 0;
    padding: 1rem;
    list-style: none;
    display: flex;
  }
  .breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem;
  }
  @media screen and (max-width: 500px) {
    .breadcrumb li:last-child {
      width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  .breadcrumb li:after {
    /* >を表示*/
    content: ">";
    padding: 0 0.2em;
    color: #141414;
  }
  .breadcrumb li:last-child:after {
    content: none;
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #141414;
    /*色*/
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  .facebook {
    background-color: #ddecee;
    margin-top: 6.25%;
    overflow: hidden;
    padding: 1.875% 0;
    position: relative;
  }
  @media screen and (max-width: 500px) {
    .facebook {
      margin-top: 11.71875%;
      padding: 3.90625%;
    }
    .facebook-second {
      margin-top: 20.0520833333%;
    }
  }
  .facebook__image {
    left: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 63.75%;
  }
  @media screen and (max-width: 768px) {
    .facebook__image {
      left: 65%;
    }
  }
  @media screen and (max-width: 500px) {
    .facebook__image {
      left: 60%;
    }
  }
  .facebook__image--outline {
    width: 5%;
    background-color: #fff;
    border-radius: 50%;
  }
  @media screen and (max-width: 768px) {
    .facebook__image--outline {
      width: 7.8125%;
    }
  }
  @media screen and (max-width: 500px) {
    .facebook__image--outline {
      width: 10.4166666667%;
    }
  }
  .facebook__text {
    align-items: center;
    display: flex;
    font-size: 2.4rem;
    justify-content: center;
    text-align: center;
  }
  @media screen and (max-width: 500px) {
    .facebook__text {
      font-size: 1.3rem;
    }
  }

  .footer {
    background-color: #38404b;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 6.25%;
    padding-bottom: 3.125%;
  }
  @media screen and (max-width: 768px) {
    .footer {
      font-size: 1.2rem;
      margin-top: 13.0208333333%;
    }
  }
  .footer a {
    color: #fff;
  }
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    margin-left: 2.5%;
    padding-top: 1.875%;
  }
  @media screen and (max-width: 768px) {
    .footer__inner {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      padding-top: 3.90625%;
      margin-left: 0;
    }
  }
  .footer__text-content {
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .footer__text-content {
      text-align: center;
    }
  }
  .footer__text-content::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
  }
  @media screen and (max-width: 768px) {
    .footer__text-content::after {
      width: 90%;
      height: 1px;
      top: 100%;
      left: 0;
      margin: 0 auto;
    }
  }
  .footer__title {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  @media screen and (max-width: 768px) {
      .footer__title {
          justify-content: center;
      }
  }
  .footer__title .logo {
    max-width: 35rem;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
    width: 95%;
  }
  @media screen and (max-width: 768px) {
    .footer__title {
      font-size: 2rem;
    }
  }
  .footer__fb-icon {
    width: 10.4166666667%;
    margin: 3.125% 0;
  }
  @media screen and (max-width: 768px) {
    .footer__fb-icon {
      margin: 3.90625% auto;
      width: 5.2083333333%;
    }
  }
  @media screen and (max-width: 500px) {
    .footer__fb-icon {
      margin: 3.90625% auto;
      width: 10.4166666667%;
    }
  }
  @media screen and (max-width: 768px) {
    .footer__address {
      line-height: 2;
      margin-top: 2.6041666667%;
    }
  }
  .footer__links {
    margin: 0 5%;
  }
  .footer__links a:hover {
      opacity:0.7;
  }
  @media screen and (max-width: 768px) {
    .footer__links {
      margin: 0;
    }
  }
  .footer__links ul {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*grid-template-rows: repeat(1, 1fr);*/
  }
  .footer__links ul .nolink {
      pointer-events: none;
  }
  .footer__links ol.indent li {
      text-indent: 1em;
  }
  @media screen and (max-width: 768px) {
    .footer__links ul {
      grid-template-columns: repeat(2, 1fr);
      width: 40%;
      margin: 0 auto;
    }
    .footer__links .pc-only {
        column-gap:0;
    }
    .footer__links ul li {
        line-height: 1.8em !important;
    }
  }
/*  @media screen and (max-width: 500px) {
    .footer__links ul {
      grid-template-columns: repeat(2, 1fr);
      width: 80%;
      margin: 0 auto;
    }
  }*/
  .footer__links ul li {
      line-height:2.4em;
      width:fit-content;
  }
  .footer__links ul li:nth-child(n+4) {
    /*margin-top: 2rem;*/
  }
  @media screen and (max-width: 768px) {
    .footer__links ul li:nth-child(n+4) {
      margin-top: 1rem;
    }
  }
  @media screen and (max-width: 768px) {
    .footer__links ul li {
      margin-top: 1rem;
    }
  }
  .footer small {
    text-align: center;
    display: block;
    margin-top: 3.125%;
  }

  .main:nth-of-type(n + 2) {
    margin-top: 15rem;
  }
  @media screen and (max-width: 500px) {
    .main:nth-of-type(n + 2) {
      margin-top: 7rem;
    }
  }
  .main__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  @media screen and (max-width: 500px) {
    .main__title {
      width: 50%;
    }
    .main__title--long {
      width: 90%;
    }
  }
  .main__mv {
    width: 77.5%;
    margin: 2.8125% auto 0;
  }
  @media screen and (max-width: 768px) {
    .main__mv {
      width: 89.84375%;
    }
  }
  .main__seconde-title {
    font-size: 4.5rem;
    text-align: center;
    padding: 4.5rem 0;
  }
  @media screen and (max-width: 500px) {
    .main__seconde-title {
      font-size: 3rem;
    }
  }
  .main__seconde-title--image {
    width: 44rem;
    margin: 0 auto;
  }
  .main__seconde-title--seminar {
    font-size: 3.2rem;
    text-align: center;
    margin-top: 6rem;
  }
  @media screen and (max-width: 500px) {
    .main__seconde-title--seminar {
      font-size: 1.5rem;
      margin-top: 3rem;
    }
  }
  .main__seconde-title--seminar p::after, .main__seconde-title--seminar p::before {
    content: "―";
  }
  .main__seconde-title--seminar p::after {
    margin-left: 1rem;
  }
  .main__seconde-title--seminar p::before {
    margin-right: 1rem;
  }
  .main__seconde-title p {
    position: relative;
  }
  .main__seconde-title p::after {
    content: url("../images/line1.jpg");
    width: 10.2rem;
    position: absolute;
    height: 0.3rem;
    left: 0;
    right: 0;
    margin: 1rem auto 0;
  }
  .main .calender {
    width: 62.5%;
    height: 50rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 500px) {
    .main .calender {
      width: 89.84375%;
      height: 30rem;
    }
  }
  .main .introduction {
    background-color: #e5e5e5;
    width: 90%;
    max-width: 1024px;
    margin: 6rem auto 0;
    padding-bottom: 5.5rem;
    border-radius: 10px;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .main .introduction__btn {
      color: #fff;
      background-color: #31a9b8;
      width: 40%;
      text-align: center;
      font-size: 2rem;
      border-radius: 25px;
      font-weight: bold;
      margin: 5% auto 0;
      padding: 2%;
    }
    .main .introduction__btn--wrapper {
      position: absolute;
      width: 100%;
      box-shadow: 0px -5px 20px -5px #e5e5e5;
      padding-bottom: 5%;
      background-color: #e5e5e5;
      border-radius: 10px;
    }
  }
  .main .introduction__person {
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .main .introduction__person {
      max-height: 500px;
      height: auto;
      overflow: hidden;
      transition-duration: 0.5s;
    }
  }
  .main .introduction__person ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  @media screen and (max-width: 768px) {
    .main .introduction__person ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
  }
  .main .introduction__person ul li {
    position: relative;
    box-shadow: 0 0 8px rgba(192, 191, 191, 0.6);
  }
  @media screen and (max-width: 768px) {
    .main .introduction__person ul li {
      box-shadow: 0 0 20px rgba(192, 191, 191, 0.6);
    }
  }
  .main .introduction__person ul li .overlap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .main .introduction__person ul li .overlap .tag {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    gap: 0.2rem;
  }
  .main .introduction__person ul li .overlap .tag p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 1rem;
    background-color: rgba(49, 169, 184, 0.5);
    border-radius: 20px;
    font-size: 1.2rem;
  }
  @media screen and (max-width: 768px) {
    .main .introduction__person ul li .overlap .tag p {
      font-size: 2rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .introduction__person ul li .overlap .tag p {
      font-size: 1rem;
      padding: 0.3rem 0.5rem;
    }
  }
  .main .introduction__person ul li .overlap .name {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 0.5rem 0;
    margin-top: 1rem;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .main .introduction__person ul li .overlap .name {
      padding: 1rem 0;
    }
  }
  .main .introduction__person ul li .overlap .name p {
    position: relative;
    font-size: 2.4rem;
  }
  @media screen and (max-width: 500px) {
    .main .introduction__person ul li .overlap .name p {
      font-size: 1.8rem;
    }
  }
  .main .introduction__person ul li .overlap .name p::after {
    content: "→";
    position: absolute;
    margin-left: 1rem;
  }
  .main .introduction__person ul li .overlap .name:hover p::after {
    -webkit-animation: arrow 1s infinite;
            animation: arrow 1s infinite;
    transform: translateX(10px);
  }
  @-webkit-keyframes arrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes arrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main .tab {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 2.8rem;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .main .tab {
      margin-top: 2rem;
      font-size: 2rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .tab {
      font-size: 1rem;
      width: 90%;
      margin: 2rem auto 0;
    }
  }
  .main .tab__title {
    border: 1px solid #9e9e9e;
    padding: 4.5rem 7rem;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .main .tab__title {
      padding: 3rem 0.5rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .tab__title {
      padding: 2rem 0.5rem;
    }
  }
  .main .tab__title::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../images/seminar/shape.jpg");
    top: 75%;
  }
  @media screen and (max-width: 500px) {
    .main .tab__title::after {
      width: 7px;
      height: 4px;
      background-size: contain;
    }
  }
  .main .course {
    margin-top: 14.5rem;
  }
  @media screen and (max-width: 500px) {
    .main .course {
      margin-top: 5rem;
    }
  }
  .main .course.mt0 {
    margin-top: 0;
  }
  @media screen and (max-width: 500px) {
    .main .course.mt0 {
      margin-top: 5rem;
    }
  }
  .main .course__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3.5rem auto 0;
  }
  @media screen and (max-width: 768px) {
    .main .course__title {
      width: 80.078125%;
      margin-top: -2rem;
    }
    .main .course__title img {
      background-color: #fff;
      padding: 5%;
    }
  }
  .main .course__inner {
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    width: 77.5%;
    margin: 5rem auto 0;
  }
  .main .course__inner.noGrid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 3rem;
  }
  @media screen and (max-width: 768px) {
    .main .course__inner {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      width: 80.078125%;
    }
  }
  .main .course__content {
    background-color: #e5e5e5;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .main .course__content.noGrid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 2rem 2rem 2rem 6rem;
  }
  .main .course__content.noGrid > ul > li {
    list-style: disc;
    font-size: 2rem;
  }
  .main .course__content.noGrid > ul > li:not(:first-child) {
    margin-top: 1rem;
  }
  @media screen and (max-width: 768px) {
    .main .course__content.noGrid {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      padding: 2rem 2rem 2rem 3rem;
    }
    .main .course__content.noGrid > ul > li {
      list-style: disc;
      font-size: 2rem;
    }
    .main .course__content.noGrid > ul > li:not(:first-child) {
      margin-top: 1rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .course__content {
      -ms-grid-columns: 70px 1fr;
      grid-template-columns: 70px 1fr;
    }
    .main .course__content.noGrid > ul > li {
      font-size: 1.3rem;
    }
  }
  .main .course__content .number {
    width: 5rem;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 500px) {
    .main .course__content .number {
      width: 3rem;
    }
  }
  .main .course__content .g-text {
    margin-top: 3.5rem;
    padding-bottom: 5.5rem;
    width: 90%;
  }
  @media screen and (max-width: 500px) {
    .main .course__content .g-text {
      margin-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  .main .course__content .g-text__title {
    color: #51a9b4;
    font-size: 3.2rem;
    font-weight: bold;
  }
  @media screen and (max-width: 500px) {
    .main .course__content .g-text__title {
      font-size: 2rem;
    }
    .main .course__content .g-text__title.center {
      text-align: center;
    }
  }
  .main .course__content .g-text__txt {
    font-size: 2rem;
    margin-top: 4%;
    line-height: 1.5;
  }
  @media screen and (max-width: 500px) {
    .main .course__content .g-text__txt {
      font-size: 1.2rem;
    }
  }
  .main .course__attention {
    font-size: 1.9rem;
    width: 77.5%;
    margin: 1.5rem auto 0;
  }
  @media screen and (max-width: 500px) {
    .main .course__attention {
      font-size: 1.2rem;
      width: 80.078125%;
    }
  }
  .main .recommend {
    border: 1px solid #141414;
    width: 77.5%;
    margin: 4rem auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40rem 1fr;
    grid-template-columns: 40rem 1fr;
    gap: 6rem;
  }
  @media screen and (max-width: 768px) {
    .main .recommend {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 1rem;
    }
  }
  .main .recommend__title {
    font-size: 2.8rem;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .main .recommend__title {
      margin-top: 3rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .recommend__title {
      font-size: 1.8rem;
      margin-top: 3rem;
    }
  }
  .main .recommend__title::after {
    content: "";
    width: 10.2rem;
    position: absolute;
    height: 0.3rem;
    left: 0;
    right: 0;
    margin: 4rem auto 0;
    background-image: url("../images/line1.jpg");
    background-size: 100%;
  }
  @media screen and (max-width: 768px) {
    .main .recommend__title::after {
      bottom: -1rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .recommend__title::after {
      margin-top: 3rem;
      width: 5rem;
    }
  }
  .main .recommend__text {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  @media screen and (max-width: 500px) {
    .main .recommend__text {
      font-size: 1.3rem;
    }
  }
  .main .recommend__text ul {
    padding: 3.5rem 4rem 3.5rem 0;
  }
  @media screen and (max-width: 768px) {
    .main .recommend__text ul {
      padding: 1rem 2rem 2rem 5rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .recommend__text ul {
      padding: 1rem 2rem 2rem 3rem;
    }
  }
  .main .recommend__text ul > li {
    list-style: disc;
  }
  .main .recommend__text ul > li.noListStyle {
    list-style: none !important;
    margin-left: -2rem;
  }
  .main .recommend__text ul > li:nth-child(n+2) {
    margin-top: 1.9rem;
  }
  @media screen and (max-width: 768px) {
    .main .recommend__text ul > li:nth-child(n+2) {
      margin-top: 1rem;
    }
  }
  .main .word {
    background-color: #e5e5e5;
    width: 75%;
    margin: 3.5rem auto 0;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40rem 1fr;
    grid-template-columns: 40rem 1fr;
    gap: 6rem;
  }
  @media screen and (max-width: 768px) {
    .main .word {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 0;
    }
  }
  .main .word__title {
    font-size: 2.8rem;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .main .word__title {
      margin-top: 3rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .word__title {
      font-size: 2rem;
      margin-top: 3rem;
    }
  }
  .main .word__title::after {
    content: url("../images/line1.jpg");
    content: "";
    width: 10.2rem;
    position: absolute;
    height: 0.3rem;
    left: 0;
    right: 0;
    margin: 4rem auto 0;
    background-image: url("../images/line1.jpg");
    background-size: 100%;
  }
  @media screen and (max-width: 768px) {
    .main .word__title::after {
      bottom: -1rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .word__title::after {
      margin-top: 3rem;
      width: 5rem;
    }
  }
  .main .word__text {
    font-size: 1.9rem;
    padding: 3.5rem 4rem 3.5rem 0;
    line-height: 1.5;
  }
 .word__text a { text-decoration:underline; }
  @media screen and (max-width: 768px) {
    .main .word__text {
      padding: 2rem 4rem;
    }
  }
  @media screen and (max-width: 500px) {
    .main .word__text {
      font-size: 1.3rem;
      padding: 2rem 2rem;
    }
  }
  .main .g-party {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    width: 77.5%;
    margin: 5rem auto 0;
  }
  @media screen and (max-width: 768px) {
    .main .g-party {
      grid-template-columns: repeat(2, 1fr);
      width: 78.125%;
      gap: 1.5rem;
      margin-top: -2rem;
    }
  }
  .main .g-party .party {
    background-color: #fff;
    padding: 2rem 0;
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    box-shadow: 0 0 8px rgba(192, 191, 191, 0.6);
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party {
      -ms-grid-rows: 1fr 2rem 8rem 3rem;
      grid-template-rows: 1fr 2rem 8rem 3rem;
    }
  }
  .main .g-party .party__image {
    width: 53.75%;
    margin: 0 auto;
  }
  .main .g-party .party__title {
    width: 53.125%;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__title {
      width: 80%;
    }
  }
  .main .g-party .party__title::after {
    content: "";
    width: 10.2rem;
    position: absolute;
    height: 0.3rem;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    bottom: -1.5rem;
    background-image: url("../images/line1.jpg");
    background-size: 100%;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__title::after {
      width: 5rem;
    }
  }
  .main .g-party .party__text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
    overflow-wrap: anywhere;
    padding: 0 1rem;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__text {
      font-size: 1.2rem;
      -moz-text-align-last: left;
           text-align-last: left;
      line-height: 1.5;
    }
  }
  .main .g-party .party__btn {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__btn {
      font-size: 1.3rem;
    }
  }
  .main .g-party .party__btn > a {
    color: #fff;
  }
  .main .g-party .party__btn > a > div {
    background-color: #31a9b8;
    margin: 0 auto;
    border-radius: 20px;
  }
  .main .g-party .party__btn > a > div p {
    padding: 1rem 5rem;
    text-align: center;
    position: relative;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__btn > a > div p {
      padding: 0.5rem 2rem;
    }
  }
  .main .g-party .party__btn > a > div p::after {
    content: "→";
    font-size: 2rem;
    position: absolute;
  }
  @media screen and (max-width: 500px) {
    .main .g-party .party__btn > a > div p::after {
      font-size: 1rem;
    }
  }
  .main .g-party .party__btn > a > div:hover p::after {
    -webkit-animation: arrow 1s infinite;
            animation: arrow 1s infinite;
    transform: translateX(10px);
  }
  @keyframes arrow {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }

  .blue-line {
    position: relative;
  }
  .blue-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16rem;
    background-color: #ecf9fd;
    top: -12rem;
    left: 0;
    z-index: -1;
  }
  .blue-line.low::before {
    height: 13rem;
    top: -10rem;
  }
  .nonEvent{
    pointer-events: none;
  }
  .title__gradation {
      margin-bottom: 3rem;
  }

  .title__gradation * {
    /* background: linear-gradient(90deg, rgba(231,64,64,1) 25%, rgba(189,194,71,1) 50%, rgba(71,194,112,1) 75%, rgba(49,169,184,1) 100%); */
    background: linear-gradient(90deg, rgba(241,200,47,1) 30%, rgba(71,178,194,1) 100%);
    -webkit-background-clip: text;
    font-size: 45px;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1;
  }
  @media screen and (max-width: 500px) {
    .title__gradation * {
        font-size: 4rem;
    }
  }

  /* .nav .dropdown > li.menberBtn{
    width: 50%;
  } */

  .nav .dropdown > li:last-child{
    margin-bottom: 3rem;
  }
  .nav .dropdown > li:last-child::after{
    content: none;
  }

  .fc-day-sun, .fc-day-sat {
    background-color: rgba(215,215,215,.3);
  }

  .btn-common {
        text-align: center;
        color: #fff;
        background-color: #31a9b8;
        text-align: center;
        font-size: 2.2rem;
        border-radius: 25px;
        font-weight: bold;
        box-shadow: 0 0 8px gray;
        padding: 8px 0;
  }
  .btn-orange {
        background-color: #f4ba34;
  }
  .btn-blue {
        background-color: #4ca4bf;
  }
  .text-white {
    color: #fff;
  } 
  .flex-row {
      display:flex;
      justify-content: center;
      margin:0 auto;
  }
  .content__box .btn-common {
      width:250px;
      margin-top: 40px;
  }
  .seminar-btn .btn-common {
      width:250px;
      margin: 40px 20px 20px 20px;
      font-size: 2rem;
  }
  .seminar-btn .lead{
      text-align: center;
      font-size: 1.6rem;
  }
  .detail__list .btn-common {
      width:100%;
      max-width:250px;
      margin-top: 40px;
      padding:8px;
      /*font-size:1;*/
  }
  .detail__list .btn-group {
      display:flex;
      flex-direction: column;
      justify-content: flex-end;
  }
  @media screen and (max-width: 500px) {
    .content__box .btn-common {
      font-size:1.2rem;
      width:150px;
    }
    .detail__list .btn-common {
      font-size:1.5rem;
      width:200px;
    }
    .seminar-btn .btn-common {
      font-size:1.2rem;
      width:200px;
    }
    .seminar-btn .lead{
      font-size:1.2rem;
    }
  }
  /* fullcalender */
  .fc-event-title {
      white-space: normal;
  }
  .center {
      text-align: center;
  }
  #calendar .label {
      border-radius: 5px;
      padding: 2px;
      margin-right: 3px;
      color:white;
      min-width: fit-content;
  }
  #calendar {font-size:12px;}
  #calendar .label.inactive {background:#666;}
  #calendar .label.active {background:#0066ff;}
  #calendar .fc-list-event-graphic {display:none;}
  #calendar .fc-daygrid-event {
      white-space: normal;
      display: flex;
      align-items: flex-start;
      font-weight: 700;
  }
  .header_text .pc-only {display:inline !important;}
  @media screen and (max-width:768px) {
      .header_text .pc-only {display:none !important;}
  }