@charset "UTF-8";


/* ============================================== */
/* 画面遷移フェードインアニメーション
/* ============================================== */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
body{
  animation: fadeIn 5s forwards;
}
/* ============================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

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, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html{
	font-size: .625rem; /* ピクセルと数値を対応させる */
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,ol{
margin: 0;
padding-left: 15px;
}

.section__navi > ul li a{
	margin: 0 auto;
	padding:0;
	list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .5s;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video, img {
  height: auto;
  max-width: 100%;
}

hr {
  background: #636363;
  padding: 0;
  margin-bottom: 20px;
}

body {
  /* min-height: 100vh; ★*/
  background: #fff;
  color: #000;
  font-family: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /* font-size: 1.8rem;
  line-height: 1.7; */
}

.fontBold {
font-weight:bold;
}
.fontRed {
color:var(--basered_color);
}
.fontWhite {
color:#fff;
}
.fontGray {
color:#999;
}
.bgGrayLight{
	background: #eee;
}
.bgBlack {
	background: var(--baseblack_color);
}
a:link, a:visited {color:#000099;text-decoration:none; }
a:active, a:hover  {color: var(--basered_color); text-decoration:underline;}

:root {
  scroll-behavior: smooth;

    --baseblack_color: #2b2b3c;
    --baseTableBorder_color: #c4c4c4;
    --basered_color: #E63C3C;
    --baseform_color: #0060DF;
    --key_color: #467ADD;

    --deep_color: #467ADD;
    --pale_color: #E1F4FF;

    --red_deep: #F65656;
    --red_pale: #FBE8E8;
    --violet_deep: #A776CE;
    --violet_pale: #F4E9FB;
    --orange_deep: #FF7E27;
    --orange_pale: #FFE5C4;
    --green_deep: #98DD4E;
    --green_pale: #F1FDE6;

}

.red_deep, li .red_deep{
    color: var(--red_deep);
}
.violet_deep, li .violet_deep{
    color: var(--violet_deep);
}
.orange_deep, li .orange_deep{
    color: var(--orange_deep);
}
.green_deep, li .green_deep{
    color: var(--green_deep);
}

li .red_deep:hover{
	background-color: var(--red_pale);
}
li .violet_deep:hover{
	background-color: var(--violet_pale);
}
li .orange_deep:hover{
	background-color: var(--orange_pale);
}
li .green_deep:hover{
	background-color: var(--green_pale);
}

/*--------- PHP 確認フォーム -----------*/
table tr td .fontRed {
    color: var(--basered_color);
}
.capTextError {/*フォーム用エラー*/
	margin-bottom:20px;
}
/*--------------------------------------*/

/*-------------　Layout　-------------*/

/* =====================================================
  header
===================================================== */
.wrapper .header .header__navi {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 10;
}

.wrapper .header .header__navi ul {
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  width: min(1400px, 98%);
  padding: 5px;
}

.wrapper .header .header__navi ul li {
  text-align: left;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.wrapper .header .header__navi ul li a {
  display: inline-block;
  padding: 20px 0;
}

.wrapper .header .header__navi ul li a:hover {
  background: var(--deep_color);
  color: #fff;
}

.wrapper .header .header__navi ul li img {
  margin: 0 auto;
}
.wrapper .header .header__navi ul li p {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px 0 0 10px;
}

b sub::before { content:"月"; font-size: 0.6em;}
b sub::after { content: "日"; font-size: 0.6em;}

.wrapper .main .section .section__main-visual {
  position: relative;
  height: auto;
  /* padding: 50px 0; 画像の縦横の余白幅 */
  z-index: 10;
  overflow: hidden;
}

.background-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.9) contrast(1.2) opacity(0.9);
}

/* =====================================================
  drawer-hamburger
===================================================== */

.wrapper .drawer-hamburger {
  display: none;
}

/* =====================================================
  main
===================================================== */

.main-wrapper, #colorbox {
  font-size: 1.8rem;
  line-height: 1.7;
}

.main-wrapper h1 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 4.0rem;
  color: #fff;
  background: var(--deep_color);
  padding: 10px 20px 20px 10px;/*三角形を作るため左端は0に出来ない*/
  overflow: hidden;
}

/* 左上から右下に広がる直角三角形 */
.main-wrapper h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid var(--pale_color);   /* ← 右向きから左向きに */
  border-top: 100px solid transparent;          /* ← 下向きから上向きに */
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  z-index: 1;
}
.main-wrapper h1 .title {
  position: relative; /* before要素の上に表示 */
  z-index: 1; /* before要素より上に */
  padding-left: 80px !important;  /* タイトルと斜線部分の隙間を調整 */
  display: inline-block; /* インライン要素のように振る舞う */
}

.main-wrapper h1:not(:first-child){
	margin-top: 10px;
}

.main-wrapper h1 > span {
  display: inline-block;
}

.main-wrapper h1.title{
	padding: 0 !important;
  display: flex;
  justify-content: space-between;
	color: #fff;
	background: var(--deep_color);
/*   display: flex; ★*/
  justify-content: space-between;
}

.main-wrapper h1 .title_nama{
	/*padding: .4em 0 15px 30px; サブタイトルありの時*/
	padding:  20px 20px 20px 30px;;
}
.main-wrapper h1 .title_date {
display: inline-block;
padding: .5em 1.5em .5em 1em;
position: relative;
color: var(--deep_color);
z-index: 1;
}

.main-wrapper h1 .title_date::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background: #fff;
transform: scaleY(0.85) perspective(.5em) rotateX(-2deg);
transform-origin: bottom right;
}

.main-wrapper h1 .title_date > p{
display: inline-block;
background: var(--deep_color);
border-radius: 50%;
width: 40px;
height: 40px;
color: #fff;
text-align: center;
line-height: 38px;
}


.main-wrapper h2 {
	display: flex;
  align-items: center;
  letter-spacing: .3em;
  line-height: 1;
  font-size: 3.0rem;
  margin: 0 0 1.2em 0;
  font-weight: 700;
  color: var(--deep_color);
}
.main-wrapper h2::after {
  content: "";
  display: block;
  flex-grow: 1;
  width: auto;
  height: 1px;
  margin: 0 0 0 16px;
  background: var(--deep_color);
}
/*---

h2 {
	font-size: 2.0rem;
	margin-bottom: .7em;
	font-weight: 700;
}

h2::before {
font-size: 3rem;
top: 0.3rem;
left: -1.4em;
margin-right: -30px;
content: '■';
position: relative;
color: var(--deep_color);
} ---*/

.main-wrapper h3 {
	font-weight: 700;
}



#copyright a {
	color: #000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

.main-container {
  display: block;
  width: 100%;
}

#section--content{
  width: 100%;
  width: min(1000px, 92%);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section--title {
  width: 100%;
  padding: 20px 0;
}

.wrapper .main .section .section__main-visual .main-visual {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: min(880px, 92%);
}

/* .wrapper .main .section {
  position: relative;
} */

.wrapper .main .section .boxClear{
  background: none;
  margin: 20px auto 70px;
  padding: 0;
  width: min(900px, 92%);
}

.wrapper .main .section .boxWhite,
.wrapper .main .section .boxWhite_zero{
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 0;
  width: min(900px, 92%);
}
.wrapper .main .section .boxWhite{
  padding: 20px;
}

.wrapper .main .section .section__mainInfo {
  background: var(--deep_color);
  box-shadow: 0 0 15px -5px #000;
  color: #fff;
  margin: 30px auto 0;
  padding: 20px 114px 20px;
  width: min(900px, 92%);
  display: flex;
  justify-content: space-between;
}

.wrapper .main .section .section__mainInfo .mainInfo__date {
  align-items: center;
}

.wrapper .main .section .section__mainInfo .mainInfo__date p{
  display: inline-block;
}

.wrapper .main .section .section__mainInfo .mainInfo__date span {
  font-size: 2.8rem;
  margin-right: 6px;
}

.wrapper .main .section .section__mainInfo .mainInfo__date span:nth-child(n+2) {
  margin-left: 6px;
}

.wrapper .main .section .section__mainInfo .fmainInfo__date .time {
  padding-top: 6px;
}

@media screen and (max-width: 960px) {
  .wrapper .main .section .section__mainInfo {
     padding: 20px 20px 20px 20px;
  }
}

/* .wrapper .main .section .section__navi {
  background: #636363;

  z-index: 10;
} */

.wrapper .main .section .section__navi ul {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1078px;
  z-index: 10;
}

.wrapper .main .section .section__navi ul li {
  width: calc(100% / 6);
}

.wrapper .main .section .section__navi ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 10px;
}

.wrapper .main .section .section__navi ul li a:hover {
  opacity:1!important;
  filter: brightness(0.9);
}


.wrapper .main .section .section__navi ul li a.red_deep {
  background: var(--red_deep);
}

.wrapper .main .section .section__navi ul li a.violet_deep  {
  background: var(--violet_deep);
}

.wrapper .main .section .section__navi ul li a.orange_deep  {
  background: var(--orange_deep);
}

.wrapper .main .section .section__navi ul li a.green_deep  {
  background: var(--green_deep);
}

.wrapper .main .section .section__navi ul.naviCommon li a {
  background: var(--key_color);
}

.wrapper .main .section .section__textCenterArea {
  padding-top: 30px;
  padding-bottom: 400px;
  position: relative;
}

.wrapper .main .section .section__textCenterArea:after {
  /* background: #fff; */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
}

.wrapper .main .section .section__textCenterArea:before {
  /* background: #fff; */
  content: "";
  display: block;
  height: 100%;
  left: calc(-50% - 600px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.wrapper .main .section .section__textCenterArea .lead {
  margin: 24px auto;
  width: min(780px, 92%);
}


.wrapper .main .main-wrapper .backbround-wrapper {
   background: url(back.png) no-repeat bottom 0px center / 100%;
  /*position: relative;
  z-index: 3; */
  background-color: var(--pale_color);
}

/* .wrapper .main .main-wrapper {
  height: auto;
  min-height: 100%;
  padding-bottom: 450px !important;
} */

.wrapper .main .section .section__textCenterArea .frameBase-box {
  position: relative;
  z-index: 3;
}


.wrapper .main .section .section__Normal {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 30px;
  width: min(900px, 92%);
}


.wrapper .main .section .section__textCenterArea .frameBase-box .overview {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto;
  padding: 50px 34px 30px;
  width: min(900px, 92%);
}

.wrapper .main .section .section__textCenterArea .frameBase-box .overview dl {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dt {
  display: flex;
  flex-basis: 19%;
  font-weight: bold;
  justify-content: flex-end;
  padding: 0 20px 0 0;
}

.wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dd {
  border-left: 1px solid #636363;
  flex-basis: 81%;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dd a {
  text-decoration: underline;
}

.wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dd a:hover {
  opacity: .5;
}

.wrapper .main .section .section__textCenterArea .frameBase-box h2 {
  color: var(--deep_color);
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  width: min(900px, 92%);
}


.wrapper .main .section .section__txtCenter {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px -5px #000;
  margin: 30px auto 70px;
  padding: 20px 114px 20px;
  text-align: center;
  width: min(900px, 92%);
}


/* =====================================================
  main
===================================================== */

/* section__navi を左サイド縦並び＆固定表示に */
.main-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* 左サイドに余白を作る場合は必要に応じてpaddingを追加 */
  /* padding-left: 220px; */
  padding-top: 30px;
  position: relative;
  background: var(--pale_color) url('../common/back.png') no-repeat bottom center / 100%;
}

.main-Kazari{
position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  right: auto;
  width: 350px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 40px 0 0;
  margin: -40px 0 100px 0px;
  background: var(--pale_color);
  clip-path: polygon(86% 0, 100% 80%, 100% 100%, 0 100%, 0 0);
}


/* サイドメニューを指定位置から固定表示（85行目の.sectionと同じ高さから） */

.main-wrapper .section .section__navi  {
position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  right: auto;
  width: 300px;
  /* height: 100vh; ★*/
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 20px 0 0;
  margin: -70px 0 100px 0px;
  /* background: var(--pale_color);
  clip-path: polygon(86% 0, 100% 6%, 100% 100%, 0 100%, 0 0); */
}

.main-wrapper .section .section__navi .naviBlock{
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.main-wrapper .section .section__navi .naviBlock .nav-title{
  text-align: center;
  font-size: 2rem;
}

.main .main-wrapper .section .section__navi ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 5px;
  max-width: 100%;
  position: static;
  z-index: 10;
  display: flex;
}

.main .main-wrapper .section .section__navi ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.main .main-wrapper .section .section__navi ul li:last-child  {
  border-bottom: none;
}

.main .main-wrapper .section .section__navi ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 1.6rem;
  /* border-bottom: 1px solid #fff2; */
  background: transparent;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.main .main-wrapper .section .section__navi ul li a:hover {
  text-decoration: none;
}



.main .main-wrapper .section .section__navi ul li a span:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}

.wrapper .main .section .section__navi ul li a span:last-child {
  font-size: 1.4rem;
  margin-top: 4px;
}

/* レスポンシブ対応：1000px以下は従来通り上部に表示 */
@media screen and (max-width: 1000px) {
.main-wrapper{
display:block;/*display:flex;の解除*/
}
    .wrapper .header .header__navi ul li p {
      margin: 10px;
    }
  .wrapper .main .section .section__navi {
    top: 0;
    left: -200%;
    width: 100%;
    height: 100dvh;
    border-radius: 0;
    box-shadow: none;
    background: var(--pale_color);
    z-index: 998;
    transition: all 1s ease;
  }
  .wrapper .main .section .section__navi.active {
    left: 0;
    margin: 0;
  }
  .wrapper .main .section .section__navi ul {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .wrapper .main .section .section__navi ul li {
    width: 100%;
  }
}


/*-------------　frameBase　-------------*/

.wrapper .frameBase {
  background: #fff;
  bottom: 0;
  box-shadow: 0 0 15px -5px #000;
  position: relative;
  width: 100%;
  z-index: 990;
}

.wrapper .frameBase .frameBase__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: min(1078px, 92%);
}

.wrapper .frameBase .frameBase__inner .location {
  transform: translateY(15px);
}

.wrapper .frameBase .frameBase__inner .frameBase__area {
  margin-left: 140px;
  max-width: 100%;
  width: 400px;
}

.background-wrapper,
.section {
  overflow: visible !important;
}

/* =====================================================
  footer
===================================================== */
.wrapper .footer {
  background: #fff;
  position: relative;
  z-index: 24;
}
.wrapper .footer .footer__copyright {
  padding: 50px 0;
}
.wrapper .footer .footer__copyright p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  justify-content: center;
  margin: 0 auto;
  width: min(350px, 92%);
}

.wrapper .footer .footer__copyright span {
  flex-shrink: 0;
}

.wrapper .footer .footer__copyright img {
  margin-left: 10px;
}



@media screen and (max-width: 960px) {
  .wrapper .main .section .frameBase {
    flex-direction: column;
  }

  .speakers {
    flex-direction: column;
  }

  .speakers .speaker:nth-child(n + 2) {
    margin-top: 20px;
  }

  .speakers .speaker {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 840px) {
  .wrapper .main .section .section__textCenterArea {
    /* width: 96%; */
  }
}

@media screen and (max-width: 1000px) {/*750px*/
  .wrapper .drawer-hamburger {
    display: none;
  }

  .wrapper .drawer-hamburger {
    background: #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    z-index: 999;
  }

  .wrapper .drawer-hamburger span {
    background: var(--key_color);
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    left: 14px;
    position: absolute;
    transition: all .5s;
    width: 45%;
  }

  .wrapper .drawer-hamburger span:nth-of-type(1) {
    top: 15px;
  }

  .wrapper .drawer-hamburger span:nth-of-type(2) {
    top: 23px;
    width: 30%;
  }

  .wrapper .drawer-hamburger span:nth-of-type(3) {
    top: 31px;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .wrapper .drawer-hamburger.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }

  .wrapper .header .header__navi ul {
    flex-wrap: wrap;
    padding-top: 15px;
  }

  .wrapper .header .header__navi ul li:first-child {
    margin-bottom: 10px;
    width: 100%;
  }

  .wrapper .header .header__navi ul li:not(:first-child) {
    width: calc(100% / 1);/* (100% / 3) ページ内移動*/
  }

  .wrapper .main .section .frameBase .frameBase__location {
    margin-left: 0;
  }

  .wrapper .main .section .section__navi {
    display: flex;
    height: 100dvh;
    position: fixed;
    right: -200%;
    top: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: 998;
    padding: 50px;
  }

.main-wrapper .section .section__navi {
  padding: 0;
    }

  .wrapper .main .section .section__navi.active {
    right: 0;
  }

  .wrapper .main .section .section__navi ul {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper .main .section .section__navi ul li {
    width: 100%;
    list-style: none;
  }

  .wrapper .main .section .section__textCenterArea .frameBase-box h2 {
    font-size: 2.7rem;
  }

  .wrapper .main .section .section__textCenterArea .frameBase-box .overview {
    padding: 30px 15px 30px;
  }

  .wrapper .main .section .section__textCenterArea .frameBase-box .overview dl {
    flex-direction: column;
  }

  .wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dt {
    flex-basis: 100%;
    justify-content: flex-start;
    padding: 0 0 0 0;
  }

  .wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dd {
    border-bottom: 1px solid #636363;
    border-left: none;
    flex-basis: 100%;
    padding: 0 0 15px 0;
  }


  .wrapper .main .section .section__txtCenter {
    padding: 20px 15px 20px;
  }

  .wrapper .main .section .section__Normal {
    padding: 20px 15px 20px;
  }

  .wrapper .frameBase .frameBase__inner .frameBase__area {
    margin-left: 0;
    padding: 15px 0 30px;
  }

  .wrapper .frameBase .frameBase__inner {
    flex-direction: column;
  }

  .wrapper .frameBase .frameBase__inner .location img {
    max-width: 100px;
  }
}

@media screen and (max-width: 550px) {
  .wrapper .main .section .section__textCenterArea .frameBase-box .overview dl dd .time {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .wrapper .header .header__navi ul li a {
    font-size: 1.4rem;
  }

  .wrapper .main .section .frameBase .frameBase__date {
    flex-direction: column;
  }

  .wrapper .main .section .frameBase .frameBase__date .time {
    padding-top: 0;
  }

  .wrapper .main .section .frameBase .frameBase__date p {
    line-height: 1.4;
  }

  .wrapper .main .section .frameBase .frameBase__date span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 320px) {
  .wrapper .frameBase .frameBase__inner .frameBase__area .disable:after {
    font-size: 1.5rem;
  }
}








/* ============================================== */
/* レイアウト
/* ============================================== */

/* Flexレイアウト */
.l-frex{
	display: flex;
	align-items: flex-start;/*子要素を上部で揃える指定*/
	/* align-items:stretch;        縦揃えの設定 */
	justify-content: space-between;/*横揃えの設定*/
	gap: 0 20px;/* row column */
	justify-content: flex-start;
}

.l-flexItem label{
	display: block;
}

.l-flexItem2{
	/*--- max-width: 50%; ---*/
}

.l-flexItem3{
	max-width: 33%;
}

@media screen and (max-width: 1050px) {
	.l-frex{
	display: block;
}
.l-flexItem2{
	max-width: 100%;
}
.l-flexItem3{
	max-width: 33%;
}
}



#box_scroll {
	scrollbar-color: var(--deep_color) var(--pale_color);
  border-style: solid;
  border-color: var(--deep_color);
  border-width: 1px;
  overflow-y: scroll;
  overflow-x: auto;
	background-color: rgba(255,255,255,0.3);
	margin: 0px;
	padding: 30px;
}
#box_scroll div.info:not(:first-child) {
	border-top: 1px dotted var(--baseblack_color);
	margin-top: 3px;
	padding: 30px 0;
	}

#box_scroll div.info:first-child {
	padding: 0 0 30px 0;
	}

#box_scroll strong {
	display: block;
	margin-bottom: 20px;
	/* font-size: 1.8rem; */
}

#box_scroll span {
	color: var(--deep_color);
	border: var(--deep_color) 2px solid;
	border-radius:20px;
	font-feature-settings: "pwid";
	font-family:"游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.3rem;
	line-height: 2rem;
	display: inline-block;
	padding: 1px 12px;
	margin: 0 10px 0 0;
}





/* ============================================== */
/* ボタン
/* ============================================== */

/* ボタン ページトップ */

.pagetop {
  width: 55px;
  height: 55px;
    position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--deep_color);
  color: #fff;
  border: #fff solid 2px;
  border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop:hover{
  opacity: 1 !important;
  filter: brightness(0.9);
}



/* ボタン ポップアップClose */

.popup-height {
    min-height: 100%!important;
    height: auto !important;
    height: 100%!important;
}

input.corporation_name{
width:305px;
}

/*--------------------------*/

#close .closeBtn {
	margin: 0 0 0px;
}
#close .closeBtn a {
	text-align: center;
	margin: 0 auto;
	width: 108px;
	line-height: 31px;
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	background:url(img/bg_btnclose.gif) no-repeat;
}



/* ボタン PDF資料ダウンロード */
.iconPDF {
	line-height:140%;/*2行以上になった時の行間*/
	display: inline-block; /*2行以上になった時にインデントつける*/
	background: url("../img/ico_pdf.gif") no-repeat left 2px;
		padding: 0 0 0 25px;
}

/* ボタン PDF資料一括ダウンロード */

.pdfdownload_btn{
    border: 0px;
    width:216px;
    height:35px;
    background: url(../img/pdfdownload_off.png) left top no-repeat;
}

.pdfdownload_btn:hover{
    cursor: pointer;
     background: url(../img/pdfdownload_on.png) left top no-repeat;
}

/***************************************************************************
  table
****************************************************************************/

.nowrap {
	white-space: nowrap;
	}

.tableline {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
	width:100%;
	background: #fff;
}

.tableline th,
.tableline td {
    border:1px solid var(--baseTableBorder_color);
		padding:15px;
		vertical-align:top;
		/*display: table-cell;縦中央揃え*/
    /*vertical-align: middle;縦中央揃え*/
}

/*.tableline th.txtAlineL,
.tableline td.txtAlineL {
width:310px;
}*/

.tableline img{vertical-align: middle;}


.tableline th,
.tablelineICSC th {
	background: #eee;
	font-weight: normal;
	text-align: center;
}



/*---- ICSCプログラム ----*/

.tablelineICSC {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: var(--baseTableBorder_color);
	background: #fff;
	border-collapse: collapse;
	margin-bottom:20px;
	width:100%;
}
.tablelineICSC th,
.tablelineICSC td {
	height:3em;
	padding: 10px;
	border-top:1px solid var(--baseTableBorder_color);
	border-left:1px solid var(--baseTableBorder_color);
}

.tablelineICSC th.tableBorderDot,
.tablelineICSC td.tableBorderDot {
	border-top:none;
	background:url(img/bg_linedot.gif) repeat-x;
}

.tablelineICSC th:first-child{
	font-size: smaller;
}

.tablelineICSC th:nth-child(n + 2) {
	font-weight: 500;
	padding-left: 10px;
	text-align: left;
}


.tablelineICSC td:first-child{
		white-space: nowrap;
    width: 80px;
}

@media (min-width: 1000px) {
  .tablelineICSC th:nth-child(3) {
    width: 240px;
  }
}

.item1{
background:#EEEEEE;
white-space:nowrap;
}

.item2,.it2{
background:#EEEEEE;
width:50%;
}

.boxPopup > table:nth-child(n + 2) {
	margin-top: 10px;
}

/*---- tableのボーダーなしレイアウト用 ----*/
.tableLayout {
        border-collapse: collapse;
        border-spacing: 0;
				width: 100%;
}
.tableLayout tr,
.tableLayout th,
.tableLayout td {
		border:none;
		padding:5px;
        vertical-align: top;
}

/* ボーダーなし　縦中央揃え */
.tableLayout tr.vAlineM,
.tableLayout th.vAlineM,
.tableLayout td.vAlineM
 {
		display: table-cell;/*縦中央揃え*/
        vertical-align: middle;/*縦中央揃え*/
}

/* ボーダーなし　下揃え */
.vAlineB {
		display: table-cell;/*縦中央揃え*/
        vertical-align: bottom;/*縦中央揃え*/
}


/*---- 申し込みフォームtableのthを固定するスクロール ----*/

.inline-scroll{
  /*height: 450px;*/
  overflow: scroll;
	overflow-y : hidden ;
  border: 0px;
  padding: ;
}

.tableLarge {
  border-collapse: collapse;
  border-spacing: 0;
	max-width: 975px;
	margin-bottom: 0px;
	background: #fff;
}

.tableLarge th {
  background-color: #EEEEEE;
	/*font-weight:bold;*/
}

.tableLarge th,
.tableLarge td {
    border:1px solid var(--baseTableBorder_color);
		padding:10px;
		vertical-align: middle;
		display: table-cell; /*縦中央揃え*/
    vertical-align: middle;/*縦中央揃え*/
}

.tableLarge .tLwidth1 { width: 13em !important;}
.tableLarge .tLwidth2 { width: 12em!important;}
.tableLarge .tLwidth3 { min-width: 3em !important;}
.tableLarge .tLwidth4 { min-width: 6em !important;}

@media screen and (max-width: 1000px) {
.tableLarge .tLwidth1 { min-width: 13em !important;}
.tableLarge .tLwidth2 { min-width: 12em!important;}
}

/*--------------------------------------
/* フォーム関連
/*-------------------------------------- */
textarea{
  background-color: #fff;
}

/* ラジオボタン */
input[type="radio"] {
  width: 20px;/*radioボタンの横幅*/
  height: 20px;/*radioボタンの縦幅*/
  border-radius: 100px;
  position: relative;
  /*--- vertical-align: sub; ---*/
}
input[type="radio"]::before, input[type="radio"]::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"]::before {
  background-color: #fff;
  border: 2px solid #c2c1c1;
  height: 20px;/*radioボタンの横幅*/
  width: 20px;/*radioボタンの縦幅*/
  left: 0px;
}
input[type="radio"]::after {
  background-color: var(--baseform_color);
  opacity: 0;/*チェックされてないradioボタンは非表示*/
  height: 12px;/*radioボタンチェック時の中点の高さ*/
  width: 12px;/*radioボタンチェック時の中点の横幅*/
  left: 4px;/*radioボタンチェック時の中点の位置*/
}

input.disabled[type=radio]::after{
  background-color: #bbb;
	opacity: 1;
}

input[type="radio"]:checked::after {
  opacity: 1;/*チェックされたradioボタンは表示*/
}



/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }

  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
  }

  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 2px solid #c2c1c1;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }

  input[type="checkbox"]::after {
    border-bottom: 3px solid var(--baseform_color);/*チェックの太さ*/
    border-left: 3px solid var(--baseform_color);/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 9px;/*チェックの高さ*/
    width: 19px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 8px;/*チェック時の位置調整*/
  }

  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

	/* テキストボックス */
input[type="text"], input[type="password"]{
	display: inline-block !important;
	border: 1px solid #c2c1c1;
	background: #fff;
	margin: 5px 10px 5px 0;
	width: 100%;
  }

@media screen and (max-width: 900px){
input[type="text"] {
	width: 100%;
  }
}
input[type="text"]:focus {
  outline: 0;
  border: 2px solid var(--baseform_color);
}


	/* テキストボックス */

select {
	font-size: 1.8rem;
	border: 1px solid #c2c1c1;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: #EEE
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E")
    right 10px center no-repeat;
  padding: 0 35px 0 11px;
	margin: 5px 0;
  color: #000;

  /* Firefox hide arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}


.foamIdpassword label,.foamIdpassword input{
	 font-size:16px;
	 padding:5px;
	 margin-bottom:10px;
	 display:inline-block;
	 text-align: left;
}

	label{
	display: inline-block;
	margin:0 8px 0 0;
}
	.labelBlock label{/* ブロックにしたい場合にlabelにつけるclass */
	display:block;
	}

/*--------------------------------------
/* ステップバー
/*-------------------------------------- */
.stepBar {
  display: flex;
  flex-wrap: wrap;
}
.stepBar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.stepBar .item:not(:last-child)::before,
.stepBar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.stepBar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.stepBar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.stepBar .item:not(:last-child)::before,
.stepBar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

.stepBar .item.active {
    z-index: 1;
    background: var(--baseform_color);
    color: #FFF;
}
.stepBar .item.active:not(:last-child)::after {
    border-left-color: var(--baseform_color);
}
.stepBar .item.active:not(:last-child)::before {
    border-left: none;
}

/*--------------------------------------
/* 参加登録情報・アンケート 2列のチェックボックス
/*-------------------------------------- */
.inlineBlockWrap {
	width: 100%;
	padding: 10px 0px 0px 0px;
}

/* ----　Box 2列 ----*/
.inlineBlock2box {
	display: inline-block;
	width:380px;
	margin: 0px 10px 8px 0px;
	vertical-align: top;
	word-break:break-all;
	overflow-wrap:break-word;
}

div.inlineBlock2box:nth-child(odd){
	width:380px;
}

.inlineBlock2box:last-child {
	margin: 0px 0px 8px 0px;
}

div.inlineBlock2box > label {
	margin:0px !important}




@media screen and (max-width: 1000px) {
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open #l-sidearea, .open #sidebar {
		display: block !important;
		position: fixed;
		top: 60px;
		height: 100vh;
		width: 100%;
		overflow-y: scroll !important;
	}

	.open #l-mainarea, .open #sidebar > #brand-logo {
		display: none;
	}


	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.pagetop{
	display: none;
}

	/* z-index*/

	#l-sidebar, #sidebar{
		z-index: 100;
	}
	#nav-toggle {
		z-index: 400;
	}
	#l-sparea{
		z-index: 400;
	}

/*-------------------------------------- */
/* formページ関連（ボタン・テーブル）				*/
/*-------------------------------------- */
	.tablelineICSC th, td {
		word-break: break-all;
	}

.item1{
background:#EEEEEE;
white-space:normal;
word-break: break-all;
}

.item2{
background:#EEEEEE;
width:6em;
}

	.width14em {
	width: auto;
}
	.width7em {
	width:3.5em;
	}
	.width23em{
	width:6em;
	}
	.nowrap {
	white-space: normal;
	}
	img.logoVender{
	float:none;
	min-width: 200px;
    height: auto;
	display:block;
	padding: 0 0 10px 0;
	}

  form > .tableline th, form > .tableline td,
	form > .tableLayout th, form > .tableLayout td
	{
	border-top: none;
	display: block;
    }

    form > .tableline
	{
	border-top: none;
    width: 100%;
    }

	label {
	display:block;
	}
}

/*--------------------------------------*/
スマホサイズ調整
/*--------------------------------------*/

@media (max-height: 800px) and (min-width: 900px){
	#l-sidearea, #sidebar {
	position:relative !important;
	}
}

@media screen and (max-width: 500px) {
	h1.title{
		display: block;
	}
.main-wrapper h1 {
  font-size: 2.5rem;
}
.main-Kazari{
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  right: auto;
  width: 350px;
  height: 50px;
  display: none;
}

	.title_date::before {
	transform: none;
}
	.title_date {
  display: block;
	width: 100%;
	text-align: right;
  padding: 10px !important;
  margin: 20px auto auto;
}
/* section{
	margin: 30px auto;
} */
.inlineBlock2box {
	width:280px;
}
div.inlineBlock2box:nth-child(odd) {
	width:280px;
}
.main-wrapper h1::before {
  border-left: 0px solid var(--pale_color);
}
.main-wrapper h1 .title {
  padding-left: 0px !important;
}
.wrapper .main .main-wrapper {
  padding-bottom: 100px !important;
}
}

.wrapper .main .section {
  overflow: visible !important;
}

.backbround-wrapper, .main-wrapper, .main-container, .section--content {
  overflow: visible !important;
  /* min-height: 100vh; ★*/
}
