@charset "UTF-8";


/* ***** ***** ***** ***** *****
■ Forum 2025 用の カスタマイズ用CSS
※ atlax サイトとは異なり PCファーストなので 注意！
***** ***** ***** ***** ***** */


/* ***** 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, figure, footer, header, section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: content-box;
}

*,
*::before,
*::after {
  box-sizing: content-box;
}

.sp {
  display: none;
}

.sp750 {
  display: none;
} /* 追記 */

.sp600 {
  display: none;
} /* 追記 */

.sp400 {
  display: none;
} /* 追記 */

.sp782-600 {
  display: none;
} /* 追記 */

img {
  max-width: 100%;
}

p {
  margin-top: 2.5rem;
}

.inline-block {
  display: inline-block;
}

body {
  color: #444; /* 元 color: #fff; */
  line-height: 1.8;
  background: #fff; /* 元 background: #000; */
}

@media only screen and (max-width: 782px) {
  body {}

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp782-600 {
    display: block;
  } /* 追記 */

  span.sp {
    display: inline;
  }
}

@media only screen and (max-width: 750px) {
  body {}

  .pc750 {
    display: none;
  }

  .sp750 {
    display: block;
  } /* 追記 */

}

@media only screen and (max-width: 600px) {
  .sp600 {
    display: block;
  } /* 追記 */

  .sp782-600 {
    display: none;
  } /* 追記 */
}

@media only screen and (max-width: 400px) {
  .sp400 {
    display: block;
  } /* 追記 */
}


/* *** forum2025.css - 226行目から *** */

/*==============================
    変数設定
==============================*/

/* 幅の基準 */
:root {
    --widthBase: 1920px;
}

@media only screen and (max-width:1920px) {
    :root {
        --widthBase: 100vw;
    }
}

@media only screen and (max-width:1400px) {
    :root {
        --widthBase: 1400px;
    }
}

@media only screen and (max-width:1215px) {
    :root {
        --widthBase: 375px;
    }
}

@media only screen and (max-width:374px) {
    :root {
        --widthBase: 100vw;
    }
}

:root {
    /* 色 */
    /* 文字系 */
    --textColor: #505050;
    --colorWhite: #fff;
    /* ポイントカラー */
    --keyColor: #2AA7DD;
    --keyColor02: #124773;
    /* 淡いブルー */
    --blueColor: #EAFAFF;
    --greenColor: #EAFCF4;
    --yellowColor: #FFFEE6;
    --greyColor: #F8F8F8;
    /* ボタン （線・シャドウ有）*/
    --gradientColor01: #3FA8DD;
    --gradientColor02: #89DDA7;
    --shadowColor15: rgba(0, 0, 0, 0.15);
    /* 東京会場 */
    --gradientColor03: #75CFF8;
    /* 大阪会場 */
    --gradientColor04: #50C98F;
    /* 背景1 東京会場 */
    --gradientColor05: #DDF8E2;

    --headerColor: #F2F2F2;
    --footerColor: #E5E5E5;
    --colorRed: #E60012;
    --dxColor01: #0053A1;
    --dxColor02: #15ACE8;
    --gxColor01: #64CB45;
    --gxColor02: #D5F972;
    --kenkouColor01: #F78A14;
    --kenkouColor02: #FFC955;
    --aiColor01: #885BBC;
    --aiColor02: #CD71D3;
    --securityColor01: #EE3B8B;
    --securityColor02: #FFA0B5;
    --managedColor01: #4DB3E6;
    --managedColor02: #85DEFF;

    --colorExhibit01: #70BA57;
    --colorExhibit02: #F4CE27;
    --colorExhibit03: #2280D8;
    --colorExhibit04: #BE7ED5;
    --colorExhibit05: #FFA0B5;

    /* フォントサイズ（PC） */


    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight11_16: calc(16 / 11);
    --pcLineHeight11_18: calc(18 / 11);
    --pcLineHeight11_20: calc(20 / 11);
    --pcLineHeight11_30: calc(30 / 11);
    --pcLineHeight12_17: calc(17 / 12);
    --pcLineHeight12_22: calc(22 / 12);
    --pcLineHeight12_28: calc(28 / 12);
    --pcLineHeight13_18: calc(18 / 13);
    --pcLineHeight13_26: calc(26 / 13);
    --pcLineHeight13_30: calc(30 / 13);
    --pcLineHeight14_20: calc(20 / 14);
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight14_30: calc(30 / 14);
    --pcLineHeight14_32: calc(32 / 14);
    --pcLineHeight14_31: calc(31 / 14);
    --pcLineHeight15_20: calc(20 / 15);
    --pcLineHeight15_30: calc(30 / 15);
    --pcLineHeight15_31: calc(31 / 15);
    --pcLineHeight15_32: calc(32 / 15);
    --pcLineHeight15_36: calc(36 / 15);
    --pcLineHeight16_20: calc(20 / 16);
    --pcLineHeight16_22: calc(22 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_45: calc(45 / 16);
    --pcLineHeight18_28: calc(28 / 18);
    --pcLineHeight18_44: calc(44 / 18);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight20_36: calc(36 / 20);
    --pcLineHeight20_22: calc(22 / 20);
    --pcLineHeight22_30: calc(30 / 22);
    --pcLineHeight24_32: calc(32 / 24);
    --pcLineHeight24_42: calc(42 / 24);
    --pcLineHeight25_30: calc(30 / 25);
    --pcLineHeight25_40: calc(40 / 25);
    --pcLineHeight26_30: calc(30 / 26);
    --pcLineHeight28_35: calc(35 / 28);
    --pcLineHeight30_30: calc(30 / 30);
    --pcLineHeight30_45: calc(45 / 30);
    --pcLineHeight30_50: calc(50 / 30);
    --pcLineHeight32_40: calc(40 / 32);
    --pcLineHeight35_40: calc(40 / 35);
    --pcLineHeight36_64: calc(64 / 36);
    --pcLineHeight40_60: calc(60 / 40);
    --pcLineHeight45_70: calc(70 / 45);
    --pcLineHeight55_88: calc(88 / 55);
    --pcLineHeight82_100: calc(100 / 82);
    --pcLineHeight108_108: calc(108 / 108);
    --pcLineHeight140_140: calc(140 / 140);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em;
    --pcLetterSpacing10_100: 0.1em;
    --pcLetterSpacing11_50: 0.05em;
    --pcLetterSpacing11_75: 0.075em;
    --pcLetterSpacing11_100: 0.1em;
    --pcLetterSpacing12_100: 0.1em;
    --pcLetterSpacing12_50: 0.05rem;
    --pcLetterSpacing12_100: 0.1em;
    --pcLetterSpacing12_125: 0.125em;
    --pcLetterSpacing12_150: 0.15em;
    --pcLetterSpacing13_30: 0.03em;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing13_100: 0.1em;
    --pcLetterSpacing13_150: 0.15em;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing14_100: 0.1em;
    --pcLetterSpacing14_150: 0.15em;
    --pcLetterSpacing15_50: 0.05em;
    --pcLetterSpacing15_80: 0.08em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing15_150: 0.15em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_75: 0.075em;
    --pcLetterSpacing16_100: 0.1em;
    --pcLetterSpacing16_150: 0.15em;
    --pcLetterSpacing18_25: 0.025em;
    --pcLetterSpacing18_150: 0.15em;
    --pcLetterSpacing20_50: 0.05em;
    --pcLetterSpacing20_80: 0.08em;
    --pcLetterSpacing20_100: 0.1em;
    --pcLetterSpacing22_25: 0.025em;
    --pcLetterSpacing24_100: 0.1em;
    --pcLetterSpacing24_150: 0.15em;
    --pcLetterSpacing25_40: 0.04em;
    --pcLetterSpacing26_50: 0.05em;
    --pcLetterSpacing26_150: 0.15em;
    --pcLetterSpacing32_50: 0.05em;
    --pcLetterSpacing35_30: 0.03em;
    --pcLetterSpacing35_50: 0.05em;
    --pcLetterSpacing36_50: 0.05em;
    --pcLetterSpacing40_50: 0.05em;
    --pcLetterSpacing45_50: 0.05em;

    /* フォントサイズ（SP）*/
    --spFontSize9: calc((9 / 375) * var(--widthBase));
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize23: calc((23 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize55: calc((55 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));
    --spFontSize75: calc((75 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_13: calc(13 / 10);
    --spLineHeight10_15: calc(15 / 10);
    --spLineHeight10_20: calc(20 / 10);
    --spLineHeight11_16: calc(16 / 11);
    --spLineHeight11_17: calc(17 / 11);
    --spLineHeight11_20: calc(20 / 11);
    --spLineHeight11_21: calc(21 / 11);
    --spLineHeight11_30: calc(30 / 11);
    --spLineHeight12_17: calc(17 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_25: calc(25 / 12);
    --spLineHeight13_23: calc(23 / 13);
    --spLineHeight13_26: calc(26 / 13);
    --spLineHeight13_30: calc(30 / 13);
    --spLineHeight14_20: calc(20 / 14);
    --spLineHeight14_22: calc(22 / 14);
    --spLineHeight14_31: calc(31 / 14);
    --spLineHeight15_20: calc(20 / 15);
    --spLineHeight15_25: calc(25 / 15);
    --spLineHeight15_30: calc(30 / 15);
    --spLineHeight16_20: calc(20 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight17_25: calc(25 / 17);
    --spLineHeight17_30: calc(30 / 17);
    --spLineHeight17_40: calc(40 / 17);
    --spLineHeight18_25: calc(25 / 18);
    --spLineHeight18_32: calc(32 / 18);
    --spLineHeight22_35: calc(35 / 22);
    --spLineHeight23_40: calc(40 / 23);
    --spLineHeight24_24: calc(24 / 24);
    --spLineHeight26_32: calc(32 / 26);
    --spLineHeight28_44: calc(44 / 28);
    --spLineHeight36_44: calc(44 / 36);
    --spLineHeight55_55: calc(55 / 55);

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing10_150: 0.15em;
    --spLetterSpacing11_25: 0.025em;
    --spLetterSpacing11_50: 0.05em;
    --spLetterSpacing11_100: 0.1em;
    --spLetterSpacing11_150: 0.15em;
    --spLetterSpacing12_150: 0.1rem;
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing13_75: 0.075em;
    --spLetterSpacing14_50: 0.05em;
    --spLetterSpacing14_150: 0.15em;
    --spLetterSpacing14_80: 0.08em;
    --spLetterSpacing15_50: 0.05em;
    --spLetterSpacing15_100: 0.1em;
    --spLetterSpacing17_40: 0.04em;
    --spLetterSpacing17_50: 0.05em;
    --spLetterSpacing17_100: 0.1em;
    --spLetterSpacing18_150: 0.15em;
    --spLetterSpacing20_50: 0.05em;
    --spLetterSpacing23_50: 0.05em;
    --spLetterSpacing24_50: 0.05em;
    --spLetterSpacing26_50: 0.05em;
}


/* *** forum2025.css - 494行目から *** */

/*==============================
    基本設定
==============================*/

body {
    color: var(--textColor);
    font-size: 12px;
    /* サイトに応じで使用するフォントを読込み */
    font-family: 'YakuHanJP_Noto', 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    position: relative;
    word-break: break-all;
    min-width: 1180px;
}

@media only screen and (max-width:1215px) {
    body {
        min-width: 0;
    }
}

body *,
body *::before,
body *::after {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

th {
    font-weight: normal;
    text-align: left;
}

/*font layout*/
.fBold {
    font-weight: bold;
}

.fSerif {
    font-family: 'Noto Serif Japanese', serif;
}

/*rollover*/
.ro a:hover,
a.ro:hover,
.ro:hover,
.cursorPointer:hover {
    opacity: 0.8;
}

.ro a,
a.ro,
a .ro,
.cursorPointer {
    transition: opacity 0.2s ease-out;
}

.cursorPointer {
    cursor: pointer;
}

@media only screen and (max-width:1215px) {

    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover {
        opacity: 1;
    }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,
a.brt:hover,
a .brt:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.brt a,
a.brt,
a .brt {
    transition: filter 0.2s ease-out;
}

@media only screen and (max-width:1215px) {

    .brt a:hover,
    a.brt:hover,
    a .brt:hover {
        filter: none;
    }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover {
    opacity: 1;
}

/* 電話リンクの無効化 */
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width:1215px) {
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

/* container */
#container {
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width:1215px) {
    #container {
        max-width: unset;
    }
}


/* *** forum2025.css - 644行目から *** */

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.img100 {
    width: 100%;
    height: auto;
}

@media only screen and (min-width:1216px) {

    .spOnly,
    .brSp,
    .imgSp {
        display: none !important;
    }
}

@media only screen and (max-width:1215px) {

    .spNone,
    .brPc,
    .imgPc {
        display: none;
    }

    .spOnly {
        display: block;
    }

    .brSp,
    .imgSp {
        display: inline;
    }

    .imgR {
        width: 100%;
        height: auto;
    }
}


/* *** forum2025.css - 716行目から *** */

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
@media only screen and (max-width:1215px) {
.wrapperFit {
        max-width: 400px;
        margin: 0 auto;
    }
}
.wrapper1560{
    width: 1560px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
}
.wrapper1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
}
.wrapper1150 {
    width: 1150px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
}
.wrapper950 {
    width: 950px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
}
.wrapper1120 {
    width: 1120px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
}

@media only screen and (max-width:1215px) {

    .wrapper1560,
    .wrapper1400,
    .wrapper1150,
    .wrapper950,
    .wrapper1120 {
        width: 100%;
        margin: 0 auto;
        max-width: none;
    }

    .wrapperSp {
        width: 89.335%;
    }

    .wrapperFit {
        max-width: 400px;
    }
}


/* *** forum2025.css - 771行目から *** */

/*-----------------------------------------------
    btnGradient
-----------------------------------------------*/

.btnGradient{
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #0000ff, #ff00aa); /* 左:青 → 右:ピンク */
    transition: opacity 0.3s ease;
    position: relative;
}
.btnGradient::before,
.btnGradient::after {
    content: "";
    position: absolute;
    right: 97px;
    width: 18px;
    height: 2px;
    background: #fff;
}
.btnGradient::before {
    top: calc(50% - 4px);
    transform: rotate(30deg);
}
.btnGradient::after {
    top: calc(50% + 4px);
    transform: rotate(-30deg);
}



/* ***** ************ ***** */
/* ***** ************ ***** */
/* ***** #custom-body ***** */

/* *** #custom-body は 過去ベースの グローバルナビゲーションほか body 全体 *** */

#custom-body {
  position: relative;
  min-width: 120rem;
}

.inner {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
}

@media only screen and (max-width: 782px) {
  #custom-body {
    min-width: inherit;
    width: 100%;
  }
}


/* ***** #custom-body>header ***** */

#custom-body>header {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 8.5rem;
  background: rgba(0, 91, 171, 0.95); /* 元 background: rgba(0, 91, 171, 0.8);, 元 background: rgba(0, 0, 0, 0.45); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  box-sizing: border-box;
}

#custom-body>header ul {
  display: flex;
  align-items: center;
}

#custom-body>header li {
  margin-left: 2rem;
}

#custom-body>header li a {
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.5rem;
}

#custom-body>header li:not(.btn) a:hover {
  animation: flash 0.5s ease;
}

.btn a {
  display: block;
  color: #000 !important;
  text-align: center;
  background: rgb(249, 147, 26);
  background: -webkit-linear-gradient(left, rgba(232, 220, 38, 1) 0%, rgba(249, 147, 26, 1) 100%);
  background: -o-linear-gradient(left, rgba(232, 220, 38, 1) 0%, rgba(249, 147, 26, 1) 100%);
  background: linear-gradient(to right, rgba(232, 220, 38, 1) 0%, rgba(249, 147, 26, 1) 100%);
  transition: background 0.5s ease;
  position: relative;
}

.btn a:hover {
  background: rgb(232, 220, 38);
  background: -webkit-linear-gradient(left, rgba(232, 220, 38, 1) 50%, rgba(249, 147, 26, 1) 100%);
  background: -o-linear-gradient(left, rgba(232, 220, 38, 1) 50%, rgba(249, 147, 26, 1) 100%);
  background: linear-gradient(to right, rgba(232, 220, 38, 1) 50%, rgba(249, 147, 26, 1) 100%);
}

#custom-body>header li.btn a {
  border-radius: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.3rem;
}

@media only screen and (max-width: 782px) {
  #custom-body>header {
    height: 6rem;
    padding: 0 2rem;
  }

  #custom-body>header figure img {
    width: 5rem;
  }

  #custom-body>header li {
    margin-left: 0;
  }

  #custom-body>header li a {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }

  #custom-body>header li.btn {
    margin-left: 1rem;
  }

  #custom-body>header li.btn a {
    border-radius: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 500px) {
  #custom-body>header {
    padding: 0 1rem;
  }

  #custom-body>header figure img {
    width: 3rem;
  }

  #custom-body>header li a {
    padding: 0.5rem 0.5rem;
    font-size: 1.0rem;
  }

  #custom-body>header li.btn {
    margin-left: 0.5rem;
  }

  #custom-body>header li.btn a {
    border-radius: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

#custom-body>main {
  position: relative;
  z-index: 1;
}

/* ****
#custom-body h2,
#custom-body h3 {
  color: #fff;
}
**** */

/* ***** #custom-body header ***** */

@media only screen and (max-width: 500px) {
  #custom-body header {
    flex-flow: column;
    height: 5.5rem; /* 元 height: 9rem; */
  }

  #custom-body header figure {
    margin-right: auto;
    margin-top: 15px;
    margin-left: 5px;
    width: 5rem;
  }

  #custom-body header figure img {
    width: 5rem;
  }
}


/* ***** #custom-body>header ***** */

@media only screen and (max-width: 396px) {
  #custom-body>header li a {
    font-size: 0.8rem;
  }

  #custom-body>header li.btn a {
    font-size: 0.8rem;
  }
}

/* ***** end #custom-body ***** */
/* ***** *** ************ ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #secHero ***** */

/* *** forum2025.css - 981行目から *** */

/*-----------------------------------------------
    TOP
-----------------------------------------------*/

#secHero {
    background: url("../img/25f_01b_mv_bgHero_forum_2025.jpg") center top / cover no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}
#secHero .wrapperHero{
    position: relative;
    height: 100%;
}
#secHero .imgInner{
    position: absolute;
}
#secHero .imgInner.imgTxt01{
    top: 120px;
    top: calc(50% - 28%);
    left: 0;
    width: 100%;
    max-width: 1228px;
}
#secHero .imgInner.imgTxt02{
    bottom: 48px;
    right: 20px;
    width: 26.9231%;
    max-width: 420px;
}
#secHero .btnHero{
    width: 418px;
    height: 83px;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;

}
.btnHeroafterlogin{
   background: linear-gradient(90deg, #fa0 37.96%, #fe6700 99.98%) !important;
}
@media only screen and (max-width:1215px) {
    #secHero .imgInner.imgTxt01 {
        width: 100%;
        margin: 80px auto 0; /* 元 margin: 0 auto; */
        max-width: 690px;
        position: static;
    }
    #secHero .imgInner.imgTxt02 {
        margin: 0 auto;
        width: 200px;
        position: static;
    }
    #secHero {
        height: auto;
        padding: 40px 0 100px;
    }
    #secHero .btnHero {
        width: 100%;
        height: 60px;
        font-size: 16px;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
}


/* *** taiki-guide.css から *** */

#secHero:has(.taiki-guide) .imgInner.imgTxt01 {
  top: calc(50% - 33%);
}
#secHero .btnHero.taiki-guide {
  font-size: 14px;
  bottom: 48px;
  background: #005bab;
  width: initial;
  height: initial;
  flex-flow: column;
  align-items: flex-start;
  padding: 10px 20px;
}
.btnGradient.taiki-guide::before,
.btnGradient.taiki-guide::after {
    content: none;
}
#secHero .btnHero.taiki-guide span{
  line-height: 1.8;
  font-size: 22px;
  font-weight: bold;
}
#secHero .btnHero.taiki-guide {
  font-size: 18px;
}

@media only screen and (max-width: 1215px) {
  #secHero:has(.taiki-guide) {
    padding-bottom: 200px;
  }
  
  #secHero .btnHero.taiki-guide {
    font-size: 12px;
    bottom: -180px;
    width: 100%;
  }
  #secHero .btnHero.taiki-guide span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #secHero .btnHero.taiki-guide {
  font-size: 12px;
  }
}

/* *** #fv Forum 2023 以前ベース ⇒ 削除 *** */

/* ***** end #secHero ***** */
/* ***** *** ******** ***** */



/* ***** *********** ***** */
/* ***** *********** ***** */
/* ***** #bgContents ***** */

/* *** forum2025.css - 1052行目から *** */

/*-----------------------------------------------
    bgContents
-----------------------------------------------*/

#bgContents{
    padding-bottom: 110px;
    position: relative;
    z-index: 2;
}
#bgContents::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 845px;
    height: 540px;
    z-index: -1;
}
#bgContents.lazyloaded::before {
    background: url("../img/25f_02a_bgContents_forum_2025.png") center top / cover no-repeat;
}
#bgContents.lazyloaded{
    background: linear-gradient(to right, 
    #ccfaff 0%,   /* 左端: 水色 */
    #e6f5ff 40%,  /* 中間: 薄い青 */
    #f0f3ff 70%,  /* 中間: 淡い紫 */
    #fce6ff 100%  /* 右端: 薄ピンク */
    );
}
#bgContents.lazyloaded .boxContentsTit{
    background: url("../img/25f_02b_bgTitle_forum_2025.png") center top / cover no-repeat;
}
#bgContents .boxContentsTit{
    height: 34px;
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
}
#bgContents .contentsTit{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--colorWhite);
}
#bgContents .cmnTitleBox{
    text-align: center;
}

@media only screen and (max-width:1215px) {
    .imgTit{
        width: 200px;
        margin: 0 auto;
    }
    #bgContents .contentsTit{
        letter-spacing: 2px;
        font-size: 16px;
    }
    #secSchedule .imgTit{
        width: 250px;
    }
    #secContact .imgTit{
        width: 241px;
    }
    #bgContents.lazyloaded .boxContentsTit {
        background: url("../img/25f_02c_bgTitle_sp_forum_2025.png") center top / cover no-repeat;
    }
    #bgContents .boxContentsTit {
        height: 34px;
        width: 100%;
        margin: 20px auto 0;
    }
}

/* ***** end #bgContents ***** */
/* ***** *** *********** ***** */



/* ***** *********** ***** */
/* ***** *********** ***** */
/* ***** #secOutline ***** */

/* *** forum2025.css - 1126行目から *** */

/*-----------------------------------------------
    secOutline
-----------------------------------------------*/

#secOutline{
    padding-top: 100px;
    position: relative;
    z-index: 2;
}
#secOutline::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1201px;
    height: 615px;
    z-index: -1;
}
#secOutline.lazyloaded::before{
    background: url("../img/25f_02d_bgOutline01_forum_2025.png") center top / cover no-repeat;
}
#secOutline::after{
    content: '';
    position: absolute;
    top: 331px;
    left: 0;
    width: 904px;
    height: 1255px;
    z-index: -1;
}
#secOutline.lazyloaded::after{
    background: url("../img/25f_02e_bgOutline02_forum_2025.png") center top / cover no-repeat;
}
#secOutline .txtOutline{
    margin-top: 70px;
    text-align: center;
}
#secOutline .txtOutline .txt{
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 0px;
}
#secOutline .txtOutline .txt + .txt{
    margin-top: 43px;
}
#secOutline .outlineData {
    margin-top: 98px;
}
#secOutline .dataSmall {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 17px;
}
#secOutline .dataLarge {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 34px; /* 元 font-size: 21px; */
    letter-spacing: 0;
    white-space: nowrap;
}
#secOutline .dataMedium {
    font-size: 19px; /* 元 font-size: 21px; */
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0;
}
#secOutline dl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
}
#secOutline dl:not(:first-child) {
    margin-top: 6px;
}
#secOutline dt {
        flex: 0 0 242px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #185BDE -20%, #7ED6F9 100%);
    letter-spacing: 0.5px;
}
#secOutline dd {
    color: var(--textColor);
    font-size: 24px;
    letter-spacing: 0;
    flex: 1;
    padding: 18px 25px;
    position: relative;
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#secOutline dd.dataEvFormat {
  display: flex;
  flex-direction: column;
}
#secOutline dd.dataEvFormat span {
  font-size: 18px;
  line-height: 2
}
@media screen and (max-width: 1350px) {
    #secOutline .dataLarge {
        font-size: 32px;
        white-space: wrap;
    }
    #secOutline .dataMedium {
        font-size: 20px;
    }
}
@media screen and (max-width: 1215px) {
    #secOutline {
        padding-top: 50px;
    }
    #secOutline .outlineData {
        margin-top: 40px;
    }
    #secOutline dl {
        flex-direction: column;
        gap: 0;
    }
    #secOutline dt {
        flex: auto;
        padding: 15px 8px;
    }
    #secOutline .outlineData {
        flex: auto;
        width: 89.335%;
        text-align: center;
    }
    #secOutline .txtOutline {
        margin-top: 30px;
    }
    #secOutline .txtOutline .txt {
        font-size: 15px;
        line-height: 1.9;
        text-align: left;
    }
    #secOutline .txtOutline .txt + .txt {
        margin-top: 5px;
    }
    #secOutline dt {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0px;
    }
    #secOutline .dataSmall {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #secOutline .dataLarge {
        font-size: 26px;
        line-height: 1.5;
        white-space: wrap;
    }
    #secOutline .dataMedium {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 5px;
    }
    #secOutline dd {
        font-size: 17px;
        letter-spacing: 0;
        padding: 15px 5px;
    }
    #secOutline dd.dataEvFormat span {
        font-size: 17px;
    }
    #secOutline dl:not(:first-child) {
        margin-top: 15px;
    }
}
#secOutline .outlineList{
    gap: 50px;
    margin-top: 243px;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#secOutline .outlineItem{
    width: 350px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#secOutline .outlineItem:nth-child(1){
    background: #4B99DC;
}
#secOutline .outlineItem:nth-child(2){
    background: #8259A4;
}
#secOutline .outlineItem:nth-child(3){
    background: #B94190;
}
#secOutline .outlineTrack{
    position: absolute;
    top: -74px;
    left: calc(50% - 112px);
}
#secOutline .titTrack{
    font-size: 22px;
    color: var(--colorWhite);
    line-height: 1.6;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    text-align: center;
    padding: 16px;
    letter-spacing: 0.5px;
}
#secOutline .txtTrack{
    font-size: 18px;
    color: var(--textColor);
    line-height: 1.8;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    flex: 1;
    font-weight: 400;
}
#secOutline .outlineItem:nth-child(1) .txtTrack{
    border: 1px solid #4B99DC;
    border-top: none;
    background: #EDF5FC;
}
#secOutline .outlineItem:nth-child(2) .txtTrack{
    border: 1px solid #8259A4;
    border-top: none;
    background: #F2EEF6;
}
#secOutline .outlineItem:nth-child(3) .txtTrack{
    border: 1px solid #B94190;
    border-top: none;
    background: #F8ECF4;
}
@media screen and (max-width: 1215px) {
    #secOutline .outlineList {
        gap: 50px;
        margin-top: 100px;
        display: block;
    }
    #secOutline .titTrack {
        font-size: 20px;
        line-height: 1.6;
        min-height: 84px;
        padding: 10px 15px;
        letter-spacing: 0px;
        order: 2;
        justify-content: flex-start;
        text-align: left;
    }
    #secOutline .outlineListImg {
        order: 1;
    }
    #secOutline .txtTrack {
        font-size: 15px;
        line-height: 1.8;
        padding: 10px 15px;
        letter-spacing: 0;
        order: 3;
    }
    #secOutline .outlineItem:nth-child(n+2) {
        margin-top: 120px;
    }
    #secOutline .outlineTrack {
        position: absolute;
        top: -59px;
        left: 0;
        width: 100%;
        max-width: 228px;
    }
    #secOutline .outlineItem:nth-child(2) .outlineTrack {
        max-width: 214px;
    }
    #secOutline .outlineItem:nth-child(3) .outlineTrack {
        max-width: 231px;
        top: -60px;
    }
    #secOutline .outlineItem {
        width: 100%;
    }
}

/* ***** end #secOutline ***** */
/* ***** *** *********** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** .outline ***** */

/* **** Forum 2024 版 の .outline 追記 **** */

.outline {
  padding: 50px 0 100px;
  background: url("../img/24f_02a_bg01_outline_forum_2024.jpg")
    no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 50px 0;
  }
}
.outline__head {
  padding-top: 50px; /* 追記 */
  padding-bottom: 26px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.outline__head::after {
  content: "";
  position: absolute;
  width: 67%;
  height: 2px;
  background-color: #005bab;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 800px) {
  .outline__head {
    padding-top: 25px; /* 追記 */
  }
}

@media screen and (max-width: 767px) {
  .outline__head {
    padding-top: 20px; /* 追記 */
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  .outline__head img {
    width: 200px;
  }
}

.outline h2 {
  font-size: 2.4rem; /* 追記 */
  color: #505050; /* 追記 */
  margin-bottom: 16px;
  text-align: center;
}
.outline h3 {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  color: #fff;
  padding: 0 0.45em;
  height: 80px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: -6px;
}

.outline__info {
  display: flex;
  gap: 40px;
  flex-direction: column;
  max-width: 775px;
  margin-bottom: 78px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .outline__info {
    flex-direction: column;
    gap: 40px;
  }
}

.outline__info p {
  font-size: 2.1rem; /* 追記 */
  color: #505050; /* 追記 */
  flex: 1;
}

@media screen and (max-width: 767px) {
  .outline__info p {
    font-size: 1.6rem; /* 追記 */
  }
}

.outline__data {
  margin-top: 20px; /* 追記 */
  margin-bottom: 20px; /* 元 margin-bottom: 90px; */
}
.outline__data-small {
  font-size: 1.8rem; /* 元 font-size: 0.875rem; */
  line-height: 1.5714285714;
  margin-top: 10px; /* 追記 */
}
.outline__data-medium {
  font-size: 1.5rem; /* font-size: 1rem; */
  line-height: 2.0625;
}
@media screen and (max-width: 1023px) {
  .outline__data {
    flex: auto;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .outline__data-medium {
    line-height: 1.6; /* 追記 */
  }
}

.outline dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.outline dl:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .outline dl {
    flex-direction: column;
    gap: 0;
  }
}
.outline dl:first-child dt {
  border-top-left-radius: 20px; /* 元 border-top-left-radius: 10px; */
}
.outline dl:last-child dt {
  border-bottom-left-radius: 20px; /* 元 border-bottom-left-radius: 10px; */
}
@media screen and (max-width: 767px) {
  .outline dl:last-child dt {
    border-bottom-left-radius: 0;
  }
}
.outline
  dl:first-child
  dd::before {
  border-top-right-radius: 20px; /* 元 border-top-right-radius: 10px; */
}
@media screen and (max-width: 767px) {
  .outline
    dl:first-child
    dd::before {
    border-radius: 0;
  }
}
.outline dl:last-child dd::before {
  border-bottom-right-radius: 20px; /* 元 border-bottom-right-radius: 10px; */
}
@media screen and (max-width: 767px) {
  .outline
    dl:last-child
    dd::before {
    border-radius: 0;
  }
}
.outline dt {
  flex: 0 0 285px;
  text-align: center;
  font-size: 1.8rem; /* 元 font-size: 1rem; */
  line-height: 1.75;
  font-weight: 500; /* 元 font-weight: 900; */
  letter-spacing: 0;
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(118deg, #efd0f2 -7.38%, #b2dafc 61.67%);
}
@media screen and (max-width: 767px) {
  .outline dt {
    flex: auto;
    padding: 15px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.outline dd {
  color: #505050;
  font-size: 1.8rem; /* 元 font-size: 1.125rem; */
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0;
  flex: 1;
  padding: 10px 20px;
  position: relative;
}
.outline dd::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  background: linear-gradient(to right, #b2dafc, #efd0f2) border-box;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}
@media screen and (max-width: 767px) {
  .outline dd::before {
    border-top: none;
  }
}
.outline dd span {
  display: block;
}
.outline dd.outline__data-large {
  font-size: 2.5rem; /* 元 font-size: 1.875rem; */
  line-height: 1.3666666667;
}
.outline__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1.875rem, -5.202rem + 11.06vw, 4.75rem);
  padding-top: 60px;
}
.outline__list li {
  width: calc(33% - clamp(0.938rem, -2.601rem + 5.53vw, 2.375rem));
  border-radius: 20px;
  position: relative;
}
.outline__list li p {
  color: #444; /* 追記 */
  font-size: 1.7rem; /* 元 font-size: 1.125rem; */
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  padding: 0.2em 1.1em 1.2em; /* 元 padding: 1.2em 1.1em; */
}
@media screen and (max-width: 767px) {
  .outline__list li p {
    font-size: 1.4rem; /* 元 font-size: 1rem; */
  }
}
.outline__list-img img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
@media screen and (max-width: 1023px) {
  .outline__list {
    flex-direction: column;
    gap: 120px;
    max-width: 700px;
    margin: 0 auto;
  }
  .outline__list li {
    width: 100%;
  }
  .outline__list-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 332/202;
  }
}

.outline__track {
  position: absolute;
  top: -60px;
  left: 15px;
}

.outline__blue {
  border: 2px solid #00a5d9;
}
.outline__blue h3 {
  background: linear-gradient(
    16deg,
    rgb(0, 165, 217) 0%,
    rgb(0, 129, 189) 100%
  );
  font-size: 2.0rem; /* 追記 */
  padding-top: 7px; /* 追記 */
  padding-left: 18px; /* 追記 */
}

.outline__purple {
  border: 2px solid #6400c8;
}
.outline__purple h3 {
  background: linear-gradient(
    90deg,
    rgb(100, 0, 200) 0%,
    rgb(83, 0, 139) 100%
  );
  font-size: 2.0rem; /* 追記 */
  padding-top: 7px; /* 追記 */
  padding-left: 18px; /* 追記 */
}

.outline__pink {
  border: 2px solid #d800ad;
}
.outline__pink h3 {
  background: linear-gradient(
    16deg,
    rgb(216, 0, 173) 0%,
    rgb(173, 0, 128) 100%
  );
  font-size: 2.0rem; /* 追記 */
  padding-top: 7px; /* 追記 */
  padding-left: 18px; /* 追記 */
}

/* **** Forum 2023 版 の .outline 追記 **** */
/* ****
.outline {
  background-image: url("../img/23f_02a_bg_outline_forum_2023.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .outline {
    padding-top: 80px;
  }
}
@media (max-width: 599px) {
  .outline {
    padding-bottom: 100px;
  }
}
.outline .outwrapper {
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .outline .outwrapper {
    width: auto;
    margin: 0 20px;
  }
}
.outline h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 130px;
  font-weight: 700;
  letter-spacing: 3.9px;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 1024px) {
  .outline h2 {
    font-size: 8rem;
  }
}
@media (max-width: 599px) {
  .outline h2 {
    font-size: 5rem;
  }
}
.outline h2::after {
  content: "";
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50px;
}
@media (max-width: 599px) {
  .outline h2::after {
    width: 60px;
    margin-left: 10px;
  }
}
.outline .titlesub {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  margin-left: 15px;
}
@media (max-width: 599px) {
  .outline .titlesub {
    margin-left: 5px;
  }
}
.outline .info {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .outline .info {
    display: block;
  }
}
@media (max-width: 599px) {
  .outline .info {
    margin-top: 40px;
  }
}
.outline .info .text p {
  width: 450px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .outline .info .text p {
    width: auto;
  }
}
@media (max-width: 599px) {
  .outline .info .text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .outline .info .detailwrapper {
    margin-top: 30px;
  }
}
.outline .info .detail {
  width: 600px;
  background: var(--grad_outline, linear-gradient(98deg, #FAFAFA 25.61%, rgba(255, 255, 255, 0.18) 25.62%, rgba(250, 250, 250, 0.84) 25.63%, rgba(250, 250, 250, 0.88) 101.99%));
  display: table;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .outline .info .detail {
    width: 100%;
  }
}
.outline .info .detail dt {
  width: 160px;
  color: #2155A9;
  padding-left: 25px;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .outline .info .detail dt {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .outline .info .detail dt {
    padding-left: 10px;
    font-size: 1.8rem;
  }
}
.outline .info .detail dd {
  width: 440px;
  color: #2155A9;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  padding: 30px 0 30px 10px;
  margin-left: 35px;
  transform: translateX(2rem);
}
@media (max-width: 1024px) {
  .outline .info .detail dd {
    width: auto;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .outline .info .detail dd {
    margin-left: 0;
    font-size: 1.8rem;
    padding: 30px 0 30px 20px;
  }
}
.outline .info .detail dd .ddsub {
  font-size: 1.3rem;
  color: #2155A9;
  font-weight: 300;
}
***** */

/* ***** end .outline ***** */
/* ***** *** ******** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #block01 ***** */

#block01 {
  margin-top: -1px;
  background: url("../img/23f_02a_bg_outline.png") no-repeat center top / cover;
  color: #fff;
  padding-bottom: 25rem;
}

/* **** 旧: Forum 2022 版 **** */
/* ****
#block01 {
  margin-top: -1px;
  background: url("../img/02b_bg_b1_outline_forum_2022.jpg") no-repeat center top / cover;
  color: #fff;
  padding-bottom: 25rem;
}
**** */

.block {}

.block h2 {
  text-align: center;
  padding-top: 15rem;
}

.block h2 .en {
  font-size: 8rem;
  position: relative;
  display: inline-block;
  line-height: 8rem;
}

.block h2 .en::before,
.block h2 .en::after {
  content: "";
  width: 7rem;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #fff;
}

.block h2 .en::before {
  left: -9rem;
}

.block h2 .en::after {
  right: -9rem;
}

.block h2 .jp {
  font-size: 2.2rem;
  display: block;
  line-height: 3rem;
  margin-top: 1rem;
}

.p01 {
  text-align: center;
  margin-top: 8rem;
  font-size: 2rem;
  line-height: 4.5rem;
}

#block01 .p01_bottom {
  text-align: center;
  margin-top: 8rem;
  font-size: 1.8rem;
  line-height: 4rem;
} /* 追記 */

#block01 .p01_bottom span {
  font-weight: bold;
  text-align: center;
  margin-top: 8rem;
  font-size: 2.2rem;
  line-height: 4.5rem;
}  /* 追記 */

#block01 .p01_bottom a {
  color: #fff;
  /* text-decoration: underline; */
} /* 追記 */

#block01 .p01_bottom a:hover {
  color: #ff974d;
  text-decoration: underline;
} /* 追記 */

@media only screen and (max-width: 782px) {
  #block01 {
    padding-bottom: 12rem;
  }

  .block h2 {
    padding-top: 7rem;
  }

  .block h2 .en {
    font-size: 4rem;
    line-height: 4rem;
  }

  .block h2 .en::before,
  .block h2 .en::after {
    content: "";
    width: 3.5rem;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #fff;
  }

  .block h2 .en::before {
    left: -4.5rem;
  }

  .block h2 .en::after {
    right: -4.5rem;
  }

  .block h2 .jp {
    font-size: 1.6rem;
    display: block;
    line-height: 2rem;
    margin-top: 1rem;
  }

  .p01 {
    text-align: center;
    margin-top: 5rem;
    font-size: 1.4rem;
    line-height: 3rem;
  }

  #block01 .p01_bottom { /* 追記 */
    text-align: center;
    margin-top: 5rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }

  #block01 .p01_bottom span { /* 追記 */
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #block01 .p01_bottom a { /* 追記 */
    text-decoration: underline;
  }
}

.box01 {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.5) 1px solid;
  box-sizing: border-box;
  border-radius: 5px;
}

.box02 {
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3.5rem 2.5rem;
}

#block01 .box01 {
  margin-top: 6rem;
  width: 108rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem;
}

@media only screen and (max-width: 782px) {
  .box02 {
    padding: 3rem 1.5rem;
  }

  #block01 .box01 {
    width: 100%;
    padding: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  #block01 .box01 {
    padding: 1.5rem;
  }
}

.tb01 {
  width: 100%;
}

.tb01 th,
.tb01 td {
  vertical-align: middle;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tb01 th {
  font-size: 1.8rem; /* font-size: 1.6rem; */
  font-weight: normal; /* 追記 */
  padding: 0.2rem 0 0; /* 追記 */
  width: 19rem;
  position: relative;
}

.tb01 th::after {
  content: "";
  width: 1px;
  height: calc(100% - 4rem);
  position: absolute;
  top: 2rem;
  right: 0;
  background: #fff;
}

.tb01 td {
  font-size: 3rem;
  line-height: 4rem;
  padding-left: 6rem;
}

.tb01 td .small {
  font-size: 2.2rem;
}

.banner {
  text-align: center;
  margin: 7rem 0 0 0;
}

.banner a {
  display: inline-block;
}

.banner a .inline-block {
  position: relative;
  display: inline-block;
}

.banner a .circle {
  position: absolute;
  left: 31%;
  top: 15%;
  transition: all 0.5s ease;
}

.banner a:hover .circle {
  transform: scale(1.1) rotate(-7deg);
}

.banner+p.caption {
  font-size: 1.3rem;
  margin: 0 10rem 0 0;
  text-align: right;
}

@media only screen and (max-width: 782px) {

  .tb01 th,
  .tb01 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tb01 th {
    font-size: 1.2rem;
    width: 12rem;
    position: relative;
  }

  .tb01 th::after {
    content: "";
    width: 1px;
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    right: 0;
    background: #fff;
  }

  .tb01 td {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 2rem;
  }

  .tb01 td .small {
    font-size: 1.2rem;
  }

  .banner {
    text-align: center;
    margin: 4rem 0 0 0;
  }

  .banner img {
    width: 592px;
    max-width: 92%;
    height: auto;
  }

  .banner+p.caption {
    font-size: 1.1rem;
    margin: 0 0 0 0;
    text-align: center;
  }
}


/* ***** #block01 YouTube - 230303 追記 ***** */

/* *** common.css L-930 *** */
.youtube {
  width: 98%;
  padding-top: 33%;
  position: relative;
  margin: 1% auto;
  max-width: 50%;
}

/* ***** customize.css L-6820 ***** */
.youtube {
  padding-top: 52.8%;
  margin: 1% 4%;
  max-width: 92%;
}

/* *** common.css L-930 *** */
@media only screen and (max-width: 782px) { /* 元 min-width: 980px 以下同じ */
  .youtube {
    padding-top: 56.25%;
    margin: 1%;
  }
}

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


/* ***** customize.css L-1500 ***** */
.links {
  text-align: left;
}

.links li {
  padding: 20px 10px;
}

.links p {
  padding: 0 30px 20px;
  font-size: 1.5rem;
}

.links a {
  color: #fff; /* 元 color: #696E74; */
  text-decoration: underline;
}

.links a:hover {
  color: #f97;
}

.links>li {
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid; /* 元 border-bottom: solid 3px #dce6f0; */
  padding:16px 0;
}

.links>li:first-child {
  border-top: rgba(255, 255, 255, 0.5) 1px solid; /* 元 solid 3px #dce6f0; */
}

@media only screen and (max-width: 782px) {
  .links li {
    padding: 10px 10px;
  }

  .links p {
    padding: 0 10px 20px;
    font-size: 1.4rem;
  }
}


/* ***** customize.css L-6030 ***** */
.blogs-list {
  text-align: left;
}

.blogs-list li {
  padding: 20px 10px;
}

.blogs-list {
  color: #fff; /* 元 color: #696E74; */
}

.blogs-list h3 {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px 0;
}

.blogs-list p {
  margin: 0 0;
  padding: 0 20px 10px;
  font-size: 1.5rem; /* 元 font-size: 1.0rem; 以下同じ */
}

.blogs-list a {
  color: #fff; /* 元 color: #3498DB; */
  text-decoration: underline;
}

.blogs-list a:hover {
  color: #f97;
}

.blogs-list>li{
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid; /* 元 border-bottom: solid 3px #dce6f0; */
  padding: 16px 0;
}

.blogs-list>li:first-child{
  border-top: rgba(255, 255, 255, 0.5) 1px solid; /* 元 border-top: solid 3px #dce6f0; */
}

@media only screen and (max-width: 782px) {
  .blogs-list li {
    padding: 10px 10px;
  }

  .blogs-list p {
    font-size: 1.4rem; /* 元 font-size: 0.85rem; */
    padding: 5px 10px;
 } 
}


/* ***** customize.css L-6200 ***** */
.blogs-list .forum-p-211208 {
  font-size: 2.4rem; /* 元 font-size: 1.5rem; */
}

@media only screen and (max-width: 782px) {
  .blogs-list .forum-p-211208 {
    font-size: 1.8rem; /* 元 font-size: 1.1rem; */
  } 
}


/* ***** customize.css L-6600 ***** */
.atlax-2columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% + 2%);
  margin: 0 -1%;
  padding: 10px 1px 5px;
}

.atlax-2columns .atlax-column {
  width: calc(50% - 1%);
  margin: 0 0.5% 0;
}

/* ***** customize.css L-6700 ***** */
.atlax-2columns .forum-211208-report h3 {
  margin: 3px 0 1px 20px;
  font-size: 3.5rem; /* 元 font-size: 2.35rem; */
  font-weight: bold;
}

@media only screen and (max-width: 800px) { /* 追記 */
  .atlax-2columns .forum-211208-report h3 {
    margin: 3px 0 1px 10px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 750px) { /* 元 min-width: 760px - iPad 対応 */
  .atlax-2columns {
    width: calc(100% + 1%);
    padding: 10px -0.5%;
  }

  .atlax-2columns .atlax-column {
    width: calc(100% - 1%);
    margin: 0 0.5% 1.5%;
  }

  .atlax-2columns .forum-211208-report h3 {
    margin: 3px 10px 1px 10px;
    font-size: 2.5rem; /* 元 font-size: 1.5rem; */
  }
}


/* ***** customize.css L-6805 ***** */
.atlax-2columns .about-youtube-right {
  width: calc(50% - 1%);
  margin: 0 1% 0 0;
}

@media only screen and (max-width: 750px) {
  .atlax-2columns .about-youtube-right {
    width: calc(100% - 1%);
    margin: 0 0.5% 1.5%;
  }
}

/* ***** end #block01 ***** */
/* ***** *** ******** ***** */



/* ***** ****** ***** */
/* ***** ****** ***** */
/* ***** .about ***** */

/* **** Forum 2023 版 の .about (TRACK) 追記 **** */

.about {
  background-image: url("../img/23f_02b_bg_track_forum_2023.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 150px 0;
}
@media (max-width: 1024px) {
  .about {
    padding: 80px 0 150px 0;
  }
}
@media (max-width: 599px) {
  .about {
    padding: 60px 0 100px 0;
  }
}
.about .wrapper {
  width: 1150px;
  display: flex;
  position: relative;
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  .about .wrapper {
    width: 80%;
    margin: 80px auto 0;
    display: block;
  }
}
@media (max-width: 599px) {
  .about .wrapper {
    width: auto;
    margin: 60px 20px 0;
  }
}
.about .wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .about .wrapper img {
    width: 100%;
    margin: 0 auto;
  }
}
.about .wrapper .txtwrapper {
  width: 550px;
  background-color: #ffffff;
  padding: 120px 50px 60px;
}
@media (max-width: 1024px) {
  .about .wrapper .txtwrapper {
    width: auto;
    margin: 0 auto;
    padding: 40px;
  }
}
@media (max-width: 599px) {
  .about .wrapper .txtwrapper {
    padding: 20px;
  }
}
.about .wrapper .txtwrapper h3 {
  width: 580px;
  position: absolute;
  right: 20px;
  top: 30px;
}
@media (max-width: 1024px) {
  .about .wrapper .txtwrapper h3 {
    width: 80%;
    right: -5%;
    top: -30px;
  }
}
@media (max-width: 599px) {
  .about .wrapper .txtwrapper h3 {
    width: 95%;
    right: 0;
    top: -30px;
  }
}
.about .wrapper .txtwrapper h3 img {
  width: 100%;
}
.about .wrapper .txtwrapper p {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.8em;
}
.about .wrapper .txtwrapper_b {
  width: 550px;
  background-color: #ffffff;
  padding: 120px 50px 60px;
}
@media (max-width: 1024px) {
  .about .wrapper .txtwrapper_b {
    width: auto;
    margin: 0 auto;
    padding: 40px;
    order: 2;
  }
}
@media (max-width: 599px) {
  .about .wrapper .txtwrapper_b {
    padding: 20px;
  }
}
.about .wrapper .txtwrapper_b h3 {
  width: 580px;
  position: absolute;
  left: 20px;
  top: 30px;
}
@media (max-width: 1024px) {
  .about .wrapper .txtwrapper_b h3 {
    width: 80%;
    left: -5%;
    top: -30px;
  }
}
@media (max-width: 599px) {
  .about .wrapper .txtwrapper_b h3 {
    width: 95%;
    left: 0;
    top: -30px;
  }
}
.about .wrapper .txtwrapper_b h3 img {
  width: 100%;
}
@media (max-width: 1024px) {
  .about .wrapper .txtwrapper_b h3 img {
    order: 1;
  }
}
.about .wrapper .txtwrapper_b p {
  font-size: 1.5rem;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .about .wrapperb {
    display: flex;
    flex-wrap: wrap;
  }
}

/* ***** end .about ***** */
/* ***** *** ****** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #block02 ***** */

/* **** 旧: Forum 2022 版 の #block02 (3_tracks) **** */

#block02 {
  background: url("../img/02c_bg_b2_3_tracks_forum_2022.jpg") no-repeat center top / cover;
  color: #fff;
  padding-bottom: 10rem;
}

#block02 .inner {
  width: 130rem;
  display: flex;
  justify-content: space-between;
}

#block02 .track-r {
  width: 44.4rem;
  max-width: 32%;
  margin-top: -20rem; /* 元 margin-top: -15rem; */
  transform: translateY(8rem);
}

#block02.inview .track-r {
  transform: translateY(0);
  opacity: 1;
}

#block02 .track-r dl {
  width: 39rem;
  height: 48.5rem; /* 元 height: 51rem; */
  max-width: 100%;
  margin: -4rem auto 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px; /* 元 radius: 5px; */
  color: #000;
}

#block02 .track-r dt {
  color: #007fd6;
  padding: 4.5rem 0 3rem;
}

#block02 .track-r dt.track-b {
  color: #0093b8;
} /* 追記 */

#block02 .track-r dt.track-c {
  color: #7e3cc1;
} /* 追記 */

#block02 .track-r dt span {
  display: block;
  text-align: center;
}

#block02 .track-r dt span.en {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 200;
}

#block02 .track-r dt span.en.small {
  font-size: 1.6rem; /* 元 font-size: 1.3rem; */
  line-height: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0 0.8rem; /* 追記 */
}

#block02 .track-r dt span.jp {
  font-size: 2.6rem;
  line-height: 3.5rem;
  margin-top: 1rem;
}

#block02 .track-r dd {
  padding: 0 3.6rem 2rem; /* padding: 0 2rem 2rem; */
}

#block02 .track-r dd p {
  font-size: 1.4rem;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 782px) {
  #block02 {
    padding-bottom: 5rem;
  }

  #block02 .inner {
    width: auto;
    display: block;
  }

  #block02 .track-r {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    transform: translateY(-9rem);
    opacity: 1;
  }

  #block02 .track-r figure {
    text-align: center;
  }

  #block02 .track-r figure img {
    width: 30rem;
  }

  #block02.inview .track-r {
    transform: translateY(-9rem);
    opacity: 1;
  }

  #block02 .track-r dl {
    width: auto;
    max-width: 100%;
    margin: -4rem auto 0;
  }

  #block02 .track-r dt {
    color: #007fd6;
    padding: 4.5rem 0 3rem;
  }

  #block02 .track-r dt span {
    display: block;
    text-align: center;
  }

  #block02 .track-r dt span.en {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 200;
  }

  #block02 .track-r dt span.en.small {
    font-size: 1.8rem; /* font-size: 1.3rem; */
    line-height: 1.3rem;
    font-weight: 400;
  }

  #block02 .track-r dt span.jp {
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-top: 1rem;
  }

  #block02 .track-r dd {
    padding: 0 2rem 2rem;
  }

  #block02 .track-r dd p {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}

@media only screen and (max-width: 782px) {
  #block02 .track-r dl {
    height:40rem; /* 追記 */
  }
}

@media only screen and (max-width: 600px) {
  #block02 .track-r dl {
    height: 56rem; /* 追記 */
  }
}

/* ***** end #block02 ***** */
/* ***** *** ******** ***** */



/* ***** ********* ***** */
/* ***** ********* ***** */
/* ***** .schedule ***** */

/* **** Forum 2024 版 の .schedule 追記 **** */

.schedule {
  padding: 180px 0 240px;
  background: url("../img/24f_02b_bg_schedule_top_forum_2024.jpg")
      no-repeat top center/100%,
    url("../img/24f_02c_bg_schedule_bottom_forum_2024.jpg")
      no-repeat bottom center/100%; /* 差し替え */
}
@media screen and (max-width: 767px) {
  .schedule {
    padding: 90px 0 120px;
  }
}

.schedule h2 {
  font-size: 2.4rem; /* 追記 */
  color: #505050; /* 追記 */
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .schedule h2 {
    margin-bottom: 50px;
  }
}

.schedule__head {
  padding-bottom: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
.schedule__head::after {
  content: "";
  position: absolute;
  width: 104.7%;
  height: 2px;
  background-color: #005bab;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .schedule__head {
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  .schedule__head img {
    width: 250px;
  }
}
.schedule__table {
  width: 100%;
  border-radius: 30px;
  background-color: rgba(0, 91, 171, 0.08);
}
.schedule dl {
  display: flex;
  position: relative;
}
.schedule dl:first-child dt {
  border-top-left-radius: 30px;
}
.schedule dl:last-child dt {
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 767px) {
  .schedule dl:last-child dt {
    border-bottom-left-radius: 0;
  }
}
.schedule dl:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: 2px;
  background-color: #005bab;
}
@media screen and (max-width: 767px) {
  .schedule dl {
    flex-direction: column;
  }
  .schedule dl:not(:first-child)::after {
    width: 100%;
  }
}
.schedule dt {
  background-color: rgba(0, 91, 171, 0.08);
  flex: 0 0 clamp(12rem, 8rem + 4.81vw, 15rem); /* 元 flex: 0 0 clamp(10rem, 6.923rem + 4.81vw, 11.25rem); */
  /* flex: 0 0 clamp(12.5rem, 7.885rem + 7.21vw, 14.375rem); */
  font-size: clamp(2.4rem, 2rem + 0.48vw, 2.6rem); /* 元 font-size: clamp(1.75rem, 1.442rem + 0.48vw, 1.875rem); */
  line-height: 1.5;
  font-weight: 500;
  color: #505050;
  padding: 25px 0 0 30px;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .schedule dt {
    font-size: 2.2rem; /* 元 font-size: 1.25rem; */
    flex: auto;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.schedule dd {
  flex: 1;
  padding: 25px 0 60px;
}
@media screen and (max-width: 767px) {
  .schedule dd {
    flex: auto;
  }
}

.schedule dd h3 {
  font-size: clamp(2.4rem, 2rem + 0.48vw, 2.6rem); /* 元 font-size: clamp(1.75rem, 1.442rem + 0.48vw, 1.875rem); */
  letter-spacing: 0;
  line-height: 1.7333333333;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 7px; /* 追記 */
  padding-left: clamp(0.938rem, -8.601rem + 14.9vw, 4.813rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.schedule dd h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(101, 181, 249) 0%,
    rgb(218, 146, 225) 60%,
    rgba(218, 146, 225, 0) 100%
  );
}
@media screen and (max-width: 767px) {
  .schedule dd h3 {
    font-size: 2.2rem; /* 元 font-size: 1.125rem; */
    margin-bottom: 18px;
  }
  .schedule dd h3::before {
    width: 100%;
    max-width: 350px;
  }
}

/* Forum 2024 版 の h3 の z-index の 調整 */
.schedule .forum_2024_schedule_1st h3 {
  font-size: clamp(2.4rem, 2rem + 0.48vw, 2.6rem); /* 元 font-size: clamp(1.75rem, 1.442rem + 0.48vw, 1.875rem); */
  letter-spacing: 0;
  line-height: 1.7333333333;
  color: #fff;
  position: relative; /* 追記 */
  z-index: 3; /* 追記 */
  margin-bottom: 15px;
  padding-top: 7px; /* 追記 */
  padding-left: clamp(0.938rem, -8.601rem + 14.9vw, 4.813rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.schedule .forum_2024_schedule_1st h3::before {
  content: "";
  position: absolute;
  z-index: -1; /* 元 z-index: -1; */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(101, 181, 249) 0%,
    rgb(218, 146, 225) 60%,
    rgba(218, 146, 225, 0) 100%
  );
}
@media screen and (max-width: 767px) {
  .schedule .forum_2024_schedule_1st h3 {
    font-size: 2.2rem; /* 元 font-size: 1.125rem; */
    margin-bottom: 18px;
  }
  .schedule .forum_2024_schedule_1st h3::before {
    width: 100%;
    max-width: 350px;
  }
}

.schedule dd h4 {
  /* font-size: clamp(1.25rem, 0.635rem + 0.96vw, 1.5rem); */
  font-size: 2.2rem; /* 元 font-size: 1.375rem; */
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .schedule dd h4 {
    font-size: 2rem; /* font-size: 1.25rem; */
  }
}
.schedule dd .schedule__blue h4 {
  color: #00a5d9;
}
.schedule dd .schedule__purple h4 {
  color: #6400c8;
}
.schedule dd .schedule__pink h4 {
  color: #d800ad;
}

.schedule dd p {
  font-size: 1.6rem; /* 元 font-size: 1.125rem; */
  line-height: 1.7777777778;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .schedule dd p {
    font-size: 1.6rem; /* 元 font-size: 0.875rem; */
  }
}

.schedule dd.schedule__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .schedule dd.schedule__flex {
    flex-direction: column;
  }
}

.schedule dd figure {
  font-size: 3.6rem; /* 元 font-size: 1.5625rem; */
  line-height: 1.76;
  letter-spacing: 0.08em;
}
.schedule dd figure span {
  display: block;
  font-size: 1.4rem; /* 元 font-size: 0.875rem; */ 
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.schedule dd figcaption {
  padding-top: 15px; /* 追記 */
}

/* Forum 2024 版 の h3 の figure の 調整 */
.schedule .forum_2024_schedule_1st figure {
  margin-left: 20px; /* 追記 */
  font-size: 3.6rem; /* 元 font-size: 1.5625rem; */
  line-height: 1.76;
  letter-spacing: 0.08em;
}
.schedule .forum_2024_schedule_1st figure span {
  display: block;
  font-size: 1.4rem; /* 元 font-size: 0.875rem; */ 
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.schedule .forum_2024_schedule_1st figcaption {
  padding-top: 15px; /* 追記 */
}

.schedule dd .schedule__list {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.625rem, -1.529rem + 3.37vw, 1.5rem);
  margin-top: 50px;
}
.schedule dd .schedule__list li {
  width: calc(33% - clamp(0.313rem, -0.764rem + 1.68vw, 0.75rem));
  border-radius: 20px;
  position: relative;
  padding: 15px 15px;
}
.schedule dd .schedule__list h4 {
  line-height: 1.5;
}
.schedule dd .schedule__list p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 12px;
}
.schedule dd .schedule__list figcaption {
  font-size: 2.4rem; /* 元 font-size: 1.5625rem; */
}
.schedule dd .schedule__list figure:not(:first-child) {
  margin-top: 15px;
}
.schedule dd .schedule__list figcaption {
  margin-top: 0; /* margin-top: 16px; */
}
@media screen and (max-width: 1023px) {
  .schedule dd .schedule__list {
    flex-direction: column;
    gap: 100px;
  }
  .schedule dd .schedule__list li {
    width: 100%;
  }
}
.schedule dd .schedule__track {
  position: absolute;
  top: -48px;
  left: 8px;
}
.schedule dd .schedule__blue {
  border: 2px solid #00a5d9;
  background: linear-gradient(
    90deg,
    rgba(0, 165, 217, 0.1) 0%,
    rgba(0, 129, 189, 0.1) 100%
  );
}
.schedule dd .schedule__purple {
  border: 2px solid #6400c8;
  background: linear-gradient(
    90deg,
    rgba(100, 0, 200, 0.1) 0%,
    rgba(83, 0, 139, 0.1) 100%
  );
}
.schedule dd .schedule__pink {
  border: 2px solid #d800ad;
  background: linear-gradient(
    90deg,
    rgba(216, 0, 173, 0.1) 0%,
    rgba(173, 0, 128, 0.1) 100%
  );
}
.schedule__dataContent {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .schedule__dataContent {
    max-width: 450px;
    width: 100%;
  }
}

.schedule .img-first {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 20px;
  color: #505050;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .schedule .img-first {
    flex-direction: column;
  }
}

.schedule .img-first figcaption {
  text-align: right;
}
.schedule .img-first img {
  flex: 0 0 250px;
}
@media screen and (max-width: 767px) {
  .schedule .img-first figcaption {
    text-align: left; /* 追記 */
  }
  .schedule .img-first img {
    flex: auto;
    width: 71%;
    aspect-ratio: 250 / 190;
    min-width: 215px;
  }
}

.schedule .profile {
  border-radius: 10px;
  background-color: rgba(0, 91, 171, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 20px;
  color: #505050;
}

.schedule .profile:not(:first-child) {
  margin-top: 30px;
}
.schedule .profile figure {
  flex: 0 0 250px;
}
.schedule .profile figcaption span {
  display: block;
}
.schedule .profile__text {
  color: #505050;
}
.schedule .profile p {
  color: #505050;
  margin-bottom: 0;
}
.schedule .profile p.profile__head {
  color: #005bab;
  font-size: 2.4rem; /* 追記 */ 
}
@media screen and (max-width: 1023px) {
  .schedule .profile {
    flex-direction: column;
  }
}

.lecture-btn {
  width: 100%;
  max-width: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 10px;
  height: 38px;
  color: #505050;
  font-size: 1.6rem; /* 元 font-size: 1rem; */
  line-height: 1.75;
  margin-top: 20px;
  padding-top: 4px; /* 追記 */
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .lecture-btn:hover {
    opacity: 0.6; /* 元 opacity: 0.8; */
  }
}

.lecture-btn::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 14%;
  width: 7px; /* 元 width: 15px; */
  height: 9px; /* height: 19px; */
  background: url("../img/24f_10a_arrow-g.png")
    no-repeat center center/contain;
  pointer-events: none;
}

/* Forum 2023 ＆ 2024 .modal-toggle */
.modal-toggle {
  width: 100%;
  max-width: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 10px;
  height: 38px;
  color: #505050;
  font-size: 1.6rem; /* 元 font-size: 1rem; */
  line-height: 1.75;
  margin-top: 10px; /* 元 margin-top: 20px; */
  margin-bottom: 10px; /* 追記 */
  padding-top: 4px; /* 追記 */
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  border: #aaa; /* 追記 */
}
@media (hover: hover) {
  .modal-toggle:hover {
    opacity: 0.6; /* 元 opacity: 0.8; */
  }
}

.modal-toggle::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 14%;
  width: 7px; /* 元 width: 15px; */
  height: 9px; /* height: 19px; */
  background: url("../img/24f_10a_arrow-g.png")
    no-repeat center center/contain;
  pointer-events: none;
}

/* **** Forum 2023 版 の .schedule 追記 **** */
/* ****
.schedule {
  background-image: url("../img/23f_02c_bg_schedule_forum_2023.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 140px 0;
}
@media (max-width: 1024px) {
  .schedule {
    padding: 80px 0 140px 0;
  }
}
@media (max-width: 599px) {
  .schedule {
    padding: 80px 0 100px 0;
  }
}
.schedule .schedulewrapper {
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper {
    width: auto;
    margin: 0 20px;
  }
}
.schedule .schedulewrapper h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 3.9px;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper h2 {
    font-size: 8rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper h2 {
    font-size: 5rem;
  }
}
.schedule .schedulewrapper h2::after {
  content: "";
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50px;
}
@media (max-width: 599px) {
  .schedule .schedulewrapper h2::after {
    width: 60px;
    margin-left: 10px;
  }
}
.schedule .schedulewrapper .titlesub {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  margin-left: 15px;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .titlesub {
    margin-bottom: 40px;
  }
}
.schedule .schedulewrapper .timebox {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox {
    display: block;
  }
}
.schedule .schedulewrapper .timebox .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox .t01 {
  background: linear-gradient(180deg, #A28CDF 0%, #9A84D8 100%);
}
.schedule .schedulewrapper .timebox .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px;
  display: flex;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .contentbox {
    width: auto;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox .contentbox {
    display: block;
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox .contentbox .contenttitle {
  position: relative;
  width: 480px;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .contentbox .contenttitle {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox .contentbox .contenttitle {
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
.schedule .schedulewrapper .timebox .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #003A97;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .contentbox .contenttitle h3 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox .contentbox .contenttitle h3 {
    font-size: 1.8rem;
    transform: translateY(0);
    text-align: center;
  }
}
.schedule .schedulewrapper .timebox .person {
  display: flex;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .person {
    align-items: self-start;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox .person {
    justify-content: center;
  }
}
.schedule .schedulewrapper .timebox .person img {
  width: 140px;
  height: 140px;
}
.schedule .schedulewrapper .timebox .person .persontext {
  margin: 20px 20px 0 0px;
  text-align: center;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox .person .persontext {
    text-align: left;
  }
}
.schedule .schedulewrapper .timebox .person .persontext .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  color: #000000;
}
.schedule .schedulewrapper .timebox .person .persontext .post {
  font-size: 1.3rem;
  letter-spacing: 0.9px;
  line-height: 1.5em;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox02 {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 {
    display: block;
  }
}
.schedule .schedulewrapper .timebox02 .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox02 .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox02 .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox02 .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox02 .t02 {
  background: linear-gradient(180deg, #9A84D8 0%, #927CD1 100%);
}
.schedule .schedulewrapper .timebox02 .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .contentbox {
    width: auto;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox02 .contentbox {
    display: block;
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle {
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle {
    position: static;
    width: auto;
    transform: translateY(0);
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle {
    width: auto;
    margin-right: 0;
  }
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #BA43BC;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle h3::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #BA43BC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle h3::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle h3 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle .subtitle {
  margin-top: 20px;
  padding: 12px 20px 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  background: var(--grad_bl_pi, linear-gradient(114deg, #CED3FF 12.18%, #B5D2FF 95.69%));
  color: #000000;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox02 .contentbox .contenttitle .subtitle {
    margin: 10px 0 20px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle .naiyou {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 10px;
  color: #000000;
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle .profile {
  margin-top: 20px;
  padding: 10px 20px 20px 20px;
  background-color: #e9eef6;
  color: #000000;
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle .profile .profiletitle {
  color: #2155A9;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.schedule .schedulewrapper .timebox02 .contentbox .contenttitle .profile .profiletext {
  font-size: 1.3rem;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox02 .person {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .person {
    display: none;
  }
}
.schedule .schedulewrapper .timebox02 .person img {
  width: 140px;
}
.schedule .schedulewrapper .timebox02 .person .persontext {
  margin-top: 10px;
  text-align: center;
}
.schedule .schedulewrapper .timebox02 .person .persontext .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  color: #000000;
}
.schedule .schedulewrapper .timebox02 .person .persontext .post {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox02 .person_sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox02 .person_sp {
    display: block;
    margin-top: 20px;
  }
}
.schedule .schedulewrapper .timebox02 .person_sp img {
  width: 140px;
}
.schedule .schedulewrapper .timebox02 .person_sp .persontext {
  margin-top: 10px;
}
.schedule .schedulewrapper .timebox02 .person_sp .persontext .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  color: #000000;
}
.schedule .schedulewrapper .timebox02 .person_sp .persontext .post {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  line-height: 1.5em;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox03 {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 {
    display: block;
  }
}
.schedule .schedulewrapper .timebox03 .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox03 .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox03 .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox03 .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox03 .t03 {
  background: linear-gradient(180deg, #927CD1 0%, #8A73CA 100%);
}
.schedule .schedulewrapper .timebox03 .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .contentbox {
    width: auto;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox03 .contentbox {
    display: block;
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle {
  position: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle {
    position: static;
    width: auto;
    transform: translateY(0);
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle {
    width: auto;
    margin-right: 0;
  }
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #BA43BC;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle h3::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background-color: #BA43BC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle h3::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle h3 {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle .subtitle {
  margin-top: 20px;
  padding: 12px 20px 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  background: var(--grad_bl_pi, linear-gradient(114deg, #CED3FF 12.18%, #B5D2FF 95.69%));
  color: #000000;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox03 .contentbox .contenttitle .subtitle {
    margin: 10px 0 20px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle .naiyou {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 10px;
  color: #000000;
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle .profile {
  margin-top: 20px;
  padding: 10px 20px 20px 20px;
  background-color: #e9eef6;
  color: #000000;
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle .profile .profiletitle {
  color: #2155A9;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.schedule .schedulewrapper .timebox03 .contentbox .contenttitle .profile .profiletext {
  font-size: 1.3rem;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox03 .person {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .person {
    display: none;
  }
}
.schedule .schedulewrapper .timebox03 .person img {
  width: 140px; 
  margin: 0 auto;
}
.schedule .schedulewrapper .timebox03 .person .persontext {
  margin-top: 10px;
  text-align: center;
}
.schedule .schedulewrapper .timebox03 .person .persontext .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  color: #000000;
}
.schedule .schedulewrapper .timebox03 .person .persontext .post {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #000000;
  transform: translateY(-2rem);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .person .persontext .post {
    font-size: 1.5rem;
    letter-spacing: 0.9px;
  }
}
.schedule .schedulewrapper .timebox03 .person_sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox03 .person_sp {
    display: block;
    margin-top: 20px;
  }
}
.schedule .schedulewrapper .timebox03 .person_sp img {
  width: 140px;
}
.schedule .schedulewrapper .timebox03 .person_sp .persontext {
  margin-top: 10px;
}
.schedule .schedulewrapper .timebox03 .person_sp .persontext .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.5em;
  color: #000000;
}
.schedule .schedulewrapper .timebox03 .person_sp .persontext .post {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  line-height: 1.5em;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox04 {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 {
    display: block;
  }
}
.schedule .schedulewrapper .timebox04 .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox04 .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox04 .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox04 .t04 {
  background: linear-gradient(180deg, #8973CA 0%, #725AB5 100%);
}
.schedule .schedulewrapper .timebox04 .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px 50px 80px 50px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .contentbox {
    width: auto;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .contentbox {
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox04 .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #003A97;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .contentbox .contenttitle h3 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .contentbox .contenttitle h3 {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox04 .contentbox .contenttitle p {
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  background: var(--grad_bl_pi, linear-gradient(114deg, #CED3FF 12.18%, #B5D2FF 95.69%));
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .contentbox .trackwrapper {
    display: block;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .contentbox .trackwrapper {
    margin-top: 20px;
  }
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box {
  width: calc((100% - 40px) / 3);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box {
    margin: 0 auto 20px;
    width: 60%;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box {
    width: 90%;
  }
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box img {
  width: 100%;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area {
  background-color: #F6F6F6;
  padding-bottom: 30px;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area .areatitle {
  height: 100px;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area .areatitle h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #003A97;
  padding: 0 4px;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area .areatitle h4 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area img {
  width: 140px;
  margin: 0 25%;
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000000;
  transform: translateY(-2rem); 
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .area .post {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  text-align: center;
  height: 5px;
  color: #000000;
  transform: translateY(-4rem);
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .link button {
  display: block;
  color: #121212;
  background-color: #FFF252;
  padding: 20px 50px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  width: 64%;
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .link button {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .link button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/23f_02e_arrow_forum_2023.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.schedule .schedulewrapper .timebox04 .contentbox .trackwrapper .box .link button:hover {
  opacity: 0.7;
}
.schedule .schedulewrapper .timebox05 {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 {
    display: block;
  }
}
.schedule .schedulewrapper .timebox05 .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox05 .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox05 .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox05 .t05 {
  background: linear-gradient(180deg, #7159B4 0%, #5A41A0 100%);
}
.schedule .schedulewrapper .timebox05 .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px 50px 80px 50px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .contentbox {
    width: auto;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .contentbox {
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox05 .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #003A97;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .contentbox .contenttitle h3 {
    text-align: center;
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .contentbox .contenttitle h3 {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox05 .contentbox .contenttitle p {
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  background: var(--grad_bl_pi, linear-gradient(114deg, #CED3FF 12.18%, #B5D2FF 95.69%));
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .contentbox .trackwrapper {
    display: block;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .contentbox .trackwrapper {
    margin-top: 20px;
  }
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box {
  width: calc((100% - 40px) / 3);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box {
    width: 90%;
  }
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box img {
  width: 100%;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area {
  background-color: #F6F6F6;
  padding-bottom: 30px;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area .areatitle {
  height: 100px;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area .areatitle h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #003A97;
  padding: 0 4px;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area .areatitle h4 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area img {
  width: 140px;
  margin: 0 25%;
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .area .post {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  text-align: center;
  height: 5px;
  color: #000000;
  transform: translateY(-4rem);
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .link button {
  display: block;
  color: #121212;
  background-color: #FFF252;
  padding: 20px 50px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  width: 64%;
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .link button {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .link button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/23f_02e_arrow_forum_2023.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.schedule .schedulewrapper .timebox05 .contentbox .trackwrapper .box .link button:hover {
  opacity: 0.7;
}
.schedule .schedulewrapper .timebox06 {
  display: flex;
  border-bottom: 1px solid #003A97;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 {
    display: block;
  }
}
.schedule .schedulewrapper .timebox06 .time {
  width: 185px;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .time {
    width: auto;
    padding: 20px 0;
  }
}
.schedule .schedulewrapper .timebox06 .time .pc {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .time .pc {
    display: none;
  }
}
.schedule .schedulewrapper .timebox06 .time .sp {
  display: none;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .time .sp {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.8px;
    line-height: 1.5em;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .time .sp {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox06 .t06 {
  background: linear-gradient(180deg, #59409F 0%, #42288B 100%);
}
.schedule .schedulewrapper .timebox06 .contentbox {
  background-color: #ffffff;
  width: 965px;
  padding: 50px 50px 80px 50px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .contentbox {
    width: auto;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .contentbox {
    padding: 20px;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .contenttitle h3 {
  font-size: 2.5rem;
  color: #003A97;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .contentbox .contenttitle h3 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .contentbox .contenttitle h3 {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .contenttitle p {
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  background: var(--grad_bl_pi, linear-gradient(114deg, #CED3FF 12.18%, #B5D2FF 95.69%));
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .contentbox .contenttitle p {
    font-size: 2rem;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .contentbox .trackwrapper {
    display: block;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .contentbox .trackwrapper {
    margin-top: 20px;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box {
  width: calc((100% - 40px) / 3);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box {
    width: 90%;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box img {
  width: 100%;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area {
  background-color: #F6F6F6;
  padding-bottom: 30px;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area .areatitle {
  height: 100px;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area .areatitle h4 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #003A97;
  padding: 0 4px;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area .areatitle h4 span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area img {
  width: 140px;
  margin: 0 25%;
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area .name {
  font-size: 2rem;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000000;
  transform: translateY(-2rem);
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .area .post {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  text-align: center;
  height: 5px;
  color: #000000;
  transform: translateY(-4rem);
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .link button {
  display: block;
  color: #121212;
  background-color: #FFF252;
  padding: 20px 50px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  width: 64%;
}
@media (max-width: 599px) {
  .schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .link button {
    font-size: 1.8rem;
  }
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .link button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/23f_02e_arrow_forum_2023.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.schedule .schedulewrapper .timebox06 .contentbox .trackwrapper .box .link button:hover {
  opacity: 0.7;
}
.schedule .registration {
  margin: 90px auto 0;
  width: 550px;
}
@media (max-width: 1024px) {
  .schedule .registration {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .schedule .registration {
    width: 100%;
  }
}
.schedule .registration a {
  display: block;
  color: #121212;
  background: var(--button_grn, linear-gradient(97deg, #FFB800 35.74%, #FFA41C 51.22%, #FFBA34 51.22%, #FFA800 66.38%));
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.schedule .registration a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/23f_02e_arrow_forum_2023.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 599px) {
  .schedule .registration a::after {
    right: 40px;
  }
}
.schedule .registration a:hover {
  opacity: 0.8;
}
**** */

/* ***** end .schedule ***** */
/* ***** *** ********* ***** */



/* ***** ****** ***** */
/* ***** ****** ***** */
/* ***** .modal ***** */

/* **** Forum 2024 版 の .modal 追記 **** */

/* Forum 2023 版 ベース */
.modal {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #ffffff;
  margin: 15% auto;
  width: 92%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
}
@media (max-width: 1024px) {
  .modal-content {
    width: 90%;
  }
}

/* Forum 2024 版 は コメントアウト */
/* ****
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.modal__container {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 930px;
  width: 80%;
  height: 95%;
  padding: 60px 20px 20px 20px;
  overflow-y: scroll;
}
**** */

.modal__head {
  position: relative;
  padding-top: 50px;
  margin-bottom: 40px;
}
.modal__head h4 {
  font-size: 2.4rem; /* 元 font-size: 1.5rem; */
  color: #fff;
  padding: 0.8em 1em 0.5em; /* 元 padding: 0.5em 1em; */
}
.modal__track {
  position: absolute;
  top: 4px;
  left: 7px;
}
.modal__track img {
  margin-top: 30px; /* 追記 */
  width: 186px;
}

.modal__blue {
  background: linear-gradient(
    16deg,
    rgb(0, 165, 217) 0%,
    rgb(0, 129, 189) 100%
  );
}
.modal__purple {
  background: linear-gradient(90deg, rgb(100, 0, 200) 0%, rgb(83, 0, 139) 100%);
}
.modal__pink {
  background: linear-gradient(
    16deg,
    rgb(216, 0, 173) 0%,
    rgb(173, 0, 128) 100%
  );
}

.modal__content {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .modal__content {
    flex-direction: column;
  }
}
.modal__text {
  flex: 1;
}
.modal__text h5 {
  font-size: 1.75rem;
  color: #005bab;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.modal__text p {
  font-size: 1.7rem; /* 元 font-size: 1rem; */
  line-height: 1.8; /* 元 line-height: 2; */
  padding-bottom: 15px; /* 追記 */
}

.modal__text span {
  font-size: 1.23rem; /* 追記 */
}

.modal__imgs {
  display: flex;
  gap: 30px; /* 元 gap: 10px; */
}
.modal__img {
  font-size: 3.6rem; /* 元 font-size: 1.5625rem; */
  line-height: 1.76;
  letter-spacing: 0.08em;
}
.modal__img span {
  display: block;
  font-size: 1.4rem; /* 元 font-size: 0.875rem; */ 
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.modal__img figcaption {
  padding-top: 15px; /* 追記 */
  padding-bottom: 25px; /* 追記 */
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}
.modal__close-line {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #333;
}
.modal__close-line:nth-of-type(1) {
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}
.modal__close-line:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}

/* **** Forum 2023 版 の .modal **** */
/* ****
.modal {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #ffffff;
  margin: 15% auto;
  width: 92%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
}
@media (max-width: 1024px) {
  .modal-content {
    width: 90%;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-header {
  position: absolute;
  right: 0;
  top: -90px;
  color: #ffffff;
}

.modalClose {
  font-size: 8rem;
  font-weight: 300;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 40px 80px;
  color: #121212;
}
@media (max-width: 599px) {
  .modal-body {
    padding: 40px 20px;
  }
}
.modal-body .title01 {
  font-size: 1.5rem;
  color: #003A97;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-body h4 {
  color: #ffffff;
  letter-spacing: 0.1em;
  background: var(--grad_A, linear-gradient(102deg, #286FD9 32.59%, #2565C3 73.22%));
  margin-top: 30px;
  padding: 10px 20px 6px;
  font-size: 1.8rem;
}
.modal-body h4 .en01 {
  font-size: 1.5rem;
  margin-right: 4px;
}
.modal-body h4 .en02 {
  font-size: 3rem;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
}
.modal-body .modalcontent {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .modal-body .modalcontent {
    display: block;
  }
}
.modal-body .modalcontent .txt {
  width: 60%;
  transform: translateY(-3rem);
}
@media (max-width: 599px) {
  .modal-body .modalcontent .txt {
    width: auto;
  }
}
.modal-body .modalcontent .txt h5 {
  font-size: 2.3rem;
  color: #003A97;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #929292;
  line-height: 1.3em;
}
.modal-body .modalcontent .txt h5 span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.3em;
}
.modal-body .modalcontent .txt p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-top: 30px;
}
.modal-body .modalcontent .jinbutsu {
  width: 30%;
}
@media (max-width: 599px) {
  .modal-body .modalcontent .jinbutsu {
    margin-top: 20px;
    width: 40%;
  }
}
.modal-body .modalcontent .jinbutsu img {
  width: 100%;
}
.modal-body .modalcontent .jinbutsu .name {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
}
.modal-body .modalcontent .jinbutsu .post {
  text-align: center;
  font-size: 1.5rem;
  transform: translateY(-3rem);
}
**** */

/* ***** end .modal ***** */
/* ***** *** ****** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #block03 ***** */

/* **** 旧: Forum 2022 版 の #block03 (schedule) **** */

/* ****

#block03 {
  background: url("../img/02d_bg_b3_schedule_forum_2022.jpg") no-repeat center top / cover;
  color: #fff;
  padding-bottom: 15rem;
}

#block03 .box02 {
  margin-top: 6rem;
}

.box02.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#block03 .box02.flex:first-child {
  margin-top: 7rem;
}

@media only screen and (max-width: 782px) {
  #block03 {
    padding-bottom: 7rem;
  }

  #block03 .box02 {
    margin-top: 2rem;
  }

  .box02.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #block03 .box02.flex:first-child {
    margin-top: 4rem;
  }
}

.time {
  margin: 0;
  line-height: 4rem;
  display: flex;
  align-items: center;
}

.time .en {
  font-size: 4rem;
  font-weight: 300;
  line-height: 4.2rem;
}

.time .jp {
  font-size: 3rem;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 782px) {
  .time {
    line-height: 3rem;
    display: block;
  }

  .time .en {
    font-size: 3.5rem;
    font-weight: 300;
    display: block;
  }

  .time .jp {
    font-size: 2.5rem;
    margin: 1.5rem 0 0 0;
    display: block;
  }
}


.face {
  width: 36rem;
  text-align: center;
}

.box02-3 .face {
  display: flex;
  justify-content: space-between;
}

.face .name {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.face .name+p {
  font-size: 1.1rem;
  margin-top: 0;
  line-height: 1.5rem;
}

.box02 .text {
  width: calc(100% - 36rem);
}

@media only screen and (max-width: 782px) {
  .face {
    width: 20rem;
    text-align: center;
  }

  .box02-2 .face {
    width: 13rem;
  }

  .box02-3 .face {
    display: inline-block;
  }

  .face img {
    width: 15rem;
  }

  .face .name {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .face .name+p {
    font-size: 1.1rem;
    margin-top: 0;
    line-height: 1.5rem;
  }

  .box02 .text {
    width: calc(100% - 20rem);
  }

  .box02.box02-2 {
    position: relative;
    padding-top: 8rem;
  }

  .box02.box02-2 .text,
  .box02.box02-3 .text {
    width: 100%;
  }

  .box02.box02-2 .face {
    position: absolute;
    top: 3rem;
    right: 1.5rem;
  }

  .box02-3 .face>div {
    margin-bottom: 2.5rem;
  }
}

.box02 h3 {
  font-size: 2.4rem;
  background: rgba(0, 26, 120, 0.5);
  border-left: #ff974d 6px solid;
  margin-top: 3rem;
  padding: 1.2rem 0 0.5rem 1.5rem;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 400px) {
  .box02.box02-2 {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 782px) {
  .box02.box02-2 h3,
  .box02.box02-3 h3 {
    font-size: 1.6rem;
    margin-top: 6rem;
    padding: 1rem 1rem 0.5rem 1.5rem;
  }
}

.box02 h3+p {
  font-size: 1.4rem;
}

.box02-3 {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.box02-3 .text {
  width: 100% !important;
}

.box02-3 .face {
  margin-top: 2.5rem;
}

.prof {
  background: rgba(0, 26, 120, 0.2);
  border: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 2rem;
  margin: 3rem 0 0 0;
}

.prof dt {
  color: #ff974d;
  font-size: 2rem;
  line-height: 1;
}

.prof dd {
  margin-top: 1rem;
  font-size: 1.3rem;
}


.sessions {
  display: flex;
  justify-content: space-between;
}

.sessions dl {
  margin-top: 3rem;
  width: calc(33.333% - 1.333rem);
  background: rgba(0, 26, 120, 0.5);
  padding-bottom: 3rem;
}

.sessions dl dt {
  background: #0097ff;
  height: 6.3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 2rem;
  padding-top: .8rem;
}

.sessions dl dt .en {
  font-size: 1.7rem;
  line-height: 1;
  padding-bottom: .4rem;
}

.sessions dl dt .jp {
  font-size: 1.4rem;
  line-height: 1.3;
}

.sessions dl:nth-child(2) dt {
  background: #0e96b8;
}

.sessions dl:nth-child(3) dt {
  background: #8a4fc6;
}

.sessions dd {
  padding: 2rem;
}

.sessions dd p.en {
  font-size: 5rem;
  font-weight: 200;
  line-height: 1;
  margin-top: 1.6rem;
}

.sessions dd p.session-title {
  font-size: 1.6rem;
  line-height: 3.3rem;
  margin-top: 2rem;
  border-top: rgba(255, 255, 255, 0.3) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 1.8rem 0 1rem;
  font-weight: bold;
  height: 130px;
}

.sessions dd .card {
  background: rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sessions dd .card p {
  margin: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  width: calc(100% - 6rem);
}

.sessions dd .card p .small {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  line-height: 1.3;
}

.sessions dd .card figure {
  margin: 1rem 0;
  width: 5.8rem;
}

@media only screen and (max-width: 782px) {
  .sessions {
    display: block;
  }

  .sessions dl {
    margin-top: 2rem;
    width: auto;
    background: rgba(0, 26, 120, 0.5);
    padding-bottom: 2rem;
  }

  .sessions dl dt {
    background: #0097ff;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 1.6rem 0 1rem 1rem;
  }

  .sessions dl dt .en {
    font-size: 1.7rem;
    line-height: 1;
    margin: 0 0.5rem;
    padding-bottom: 0;
  }

  .sessions dl dt .jp {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0.5rem;
  }

  .sessions dl:nth-child(2) dt {
    background: #0e96b8;
  }

  .sessions dl:nth-child(3) dt {
    background: #8a4fc6;
  }

  .sessions dd {
    padding: 1.5rem;
  }

  .sessions dd p.en {
    font-size: 3rem;
  }

  .sessions dd p.session-title {
    font-size: 1.8rem;
    line-height: 3.3rem;
    margin-top: 1.5rem;
    padding: 1.8rem 0 1rem;
  }

  .sessions dd .card {
    background: rgba(0, 0, 0, 0.2);
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sessions dd .card p {
    margin: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    width: calc(100% - 6rem);
  }

  .sessions dd .card p .small {
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
    line-height: 1.3;
  }

  .sessions dd .card figure {
    margin: 1rem 0;
    width: 5.8rem;
  }
}

.btn2 a {
  display: block;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  border: #fff 1px solid;
  position: relative;
  background: rgb(0, 151, 255);
  background: -webkit-linear-gradient(200deg, rgba(0, 151, 255, 1) 35%, rgba(138, 79, 198, 1) 65%);
  background: -o-linear-gradient(200deg, rgba(0, 151, 255, 1) 35%, rgba(138, 79, 198, 1) 65%);
  background: linear-gradient(290deg, rgba(0, 151, 255, 1) 35%, rgba(138, 79, 198, 1) 65%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding: 1.2rem 0;
}

.btn2 a:hover {
  filter: brightness(115%);
}

.btn2 a::before,
.btn2 a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 5rem;
  height: 1px;
  right: -1.2rem;
  top: 50%;
}

.btn2 a::after {
  transform-origin: center right;
}

.btn2 a::before {
  transform-origin: center left;
}

.btn2 a:hover::before {
  animation: nobiru 0.5s ease;
  animation-delay: 0.2s;
}

.btn2 a:hover::after {
  animation: chijimu 0.5s;
}

#block03 p.btn.btn1 {
  margin-top: 10rem;
}

@media only screen and (max-width: 782px) {
  #block03 p.btn.btn1 {
    margin-top: 6rem;
  }

  .btn2 a {
    width: 23rem;
  }
}

**** */


/* ***** #block03 h2 ほか ***** */

/* ****

#block03 h2 {
  padding-top: 8rem;
}

.block .btn3 {
  margin-top: 3rem;
}

.block .btn3 a {
  max-width: 28rem;
  padding: 1rem 0;
  font-size: 2rem;
  box-shadow: none;
}

.block .btn3 a::before,
.block .btn3 a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 5rem;
  height: 1px;
  right: -1.2rem;
  top: 50%;
}

.block .sessions .btn3 {
  margin-top: 2rem;
}

.block .sessions .btn3 a {
  width: auto;
  max-width: none;
  margin: 0 1rem;
  padding: 1rem 0;
  font-size: 2rem;
  box-shadow: none;
}

#block03 .box02-4 {
  display: flex;
  justify-content: space-between;
  margin: 10rem 0;
}

#block03 .box02-4 .track {
  margin: 0 2rem;
}

#block03 .box02-4 .track p {
  background-color: rgba(0, 0, 0, .6);
  margin-top: 0;
  padding: 0.7rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 782px) {
  .guidance {
    margin: 2rem;
    font-size: 1.8rem;
  }

  .btn3 {
    width: 90%;
  }

  .btn3 a {
    width: auto;
    font-size: 3.2rem;
  }

  .block .btn3 {
    margin: auto;
  }

  .block .btn3 a {
    margin: auto;
  }

  #block03 .box02-4 {
    margin: 4rem 0;
    flex-direction: column;
    align-items: center;
  }

  #block03 .box02-4 .track {
    margin-bottom: 2rem;
  }
}

#block03 .box02.d-sm-none {
  flex-direction: column;
}

#block03 .box02.d-sm-none>div:first-child {
  display: flex;
}

#block03 .box02.d-sm-none .btn3 {
  margin-top: 5rem;
}

**** */


/* **** ".aws-top .aws-top-engineers" ベースの 5列のCSS **** */

/* ****
#faces_r {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% + 1.6%);
  padding: 50px 0 20px;
  margin: 0 -0.8%;
}

@media only screen and (max-width: 500px) {
  #faces_r {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}

#faces_r .face_r {
  width: calc(20% - 1.6%);
  margin: 0 0.8% 0;
}

@media only screen and (max-width: 500px) {
  #faces_r .face_r {
    width: calc(50% - 3%);
    margin: 0 1.5% 7%;
  }
}


.box02-3 .text p a {
  color: #fff;
  text-decoration: underline;
}

.box02-3 .text p a:hover {
  color: #ff974d;
}


.face_r .name {
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: center;
}

.face_r .name+p {
  font-size: 1.1rem;
  margin-top: 0;
  line-height: 1.5rem;
  text-align: center;
}

**** */

/* ***** end #block03 ***** */
/* ***** *** ******** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** .contact ***** */

/* **** Forum 2024 版 の .contact 追記 **** */

.contact {
  text-align: center;
  margin-top: -80px;
  border-top-left-radius: 0px; /* 元 border-top-left-radius: 100px; */
  border-top-right-radius: 0px; /* 元 border-top-right-radius: 100px; */
  background-color: #005bab;
  padding: 90px 0 75px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: -40px;
    padding: 45px 0 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.contact__head {
  margin-top: 70px; /* 2025 新設 */
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    margin-bottom: 18px;
  }
  .contact__head img {
    width: 228px;
  }
}
.contact h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.4rem; /* 追記 */
}
.contact p {
  font-size: 1.6rem; /* 元 font-size: 0.8125rem; */
  line-height: 2.2857142857;
  color: #fff;
  letter-spacing: 0;
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  max-width: 350px;
  width: 100%;
  height: 55px;
  margin: 70px auto 0;
  transition: all 0.3s ease;
  padding-right: 18px;
  position: relative;
  letter-spacing: 0.04em;
  font-size: 2.0rem; /* 元 font-size: 1.1875rem; */
  font-weight: 700;
}
@media (hover: hover) {
  .contact__btn:hover {
    opacity: 0.8;
  }
}
.contact__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 9px; /* 元 width: 18px; */
  height: 11px; /* height: 22px; */
  background: url("../img/24f_10b_arrow-w.png")
    no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact__btn::after {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .contact__btn {
    margin-top: 35px;
  }
}

/* **** Forum 2023 版 の .contact **** */
/* ****
.contact {
  background-image: url("../img/23f_02d_bg_contact_forum_2023.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 140px 0;
}
@media (max-width: 1024px) {
  .contact {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 599px) {
  .contact {
    padding: 80px 20px 100px;
  }
}
.contact h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: 3.9px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .contact h2 {
    font-size: 10rem;
  }
}
@media (max-width: 599px) {
  .contact h2 {
    font-size: 5rem;
  }
}
.contact .border {
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  margin: 0 auto 10px;
}
@media (max-width: 599px) {
  .contact .border {
    height: 20px;
    margin: 3px auto;
  }
}
.contact .titlesub {
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  margin-left: 15px;
  margin-bottom: 80px;
}
.contact .text {
  text-align: center;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 599px) {
  .contact .text {
    font-size: 1.8rem;
  }
}
.contact .maillink {
  width: 550px;
  margin: 80px auto 0;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .contact .maillink {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .contact .maillink {
    width: auto;
    margin: 20px auto 0;
  }
}
.contact .maillink a {
  background: var(--grad_C, linear-gradient(99deg, #8A5CB8 25.55%, #634EA0 71.93%));
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (max-width: 599px) {
  .contact .maillink a {
    font-size: 1.6rem;
  }
}
.contact .maillink a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("../img/23f_02f_mail_forum_2023.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-45%);
}
@media (max-width: 1024px) {
  .contact .maillink a::after {
    right: 20px;
    width: 25px;
    height: 15px;
  }
}
@media (max-width: 599px) {
  .contact .maillink a::after {
    width: 20px;
    height: 14px;
  }
}
.contact .maillink a:hover {
  opacity: 0.8;
}
**** */

/* ***** end .contact ***** */
/* ***** *** ******** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #contact ***** */

/* **** 旧: Forum 2022 版 の #contact **** */

/* ****
#contact {
  text-align: center;
  background: url("../img/02e_bg_contact_forum_2022.jpg");
  background-size: cover;
  padding-bottom: 14rem;
}

#contact p.p01 {
  margin-top: 4rem;
  font-size: 1.8rem;
}

#contact p.btn2 {
  margin-top: 3rem;
}

#contact p.btn2 a {
  width: 45rem;
}

@media only screen and (max-width: 782px) {
  #contact {
    text-align: center;
    background: url("../img/02e_bg_contact_forum_2022.jpg") #000731 no-repeat center bottom / 100% auto;
    padding-bottom: 14rem;
  }

  #contact p.p01 {
    margin-top: 3rem;
    font-size: 1.3rem;
  }

  #contact p.btn2 {
    margin-top: 3rem;
  }

  #contact p.btn2 a {
    width: 30rem;
  }
}
**** */

/* ***** end #contact ***** */
/* ***** *** ******** ***** */



/* ***** ****** ***** */
/* ***** ****** ***** */
/* ***** footer ***** */

/* **** Forum 2024 版 の .footer 追記 **** */

.atlax2024-footer {
  padding: 30px 0 30px;
}
.atlax2024-footer.space {
  padding-bottom: 200px;
}
@media screen and (max-width: 1330px) {
  .atlax2024-footer.space {
    padding-bottom: 17%;
  }
}
@media screen and (max-width: 767px) {
  .atlax2024-footer.space {
    padding-bottom: 25%;
  }
}

@media screen and (max-width: 767px) {
  .atlax2024-footer {
    padding-bottom: 80px;
  }
}
.atlax2024-footer__inner {
  max-width: 1350px;
  margin: 0 auto 25px;
  padding: 0 0.8%;
  box-sizing: content-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .atlax2024-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .atlax2024-footer__inner {
    align-items: flex-start;
    padding: 0 5%;
  }
}
.atlax2024-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.atlax2024-footer__nav:not(:first-child) {
  margin-top: 25px;
}
.atlax2024-footer__nav li a {
  font-size: 2rem; /* 元 font-size: 1rem; */
  color: #005bab;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .atlax2024-footer__nav
    li
    a:hover {
    opacity: 0.8;
  }
}
.atlax2024-footer__nav
  li:not(:first-child) {
  position: relative;
}
.atlax2024-footer__nav
  li:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #005bab;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: -30px;
}
@media screen and (max-width: 767px) {
  .atlax2024-footer__nav {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .atlax2024-footer__nav li a {
    font-size: 1.7rem; /* 元 font-size: 0.875rem; */
  }
  .atlax2024-footer__nav
    li::before {
    display: none;
  }
}
.atlax2024-footer__link {
  flex: 0 0 670px;
}
@media screen and (max-width: 1023px) {
  .atlax2024-footer__link {
    flex: auto;
  }
}
.atlax2024-footer__left {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .atlax2024-footer__left:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .atlax2024-footer__left {
    width: 80px;
  }
  .atlax2024-footer__left img {
    width: 100%;
    height: auto;
  }
}
.atlax2024-footer__right {
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}
@media (hover: hover) {
  .atlax2024-footer__right:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .atlax2024-footer__right {
    width: 120px;
  }
  .atlax2024-footer__right img {
    width: 100%;
    height: auto;
  }
}
.atlax2024-footer small {
  display: block;
  text-align: center;
  font-size: 1.9rem; /* 元 font-size: 0.9375rem; */
  line-height: 1.5333333333;
  color: #000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .atlax2024-footer small {
    font-size: 1.5rem;  /* 元 font-size: 0.75rem; */
    text-align: left;
    padding: 0 20px;
  }
}

/* **** Forum 2023 以前 の .footer 追記 **** */

footer {
  padding: 6rem 0 2rem;
  text-align: center;
}

footer .logo img {
  width: 6rem;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer ul li {
  margin: 5rem 1.5rem 0 1.5rem;
}

footer ul li a {
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
}

footer ul li a:hover {
  animation: flash 0.5s ease;
}

footer .copy {
  font-size: 1.5rem;
  margin-top: 7rem;
  color: #999;
}

@media only screen and (max-width: 782px) {
  footer {
    padding: 4rem 0 2rem;
    text-align: center;
  }

  footer .logo img {
    width: 4rem;
  }

  footer ul {
    margin-top: 3rem;
  }

  footer ul li {
    margin: 1rem 1rem 0 1rem;
  }

  footer ul li a {
    white-space: nowrap;
    color: #fff;
    font-size: 1.1rem;
  }

  footer .copy {
    font-size: 1rem;
    margin-top: 3rem;
    color: #999;
  }
}

/* ***** end footer ***** */
/* ***** *** ****** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** #pagetop ***** */

/* ***** common.css より */
#pagetop {
  position: fixed;
  bottom: 4%;
  right: 4%;
  background: #005bab; /* 元 2023 版 - background: #7e3de6; background: #2155a9; */
  color: white;
  font-weight: bold;
  z-index: 999999999;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 980px) {
  #pagetop {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    bottom: 56px;
  }
}

#pagetop:hover {
  background: #004480; /* 元 */
  transition: all .2s linear;
}

/* ***** end #pagetop ***** */
/* ***** *** ******** ***** */



/* ***** ******** ***** */
/* ***** ******** ***** */
/* ***** Magnific Popup ***** */

.close-icon {
  text-align: right;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -20px;
  left: 485px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 0;
}


.mfp-content div {
  max-width: 1000px;
  margin: auto;
  /* max-height: 500px; */
  position: relative;
  padding: .1rem; /* 追記 */
}

.mfp-content div#inline-wrap1 dl dt,
.mfp-content div#inline-wrap4 dl dt,
.mfp-content div#inline-wrap7 dl dt {
  background: #0097FF;
  padding: 1.2rem 1.6rem;
  margin: 4rem 3rem 1rem;  /* 元 margin: 2rem 3rem 0; */
  display: inline-block;
  width: 230px;
  line-height: 1.7rem;
}

.mfp-content div#inline-wrap2 dl dt,
.mfp-content div#inline-wrap5 dl dt,
.mfp-content div#inline-wrap8 dl dt {
  background: #0E96B8;
  padding: 1.2rem 1.6rem;
  margin: 4rem 3rem 1rem;  /* 元 margin: 2rem 3rem 0; */
  display: inline-block;
  width: 330px;
  line-height: 1.7rem;
}

.mfp-content div#inline-wrap3 dl dt,
.mfp-content div#inline-wrap6 dl dt,
.mfp-content div#inline-wrap9 dl dt {
  background: #8A4FC6;
  padding: 1.2rem 1.6rem;
  margin: 4rem 3rem 1rem;  /* 元 margin: 2rem 3rem 0; */
  display: inline-block;
  width: 320px;
  line-height: 1.7rem;
}

.mfp-content dl dt div {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mfp-content dl dt div::before {
  content: '';
  width: 1px;
  height: 23px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 103px
}

.mfp-content dl dt * {
  font-size: 1.7rem;
  padding: 0.3rem 0 0;  /* 追記 */
  /* font-weight: noma - 誤記のため コメントアウト */
}

.mfp-content dl>.row {
  margin: 0;
}

.mfp-content dl dd>div:nth-child(1) {
  margin: 0 3rem 0 3rem;  /* 元 margin: 0 2rem 0 3rem; */
  width: auto;  /* 元 width: 620px; - 1列にカスタム*/
}

.mfp-content dl dd .en {
  font-size: 5rem;
  color: rgb(35, 46, 154);
  font-weight: 100;
  margin: 2.4rem 0 1.7rem 1rem;  /* 元 margin: 2.4rem 0 1.7rem; */
  line-height: 3.6rem;
}

.mfp-content dl dd .session-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  border-top: solid 0.1rem #ddd;
  border-bottom: solid 0.1rem #ddd;
  padding: 2.2rem 0.4rem 1.2rem 1rem;  /* 元 padding: 2.2rem 0.4rem; */
  margin: 0;
  line-height: 3.6rem;  /* 元 line-height: 2rem; */
}

.mfp-content dl dd .overview {
  padding: 3.2rem 0.4rem;
  margin: 0;
  color: #000;
  font-size: 1.5rem;
}

.mfp-content dl dd div:nth-child(2) {
  margin: 0.1rem 3rem 2rem 3rem;  /* 元 margin: 7.7rem 3rem 2rem 2rem; - 1列にカスタム*/
  width: 280px;
}

.mfp-content dl dd div:nth-child(2)>.m-prof {
  background: #14276A;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mfp-content dl dd div:nth-child(2)>.m-prof::after {
  content: '';
  width: 250px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  opacity: 0.15;
  position: absolute;
  bottom: 0px;
  left: calc(25% - 55px);
}

.mfp-content dl dd div:nth-child(2)>.m-prof>p {
  margin: 1.5rem 0 1.5rem 1.7rem;
  font-size: 17px;
  font-weight: bold;
  line-height: 2.3rem;
  max-width: 18rem;
}

.mfp-content dl dd div:nth-child(2)>.m-prof>p span {
  font-size: 75%;
  font-weight: normal;
}

.mfp-content dl dd div:nth-child(2)>.m-prof>figure {
  margin: 1.5rem 1.2rem 1.4rem 1rem; /* 元 margin: 1.5rem 1.2rem 1.4rem 0; */
}

.mfp-content dl dd div:nth-child(2)>.m-txt {
  background: #14276A;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 0;
  margin: 0;
  justify-content: normal;
}

.mfp-content dl dd div:nth-child(2)>.m-txt p {
  margin: 0 1.8rem;
  font-size: 1.1rem;
}

@media only screen and (max-width: 782px) { /* 追記 */
  .mfp-content div {
    margin: 10px 10px;
  }

  .mfp-content div#inline-wrap1 dl dt,
  .mfp-content div#inline-wrap4 dl dt,
  .mfp-content div#inline-wrap7 dl dt {
    padding: .2rem .6rem;
    width: 170px;
  }

  .mfp-content div#inline-wrap2 dl dt,
  .mfp-content div#inline-wrap5 dl dt,
  .mfp-content div#inline-wrap8 dl dt {
    padding: .2rem .6rem;
    width: 240px;
  }

  .mfp-content div#inline-wrap3 dl dt,
  .mfp-content div#inline-wrap6 dl dt,
  .mfp-content div#inline-wrap9 dl dt {
    padding: .2rem .6rem;
    width: 230px;
  }

  .mfp-content dl dt * {
    font-size: 1.3rem;
    font-weight: bold;
  }

  .mfp-content dl dt div::before {
    display: none;
  }
}

@media only screen and (max-width: 360px) { /* 追記 */
  .mfp-content div#inline-wrap1 dl dt,
  .mfp-content div#inline-wrap4 dl dt,
  .mfp-content div#inline-wrap7 dl dt {
    width: 150px;
  }

  .mfp-content div#inline-wrap2 dl dt,
  .mfp-content div#inline-wrap5 dl dt,
  .mfp-content div#inline-wrap8 dl dt {
    width: 220px;
  }

  .mfp-content div#inline-wrap3 dl dt,
  .mfp-content div#inline-wrap6 dl dt,
  .mfp-content div#inline-wrap9 dl dt {
    width: 210px;
  }

  .mfp-content dl dt * {
    font-size: 1.1rem;
  }

  .mfp-content dl dd div:nth-child(2) {
    margin: 0.1rem 2rem 2rem 2rem;
    width: 250px;
  }
}

/* ***** end Magnific Popup ***** */
/* ***** *** ******** ***** */


