@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* FONT SETTING
------------------------------------------ */
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
@font-face {
  font-family: 'HitachiSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/asset/font/HitachiSans-Regular.woff2") format("woff2"), url("/asset/font/HitachiSans-Regular.woff") format("woff"); }
@font-face {
  font-family: 'HitachiSans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/asset/font/HitachiSans-SemiBold.woff2") format("woff2"), url("/asset/font/HitachiSans-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'HitachiSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/asset/font/HitachiSans-Bold.woff2") format("woff2"), url("/asset/font/HitachiSans-Bold.woff") format("woff"); }
/*
font-family: "HitachiSans", sans-serif;
font-weight: 400;
font-style: normal;
*/
/*
font-family: $font-en;
*/
/*@include incSmooth();*/
/*@include fs();*/
/* UNIQ
------------------------------------------ */
main.hs-contents {
  background: #ECF0F3 !important;
  margin-bottom: 60px; }
  main.hs-contents:after {
    background: #BFF0EA;
    background: linear-gradient(180deg, #bff0ea 0%, rgba(191, 240, 234, 0) 100%);
    content: '';
    display: block;
    height: 560px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

br.tbDisp {
  display: none; }

@media only screen and (max-width: 994px) {
  br.tbDisp {
    display: inline; } }
.fvBg {
  background-image: url("../image/fv_bg.webp"), url("../image/fv_bg2.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 1521px auto, 1746px auto;
  background-position: center top, center bottom;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.fvArea {
  /*
  height: calc(100vh - 105px);
  max-height: 960px;
  */
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
  height: 100vh;
  max-height: 940px;
  min-height: 900px; }
  .fvArea h1 {
    margin: 0 auto 24px;
    max-width: 666px;
    padding: 180px 0 0; }
    .fvArea h1 .fv01 {
      display: block;
      margin-bottom: 16px; }
  .fvArea .date {
    font-size: 53px;
    font-size: 3.445rem;
    line-height: 2;
    line-height: 1.8;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .fvArea .date {
        font-size: 45px;
        font-size: 4.5rem; } }
    .fvArea .date .month, .fvArea .date .day {
      font-size: 80px;
      font-size: 5.2rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .fvArea .date .month, .fvArea .date .day {
          font-size: 68px;
          font-size: 6.8rem; } }
    .fvArea .date .yobi {
      font-size: 42px;
      font-size: 2.73rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .fvArea .date .yobi {
          font-size: 36px;
          font-size: 3.6rem; } }
    .fvArea .date .time {
      display: block;
      font-size: 46px;
      font-size: 2.99rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1;
      padding-top: 8px; }
      @media only screen and (max-width: 767px) {
        .fvArea .date .time {
          font-size: 39px;
          font-size: 3.9rem; } }
  .fvArea .btn {
    padding-top: 20px;
    text-align: right; }
    .fvArea .btn li {
      padding: 0; }
      .fvArea .btn li a {
        background: #2E6BFF;
        border-radius: 76px;
        box-shadow: 0px 6px 0 #0043A7;
        color: #FFF;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 76px;
        font-size: 26px;
        font-size: 1.69rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.04em;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 390px; }
        @media only screen and (max-width: 767px) {
          .fvArea .btn li a {
            font-size: 22px;
            font-size: 2.2rem; } }
        .fvArea .btn li a:after {
          background: url("../image/icon_arrow_01.svg") center center no-repeat;
          content: '';
          display: inline-block;
          margin-left: 12px;
          height: 3vw;
          width: 3vw; }
        .fvArea .btn li a:hover {
          color: #FFF;
          box-shadow: none;
          transform: translate3d(0, 0.5vw, 0); }

@media only screen and (max-width: 767px) {
  .fvBg {
    background-image: url("../image/fv_bg_sp.webp"), url("../image/fv_bg2_sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: center top 0px, center top 680px;
    position: relative;
    z-index: 1;
    overflow: hidden; }

  .fvArea {
    height: auto;
    max-height: none !important;
    min-height: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    padding: 130px 5vw 80px; }
    .fvArea h1 {
      margin: 0 auto 30px;
      max-width: 88%;
      padding: 0; }
      .fvArea h1 .fv01 {
        display: block;
        margin-bottom: 3vw; }
    .fvArea .date {
      font-size: 34px;
      text-align: center; }
      .fvArea .date .month, .fvArea .date .day {
        font-size: 55px;
        line-height: 1; }
      .fvArea .date .yobi {
        font-size: 30px;
        line-height: 1; }
      .fvArea .date .time {
        font-size: 30px;
        padding-top: 8px; }
    .fvArea .btn {
      padding: 28px 0 0;
      text-align: center;
      width: 100%; }
      .fvArea .btn li {
        padding: 0; }
        .fvArea .btn li a {
          height: 60px;
          font-size: 22px;
          transition: 0;
          width: 100%;
          max-width: 330px; }
          .fvArea .btn li a:after {
            margin-left: 12px;
            height: 30px;
            width: 30px; } }
.aboutArea {
  padding-bottom: 160px;
  text-align: center; }
  .aboutArea h2 {
    line-height: 1;
    margin-bottom: 70px; }
    .aboutArea h2 img {
      max-width: 666px !important; }
  .aboutArea p {
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 2.4;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .aboutArea p {
        font-size: 17px;
        font-size: 1.7rem; } }
    .aboutArea p:last-child {
      margin-top: 24px; }

@media only screen and (max-width: 994px) {
  .aboutArea p {
    font-size: 17px;
    font-size: 1.105rem;
    line-height: 2; } }
  @media only screen and (max-width: 994px) and (max-width: 767px) {
    .aboutArea p {
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 767px) {
  .aboutArea {
    padding: 0 0 60px; }
    .aboutArea h2 {
      margin-bottom: 40px; }
      .aboutArea h2 img {
        width: auto !important;
        max-width: auto !important;
        max-width: none !important;
        height: 28px !important; }
    .aboutArea p {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 2.2;
      padding: 0 2vw; }
      .aboutArea p:last-child {
        margin-top: 24px; } }
.outlineArea {
  max-width: 720px;
  margin: 0 auto 140px; }
  .outlineArea h2 {
    line-height: 1;
    margin-bottom: 50px;
    text-align: center; }
    .outlineArea h2 .en {
      display: block;
      line-height: 1;
      margin-bottom: 24px; }
      .outlineArea h2 .en img {
        max-width: 296px !important; }
    .outlineArea h2 .ja {
      font-size: 20px;
      font-size: 1.3rem;
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .outlineArea h2 .ja {
          font-size: 17px;
          font-size: 1.7rem; } }
  .outlineArea .outlineTable {
    border-top: 2px solid #888; }
    .outlineArea .outlineTable dl {
      display: flex;
      border-bottom: 2px solid #888;
      padding: 18px 0 20px; }
      .outlineArea .outlineTable dl dt {
        font-size: 18px;
        font-size: 1.17rem;
        line-height: 2;
        font-weight: 700;
        letter-spacing: 0.04em;
        width: 22%; }
        @media only screen and (max-width: 767px) {
          .outlineArea .outlineTable dl dt {
            font-size: 15px;
            font-size: 1.5rem; } }
      .outlineArea .outlineTable dl dd {
        font-size: 18px;
        font-size: 1.17rem;
        line-height: 2;
        letter-spacing: 0.04em;
        width: 77%; }
        @media only screen and (max-width: 767px) {
          .outlineArea .outlineTable dl dd {
            font-size: 15px;
            font-size: 1.5rem; } }
        .outlineArea .outlineTable dl dd .dateList li {
          letter-spacing: 0.04em;
          margin-bottom: 8px; }
        .outlineArea .outlineTable dl dd .indList li {
          font-size: 13px;
          font-size: 0.845rem;
          line-height: 2;
          letter-spacing: 0.04em;
          line-height: 1.6;
          margin-top: 4px;
          text-indent: -1em;
          padding-left: 1em; }
          @media only screen and (max-width: 767px) {
            .outlineArea .outlineTable dl dd .indList li {
              font-size: 10px;
              font-size: 1rem; } }

@media only screen and (max-width: 767px) {
  .outlineArea {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 5vw; }
    .outlineArea h2 {
      margin-bottom: 28px !important; }
      .outlineArea h2 .en {
        margin-bottom: 8px; }
        .outlineArea h2 .en img {
          width: auto !important;
          max-width: auto !important;
          max-width: none !important;
          height: 28px !important; }
      .outlineArea h2 .ja {
        font-size: 15px;
        line-height: 1; }
    .outlineArea .outlineTable {
      border-width: 1px; }
      .outlineArea .outlineTable dl {
        display: block;
        border-width: 1px;
        padding: 16px 0; }
        .outlineArea .outlineTable dl dt {
          font-size: 13px;
          line-height: 1.6;
          font-weight: 400;
          letter-spacing: 0;
          margin-bottom: 10px;
          padding: 0 0 0 0.5em;
          width: 100%; }
        .outlineArea .outlineTable dl dd {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.6;
          letter-spacing: 0.02em;
          padding: 0 0 0 1em;
          width: 100%; }
          .outlineArea .outlineTable dl dd .dateList li {
            font-size: 16px;
            letter-spacing: 0.08em;
            margin-bottom: 4px; }
          .outlineArea .outlineTable dl dd .indList li {
            font-size: 11px;
            line-height: 1.55;
            margin-top: 4px; } }
.eventArea {
  padding-bottom: 140px;
  /*
  &.last {
  padding-bottom: 80px;
  }
  .eventTitle {
  margin-bottom: 100px;
  padding: 100px 40px 40px;
  position: relative;
  height: 100%;
  &:before {
  background: #FFE3D3;
  border-radius: 0 20px 20px 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1200px) / 2 + 265px);
  min-width: 305px;
  height: 100%;
  z-index: 0;
  }
  .eventTitleInr {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  
  .date {
  @include fs(40);
  font-weight: bold;
  line-height: 1;
  .year {
  font-family: $font-en;
  @include fs(40);
  line-height: 1;
  font-weight: bold;
  }
  .num {
  font-family: $font-en;
  @include fs(66);
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-right: 0.1em;
  vertical-align: -0.03em;
  }
  .yobi {
  background: $c_orange01;
  border-radius: 100%;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  @include fs(36);
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 0.2em;
  position: relative;
  top: -5px;
  height: 54px;
  width: 54px;
  }
  }
  
  dl{
  margin-top: 24px;
  dt{
  font-family: $font-en;
  @include fs(40);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  span{
  color: $c_orange01;
  @include fs(35);
  margin-right: 0.3em;
  }
  strong {
  background: $c_orange01;
  border-radius: 100%;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: $font-en;
  @include fs(38);
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 0.3em;
  position: relative;
  top: -5px;
  height: 54px;
  width: 54px;
  }
  
  }
  dd {
  h2 {
  color: #ff8536;
  @include fs(45);
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 24px;
  position: relative;
  &:after {
  background: #ff8936;
  content: '';
  display: block;
  height: 2px;
  width: calc((100vw - 1200px) / 2 + 1200px);
  position: absolute;
  bottom: 0;
  }
  }
  .subTitle {
  padding: 24px 0 0;
  h3 {
  @include fs(54);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  span {
  border-top: 3px solid #ff8936;
  display: block;
  @include fs(27);
  line-height: 1.3;
  margin-top: 32px;
  padding-top: 20px;
  }
  }
  p {
  @include fs(18);
  line-height: 2.1;
  font-weight: 600;
  letter-spacing: 0.02em;
  }
  
  }
  
  
  }
  
  }
  
  
  
  }
  }
  */ }
  .eventArea > h2 {
    line-height: 1;
    margin-bottom: 50px;
    text-align: center; }
    .eventArea > h2 .en {
      display: block;
      line-height: 1;
      margin-bottom: 24px; }
      .eventArea > h2 .en img {
        max-width: 338px !important; }
    .eventArea > h2 .ja {
      font-size: 20px;
      font-size: 1.3rem;
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .eventArea > h2 .ja {
          font-size: 17px;
          font-size: 1.7rem; } }
  .eventArea .eventProgramWrap {
    padding: 0 20px; }
  .eventArea .eventProgram {
    background: #FFF;
    border: 5px solid #3a6fff;
    border-radius: 20px;
    margin: 60px auto 0;
    max-width: 1200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1; }
    .eventArea .eventProgram .category {
      background: #3a6fff;
      color: #FFF;
      font-size: 31px;
      font-size: 2.015rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: bold;
      line-height: 1.25;
      padding: 12px 16px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .eventArea .eventProgram .category {
          font-size: 26px;
          font-size: 2.6rem; } }
    .eventArea .eventProgram .eventProgramInr {
      padding: 28px 36px 60px; }
      .eventArea .eventProgram .eventProgramInr.op {
        padding-bottom: 32px; }
      .eventArea .eventProgram .eventProgramInr h2 {
        font-size: 39px;
        font-size: 2.535rem;
        line-height: 2;
        line-height: 1.8;
        line-height: 1.35;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .eventArea .eventProgram .eventProgramInr h2 {
            font-size: 33px;
            font-size: 3.3rem; } }
      .eventArea .eventProgram .eventProgramInr h3 {
        font-size: 22px;
        font-size: 1.43rem;
        line-height: 2;
        line-height: 1.8;
        line-height: 1.35;
        font-weight: bold;
        margin-top: 8px; }
        @media only screen and (max-width: 767px) {
          .eventArea .eventProgram .eventProgramInr h3 {
            font-size: 19px;
            font-size: 1.9rem; } }
      .eventArea .eventProgram .eventProgramInr .time {
        border-bottom: 2px solid #888;
        display: flex;
        margin: 24px 0 30px;
        padding-bottom: 30px;
        width: 100%; }
        .eventArea .eventProgram .eventProgramInr .time.noBdr {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .eventArea .eventProgram .eventProgramInr .time dt {
          color: #3a6fff;
          font-size: 27px;
          font-size: 1.755rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0;
          line-height: 1.35;
          font-weight: bold;
          margin-right: 16px; }
          @media only screen and (max-width: 767px) {
            .eventArea .eventProgram .eventProgramInr .time dt {
              font-size: 23px;
              font-size: 2.3rem; } }
        .eventArea .eventProgram .eventProgramInr .time dd {
          font-size: 27px;
          font-size: 1.755rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0;
          line-height: 1.35;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .eventArea .eventProgram .eventProgramInr .time dd {
              font-size: 23px;
              font-size: 2.3rem; } }
      .eventArea .eventProgram .eventProgramInr .btn {
        padding-top: 28px;
        text-align: center; }
        .eventArea .eventProgram .eventProgramInr .btn span {
          background: #AEFD00;
          border-radius: 50px;
          box-shadow: 0px 6px 0 #888;
          color: #000;
          cursor: pointer;
          display: inline-flex;
          justify-content: center;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          height: 48px;
          font-size: 21px;
          font-size: 1.365rem;
          line-height: 2;
          line-height: 1.8;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0.1em;
          overflow: hidden;
          position: relative;
          text-decoration: none;
          transition: 0.2s;
          width: 256px; }
          @media only screen and (max-width: 767px) {
            .eventArea .eventProgram .eventProgramInr .btn span {
              font-size: 18px;
              font-size: 1.8rem; } }
          .eventArea .eventProgram .eventProgramInr .btn span:hover {
            box-shadow: none;
            transform: translate3d(0, 4px, 0); }
      .eventArea .eventProgram .eventProgramInr .speakerDesc {
        width: 100%; }
        .eventArea .eventProgram .eventProgramInr .speakerDesc .desc {
          font-size: 18px;
          font-size: 1.17rem;
          line-height: 2;
          font-weight: 600;
          letter-spacing: 0.06em;
          line-height: 2; }
          @media only screen and (max-width: 767px) {
            .eventArea .eventProgram .eventProgramInr .speakerDesc .desc {
              font-size: 15px;
              font-size: 1.5rem; } }
      .eventArea .eventProgram .eventProgramInr .speakerFlex {
        display: flex;
        justify-content: space-between; }
        .eventArea .eventProgram .eventProgramInr .speakerFlex.clm4 {
          padding-top: 40px; }
        .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker {
          width: 330px; }
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerProf {
            font-size: 15px;
            font-size: 0.975rem;
            line-height: 2;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.55;
            margin-top: 12px; }
            @media only screen and (max-width: 767px) {
              .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerProf {
                font-size: 13px;
                font-size: 1.3rem; } }
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerName {
            font-size: 24px;
            font-size: 1.56rem;
            line-height: 2;
            line-height: 1.8;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.45;
            margin-top: 4px; }
            @media only screen and (max-width: 767px) {
              .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerName {
                font-size: 20px;
                font-size: 2rem; } }
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 {
            width: 22.5%; }
            .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn {
              padding-top: 12px;
              text-align: center; }
              .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
                background: #AEFD00;
                border-radius: 50px;
                box-shadow: 0px 6px 0 #888;
                color: #000;
                cursor: pointer;
                display: inline-flex;
                justify-content: center;
                flex-wrap: wrap;
                align-items: center;
                align-content: center;
                height: 48px;
                font-size: 21px;
                font-size: 1.365rem;
                line-height: 2;
                line-height: 1.8;
                padding-bottom: 4px;
                width: 100%; }
                @media only screen and (max-width: 767px) {
                  .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
                    font-size: 18px;
                    font-size: 1.8rem; } }
                .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span:hover {
                  box-shadow: none;
                  transform: translate3d(0, 4px, 0); }
        .eventArea .eventProgram .eventProgramInr .speakerFlex .speakerDesc {
          width: calc(100% - 370px); }

@media only screen and (min-width: 767px) {
  .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .speakerProfData {
      padding-bottom: 12px;
      width: 100%; }
    .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn {
      width: 100%; }
      .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
        max-width: 256px; } }
@media only screen and (max-width: 994px) {
  .eventArea .eventProgram .eventProgramInr .speakerFlex.clm4 {
    padding-top: 0;
    flex-wrap: wrap; }
  .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker {
    width: 47.5%; }
    .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 {
      padding-top: 50px;
      width: 47.5%; }
      .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn {
        padding-top: 12px;
        text-align: center; }
        .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
          background: #AEFD00;
          border-radius: 50px;
          box-shadow: 0px 6px 0 #888;
          color: #000;
          cursor: pointer;
          display: inline-flex;
          justify-content: center;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          height: 48px;
          font-size: 21px;
          font-size: 1.365rem;
          line-height: 2;
          line-height: 1.8;
          padding-bottom: 4px;
          width: 100%; } }
        @media only screen and (max-width: 994px) and (max-width: 767px) {
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
            font-size: 18px;
            font-size: 1.8rem; } }
@media only screen and (max-width: 994px) {
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span:hover {
            box-shadow: none;
            transform: translate3d(0, 4px, 0); }
  .eventArea .eventProgram .eventProgramInr .speakerFlex .speakerDesc {
    width: 47.5%; } }
@media only screen and (max-width: 767px) {
  .eventArea {
    padding-bottom: 40px; }
    .eventArea.last {
      padding-bottom: 0px; }
    .eventArea > h2 {
      margin-bottom: 28px !important; }
      .eventArea > h2 .en {
        margin-bottom: 8px; }
        .eventArea > h2 .en img {
          width: auto !important;
          max-width: auto !important;
          max-width: none !important;
          height: 28px !important; }
      .eventArea > h2 .ja {
        font-size: 15px;
        line-height: 1; }
    .eventArea .eventProgramWrap {
      margin: 0 auto;
      max-width: 560px;
      padding: 0 5vw; }
    .eventArea .eventProgram {
      border-radius: 12px;
      margin: 0 0 32px 0; }
      .eventArea .eventProgram .category {
        font-size: 18px;
        padding: 16px 5vw 12px; }
      .eventArea .eventProgram .eventProgramInr {
        padding: 20px 7.5vw 40px; }
        .eventArea .eventProgram .eventProgramInr h2 {
          font-size: 22px;
          line-height: 1.45; }
        .eventArea .eventProgram .eventProgramInr h3 {
          font-size: 17px;
          line-height: 1.45;
          margin-top: 8px; }
        .eventArea .eventProgram .eventProgramInr .time {
          border: none;
          margin-bottom: 0;
          margin: 12px 0;
          padding-bottom: 0; }
          .eventArea .eventProgram .eventProgramInr .time dt {
            font-size: 16px;
            margin-right: 12px; }
          .eventArea .eventProgram .eventProgramInr .time dd {
            font-size: 16px; }
        .eventArea .eventProgram .eventProgramInr .speakerDesc {
          padding-top: 12px;
          width: 100%; }
          .eventArea .eventProgram .eventProgramInr .speakerDesc .desc {
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.04em;
            line-height: 1.8; }
        .eventArea .eventProgram .eventProgramInr .speakerFlex {
          display: block;
          padding: 0; }
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker {
            margin-bottom: 20px;
            margin-top: 20px;
            width: 100%; }
            .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerProf {
              font-size: 12px;
              margin-top: 12px; }
            .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker .speakerName {
              font-size: 20px;
              line-height: 1.6;
              margin-top: 0; }
            .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 {
              margin-top: 0;
              padding-top: 12vw;
              margin-bottom: 0;
              width: 100%; }
              .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .speakerName {
                min-height: auto;
                min-height: none;
                margin-bottom: 16px; }
              .eventArea .eventProgram .eventProgramInr .speakerFlex .speaker.clm4 .btn span {
                font-size: 17px;
                height: 44px;
                padding: 2px;
                width: 70%; }
          .eventArea .eventProgram .eventProgramInr .speakerFlex.clm4 {
            padding: 0; }
          .eventArea .eventProgram .eventProgramInr .speakerFlex .speakerDesc {
            width: 100%; }
        .eventArea .eventProgram .eventProgramInr .btn {
          padding-top: 16px; }
          .eventArea .eventProgram .eventProgramInr .btn span {
            font-size: 17px;
            padding: 2px;
            width: 70%; }
            .eventArea .eventProgram .eventProgramInr .btn span:hover {
              transform: translate3d(0, 0, 0);
              opacity: 1; } }
.infoArea {
  margin: 0 auto 100px;
  padding: 0 40px; }
  .infoArea h2 {
    line-height: 1;
    margin-bottom: 70px;
    text-align: center; }
    .infoArea h2 .en {
      display: block;
      line-height: 1;
      margin-bottom: 24px; }
      .infoArea h2 .en img {
        max-width: 474px !important; }
    .infoArea h2 .ja {
      font-size: 20px;
      font-size: 1.3rem;
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .infoArea h2 .ja {
          font-size: 17px;
          font-size: 1.7rem; } }
  .infoArea .infoBox {
    background: url("../image/info_bg.webp") center center no-repeat;
    background-size: cover;
    box-shadow: 6px 6px 0 #D6DADD;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 610px;
    padding: 48px 60px 36px 60px; }
    .infoArea .infoBox .infoFlex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      max-width: 1000px; }
      .infoArea .infoBox .infoFlex h3 {
        font-size: 37px;
        font-size: 2.405rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: bold;
        line-height: 1.55;
        margin-bottom: 40px;
        text-align: center;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .infoArea .infoBox .infoFlex h3 {
            font-size: 31px;
            font-size: 3.1rem; } }
      .infoArea .infoBox .infoFlex .img {
        width: 320px; }
      .infoArea .infoBox .infoFlex .data {
        width: calc(100% - 380px); }
        .infoArea .infoBox .infoFlex .data h4 {
          font-size: 22px;
          font-size: 1.43rem;
          line-height: 2;
          line-height: 1.8;
          line-height: 1.95;
          font-weight: bold;
          letter-spacing: 0.1em;
          margin-bottom: 8px; }
          @media only screen and (max-width: 767px) {
            .infoArea .infoBox .infoFlex .data h4 {
              font-size: 19px;
              font-size: 1.9rem; } }
        .infoArea .infoBox .infoFlex .data .desc {
          font-size: 18px;
          font-size: 1.17rem;
          line-height: 2;
          font-weight: 600;
          letter-spacing: 0.1em;
          line-height: 1.95; }
          @media only screen and (max-width: 767px) {
            .infoArea .infoBox .infoFlex .data .desc {
              font-size: 15px;
              font-size: 1.5rem; } }
        .infoArea .infoBox .infoFlex .data .btn {
          padding-top: 28px;
          text-align: right; }
          .infoArea .infoBox .infoFlex .data .btn a {
            background: #AEFD00;
            border-radius: 50px;
            box-shadow: 0px 6px 0 #888;
            color: #000;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            height: 48px;
            font-size: 21px;
            font-size: 1.365rem;
            line-height: 2;
            line-height: 1.8;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.1em;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            transition: 0.2s;
            width: 256px; }
            @media only screen and (max-width: 767px) {
              .infoArea .infoBox .infoFlex .data .btn a {
                font-size: 18px;
                font-size: 1.8rem; } }
            .infoArea .infoBox .infoFlex .data .btn a:hover {
              box-shadow: none;
              transform: translate3d(0, 4px, 0); }

@media only screen and (max-width: 994px) {
  .infoArea .infoBox {
    padding: 6.5vw; }
    .infoArea .infoBox .infoFlex {
      display: block; }
      .infoArea .infoBox .infoFlex h3 {
        font-size: 3.7vw;
        margin-bottom: 28px; }
      .infoArea .infoBox .infoFlex .img {
        margin-bottom: 24px;
        text-align: center;
        width: 100%; }
        .infoArea .infoBox .infoFlex .img img {
          width: 60%; }
      .infoArea .infoBox .infoFlex .data {
        width: 100%; }
        .infoArea .infoBox .infoFlex .data .desc {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.02em;
          line-height: 1.95; }
        .infoArea .infoBox .infoFlex .data .btn {
          padding-top: 4vw;
          text-align: center; }
          .infoArea .infoBox .infoFlex .data .btn a {
            padding: 2px;
            width: 70%; } }
@media only screen and (max-width: 767px) {
  .infoArea {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 5vw; }
    .infoArea h2 {
      margin-bottom: 28px !important; }
      .infoArea h2 .en {
        margin-bottom: 8px; }
        .infoArea h2 .en img {
          width: auto !important;
          max-width: auto !important;
          max-width: none !important;
          height: 28px !important; }
      .infoArea h2 .ja {
        font-size: 15px;
        line-height: 1; }
    .infoArea .infoBox {
      background: url("../image/info_bg.webp") center center no-repeat;
      background-size: cover;
      box-shadow: 6px 6px 0 #D6DADD;
      border-radius: 16px;
      display: block;
      min-height: auto;
      min-height: none;
      padding: 40px 6.5vw 48px; }
      .infoArea .infoBox .infoFlex {
        display: block; }
        .infoArea .infoBox .infoFlex h3 {
          font-size: 24px;
          margin-bottom: 28px; }
        .infoArea .infoBox .infoFlex .img {
          margin-bottom: 24px;
          text-align: center;
          width: 100%; }
          .infoArea .infoBox .infoFlex .img img {
            width: 80%; }
        .infoArea .infoBox .infoFlex .data {
          width: 100%; }
          .infoArea .infoBox .infoFlex .data h4 {
            font-size: 19px;
            line-height: 1.7; }
          .infoArea .infoBox .infoFlex .data .desc {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.02em;
            line-height: 1.85; }
          .infoArea .infoBox .infoFlex .data .btn {
            padding-top: 20px;
            text-align: center; }
            .infoArea .infoBox .infoFlex .data .btn a {
              font-size: 17px;
              padding: 2px;
              width: 70%; }
              .infoArea .infoBox .infoFlex .data .btn a:hover {
                transform: translate3d(0, 0, 0);
                opacity: 1; } }
.relatedArea {
  margin: 0 0 100px;
  padding: 0 40px; }
  .relatedArea .inr {
    background: #FFF;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin: 0 auto 100px;
    max-width: 1200px;
    padding: 100px 60px 20px; }
  .relatedArea h2 {
    line-height: 1;
    margin-bottom: 70px;
    text-align: center; }
    .relatedArea h2 .en {
      display: block;
      line-height: 1;
      margin-bottom: 24px; }
      .relatedArea h2 .en img {
        max-width: 434px !important; }
    .relatedArea h2 .ja {
      font-size: 20px;
      font-size: 1.3rem;
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .relatedArea h2 .ja {
          font-size: 17px;
          font-size: 1.7rem; } }
  .relatedArea .relatedEvent article {
    border-top: 3px solid #888;
    display: flex;
    justify-content: space-between;
    padding: 28px 0; }
    .relatedArea .relatedEvent article .img {
      width: 42.5%; }
      .relatedArea .relatedEvent article .img a {
        display: block;
        transition: 0.2s; }
        .relatedArea .relatedEvent article .img a:hover {
          opacity: 0.7; }
    .relatedArea .relatedEvent article .data {
      padding: 12px 0 20px;
      width: 52.5%; }
      .relatedArea .relatedEvent article .data h3 {
        font-size: 23px;
        font-size: 1.495rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.5;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          .relatedArea .relatedEvent article .data h3 {
            font-size: 20px;
            font-size: 2rem; } }
      .relatedArea .relatedEvent article .data .date {
        font-size: 18px;
        font-size: 1.17rem;
        line-height: 2;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.6;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          .relatedArea .relatedEvent article .data .date {
            font-size: 15px;
            font-size: 1.5rem; } }
      .relatedArea .relatedEvent article .data .desc {
        font-size: 16px;
        font-size: 1.04rem;
        line-height: 2;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.6;
        margin-bottom: 4px; }
        @media only screen and (max-width: 767px) {
          .relatedArea .relatedEvent article .data .desc {
            font-size: 14px;
            font-size: 1.4rem; } }
      .relatedArea .relatedEvent article .data .for {
        color: #3a6fff;
        display: block;
        padding-bottom: 4px; }
      .relatedArea .relatedEvent article .data .indList li {
        font-size: 16px;
        font-size: 1.04rem;
        line-height: 2;
        line-height: 1.65;
        text-indent: -0.5em;
        padding-left: 0.5em; }
        @media only screen and (max-width: 767px) {
          .relatedArea .relatedEvent article .data .indList li {
            font-size: 14px;
            font-size: 1.4rem; } }
      .relatedArea .relatedEvent article .data .btn {
        padding-top: 16px;
        text-align: right; }
        .relatedArea .relatedEvent article .data .btn a {
          background: #AEFD00;
          border-radius: 50px;
          box-shadow: 0px 6px 0 #888;
          color: #000;
          cursor: pointer;
          display: inline-flex;
          justify-content: center;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          height: 48px;
          font-size: 21px;
          font-size: 1.365rem;
          line-height: 2;
          line-height: 1.8;
          font-weight: 700;
          line-height: 1;
          letter-spacing: 0.1em;
          overflow: hidden;
          position: relative;
          text-decoration: none;
          transition: 0.2s;
          width: 256px; }
          @media only screen and (max-width: 767px) {
            .relatedArea .relatedEvent article .data .btn a {
              font-size: 18px;
              font-size: 1.8rem; } }
          .relatedArea .relatedEvent article .data .btn a:hover {
            box-shadow: none;
            transform: translate3d(0, 4px, 0); }
        .relatedArea .relatedEvent article .data .btn.shimekiri a {
          background: #AAA;
          box-shadow: none; }
          .relatedArea .relatedEvent article .data .btn.shimekiri a:hover {
            transform: translate3d(0, 0, 0); }

@media only screen and (max-width: 994px) {
  .relatedArea .inr {
    padding: 100px 40px 20px; }
  .relatedArea .relatedEvent article .img {
    width: 45%; }
  .relatedArea .relatedEvent article .data {
    padding: 12px 0 20px;
    width: 50%; }
    .relatedArea .relatedEvent article .data h3 {
      font-size: 23px;
      font-size: 1.495rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1.6;
      margin-bottom: 12px; } }
    @media only screen and (max-width: 994px) and (max-width: 767px) {
      .relatedArea .relatedEvent article .data h3 {
        font-size: 20px;
        font-size: 2rem; } }
@media only screen and (max-width: 994px) {
    .relatedArea .relatedEvent article .data .desc {
      font-size: 16px;
      font-size: 1.04rem;
      line-height: 2;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.6;
      margin-bottom: 8px; } }
    @media only screen and (max-width: 994px) and (max-width: 767px) {
      .relatedArea .relatedEvent article .data .desc {
        font-size: 14px;
        font-size: 1.4rem; } }
@media only screen and (max-width: 994px) {
    .relatedArea .relatedEvent article .data .for {
      color: #3a6fff;
      display: block;
      padding-bottom: 4px; }
    .relatedArea .relatedEvent article .data .btn {
      padding-top: 16px;
      text-align: right; }
      .relatedArea .relatedEvent article .data .btn a {
        background: #AEFD00;
        border-radius: 50px;
        box-shadow: 0px 6px 0 #888;
        color: #000;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        height: 45px;
        font-size: 18px;
        font-size: 1.17rem;
        line-height: 2;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 220px; } }
      @media only screen and (max-width: 994px) and (max-width: 767px) {
        .relatedArea .relatedEvent article .data .btn a {
          font-size: 15px;
          font-size: 1.5rem; } }
@media only screen and (max-width: 994px) {
        .relatedArea .relatedEvent article .data .btn a:hover {
          box-shadow: none;
          transform: translate3d(0, 4px, 0); } }
@media only screen and (max-width: 767px) {
  .relatedArea {
    margin: 0 0 60px;
    padding: 0 5vw; }
    .relatedArea .inr {
      border-radius: 12px;
      max-width: 100%;
      margin: 0 auto;
      padding: 48px 7.5vw 32px; }
    .relatedArea h2 {
      margin-bottom: 32px !important; }
      .relatedArea h2 .en {
        margin-bottom: 8px; }
        .relatedArea h2 .en img {
          width: auto !important;
          max-width: auto !important;
          max-width: none !important;
          height: 28px !important; }
      .relatedArea h2 .ja {
        font-size: 15px;
        line-height: 1; }
    .relatedArea .relatedEvent article {
      border: none;
      display: block;
      margin-top: 40px;
      padding: 0; }
      .relatedArea .relatedEvent article .img {
        width: 100%; }
      .relatedArea .relatedEvent article .data {
        padding: 20px 0 20px;
        width: 100%; }
        .relatedArea .relatedEvent article .data h3 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 12px; }
        .relatedArea .relatedEvent article .data .date {
          font-size: 14px; }
        .relatedArea .relatedEvent article .data .desc {
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 1.6;
          margin-bottom: 6px; }
        .relatedArea .relatedEvent article .data .for {
          font-size: 14px;
          padding-bottom: 0; }
        .relatedArea .relatedEvent article .data .indList li {
          font-size: 14px;
          line-height: 1.45;
          margin-bottom: 6px; }
        .relatedArea .relatedEvent article .data .btn {
          padding-top: 20px;
          text-align: center; }
          .relatedArea .relatedEvent article .data .btn a {
            font-size: 17px;
            padding: 2px;
            width: 70%; }
            .relatedArea .relatedEvent article .data .btn a:hover {
              transform: translate3d(0, 0, 0);
              opacity: 1; } }
.telArea {
  padding: 0 40px 80px; }
  .telArea .inr {
    background: #FFF;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
    border: 5px solid #BC83FF;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    text-align: center; }
    .telArea .inr dl dt {
      background: #BC83FF;
      color: #FFF;
      font-size: 31px;
      font-size: 2.015rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: 0.06em;
      padding: 20px 0; }
      @media only screen and (max-width: 767px) {
        .telArea .inr dl dt {
          font-size: 26px;
          font-size: 2.6rem; } }
    .telArea .inr dl dd {
      padding: 28px 16px 44px; }
      .telArea .inr dl dd .p1 {
        font-size: 18px;
        font-size: 1.17rem;
        line-height: 2;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0.02em;
        margin-bottom: 28px; }
        @media only screen and (max-width: 767px) {
          .telArea .inr dl dd .p1 {
            font-size: 15px;
            font-size: 1.5rem; } }
      .telArea .inr dl dd h2 {
        font-size: 36px;
        font-size: 2.34rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: 0.02em;
        margin-bottom: 28px; }
        @media only screen and (max-width: 767px) {
          .telArea .inr dl dd h2 {
            font-size: 31px;
            font-size: 3.1rem; } }
      .telArea .inr dl dd .p2 {
        font-size: 22px;
        font-size: 1.43rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.02em; }
        @media only screen and (max-width: 767px) {
          .telArea .inr dl dd .p2 {
            font-size: 19px;
            font-size: 1.9rem; } }

@media only screen and (max-width: 767px) {
  .telArea {
    padding: 0 5vw 20px; }
    .telArea .inr {
      border-radius: 12px;
      margin: 0 auto; }
      .telArea .inr dl dt {
        font-size: 20px;
        padding: 16px 0; }
      .telArea .inr dl dd {
        padding: 20px 0 28px; }
        .telArea .inr dl dd .p1 {
          font-size: 13px;
          line-height: 1.7;
          margin-bottom: 20px; }
        .telArea .inr dl dd h2 {
          font-size: 20px;
          letter-spacing: -0.02em;
          line-height: 1.4;
          margin-bottom: 16px; }
        .telArea .inr dl dd .p2 {
          font-size: 15px; } }
.cvArea {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(193, 77, 0, 0) 0%, #BFF0EA 50%);
  padding: 44px 20px 60px;
  position: sticky;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }
  .cvArea ul {
    display: flex;
    justify-content: center; }
    .cvArea ul li {
      padding: 0 20px; }
      .cvArea ul li a {
        background: #2E6BFF;
        border-radius: 70px;
        box-shadow: 0px 6px 0 #0043A7;
        color: #FFF;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        height: 68px;
        font-size: 24px;
        font-size: 1.56rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04em;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 380px; }
        @media only screen and (max-width: 767px) {
          .cvArea ul li a {
            font-size: 20px;
            font-size: 2rem; } }
        .cvArea ul li a:after {
          background: url("../image/icon_arrow_01.svg") center center no-repeat;
          content: '';
          display: inline-block;
          margin-left: 12px;
          height: 38px;
          width: 38px; }
        .cvArea ul li a:hover {
          color: #FFF;
          box-shadow: none;
          transform: translate3d(0, 4px, 0); }

.throughHd .cvArea {
  opacity: 1;
  visibility: visible;
  transition: 0.4s; }

@media only screen and (max-width: 767px) {
  .cvArea {
    padding: 28px 5vw 28px; }
    .cvArea ul {
      justify-content: center; }
      .cvArea ul li {
        padding: 0;
        width: 90%; }
        .cvArea ul li a {
          box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.25);
          height: 60px;
          font-size: 19px;
          letter-spacing: 0.04em;
          transition: 0;
          width: 100%; }
          .cvArea ul li a span {
            display: none; }
          .cvArea ul li a:after {
            margin-left: 12px;
            height: 28px;
            width: 28px; } }
/* modal */
.modaal-overlay {
  background: #ecf0f3 !important; }

.modaal-container {
  border-radius: 20px !important;
  max-width: 1200px !important; }

.modaal-content-container {
  border: 5px solid #3a6fff;
  border-radius: 20px;
  padding: 60px !important; }

.speakerModal {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"; }
  .speakerModal .img {
    width: 32%; }
  .speakerModal .data {
    width: 63%; }
    .speakerModal .data .name {
      border-bottom: 2px solid #888;
      margin-bottom: 20px;
      padding: 0 40px 24px 0; }
      .speakerModal .data .name h2 {
        font-size: 30px;
        font-size: 1.95rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1.45;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          .speakerModal .data .name h2 {
            font-size: 26px;
            font-size: 2.6rem; } }
      .speakerModal .data .name h3 {
        font-size: 22px;
        font-size: 1.43rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1.45; }
        @media only screen and (max-width: 767px) {
          .speakerModal .data .name h3 {
            font-size: 19px;
            font-size: 1.9rem; } }
    .speakerModal .data .profile {
      padding-right: 40px; }
      .speakerModal .data .profile p {
        font-size: 16px;
        font-size: 1.04rem;
        line-height: 2;
        font-weight: 600;
        line-height: 1.9; }
        @media only screen and (max-width: 767px) {
          .speakerModal .data .profile p {
            font-size: 14px;
            font-size: 1.4rem; } }
  .speakerModal .inline_close {
    border: 4px solid #FFF;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
    height: 65px;
    width: 65px;
    transition: 0.4s; }
    .speakerModal .inline_close:hover {
      opacity: 0.7; }

@media only screen and (max-width: 767px) {
  .modaal-container {
    border-radius: 10px !important;
    max-width: 100% !important; }

  .modaal-content-container {
    padding: 5vw 5vw !important; }

  .speakerModal {
    display: block; }
    .speakerModal .img {
      margin-bottom: 12px;
      width: 100%; }
    .speakerModal .data {
      width: 100%; }
      .speakerModal .data .name {
        letter-spacing: 0.02em;
        line-height: 1.55;
        margin-bottom: 16px;
        padding: 0 0 16px 0; }
        .speakerModal .data .name h2 {
          font-size: 20px;
          margin-bottom: 12px; }
        .speakerModal .data .name h3 {
          font-size: 15px; }
      .speakerModal .data .profile {
        padding: 0 0 12px; }
        .speakerModal .data .profile p {
          font-size: 13px;
          line-height: 1.65; }
    .speakerModal .inline_close {
      top: -20px;
      right: -20px;
      height: 48px;
      width: 48px;
      transition: 0; }
      .speakerModal .inline_close:hover {
        opacity: 1; } }
/* Animation Setting
------------------------------------------  */
/* fadeInK Set */
.fvBg {
  opacity: 0; }

/* fadeInUpK Set */
.fvBg h1,
.fvBg .date,
.fvBg .btn,
.aboutArea h2,
.outlineArea h2,
.aboutArea p,
.outlineArea .outlineTable,
.eventArea h2,
.eventArea .eventProgram,
.infoArea h2,
.infoArea .infoBox,
.relatedArea,
.relatedArea article,
.telArea {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0px, 30px); }

/* fadeInLK Set */
.sample {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }

/* fadeInBK Set */
.sample {
  opacity: 0;
  transform: scale(1.15);
  filter: blur(6px); }

/* annimation */
.fvBg.action {
  animation: fadeInK 0.8s ease 0.3s 1 forwards; }

.fvBg.action h1 {
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.fvBg.action .date {
  animation: fadeInUpK 0.6s ease 0.55s 1 forwards; }

.fvBg.action .btn {
  animation: fadeInUpK 0.6s ease 0.7s 1 forwards; }

.aboutArea.action h2 {
  animation: fadeInUpK 0.8s cubic-bezier(0.56, 0, 0.2, 1) 0.1s 1 forwards; }

.aboutArea.action p {
  animation: fadeInUpK 0.7s ease 0.6s 1 forwards; }

.outlineArea.action h2 {
  animation: fadeInUpK 0.8s cubic-bezier(0.56, 0, 0.2, 1) 0.2s 1 forwards; }

.outlineArea.action .outlineTable {
  animation: fadeInUpK 0.7s ease 0.6s 1 forwards; }

.eventArea.action h2 {
  animation: fadeInUpK 0.8s cubic-bezier(0.56, 0, 0.2, 1) 0.1s 1 forwards; }

.eventArea .eventProgram.action {
  animation: fadeInUpK 0.7s ease 0.6s 1 forwards; }

.infoArea.action h2 {
  animation: fadeInUpK 0.8s cubic-bezier(0.56, 0, 0.2, 1) 0.1s 1 forwards; }

.infoArea .infoBox.action {
  animation: fadeInUpK 0.8s cubic-bezier(0.56, 0, 0.2, 1) 0.3s 1 forwards; }

.relatedArea.action {
  animation: fadeInUpK 0.8s ease 0.2s 1 forwards; }

.relatedArea article.action {
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.telArea.action {
  animation: fadeInUpK 0.8s ease 0.2s 1 forwards; }

/* keyframes */
@keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0px, 30px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInLK {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInBK {
  0% {
    opacity: 0;
    transform: scale(1.15);
    filter: blur(6px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
