@charset "UTF-8";
/* ==========================================================================
  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; }

.l-wrapper-top {
  padding-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .l-wrapper-top {
      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; }

.l-section {
  position: relative;
  padding: 40px 0; }
  .l-section small {
    font-size: 80%; }
  .l-section h2 {
    height: 12.5vw;
    margin: 0 auto 40px;
    text-align: center; }
    .l-section h2 img {
      width: auto;
      height: 100%; }
  .l-section .cnts {
    line-height: 1.4; }
    .l-section .cnts .notes {
      font-size: 90%; }

.bb_line {
  border-bottom: 1px solid #f3d503; }

@media screen and (min-width: 769px) {
  .l-section {
    padding: 60px 0; }
    .l-section h2 {
      height: 90px;
      margin: 0 auto 50px; } }
.btn-wrap {
  margin: 40px 0 0; }

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 300px;
  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; }

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

  .btn {
    width: 50%;
    border: 2px solid #000; }
    .btn:hover {
      background: #000;
      color: #fff; }
      .btn:hover::after {
        background: url(../images/arrow-r-wht.png) no-repeat;
        background-size: contain; } }
/* ==========================================================================
Layout (TOP)
========================================================================== */
/* ---------------
HEADER
------------------ */
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    background: transparent;
    padding: 10px 0;
    height: 60px;
    position: inherit;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    z-index: 11; }
    .l-header .logo {
      width: 40%;
      margin: 0 auto; }
      .l-header .logo img {
        width: 100%;
        height: auto; }
    .l-header .nav-trigger {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 9; }
      .l-header .nav-trigger .lines {
        position: relative; }
        .l-header .nav-trigger .lines span {
          position: absolute;
          z-index: 2;
          background: #F39800;
          left: 15px;
          transition: all .25s ease-out; }
        .l-header .nav-trigger .lines span:nth-child(1) {
          width: 30px;
          height: 3px;
          top: 20px; }
        .l-header .nav-trigger .lines span:nth-child(2) {
          width: 30px;
          height: 3px;
          top: 30px; }
        .l-header .nav-trigger .lines span:nth-child(3) {
          width: 30px;
          height: 3px;
          top: 40px; }
    .l-header .nav-trigger.is-active .lines span:nth-child(1) {
      width: 30px;
      top: 30px;
      transform: rotate(-45deg); }
    .l-header .nav-trigger.is-active .lines span:nth-child(2) {
      width: 0;
      top: 30px;
      transform: rotate(45deg); }
    .l-header .nav-trigger.is-active .lines span:nth-child(3) {
      width: 30px;
      top: 30px;
      transform: rotate(45deg); }
    .l-header .gnav {
      display: none;
      overflow: hidden;
      opacity: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: -100vw;
      position: absolute;
      width: 100%;
      height: 48vh;
      background: #FFF;
      z-index: 8;
      padding: 7.5% 5% 0;
      transition: all .25s ease-out; }
      .l-header .gnav ul {
        position: relative;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .l-header .gnav ul li {
          overflow: visible;
          border-bottom: 2px dotted #F39800;
          text-align: center;
          margin: 0; }
          .l-header .gnav ul li a {
            border: none;
            display: block;
            padding: 30px 0;
            color: #F39800;
            font-size: 2.2rem;
            font-weight: bold;
            letter-spacing: .05em; }
            .l-header .gnav ul li a:last-child {
              border: none; }
        .l-header .gnav ul li.sp-sns {
          text-align: center;
          padding: 25px 0; }
          .l-header .gnav ul li.sp-sns a {
            display: inline-block;
            width: 26px;
            height: 26px;
            padding: 0;
            margin: 0 20px;
            border: none; }
    .l-header .gnav.is-active {
      display: block;
      left: 0;
      right: 0;
      opacity: 1; }

  .nav-trigger {
    height: 60px;
    right: 0; } }
@media screen and (min-width: 769px) {
  .l-header {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background: transparent;
    padding: 10px 0;
    height: 60px;
    position: inherit;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    z-index: 11; }
    .l-header .logo {
      width: 20%; }
      .l-header .logo img {
        width: 100%;
        height: auto; }
    .l-header .nav-trigger {
      display: none; }
    .l-header .nav-trigger.is-active {
      display: none; }
    .l-header .nav-trigger {
      height: 0;
      right: 0; }
    .l-header .gnav {
      display: block;
      overflow: visible;
      opacity: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: static;
      width: 100%;
      height: auto;
      background: none;
      z-index: 0;
      padding: 1% 0;
      transition: all .25s ease-out; }
      .l-header .gnav ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: inherit;
        justify-content: flex-end;
        border-top: none;
        align-items: center; }
        .l-header .gnav ul li {
          width: auto;
          overflow: visible;
          border-bottom: none;
          text-align: center;
          margin: 0 3% 0 0; }
          .l-header .gnav ul li a {
            border: none;
            display: block;
            color: #000;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: .05em; }
            .l-header .gnav ul li a:last-child {
              border: none; }
          .l-header .gnav ul li a:hover {
            opacity: 0.6; }
    .l-header .gnav.is-active {
      display: block;
      left: 0;
      right: 0;
      opacity: 1; } }
@media screen and (max-width: 768px) {
  .l-header .gnav ul li a {
    font-size: 2.0rem;
    padding: 20px 0; } }
.l-header .sns {
  margin: 0 20px 0 10px; }
  .l-header .sns ul {
    display: flex;
    justify-content: flex-end;
    padding: 4px 0; }
    .l-header .sns ul li {
      margin-left: 10px; }
      .l-header .sns ul li a {
        display: block;
        width: 32px;
        height: 32px; }
        .l-header .sns ul li a img {
          width: 100%;
          height: auto; }

/* ---------------
KV
------------------ */
.l-kv {
  max-width: 1280px;
  margin: 0 auto; }

.top-lead {
  width: 100%;
  background: #F39800; }
  .top-lead a {
    padding: 1%;
    display: block;
    color: #fff;
    text-decoration: underline; }
    .top-lead a p {
      font-size: 2rem;
      line-height: 1.5em;
      text-align: center;
      font-weight: bold;
      color: #fff; }
  .top-lead a:hover {
    text-decoration: none; }

/* ---------------
statement
------------------ */
.l-statement {
  background: #FCF8DE; }
  .l-statement .cnts {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8em; }
    .l-statement .cnts .statement-ttl {
      margin-bottom: 30px;
      font-size: 1.8rem;
      line-height: 1.3em;
      font-weight: bold; }

@media screen and (min-width: 769px) {
  .l-statement {
    background: #FCF8DE; }
    .l-statement .cnts {
      text-align: center;
      font-size: 1.7rem;
      line-height: 1.8em; }
      .l-statement .cnts .statement-ttl {
        margin-bottom: 30px;
        font-size: 3rem;
        line-height: 1.5em;
        font-weight: bold; } }
/* ---------------
NEWS
------------------ */
#news .news-area {
  max-width: 100%;
  margin: 0 auto; }
  #news .news-area table {
    display: block;
    padding: 5%;
    border: 1px solid #333;
    overflow: scroll;
    max-height: 180px;
    background: #fff;
    box-sizing: border-box; }
    #news .news-area table tr {
      display: grid;
      justify-content: space-between;
      margin-bottom: 15px;
      padding-bottom: 15px;
      font-size: 1.6rem;
      border-bottom: 1px dotted #333; }
      #news .news-area table tr th {
        width: 100%;
        font-weight: bold;
        text-align: left; }
      #news .news-area table tr td {
        width: 100%;
        text-align: left; }
        #news .news-area table tr td a {
          text-decoration: underline; }
        #news .news-area table tr td a:hover {
          text-decoration: none; }

@media screen and (min-width: 769px) {
  #news .news-area {
    max-width: 800px;
    margin: 0 auto; }
    #news .news-area table {
      display: block;
      padding: 3%;
      border: 1px solid #333;
      overflow: scroll;
      max-height: 180px;
      background: #fff; }
      #news .news-area table tbody {
        width: 100%;
        display: block; }
      #news .news-area table tr {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px; }
        #news .news-area table tr th {
          width: 15%;
          font-weight: bold;
          text-align: left;
          margin-right: 10px; }
        #news .news-area table tr td {
          width: 83%;
          text-align: left; } }
/* ---------------
ABOUT
------------------ */
.l-about {
  background: #fff;
  /*連携セミナー*/ }
  .l-about .cnts {
    font-size: 1.8rem; }
    .l-about .cnts .lead {
      font-weight: bold;
      text-align: center;
      font-size: 1.8rem;
      line-height: 2.1em;
      padding: 0 5%; }
    .l-about .cnts .top-iframe {
      width: 100%;
      margin: 30px auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .l-about .cnts .top-iframe {
          position: relative;
          width: 90%;
          height: 0;
          padding-top: 50%; } }
      .l-about .cnts .top-iframe iframe {
        width: 800px;
        height: 500px; }
        @media screen and (max-width: 768px) {
          .l-about .cnts .top-iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
    .l-about .cnts .about-cnts-bass {
      margin: 30px 0;
      padding: 5%;
      background: #F39800;
      border-radius: 10px; }
      .l-about .cnts .about-cnts-bass h3 {
        display: table;
        font-weight: bold;
        color: #fff;
        font-size: 2rem;
        position: relative;
        padding-left: 0;
        margin: 0 auto 15px; }
        .l-about .cnts .about-cnts-bass h3 .diamond-box {
          position: absolute;
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          background-color: #fff;
          overflow: hidden;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        .l-about .cnts .about-cnts-bass h3 .diamond-box .inner-box {
          width: 30px;
          height: 30px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
        .l-about .cnts .about-cnts-bass h3 .diamond-box .inner-box .text {
          font-size: 3.5rem;
          line-height: 0.7em;
          color: #F39800; }
      .l-about .cnts .about-cnts-bass .about-cnts-inner {
        padding: 5%;
        background: #fff;
        border-radius: 10px; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner p {
          line-height: 2.2em; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner a {
          color: #0F56C7;
          text-decoration: underline; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner a:hover {
          text-decoration: none; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner .about_img_model {
          width: 100%;
          height: auto;
          margin-top: 40px; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner .discussion {
          margin: 30px 0 0;
          padding: 0 10px 0 0;
          color: #F39800;
          font-weight: bold;
          font-size: 2rem; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner .discussion:before {
          content: "";
          width: 15px;
          height: 15px;
          margin-right: 10px;
          transform: rotate(45deg);
          background: #EF6C00;
          display: inline-block; }
  .l-about .about-event-add {
    width: 100%;
    padding: 30px;
    margin: 30px 0 0;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #000;
    border: 3px solid #F39800;
    box-sizing: border-box;
    background: #FCF8DE; }
    .l-about .about-event-add .about-event-add-icon {
      display: inline-block;
      padding: 1% 2%;
      color: #fff;
      font-weight: bold;
      background: #F39800; }
    .l-about .about-event-add .about-event-add-ttl {
      font-size: 1.8rem;
      line-height: 1.5em;
      margin: 15px 0 30px;
      font-weight: bold;
      text-align: center;
      color: #F39800; }
    .l-about .about-event-add .about-event-add-ttl:after {
      content: '';
      width: 80px;
      height: 3px;
      background: #F39800;
      margin: 15px auto;
      display: block; }
    .l-about .about-event-add .font-s {
      font-size: 1.3rem;
      margin-top: 30px; }
    .l-about .about-event-add .about-event-add-btn {
      margin: 15px 0 0;
      text-align: right;
      text-decoration: underline; }
    .l-about .about-event-add .about-event-add-btn:hover {
      text-decoration: none; }

@media screen and (min-width: 769px) {
  .l-about .cnts {
    font-size: 1.6rem;
    margin: 0 auto; }
    .l-about .cnts .lead {
      font-weight: bold;
      text-align: center;
      font-size: 1.8rem;
      line-height: 2em;
      padding: 0; }
    .l-about .cnts .about-cnts-bass {
      margin: 60px 0;
      padding: 30px; }
      .l-about .cnts .about-cnts-bass h3 {
        display: table;
        font-weight: bold;
        color: #fff;
        font-size: 2.5rem;
        position: relative;
        padding-left: 0;
        margin: 0 auto 30px; }
      .l-about .cnts .about-cnts-bass .about-cnts-inner {
        padding: 30px;
        background: #fff;
        border-radius: 10px; }
        .l-about .cnts .about-cnts-bass .about-cnts-inner .about_img_model {
          width: 80%;
          height: auto;
          margin: 40px auto 0; }
    .l-about .cnts .about-event-add {
      font-size: 1.6rem;
      margin: 60px 0 0; }
      .l-about .cnts .about-event-add .about-event-add-ttl {
        font-size: 2.2rem;
        font-weight: 900;
        margin: 15px 0 30px; } }
.l-workshop-rep {
  padding: 40px 3%;
  box-sizing: border-box;
  /*background: #FCF8DE;*/ }
  @media screen and (min-width: 769px) {
    .l-workshop-rep {
      padding: 60px 0; } }
  .l-workshop-rep .workshop-rep-lead {
    text-align: center;
    color: #000;
    font-size: 1.3em;
    line-height: 1.7em; }
    @media screen and (min-width: 769px) {
      .l-workshop-rep .workshop-rep-lead {
        font-size: 1em; } }
  .l-workshop-rep .workshop-rep-btn {
    position: relative;
    margin: 30px auto 0;
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background: #F39800; }
  .l-workshop-rep .workshop-rep-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    transform: rotate(45deg); }
  .l-workshop-rep .workshop-rep-btn:hover {
    opacity: 0.8; }

.l-coference {
  padding: 40px 3%;
  box-sizing: border-box;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .l-coference {
      padding: 60px 0; } }
  .l-coference h2 {
    height: 18.5vw;
    margin: 0 auto 40px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .l-coference h2 {
        height: 90px;
        margin: 0 auto 50px; } }
    .l-coference h2 img {
      width: auto;
      height: 100%; }
  .l-coference .coference-lead {
    text-align: center;
    color: #000;
    font-size: 1.3em;
    line-height: 1.7em; }
    @media screen and (min-width: 769px) {
      .l-coference .coference-lead {
        font-size: 1em; } }
  .l-coference .coference-btn {
    position: relative;
    margin: 30px auto 0;
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background: #F39800; }
  .l-coference .coference-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    transform: rotate(45deg); }
  .l-coference .coference-btn:hover {
    opacity: 0.8; }

.l-award {
  padding: 40px 3%;
  box-sizing: border-box;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .l-award {
      padding: 60px 0; } }
  .l-award h2 {
    height: 15vw;
    margin: 0 auto 40px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .l-award h2 {
        height: 90px;
        margin: 0 auto 50px; } }
    .l-award h2 img {
      width: auto;
      height: 100%; }
  .l-award .award-lead {
    text-align: center;
    color: #000;
    font-size: 1.3em;
    line-height: 1.7em; }
    @media screen and (min-width: 769px) {
      .l-award .award-lead {
        font-size: 1em; } }
  .l-award .award-btn {
    position: relative;
    margin: 30px auto 0;
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background: #F39800; }
  .l-award .award-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    transform: rotate(45deg); }
  .l-award .award-btn:hover {
    opacity: 0.8; }
  .l-award .award-btn-gray {
    background: #999999; }

.l-innovations {
  padding: 40px 3%;
  box-sizing: border-box;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .l-innovations {
      padding: 60px 0; } }
  .l-innovations h2 {
    height: 15vw;
    margin: 0 auto 40px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .l-innovations h2 {
        height: 90px;
        margin: 0 auto 50px; } }
    .l-innovations h2 img {
      width: auto;
      height: 100%; }
  .l-innovations .innovations-lead {
    text-align: center;
    color: #000;
    font-size: 1.3em;
    line-height: 1.7em; }
    @media screen and (min-width: 769px) {
      .l-innovations .innovations-lead {
        font-size: 1em; } }
  .l-innovations .innovations-btn {
    position: relative;
    margin: 30px auto 0;
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background: #F39800; }
  .l-innovations .innovations-btn:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    transform: rotate(45deg); }
  .l-innovations .innovations-btn:hover {
    opacity: 0.8; }

/* ---------------
WORKING
------------------ */
.l-working {
  background: #EFFDFF; }
  .l-working .cnts {
    font-size: 1.8rem; }
    .l-working .cnts .work-lead {
      margin-bottom: 15px;
      font-weight: bold;
      text-align: center;
      font-size: 2rem;
      line-height: 2em; }
    .l-working .cnts ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0; }
      .l-working .cnts ul li {
        padding: 15px 0;
        margin-bottom: 15px;
        width: 48%;
        height: auto;
        background: #fff; }
        .l-working .cnts ul li .work-num {
          margin: 0 auto 15px;
          text-align: center;
          font-size: 2rem;
          font-weight: bold; }
        .l-working .cnts ul li .work-img {
          margin-bottom: 10px;
          width: 100%; }
        .l-working .cnts ul li .work-text {
          padding: 0 7%;
          box-sizing: border-box;
          margin-bottom: 15px;
          font-size: 1.3rem;
          line-height: 1.5em; }
        .l-working .cnts ul li .work-btn {
          position: relative;
          display: table;
          padding: 2% 10% 2% 5%;
          margin: 0 auto;
          color: #fff;
          font-size: 1.3rem;
          font-weight: bold;
          background: #000; }
        .l-working .cnts ul li .work-btn:after {
          content: '';
          display: inline-block;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #fff;
          display: inline-block;
          width: 0;
          height: 0;
          /* 矢印アイコンの位置を設定 */
          position: absolute;
          top: 50%;
          right: 5%;
          transform: translateY(-50%); }
        .l-working .cnts ul li .work-schedule {
          font-size: 1.3rem;
          font-weight: bold;
          color: #000;
          text-align: center; }
    .l-working .cnts ul.worklist-two:before,
    .l-working .cnts ul.worklist-two:after {
      content: '';
      width: 48%;
      height: auto;
      display: none; }

@media screen and (min-width: 769px) {
  .l-working .cnts {
    font-size: 2.2rem;
    margin: 0 auto; }
    .l-working .cnts ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .l-working .cnts ul li {
        width: 22%;
        height: auto; }
    .l-working .cnts ul.worklist-two:before,
    .l-working .cnts ul.worklist-two:after {
      content: '';
      width: 22%;
      height: auto;
      display: block; } }
/* ---------------
PROGRAM
------------------ */
.l-program .cnts .program-table-lead {
  padding: 20px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold; }
.l-program .cnts .mb40 {
  margin-bottom: 5%; }
.l-program .cnts h3 {
  padding: 5%;
  font-size: 2rem;
  text-align: center;
  background: #e4c71e; }
.l-program .cnts .program-table {
  width: 90%;
  margin: 0 auto 8%;
  border-top: 1px solid #333;
  border-left: 1px solid #333; }
  .l-program .cnts .program-table tr td {
    padding: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    vertical-align: middle;
    text-align: center; }
    .l-program .cnts .program-table tr td .person-img {
      width: 60%;
      height: auto;
      margin: 0 auto 3%; }
      .l-program .cnts .program-table tr td .person-img img {
        width: 100%; }
    .l-program .cnts .program-table tr td .person-name {
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .l-program .cnts .program-table tr td .font-s {
      font-size: 0.9em; }
  .l-program .cnts .program-table tr .person-box {
    display: block; }

@media screen and (min-width: 769px) {
  .l-program .cnts .program-table-lead {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  .l-program .cnts .mb40 {
    margin-bottom: 40px;
    font-size: 16px; }
  .l-program .cnts h3 {
    padding: 10px 0;
    font-size: 2rem;
    text-align: center;
    background: #e4c71e; }
  .l-program .cnts .program-table {
    width: 90%;
    margin: 0 auto 60px;
    border-top: 1px solid #333;
    border-left: 1px solid #333; }
    .l-program .cnts .program-table tr td {
      padding: 10px;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      vertical-align: middle;
      text-align: center; }
      .l-program .cnts .program-table tr td .person-img {
        width: 24%;
        height: auto;
        margin-bottom: 0; }
        .l-program .cnts .program-table tr td .person-img img {
          width: 100%; }
      .l-program .cnts .program-table tr td .person-name {
        width: 70%;
        font-size: 16px;
        font-weight: bold;
        text-align: left; }
      .l-program .cnts .program-table tr td .font-s {
        font-size: 0.8em; }
    .l-program .cnts .program-table tr .person-box {
      display: flex;
      justify-content: space-around; } }
/* ---------------
INNOVATION CONFERENCE
------------------ */
.l-innovation {
  background: #FFFFEF; }
  .l-innovation p {
    font-size: 1.5rem; }
  .l-innovation .innovation-lead {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    line-height: 2em; }
  .l-innovation .innovation-yokoku-img {
    width: 500px;
    margin: 30px auto 10px; }
  .l-innovation .innovation-yokoku {
    font-size: 3rem;
    text-align: center;
    font-weight: bold; }

@media screen and (min-width: 769px) {
  .l-innovation {
    background: #FFFFEF; } }
/* ---------------
ORGANIZATION
------------------ */
.l-organization {
  background: #fff; }
  .l-organization p {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center; }
  .l-organization .org-ttl {
    text-align: center;
    margin: 0 auto 5px;
    font-size: 1em; }
  .l-organization .org-logo {
    width: 45%;
    height: auto;
    margin: 0 auto 15px; }
    .l-organization .org-logo img {
      width: 100%;
      height: auto; }
  .l-organization ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .l-organization ul li {
      width: 45%;
      height: auto; }
      .l-organization ul li img {
        width: 100%;
        height: auto; }
  .l-organization .org-second-list li {
    margin-bottom: 15px; }

@media screen and (min-width: 769px) {
  .l-organization {
    background: #fff; }
    .l-organization p {
      font-weight: bold;
      font-size: 1.6em;
      text-align: center; }
    .l-organization .org-ttl {
      text-align: center;
      margin: 0 auto 15px;
      font-size: 1.6em; }
    .l-organization .org-logo {
      width: 22%;
      height: auto;
      margin: 0 auto 10px; }
      .l-organization .org-logo img {
        width: 100%;
        height: auto; }
    .l-organization ul {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .l-organization ul li {
        width: 33%;
        height: auto; }
        .l-organization ul li img {
          width: 80%;
          height: auto;
          margin: 0 auto;
          display: block; } }
/* ---------------
PRACTICE
------------------ */
.l-practice {
  background: #fff; }
  .l-practice .practice-ttl {
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    background: #F39800; }
  .l-practice p {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center; }
  .l-practice p.clickatt {
    font-size: 0.7em;
    text-align: center;
    padding: 2% 0 0; }
  .l-practice .practice-add {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.3em;
    text-align: center; }
  .l-practice .cnts {
    margin-top: 30px; }
  .l-practice ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .l-practice ul li {
      width: 45%;
      height: auto;
      margin-bottom: 15px; }
      .l-practice ul li img {
        width: 100%;
        height: auto; }
  .l-practice ul:before {
    content: "";
    display: block;
    width: 45%;
    height: 0;
    order: 1; }
  .l-practice ul:after {
    content: "";
    display: block;
    width: 45%;
    height: 0; }
  .l-practice .prac-logo:hover {
    opacity: 0.8; }
  .l-practice .prac-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); }
    .l-practice .prac-modal .modal-box {
      background-color: #fff;
      margin: 10% auto;
      max-width: 640px;
      width: 90%;
      border-radius: 10px;
      animation-name: modalopen;
      animation-duration: 1s;
      position: relative; }
      .l-practice .prac-modal .modal-box .praclogobox {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 5%;
        background: #fff; }
        .l-practice .prac-modal .modal-box .praclogobox .praclogobox-logo {
          width: 80%;
          height: auto;
          margin: 0 auto; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-logo img {
            width: 100%;
            height: auto; }
        .l-practice .prac-modal .modal-box .praclogobox .praclogobox-name {
          margin: 10px 0 30px;
          text-align: center;
          font-size: 1.8rem;
          font-weight: bold;
          color: #000; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-name a {
            text-decoration: underline;
            display: block; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-name a:hover {
            text-decoration: none;
            display: block; }
        .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner {
          display: block; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-text {
            width: 100%;
            font-size: 1.3rem;
            line-height: 1.7em;
            text-align: left; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-img {
            width: 60%;
            height: auto;
            margin: 10px auto 0; }
            .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-img img {
              width: 100%;
              height: auto; }
      .l-practice .prac-modal .modal-box .modalClose {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        background: none; }
        .l-practice .prac-modal .modal-box .modalClose .round_btn {
          display: block;
          position: relative;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          /* 丸みの度合い */
          background: #333;
          /* ボタンの背景色 */ }
        .l-practice .prac-modal .modal-box .modalClose .round_btn::before,
        .l-practice .prac-modal .modal-box .modalClose .round_btn::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 3px;
          height: 21px;
          background: #fff;
          /* バツ印の色 */ }
        .l-practice .prac-modal .modal-box .modalClose .round_btn::before {
          transform: translate(-50%, -50%) rotate(45deg); }
        .l-practice .prac-modal .modal-box .modalClose .round_btn::after {
          transform: translate(-50%, -50%) rotate(-45deg); }
  .l-practice .attention {
    font-size: 1rem;
    text-align: left; }
  .l-practice a.commany2023 {
    display: block;
    margin: 30px auto 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline; }
  .l-practice a.commany2023:hover {
    text-decoration: none; }

@media screen and (min-width: 769px) {
  .l-practice {
    background: #fff; }
    .l-practice .practice-ttl {
      padding: 20px 0;
      line-height: 1em; }
    .l-practice p {
      font-weight: bold;
      font-size: 1.6em;
      text-align: center; }
    .l-practice ul {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .l-practice ul li {
        width: 22%;
        height: auto;
        margin-bottom: 25px; }
        .l-practice ul li img {
          width: 100%;
          height: auto; }
    .l-practice ul:before {
      content: "";
      display: block;
      width: 22%;
      height: 0;
      order: 1; }
    .l-practice ul:after {
      content: "";
      display: block;
      width: 22%;
      height: 0;
      order: 2; }
    .l-practice .prac-modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5); }
      .l-practice .prac-modal .modal-box {
        background-color: #fff;
        margin: 10% auto;
        max-width: 640px;
        width: 90%;
        border-radius: 10px;
        animation-name: modalopen;
        animation-duration: 1s;
        position: relative; }
        .l-practice .prac-modal .modal-box .praclogobox {
          width: 100%;
          max-width: 600px;
          margin: 0 auto;
          padding: 30px;
          background: #fff; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-logo {
            width: 80%;
            height: auto;
            margin: 0 auto; }
            .l-practice .prac-modal .modal-box .praclogobox .praclogobox-logo img {
              width: 100%;
              height: auto; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-name {
            margin: 10px 0 30px;
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
            color: #000; }
          .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner {
            display: block; }
            .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-text {
              width: 100%;
              font-size: 1.5rem;
              line-height: 1.7em;
              text-align: left; }
            .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-img {
              width: 60%;
              height: auto;
              margin: 15px auto 0; }
              .l-practice .prac-modal .modal-box .praclogobox .praclogobox-inner .praclogobox-img img {
                width: 100%;
                height: auto; }
          .l-practice .prac-modal .modal-box .praclogobox p.clickatt {
            font-size: 0.7em;
            text-align: center;
            padding: 2% 0 0; }
        .l-practice .prac-modal .modal-box .modalClose {
          position: absolute;
          top: 10px;
          right: 10px;
          border: none;
          background: none; }
          .l-practice .prac-modal .modal-box .modalClose .round_btn {
            display: block;
            position: relative;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            /* 丸みの度合い */
            background: #333;
            /* ボタンの背景色 */ }
          .l-practice .prac-modal .modal-box .modalClose .round_btn::before,
          .l-practice .prac-modal .modal-box .modalClose .round_btn::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 3px;
            height: 21px;
            background: #fff;
            /* バツ印の色 */ }
          .l-practice .prac-modal .modal-box .modalClose .round_btn::before {
            transform: translate(-50%, -50%) rotate(45deg); }
          .l-practice .prac-modal .modal-box .modalClose .round_btn::after {
            transform: translate(-50%, -50%) rotate(-45deg); } }
/* ---------------
CONTACT
------------------ */
.l-contact .mail {
  text-align: center;
  font-size: 2.2rem; }

@media screen and (min-width: 769px) {
  .l-contact .mail {
    font-size: 2.5rem; } }
/* ==========================================================================
フローティングバナー
========================================================================== */
.floating-btn {
  display: inline-table;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  padding: 15px 20px; }
  .floating-btn a {
    position: relative;
    width: 25%;
    padding: 10px 15px 10px 5px;
    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 a:hover {
      color: #fff;
      opacity: 0.7; }
  .floating-btn 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: 15px;
    transform: translateY(-50%) rotate(45deg); }

@media screen and (max-width: 768px) {
  .floating-btn {
    height: 60px;
    padding: 0 3%; }
    .floating-btn a {
      display: block;
      width: 100%;
      padding: 5% 3%;
      border-radius: 6px;
      line-height: 1.8rem;
      font-size: 1.5rem; }
    .floating-btn a:after {
      /* 矢印アイコンの位置を設定 */
      position: absolute;
      top: 50%;
      right: 15px; } }
/* ==========================================================================
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; } }
