@charset "UTF-8";
/*conferenceページ 240201*/
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  background: #fff; }

body {
  color: #000;
  font-size: 1.6em;
  font-family: 'TBUDGothic R', sweet-sans-pro, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1000px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

img {
  width: 100%;
  height: auto; }

::selection {
  background: #40c2e0;
  color: #fff; }

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

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

.jp {
  font-family: 'TBUDGothic R', sans-serif; }

.jp-b {
  font-family: 'TBUDGothic E', sans-serif; }

.en {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal; }

.en-b {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

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

@media screen and (min-width: 769px) {
  a {
    transition: all .25s ease-out; } }
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ==========================================================================
  Parts
  ========================================================================== */
.soon {
  display: inline-block;
  padding: 120px 0;
  font-size: 200%;
  text-align: center;
  font-weight: bold; }

.modaal-inner-wrapper {
  padding: 80px 20px !important; }

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px; }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative; } }
/* ==========================================================================
  Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out; }

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.anim-fadein {
  opacity: 0; }

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out; }

@keyframes fadeIn {
  0% {
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-fadeinUp {
  opacity: 0; }

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.8s 0.2s both ease-out; }

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.8s 0.6s both ease-out; }

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.8s 0.8s both ease-out; }

@keyframes fadeInUp {
  0% {
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slidein-l {
  opacity: 0; }

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out; }

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slidein-r {
  opacity: 0; }

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out; }

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out; }

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0); } }
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out; }

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(100vw, 0); } }
/* ==========================================================================
Layout (COMMON)
========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .l-wrapper {
      padding-bottom: 70px; } }

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-inner {
      max-width: 95%; } }

.l-main {
  position: relative; }

.btn-wrap {
  margin: 40px 0 0; }

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  padding: 15px 15px;
  border: 2px solid #000;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.2em; }
  .btn::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5%;
    margin: auto 0 auto auto;
    width: 1.5em;
    height: 1.2em;
    background: url(../images/arrow-r-blk.png) no-repeat;
    background-size: contain;
    transition: all .25s ease-out; }

.btn-entry {
  margin-bottom: 15px;
  border: none;
  color: #fff;
  background: #000;
  border-radius: 10px;
  line-height: 0.8em; }
  .btn-entry::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5%;
    margin: auto 0 auto auto;
    width: 1.5em;
    height: 1.2em;
    background: url("../images/arrow-r-wht.png") no-repeat;
    background-size: contain;
    transition: all .25s ease-out; }
  .btn-entry .font-s {
    font-size: 0.6em;
    line-height: 0; }

@media screen and (min-width: 769px) {
  .btn-wrap {
    margin: 60px 0 0; }

  .btn {
    width: 70%;
    border: 2px solid #000; }
    .btn:hover {
      background: #fff;
      color: #000; }
      .btn:hover::after {
        background: url("../images/arrow-r-wht.png") no-repeat;
        background-size: contain; }

  .btn-entry {
    width: 70%;
    border: 2px solid #000;
    color: #fff; }
    .btn-entry:hover {
      background: #fff;
      color: #000; }
      .btn-entry:hover::after {
        background: url("../images/arrow-r-blk.png") no-repeat;
        background-size: contain; }
    .btn-entry .font-s {
      font-size: 0.5em; } }
/* ==========================================================================
Layout (TOP)
========================================================================== */
/* ---------------
KV
------------------ */
.l-kv {
  max-width: 1280px;
  margin: 0 auto; }

/* ---------------
statement
------------------ */
.l-statement {
  background: #fff; }
  .l-statement .cnts {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8em;
  /*.statement-ttl {
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 1.3em;
    font-weight: bold;
  }*/ }
    .l-statement .cnts .statement-cnts-bass {
      margin: 30px 0;
      padding: 3%;
      background: #F39800;
      border-radius: 10px; }
      .l-statement .cnts .statement-cnts-bass h3 {
        display: table;
        font-weight: bold;
        color: #fff;
        font-size: 2.5rem;
        margin: 0 auto 15px; }
      .l-statement .cnts .statement-cnts-bass .statement-cnts-inner {
        padding: 3% 5%;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner p {
          line-height: 1.8em;
          text-align: left; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner a {
          color: #0F56C7;
          text-decoration: underline; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner a:hover {
          text-decoration: none; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .statement_img_model {
          width: 100%;
          height: auto;
          margin-top: 40px; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .statement-cnts-lead {
          text-align: center;
          font-weight: bold;
          font-size: 2rem; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .bottom-line {
          padding-bottom: 15px;
          margin-bottom: 30px;
          border-bottom: 3px dotted #F39800; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .discussion {
          margin: 30px 0 0;
          padding: 0 10px 0 0;
          color: #F39800;
          font-weight: bold;
          font-size: 2rem;
          text-align: left; }
        .l-statement .cnts .statement-cnts-bass .statement-cnts-inner .discussion:before {
          content: "";
          width: 15px;
          height: 15px;
          margin-right: 10px;
          transform: rotate(45deg);
          background: #EF6C00;
          display: inline-block; }
      .l-statement .cnts .statement-cnts-bass .statement-cnts-inner:last-child {
        margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .l-statement {
    padding: 60px 0;
    background: #fff; }
    .l-statement .statement-cnts-bass {
      padding: 2% 3% 3%; }
      .l-statement .statement-cnts-bass .cnts {
        text-align: center;
        font-size: 1.7rem;
        line-height: 1.8em; }
        .l-statement .statement-cnts-bass .cnts .statement-ttl {
          margin-bottom: 30px;
          font-size: 3rem;
          line-height: 1.5em;
          font-weight: bold; }
      .l-statement .statement-cnts-bass .statement-cnts-inner {
        padding: 30px;
        background: #fff;
        border-radius: 10px; }
        .l-statement .statement-cnts-bass .statement-cnts-inner h3 {
          display: table;
          font-weight: bold;
          color: #fff;
          font-size: 2.2rem;
          position: relative;
          padding-left: 7%;
          margin: 0 auto 30px; }
        .l-statement .statement-cnts-bass .statement-cnts-inner .statement_img_model {
          width: 80%;
          height: auto;
          margin: 40px auto 0; } }
/* ---------------
ABOUT
------------------ */
.l-about {
  padding-top: 0;
  background: #fef8e2; }
  .l-about .cnts {
    font-size: 1.8rem; }
    .l-about .cnts ul li {
      margin-bottom: 0.5em; }
    .l-about .cnts .archive {
      padding-top: 40px;
      text-align: center; }
    .l-about .cnts .about-att-ttl {
      font-weight: 600;
      font-size: 1.4rem;
      margin: 30px 0 10px; }
    .l-about .cnts .about-att {
      width: 100%;
      height: 150px;
      padding: 3%;
      font-size: 1.3rem;
      overflow-y: scroll;
      border: 1px solid #000;
      background: #fff; }
  .l-about .about-sub-lead {
    padding: 5% 0;
    width: 100%;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: -1px;
    background: #F39800; }

@media screen and (min-width: 769px) {
  .l-about .cnts {
    font-size: 2.2rem;
    max-width: 800px;
    margin: 0 auto; }
    .l-about .cnts .archive {
      padding-top: 40px;
      text-align: center; }
    .l-about .cnts .about-att {
      width: 100%;
      padding: 15px;
      height: 100px; }
  .l-about .about-sub-lead {
    padding: 2% 0;
    font-size: 2.2rem;
    letter-spacing: 1px; } }
/* ---------------
PROGRAM
------------------ */
.l-program .l-inner {
  max-width: 100%; }
  .l-program .l-inner .cnts .cnts-box {
    width: 100%;
    background: #f39800; }
    .l-program .l-inner .cnts .cnts-box h3 {
      padding: 15px 5%;
      font-size: 2.2rem;
      line-height: 1.3em;
      text-align: left;
      color: #fff;
      background: none; }
    .l-program .l-inner .cnts .cnts-box .num_l {
      font-size: 2.8rem;
      font-weight: 500; }
    .l-program .l-inner .cnts .cnts-box .cnts-box-inner {
      width: 90%;
      padding: 5%;
      margin: 0 auto;
      background: #fff;
      box-sizing: border-box; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead {
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.5rem;
        color: #000;
        font-weight: 500; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead-person-name {
        font-size: 1.5rem;
        line-height: 1.5em;
        font-weight: 500;
        text-align: left; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li {
          width: 100%;
          height: auto;
          margin: 0 auto 15px;
          box-sizing: border-box; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner {
            border-radius: 10px;
            background: #fff; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img {
              width: 100%;
              height: auto;
              margin: 0 auto 10px; }
              .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img img {
                width: 100%;
                height: auto; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .font-s {
              font-size: 0.6em;
              line-height: 1em; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-title {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 1.3rem;
            line-height: 1.5em;
            width: 40%;
            margin: 0 auto 5px;
            color: #fff;
            background: #f39800; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-name {
            font-size: 1.3rem;
            line-height: 1.5em;
            text-align: center; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .font-l {
            line-height: 2em;
            font-size: 1.8rem;
            font-weight: bold; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:before {
        content: "";
        display: block;
        width: 32%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
        order: 1; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:after {
        content: "";
        display: block;
        width: 32%;
        /* .boxに指定したwidthと同じ幅を指定する */
        height: 0; }
  .l-program .l-inner .cnts .cnts-box:last-child {
    padding-bottom: 15px; }

@media screen and (min-width: 769px) {
  .l-program .l-inner {
    max-width: 1000px; }
    .l-program .l-inner .cnts .cnts-box {
      width: 100%;
      background: #f39800; }
      .l-program .l-inner .cnts .cnts-box h3 {
        padding: 10px 15px 20px;
        font-size: 2.2rem;
        text-align: left;
        color: #fff;
        font-weight: 600;
        line-height: 1.3em;
        border-radius: 15px; }
      .l-program .l-inner .cnts .cnts-box .num_l {
        font-size: 3rem;
        font-weight: 500; }
      .l-program .l-inner .cnts .cnts-box .cnts-box-inner {
        width: 980px;
        padding: 15px 15px 0 15px;
        background: #fff; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead {
          padding: 0;
          margin-bottom: 15px;
          text-align: left;
          font-size: 1.8rem;
          font-weight: bold; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-table-lead-person-name {
          font-size: 1.5rem;
          line-height: 1.5em;
          text-align: left; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list {
          width: 100%;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li {
            width: 32%;
            height: auto;
            margin-bottom: 15px;
            border-radius: 10px;
            box-sizing: border-box; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner {
              padding: 15px;
              border-radius: 10px;
              background: #fff; }
              .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img {
                width: 100%;
                height: auto;
                margin: 0 auto 10px; }
                .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-inner .person-img img {
                  width: 100%;
                  height: auto; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-title {
              display: block;
              text-align: center;
              font-weight: bold;
              font-size: 1.1rem;
              line-height: 1.5em;
              width: 90px;
              margin: 0 auto 5px;
              color: #fff;
              background: #f39800; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .person-name {
              font-size: 1.2rem;
              line-height: 1.3em;
              text-align: center; }
            .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list li .font-l {
              line-height: 1.8em;
              font-size: 1.5rem;
              font-weight: bold; }
        .l-program .l-inner .cnts .cnts-box .cnts-box-inner .program-list:after {
          content: "";
          display: block;
          width: 32%;
          /* .boxに指定したwidthと同じ幅を指定する */
          height: 0; } }
/* ---------------
ORGANIZATION
------------------ */
.l-organization {
  background: #fef8e2; }
  .l-organization p {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center; }
  .l-organization .org-ttl {
    text-align: center;
    margin: 0 auto 5px; }
  .l-organization .org-logo {
    width: 60%;
    height: auto;
    margin: 0 auto 15px; }
    .l-organization .org-logo img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 769px) {
  .l-organization {
    background: #fef8e2; }
    .l-organization p {
      font-weight: bold;
      font-size: 1.6em;
      text-align: center; }
    .l-organization .org-ttl {
      text-align: center;
      margin: 0 auto 5px; }
    .l-organization .org-logo {
      width: 40%;
      height: auto;
      margin: 0 auto 30px; }
      .l-organization .org-logo img {
        width: 100%;
        height: auto; } }
/* ==========================================================================
フローティングバナー
========================================================================== */
.floating-btn {
  display: inline-table;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  padding: 15px 20px; }
  .floating-btn ul {
    display: flex;
    justify-content: left;
    align-items: center; }
    .floating-btn ul li {
      width: 18%;
      min-width: 230px;
      margin-right: 15px; }
      .floating-btn ul li a {
        position: relative;
        width: 100%;
        padding: 10px 8px;
        line-height: 1.3em;
        background: #000;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        display: inline-table; }
        .floating-btn ul li a:hover {
          color: #fff;
          opacity: 0.7; }
      .floating-btn ul li a:after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        /* 矢印アイコンの位置を設定 */
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg); }

@media screen and (max-width: 768px) {
  .floating-btn {
    height: 60px;
    padding: 15px 2.5% 0; }
    .floating-btn ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .floating-btn ul li {
        width: 48.5%;
        min-width: auto;
        margin: 0 0 10px 0; }
        .floating-btn ul li a {
          padding: 5% 3%;
          border-radius: 6px;
          line-height: 1.8rem;
          font-size: 1.5rem; }
        .floating-btn ul li a:after {
          /* 矢印アイコンの位置を設定 */
          position: absolute;
          top: 50%;
          right: 10px; } }
/* ==========================================================================
FOOTER
========================================================================== */
.l-footer {
  height: 120px;
  background: url(../images/footer-img.png) center bottom no-repeat;
  background-size: 127% auto; }

@media screen and (min-width: 769px) {
  .l-footer {
    height: 300px;
    background: url(../images/footer-img.png) center bottom no-repeat;
    background-size: auto 150px; } }
