@charset "UTF-8";
/* ===================================
VARIABLE
=================================== */
/* h1 40px */
/* h2 32px */
/* h3 28px */
/* h4 24px */
/* h5 20px */
/* h6 16px */
/* h7 14px */
/* h8 12px */
/* h9 10px */
/* 56px */
.h1 {
  font-size: 2.5rem; }

/* h1 40px */
.h2 {
  font-size: 2rem; }

/* h2 32px */
.h3 {
  font-size: 1.75rem; }

/* h3 28px */
.h4 {
  font-size: 1.5rem; }

/* h4 24px */
.h5 {
  font-size: 1.25rem; }

/* h5 20px */
.h6 {
  font-size: 1rem; }

/* h6 16px */
.h7 {
  font-size: 0.875rem; }

/* h7 14px */
.h8 {
  font-size: 0.75rem; }

/* h8 12px */
.h9 {
  font-size: 0.625rem; }

/* h9 10px */
.clh4h5 {
  font-size: clamp(1.25rem, 3vw, 1.5rem); }

.clh5h6 {
  font-size: clamp(1rem, 3vw, 1.25rem); }

.clh6h7 {
  font-size: clamp(0.875rem, 3vw, 1rem); }

.topSpace {
  padding-top: 65px; }

html {
  scroll-behavior: smooth; }

* {
  min-height: 0vw;
  min-height: 0; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: black;
  font-weight: 300;
  color: white !important;
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  padding: 0;
  margin: 0;
  line-height: 2; }

/* ===================================
COMMON
=================================== */
.mainContainer {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px; }

.bold {
  font-weight: bold; }

p {
  margin: 0;
  padding: 0; }

table th, table td {
  margin: 0;
  font-weight: normal; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

dl {
  margin: 0; }
  dl dt, dl dd {
    margin: 0;
    font-weight: normal; }

a {
  color: black;
  text-decoration: none;
  transition: .5s all; }

a[href^="tel:"] {
  pointer-events: none;
  color: black; }

.width_95 {
  width: 95%;
  margin: 0 auto; }

.width_90 {
  width: 90%;
  margin: 0 auto; }

.width_80 {
  width: 80%;
  margin: 0 auto; }

.width_60 {
  width: 60%;
  margin: 0 auto; }

.width_70 {
  width: 70%;
  margin: 0 auto; }

.width_50 {
  width: 50%;
  margin: 0 auto; }

.width_30 {
  width: 30%;
  margin: 0 auto; }

.__w95 {
  width: clamp(330px, 85vw, calc(1200px * 0.95));
  margin: 0 auto; }

.__w90 {
  width: clamp(330px, 85vw, calc(1200px * 0.9));
  margin: 0 auto; }

.__w80 {
  width: clamp(330px, 85vw, calc(1200px * 0.8));
  margin: 0 auto; }

.__w70 {
  width: clamp(330px, 85vw, calc(1200px * 0.7));
  margin: 0 auto; }

.__w60 {
  width: clamp(330px, 85vw, calc(1200px * 0.6));
  margin: 0 auto; }

.__w50 {
  width: clamp(330px, 85vw, calc(1200px * 0.5));
  margin: 0 auto; }

.__w40 {
  width: clamp(330px, 85vw, calc(1200px * 0.4));
  margin: 0 auto; }

.__w30 {
  width: clamp(330px, 85vw, calc(1200px * 0.3));
  margin: 0 auto; }

.w520only {
  display: none !important; }

.w960only {
  display: none !important; }

.btn:hover {
  border-color: transparent; }

.btnArea {
  text-align: center;
  margin: 7.5vmax auto; }

.secPdg {
  padding: 7.5vmax 0; }

/* ===================================
*HEADER
=================================== */
.logo {
  width: 3rem; }

.nav_logo {
  width: clamp(9rem, 15vw, 14rem); }

/*----------------------------------------------------navigation */
.nav_brand {
  position: relative;
  display: flex;
  align-items: center; }

/*
.show_menu { height: 100%;
  overflow-y: scroll; }
*/
.fixed_top {
  position: fixed;
  margin: auto;
  right: 0;
  left: 0;
  background: black;
  z-index: 1000; }
  .fixed_top .nav_bar {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    align-items: center;
    max-width: 95%;
    margin: auto;
    height: 65px; }
    .fixed_top .nav_bar .nav_menu {
      display: none; }
      .fixed_top .nav_bar .nav_menu.open {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .itemBox {
          position: relative;
          z-index: 0;
          background: black; }
          .fixed_top .nav_bar .nav_menu.open .itemBox .bgImg {
            position: absolute;
            top: 0;
            height: 100%;
            object-fit: cover;
            opacity: 60%;
            z-index: -1; }
        .fixed_top .nav_bar .nav_menu.open .openArea {
          display: flex;
          justify-content: center;
          padding: 10vmax 0 5vmax;
          font-weight: 300; }
        .fixed_top .nav_bar .nav_menu.open .menuListBox {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          height: 100%;
          width: 10rem; }
          .fixed_top .nav_bar .nav_menu.open .menuListBox .menuList {
            line-height: 1;
            font-size: 1.5rem;
            margin: 1rem 0 2rem auto;
            padding: 0 1rem 1vmax 0;
            border-right: 0.5rem double white; }

.menuListBox_main {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-weight: bold; }
  .menuListBox_main li {
    margin: auto 1rem; }

.menuList a {
  position: relative;
  color: white;
  text-decoration: none; }
  .menuList a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: .5s all; }
  .menuList a:hover::after {
    transform: scale(1, 1); }

/*.topSpace { padding-top: 45px;}*/
/* ===================================
*MENU MEDIA
=================================== */
@media screen and (max-width: 960px) {
  .nav_button {
    display: flex;
    align-items: center; }
    .nav_button .openBtn {
      position: relative;
      cursor: pointer;
      width: 45px;
      height: 35px;
      border-radius: 5px; }
      .nav_button .openBtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        width: 70%;
        height: 2px;
        border-radius: 2px;
        background: white; }
        .nav_button .openBtn span:nth-of-type(1) {
          top: 10px; }
        .nav_button .openBtn span:nth-of-type(2) {
          top: 18px; }
        .nav_button .openBtn span:nth-of-type(3) {
          top: 26px; }

  .openBtn.active span:nth-of-type(1) {
    top: 12px;
    left: 18px;
    transform: translateY(5px) rotate(45deg);
    width: 70%; }

  .openBtn.active span:nth-of-type(2) {
    opacity: 0; }

  .openBtn.active span:nth-of-type(3) {
    top: 26;
    left: 18px;
    transform: translateY(-10px) rotate(-45deg);
    width: 70%; } }
@media screen and (max-width: 520px) {
  /*----------------------------------------------------header 520*/
  .fixed_top .nav_bar {
    padding: 0; }
    .fixed_top .nav_bar .nav_menu.open .openArea {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .fixed_top .nav_bar .nav_menu.open .menuListBox {
      width: 80%;
      margin: auto; } }
/* ===================================
*FOOTER
=================================== */
footer {
  background: white;
  color: black;
  padding: 5vmax 0; }
  footer .footerLogoBox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
    footer .footerLogoBox img {
      width: clamp(10rem, 17vw, 15rem);
      margin: 1rem 0; }
    footer .footerLogoBox p {
      font-size: clamp(1rem, 3vw, 1.25rem);
      font-family: serif; }
  footer hr {
    border-top: 2px solid black; }
  footer .contactBox .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    line-height: 3; }
    footer .contactBox .box a {
      transition: .5s all; }

/* ===================================
*SITE COMMON
=================================== */
.title {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 5vmax; }
  .title:before, .title:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    border-top: 8px double white; }
  .title:before {
    margin-right: 2rem; }
  .title:after {
    margin-left: 2rem; }

.subTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: bold;
  gap: 2.5rem;
  margin-bottom: 3vmax; }
  .subTitle:before, .subTitle::after {
    content: "";
    display: flex;
    width: 0.5rem;
    height: 1.5rem;
    border-left: 2px solid white;
    border-right: 2px solid white;
    /* 斜めに傾ける */
    transform: skewX(-25deg); }

.contactBtn {
  background: #FF7F72;
  color: white;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 250px;
  transition: .5s all; }
  .contactBtn:hover {
    background: white;
    color: #FF7F72; }

.speakerBox {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5; }
  .speakerBox img {
    margin-bottom: 1rem; }
  .speakerBox .text p {
    margin-bottom: 0.5rem; }
  .speakerBox .text p:first-child {
    font-size: 1.75rem;
    font-weight: bold; }
    .speakerBox .text p:first-child span {
      font-size: 1.5rem; }
  .speakerBox .text p:nth-child(2) {
    font-size: clamp(1rem, 3vw, 1.25rem); }

.floatBtn {
  position: fixed;
  top: 6rem;
  right: 1rem;
  z-index: 0; }
  .floatBtn a {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding: 0.25rem 1rem; }
    .floatBtn a:hover {
      text-decoration: none; }

/* ===================================
*INDEX
=================================== */
.indexPurpose, .indexTarget, .indexProgram, .bgSpakerAccess {
  background-size: contain !important;
  background-position: center !important; }

/*----------------------------------------------------indexPurpose */
.indexPurpose {
  background: url(../images/bg_purpose.png) no-repeat;
  background-position: bottom !important; }
  .indexPurpose .talkBox {
    text-align: center; }
  .indexPurpose .purposeText {
    font-size: clamp(1rem, 3vw, 1.25rem);
    text-align: center; }

/*----------------------------------------------------indexTarget */
.indexTarget {
  background: url(../images/bg_target.png) no-repeat;
  background-position: left bottom !important; }
  .indexTarget img {
    margin-bottom: 2vmax; }
  .indexTarget .max {
    font-weight: bold;
    font-size: clamp(5rem, 7vmax, 6.25rem);
    line-height: 1.25; }
    .indexTarget .max span {
      font-size: clamp(2.5rem, 4vmax, 3.125rem); }

/*----------------------------------------------------indexProgram */
.indexProgram {
  background: url(../images/bg_program.png) no-repeat; }
  .indexProgram dl {
    display: flex;
    font-weight: lighter;
    border-bottom: 1px dashed white;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    line-height: 1.5; }
    .indexProgram dl dt {
      font-size: clamp(1.5rem, 3vw, 1.75rem);
      width: 13%; }
    .indexProgram dl dd {
      width: 87%;
      font-weight: 300; }
      .indexProgram dl dd .titleBox {
        margin-bottom: 1rem;
        font-weight: bold; }
        .indexProgram dl dd .titleBox p:first-child {
          font-size: clamp(1.25rem, 3vw, 1.75rem); }
        .indexProgram dl dd .titleBox p:nth-child(2) {
          font-size: clamp(1.25rem, 3vw, 2rem);
          padding-left: 1.5em; }
      .indexProgram dl dd .nameBox {
        padding-left: clamp(1em, 4vw, 4em);
        margin-bottom: 1rem; }
        .indexProgram dl dd .nameBox p:first-child {
          font-size: clamp(1rem, 3vw, 1.25rem);
          font-weight: bold; }
          .indexProgram dl dd .nameBox p:first-child span {
            font-size: clamp(1.25rem, 3vw, 1.5rem); }
        .indexProgram dl dd .nameBox p:nth-child(2) {
          font-size: clamp(1rem, 3vw, 1.25rem); }

/*----------------------------------------------------indexSpeaker */
.bgSpakerAccess {
  background: url(../images/bg_speakerAccess.png) no-repeat;
  background-size: cover !important; }

.indexSpeaker .speaker_A {
  max-height: 202px;
  object-fit: contain;
  margin-bottom: 2vmax; }
.indexSpeaker .speaker_B {
  min-height: 145px;
  min-width: 145px;
  object-fit: cover; }
.indexSpeaker .text {
  text-align: left; }
.indexSpeaker .speakerBoxB {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vmax; }
  .indexSpeaker .speakerBoxB img {
    max-width: 154px;
    object-fit: contain;
    margin-bottom: 1rem; }
  .indexSpeaker .speakerBoxB .speakerBox {
    width: 100%; }
    .indexSpeaker .speakerBoxB .speakerBox p:nth-child(2) {
      font-size: 1rem; }

/*----------------------------------------------------indexAccess */
.indexAccess .map iframe {
  width: 100%;
  aspect-ratio: 4 / 3; }
.indexAccess .venuBox {
  margin-bottom: 2vmax; }
  .indexAccess .venuBox .hall {
    font-size: clamp(1.75rem, 3vw, 2.5rem); }
  .indexAccess .venuBox .address {
    font-size: clamp(1rem, 3vw, 1.25rem); }
  .indexAccess .venuBox a {
    color: white; }
    .indexAccess .venuBox a:hover {
      color: #F8D70B;
      text-decoration: underline; }
  .indexAccess .venuBox .rute {
    display: flex;
    font-size: clamp(0.75rem, 3vw, 0.875rem);
    margin: 0.5rem 0; }
    .indexAccess .venuBox .rute p:first-child {
      color: #F8D70B;
      font-weight: bold;
      padding-right: 1em; }
.indexAccess .press a {
  color: white; }
  .indexAccess .press a:hover {
    text-decoration: underline;
    color: #F8D70B; }

/* ===================================
*MEDIA
=================================== */
/*960px以下　Tablet(mini)*/
@media screen and (max-width: 960px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 960*/
  .w960only {
    display: block !important; }

  .w960none {
    display: none !important; }

  .width_90 {
    width: 95%; }

  /*----------------------------------------------------indexSpeaker 960*/
  .indexSpeaker .speakerBoxB {
    flex-direction: column; } }
/*576-375px以下　SP*/
@media screen and (max-width: 520px) {
  /*必要ならばここにコードを書く*/
  /*----------------------------------------------------common 520*/
  .width_95, .width_90, .width_80, .width_60, .width_70, .width_50, .width_30 {
    width: 100%; }

  .w520only {
    display: block !important; }

  .w520none {
    display: none !important; }

  /*----------------------------------------------------header 520*/
  .fixed_top .nav_bar .nav_menu.open .openArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .fixed_top .nav_bar .nav_menu.open .menuListBox {
    width: 80%;
    margin: auto; }

  /*----------------------------------------------------indexProgram 520*/
  .floatBtn {
    display: none; }

  .indexProgram dl {
    flex-direction: column;
    width: 90%;
    margin: 1rem auto auto; }
    .indexProgram dl dt, .indexProgram dl dd {
      width: 100%; }

  /*----------------------------------------------------indexSpeaker 520*/
  .indexSpeaker .speakerBox .text p:first-child {
    text-align: center; }

  .indexAccess .venuBox .rute {
    flex-direction: column; }

  /*----------------------------------------------------footer 520*/
  a[href^="tel:"] {
    pointer-events: auto;
    color: #007bff; } }

/*# sourceMappingURL=style.css.map */
