@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  z-index: 10;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 95px;
  background-color: #fff;
}
.c-header .logo-link {
  display: inline-block;
}
.c-header .logo-img {
  width: 295px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background: #006680;
  padding-top: 50px;
  padding-bottom: 60px;
}
.c-footer .inner-block * + * {
  margin-top: 2px;
}
.c-footer .corp-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer .corp-txt,
.c-footer .small {
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.c-footer .corp-txt {
  font-size: 20px;
  font-weight: bold;
}
.c-footer .small {
  font-size: 14px;
  font-weight: 400;
}
.c-footer .copyright {
  margin-top: 35px;
}

.sp-footer {
  padding: 20px 0 60px;
}
.sp-footer .sp-link {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.sp-footer .sp-link > img {
  width: 100%;
  aspect-ratio: 200/44;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01-wrap,
.c-btn02-wrap {
  text-align: center;
}

.c-btn01 {
  position: relative;
  display: inline-block;
  padding: 12px 48px 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  border-radius: 30px;
  background-color: #139CB7;
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/common/ico-external.svg") center center/cover no-repeat;
}

.c-btn02 {
  position: relative;
  display: inline-block;
  padding: min(10px, 0.6944444444vw) min(20px, 1.3888888889vw);
  padding-left: min(30px, 2.0833333333vw);
  font-weight: 500;
  color: #006680;
  border-bottom: solid 1px #CCC;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.c-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/common/ico-btn-arrow.svg") center center/cover no-repeat;
}
.c-btn02:hover {
  -webkit-text-decoration-color: #a3bcc6;
          text-decoration-color: #a3bcc6;
}

/* --------------------------------
c-deco-block
----------------------------------- */
.c-deco-block {
  z-index: 0;
}
.c-deco-block span {
  z-index: 2;
  position: absolute;
  border-radius: 500px;
}
.c-deco-block .blue {
  background-color: #3399CC;
}
.c-deco-block .lightgr {
  background-color: #99CC00;
}
.c-deco-block .or {
  background-color: #FF9200;
}
.c-deco-block .b-blue {
  border-style: solid;
  border-color: #3399CC;
}
.c-deco-block .b-or {
  border-style: solid;
  border-color: #FF9200;
}
.c-deco-block .b-gr {
  border-style: solid;
  border-color: #009999;
}
.c-deco-block .shadow01 {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.c-deco-block .shadow02 {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1);
}

/* --------------------------------
c-ttl
----------------------------------- */
.c-ttl01 {
  position: relative;
  text-align: center;
  font-size: 30px;
}
.c-ttl01.white {
  color: #fff;
}

.c-ttl01-deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  margin-top: min(30px, 2.0833333333vw);
}
.c-ttl01-deco .deco {
  display: block;
  width: min(40px, 2.7777777778vw);
  height: min(5px, 0.3472222222vw);
}
.c-ttl01-deco .deco:first-child {
  background-color: #99CC00;
}
.c-ttl01-deco .deco:nth-child(2) {
  background-color: #EE8800;
}
.c-ttl01-deco .deco:nth-child(3) {
  background-color: #3399CC;
}
.c-ttl01-deco .deco:last-child {
  background-color: #009999;
}

.c-ttl02 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: min(15px, 1.0416666667vw);
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  color: #139CB7;
}
.c-ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(118, 161, 201, 0.61);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  background: -webkit-gradient(linear, left top, right top, from(#62bdec), to(#3bade4));
  background: linear-gradient(to right, #62bdec 0%, #3bade4 100%);
}
.home .bg-wrap {
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/home/bg-city-img.jpg") center bottom/cover no-repeat;
}
.home .mv-section {
  position: relative;
}
.home .mv-section .c-deco-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1362px;
  height: min(780px, 54.1666666667vw);
}
.home .mv-section .c-deco-block .deco01 {
  top: min(174px, 12.0833333333vw);
  left: max(-15px, -1.0416666667vw);
  width: min(81px, 5.625vw);
  height: min(81px, 5.625vw);
}
.home .mv-section .c-deco-block .deco01.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .mv-section .c-deco-block .deco02 {
  z-index: 1;
  top: 0;
  left: max(-6px, -0.4166666667vw);
  width: min(262px, 18.1944444444vw);
  height: min(262px, 18.1944444444vw);
  border-width: min(60px, 4.1666666667vw);
}
.home .mv-section .c-deco-block .deco02.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .mv-section .c-deco-block .deco03 {
  top: min(271px, 18.8194444444vw);
  left: min(200px, 13.8888888889vw);
  width: min(105px, 7.2916666667vw);
  height: min(105px, 7.2916666667vw);
}
.home .mv-section .c-deco-block .deco03.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .mv-section .c-deco-block .deco04 {
  top: min(425px, 29.5138888889vw);
  left: min(64px, 4.4444444444vw);
  width: min(107px, 7.4305555556vw);
  height: min(107px, 7.4305555556vw);
  border-width: min(20px, 1.3888888889vw);
}
.home .mv-section .c-deco-block .deco04.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .mv-section .c-deco-block .deco05 {
  top: min(517px, 35.9027777778vw);
  left: min(140px, 9.7222222222vw);
  width: min(262px, 18.1944444444vw);
  height: min(262px, 18.1944444444vw);
  border-width: min(40px, 2.7777777778vw);
}
.home .mv-section .c-deco-block .deco05.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .mv-section .c-deco-block .deco06 {
  z-index: 1;
  top: 0;
  width: min(262px, 18.1944444444vw);
  height: min(262px, 18.1944444444vw);
}
.home .mv-section .c-deco-block .deco06.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .mv-section .c-deco-block .deco07 {
  top: min(113px, 7.8472222222vw);
  right: min(256px, 17.7777777778vw);
  width: min(75px, 5.2083333333vw);
  height: min(75px, 5.2083333333vw);
}
.home .mv-section .c-deco-block .deco07.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .mv-section .c-deco-block .deco08 {
  z-index: 1;
  top: min(58px, 4.0277777778vw);
  right: min(74px, 5.1388888889vw);
  width: min(209px, 14.5138888889vw);
  height: min(209px, 14.5138888889vw);
  border-width: min(30px, 2.0833333333vw);
}
.home .mv-section .c-deco-block .deco08.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .mv-section .c-deco-block .deco09 {
  top: min(279px, 19.375vw);
  right: min(15px, 1.0416666667vw);
  width: min(104px, 7.2222222222vw);
  height: min(104px, 7.2222222222vw);
  border-width: min(20px, 1.3888888889vw);
}
.home .mv-section .c-deco-block .deco09.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .mv-section .c-deco-block .deco10 {
  top: min(388px, 26.9444444444vw);
  right: min(171px, 11.875vw);
  width: min(101px, 7.0138888889vw);
  height: min(101px, 7.0138888889vw);
}
.home .mv-section .c-deco-block .deco10.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .mv-section .c-deco-block .deco11 {
  top: min(452px, 31.3888888889vw);
  right: min(171px, 11.875vw);
  width: min(262px, 18.1944444444vw);
  height: min(262px, 18.1944444444vw);
  border-width: min(40px, 2.7777777778vw);
}
.home .mv-section .c-deco-block .deco11.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .mv-section .ttl-block {
  z-index: 1;
  position: relative;
  padding-top: min(80px, 5.5555555556vw);
  text-align: center;
  line-height: min(30px, 2.0833333333vw);
}
.home .mv-section .ttl-block::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: max(-35px, -2.4305555556vw);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(640px, 44.4444444444vw);
  height: min(640px, 44.4444444444vw);
  border-radius: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.home .mv-section .ttl-block .sub-ttl {
  display: block;
  margin: 0 auto;
  padding: min(11px, 0.7638888889vw) 0;
  width: min(460px, 31.9444444444vw);
  border-radius: 50px;
  font-size: min(30px, 2.0833333333vw);
  font-weight: bold;
  color: #fff;
  background-color: #139CB7;
}
.home .mv-section .ttl-block .ttl {
  display: block;
  margin: min(30px, 2.0833333333vw) 0;
  font-weight: bold;
  line-height: min(70px, 4.8611111111vw);
  color: #139CB7;
}
.home .mv-section .ttl-block .ttl-first-line {
  display: block;
  margin-bottom: min(15px, 1.0416666667vw);
  font-size: min(42px, 2.9166666667vw);
}
.home .mv-section .ttl-block .ttl-first-line .year-txt {
  font-family: "Alatsi", sans-serif;
  font-size: min(70px, 4.8611111111vw);
  font-weight: 400;
  line-height: min(80px, 5.5555555556vw);
}
.home .mv-section .ttl-block .ttl-second-line {
  display: block;
  font-size: min(70px, 4.8611111111vw);
}
.home .mv-section .ttl-block .ttl-second-line .in-txt {
  font-size: min(60px, 4.1666666667vw);
}
.home .mv-section .ttl-block .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(20px, 1.3888888889vw);
  margin-top: min(40px, 2.7777777778vw);
}
.home .mv-section .ttl-block .info .info-ttl {
  display: block;
  padding: 9px 11px;
  width: 54px;
  height: 54px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  border-radius: 50px;
  background-color: #139CB7;
}
.home .mv-section .ttl-block .info .info-date {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: min(20px, 1.3888888889vw);
  color: #139CB7;
}
.home .mv-section .ttl-block .info .info-date .num {
  font-size: min(30px, 2.0833333333vw);
}
.home .mv-section .ttl-block .info .info-date + .info-date {
  margin-top: min(10px, 0.6944444444vw);
}
.home .mv-section .mv-txt {
  margin-top: min(90px, 6.25vw);
  text-align: center;
  color: #fff;
}
.home .lineup-section {
  overflow-x: hidden;
  position: relative;
  margin-top: min(80px, 5.5555555556vw);
}
.home .lineup-section .c-deco-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(1257px, 87.2916666667vw);
}
.home .lineup-section .c-deco-block .deco01 {
  top: min(33px, 2.2916666667vw);
  left: min(183px, 12.7083333333vw);
  width: min(125px, 8.6805555556vw);
  height: min(125px, 8.6805555556vw);
}
.home .lineup-section .c-deco-block .deco01.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .lineup-section .c-deco-block .deco02 {
  z-index: 1;
  top: min(84px, 5.8333333333vw);
  left: max(-93px, -6.4583333333vw);
  width: min(406px, 28.1944444444vw);
  height: min(406px, 28.1944444444vw);
  border-width: min(60px, 4.1666666667vw);
}
.home .lineup-section .c-deco-block .deco02.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .lineup-section .c-deco-block .deco03 {
  top: min(486px, 33.75vw);
  left: min(231px, 16.0416666667vw);
  width: min(163px, 11.3194444444vw);
  height: min(163px, 11.3194444444vw);
}
.home .lineup-section .c-deco-block .deco03.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .lineup-section .c-deco-block .deco04 {
  top: min(755px, 52.4305555556vw);
  left: max(-35px, -2.4305555556vw);
  width: min(165px, 11.4583333333vw);
  height: min(165px, 11.4583333333vw);
  border-width: min(20px, 1.3888888889vw);
}
.home .lineup-section .c-deco-block .deco04.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .lineup-section .c-deco-block .deco05 {
  top: min(884px, 61.3888888889vw);
  left: min(217px, 15.0694444444vw);
  width: min(406px, 28.1944444444vw);
  height: min(406px, 28.1944444444vw);
  border-width: min(40px, 2.7777777778vw);
}
.home .lineup-section .c-deco-block .deco05.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .lineup-section .c-deco-block .deco06 {
  z-index: 1;
  top: min(614px, 42.6388888889vw);
  left: min(709px, 49.2361111111vw);
  width: min(406px, 28.1944444444vw);
  height: min(406px, 28.1944444444vw);
}
.home .lineup-section .c-deco-block .deco06.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .lineup-section .c-deco-block .deco07 {
  top: min(78px, 5.4166666667vw);
  right: min(219px, 15.2083333333vw);
  width: min(116px, 8.0555555556vw);
  height: min(116px, 8.0555555556vw);
}
.home .lineup-section .c-deco-block .deco07.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .lineup-section .c-deco-block .deco08 {
  z-index: 1;
  top: min(156px, 10.8333333333vw);
  right: max(-71px, -4.9305555556vw);
  width: min(324px, 22.5vw);
  height: min(324px, 22.5vw);
  border-width: min(30px, 2.0833333333vw);
}
.home .lineup-section .c-deco-block .deco08.is-animated {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .lineup-section .c-deco-block .deco09 {
  top: min(490px, 34.0277777778vw);
  right: min(529px, 36.7361111111vw);
  width: min(161px, 11.1805555556vw);
  height: min(161px, 11.1805555556vw);
  border-width: min(20px, 1.3888888889vw);
}
.home .lineup-section .c-deco-block .deco09.is-animated {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.home .lineup-section .c-deco-block .deco10 {
  top: min(667px, 46.3194444444vw);
  right: min(85px, 5.9027777778vw);
  width: min(156px, 10.8333333333vw);
  height: min(156px, 10.8333333333vw);
}
.home .lineup-section .c-deco-block .deco10.is-animated {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .lineup-section .c-deco-block .deco11 {
  top: min(766px, 53.1944444444vw);
  right: min(85px, 5.9027777778vw);
  width: min(406px, 28.1944444444vw);
  height: min(406px, 28.1944444444vw);
  border-width: min(40px, 2.7777777778vw);
}
.home .lineup-section .c-deco-block .deco11.is-animated {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .lineup-section .inner-block {
  padding-bottom: min(80px, 5.5555555556vw);
}
.home .lineup-section .c-ttl01-wrap {
  margin-bottom: min(50px, 3.4722222222vw);
}
.home .lineup-section .lineup-block {
  padding: min(40px, 2.7777777778vw) min(30px, 2.0833333333vw);
  border-radius: 20px;
  background-color: #fff;
}
.home .lineup-section .lineup-block + .lineup-block {
  margin-top: min(80px, 5.5555555556vw);
}
.home .lineup-section .content-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(50px, 3.4722222222vw);
  margin: min(20px, 1.3888888889vw) 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .lineup-section .content-wrap .img-area {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.home .lineup-section .content-wrap .img-area .person-img {
  min-width: 180px;
  width: 180px;
  height: auto;
}
.home .lineup-section .content-wrap .img-area .name-txt {
  margin-top: min(10px, 0.6944444444vw);
  text-align: center;
  font-weight: bold;
  font-size: min(18px, 1.25vw);
  line-height: min(30px, 2.0833333333vw);
}
.home .lineup-section .content-wrap .img-area .prefix {
  font-size: min(16px, 1.1111111111vw);
}
.home .lineup-section .content-wrap .txt-area {
  font-weight: 500;
}
.home .lineup-section .content-wrap .txt-area .person-txt {
  margin-top: min(20px, 1.3888888889vw);
  font-size: 14px;
}
.home .flow-section {
  padding-top: 40px;
  padding-bottom: min(80px, 5.5555555556vw);
  background-color: #fff;
}
.home .flow-section .c-ttl01-wrap {
  margin-bottom: min(65px, 4.5138888889vw);
}
.home .flow-section .flow-block {
  position: relative;
  width: 100%;
  padding: min(35px, 2.4305555556vw) min(20px, 1.3888888889vw);
  border: solid 2px #E5E5E5;
}
.home .flow-section .flow-block + .flow-block {
  margin-top: 45px;
}
.home .flow-section .flow-block + .flow-block::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 19px;
  height: 31px;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/home/ico-flow-arrow.svg") center center/cover no-repeat;
}
.home .flow-section .flow-block::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 80px;
  height: 3px;
  background-color: #0099B3;
}
.home .flow-section .flow-block .flow-ttl {
  margin-bottom: min(20px, 1.3888888889vw);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.home .flow-section .flow-block .note-area {
  margin-top: min(22px, 1.5277777778vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 26px;
}
.home .flow-section .contact-wrap {
  margin-top: min(50px, 3.4722222222vw);
  padding: min(40px, 2.7777777778vw) min(30px, 2.0833333333vw);
  text-align: center;
  border: solid 4px #F7E1DB;
  background-color: #FFFBFA;
}
.home .flow-section .contact-wrap .link-btn {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  text-decoration: underline;
  color: #006680;
}
.home .flow-section .contact-wrap .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/common/ico-external-small.svg") center center/cover no-repeat;
}
.home .flow-section .alert-wrap {
  margin-top: min(30px, 2.0833333333vw);
}
.home .flow-section .alert-wrap button {
  width: 100%;
  padding: 20px 54px 20px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #F7E1DB;
  position: relative;
}
.home .flow-section .alert-wrap button .ico {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  padding-top: 35px;
  width: 60px;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .alert-wrap button .ico::before {
  background-color: #bb3015;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 3px;
  top: -15px;
  width: 20px;
}
.home .flow-section .alert-wrap button .ico::after {
  background-color: #bb3015;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 3px;
  top: -15px;
  width: 20px;
  rotate: 90deg;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .alert-wrap button.is-open .ico::after {
  rotate: 0deg;
}
.home .flow-section .alert-wrap .alert-ttl {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .flow-section .alert-wrap .alert-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/common/ico-alert.svg") center center/cover no-repeat;
}
.home .flow-section .alert-wrap .content-wrap {
  display: none;
  padding: 20px;
  border-right: 2px solid #F7E1DB;
  border-bottom: 2px solid #F7E1DB;
  border-left: 2px solid #F7E1DB;
}
.home .flow-section .alert-wrap .content-wrap > * + * {
  margin-top: 20px;
}
.home .flow-section .alert-wrap .content-wrap .list > li {
  padding-left: 27px;
  position: relative;
  line-height: 1.7;
}
.home .flow-section .alert-wrap .content-wrap .list > li::before {
  display: block;
  content: "";
  background-color: #666;
  border-radius: 50%;
  height: 7px;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 7px;
}
.home .flow-section .alert-wrap .content-wrap .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #006680;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 35px;
  position: relative;
}
.home .flow-section .alert-wrap .content-wrap .link::before {
  content: "";
  position: absolute;
  background: url("/-/media/tb/personal/seminar/online-seminar/futureforum2025_osaka_archive/img/common/ico-link.svg") no-repeat no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.home .flow-section .alert-wrap .content-wrap .link img {
  width: 16px;
  height: 14px;
  margin-left: 5px;
  margin-right: 7px;
  vertical-align: baseline;
}
.home .flow-section .c-btn02-wrap {
  margin-top: min(105px, 7.2916666667vw);
}

.c-fuwafuwa.is-animated {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  overflow: hidden;
  z-index: 100;
  width: 49px;
  height: 49px;
  padding: 0 5px 5px 0;
}
.scroll-top > a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  position: relative;
}
.scroll-top > a > img {
  height: 22px;
  rotate: 90deg;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 1px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 60px;
  }
  .c-header .logo-link {
    max-width: 200px;
  }
  .c-footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .c-footer .corp-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer .copyright {
    margin-top: 30px;
  }
  .c-btn01 {
    padding: 10px 50px 12px 30px;
    font-size: 13px;
  }
  .c-btn02 {
    padding-left: min(30px, 6.976744186vw);
  }
  .c-ttl01 {
    font-size: min(24px, 5.5813953488vw);
  }
  .c-ttl01-deco {
    margin-top: min(20px, 4.6511627907vw);
  }
  .c-ttl01-deco .deco {
    width: min(30px, 6.976744186vw);
    height: min(5px, 1.1627906977vw);
  }
  .c-ttl02 {
    padding-bottom: min(15px, 3.488372093vw);
    font-size: min(20px, 4.6511627907vw);
    text-align: center;
  }
  .home {
    padding-top: 60px;
    overflow: hidden;
  }
  .home .mv-section .c-deco-block {
    height: min(500px, 116.2790697674vw);
  }
  .home .mv-section .c-deco-block .deco01 {
    top: min(100px, 23.2558139535vw);
    left: min(5px, 1.1627906977vw);
    width: min(40px, 9.3023255814vw);
    height: min(40px, 9.3023255814vw);
  }
  .home .mv-section .c-deco-block .deco02 {
    left: max(-20px, -4.6511627907vw);
    width: min(131px, 30.4651162791vw);
    height: min(131px, 30.4651162791vw);
    border-width: min(30px, 6.976744186vw);
  }
  .home .mv-section .c-deco-block .deco03 {
    top: min(145px, 33.7209302326vw);
    left: min(30px, 6.976744186vw);
    width: min(52px, 12.0930232558vw);
    height: min(52px, 12.0930232558vw);
  }
  .home .mv-section .c-deco-block .deco04 {
    top: min(212px, 49.3023255814vw);
    left: min(50px, 11.6279069767vw);
    width: min(53px, 12.3255813953vw);
    height: min(53px, 12.3255813953vw);
    border-width: min(10px, 2.3255813953vw);
  }
  .home .mv-section .c-deco-block .deco05 {
    top: min(258px, 60vw);
    left: min(10px, 2.3255813953vw);
    width: min(100px, 23.2558139535vw);
    height: min(100px, 23.2558139535vw);
    border-width: min(20px, 4.6511627907vw);
  }
  .home .mv-section .c-deco-block .deco06 {
    right: min(10px, 2.3255813953vw);
    width: min(131px, 30.4651162791vw);
    height: min(131px, 30.4651162791vw);
  }
  .home .mv-section .c-deco-block .deco07 {
    top: min(90px, 20.9302325581vw);
    right: min(10px, 2.3255813953vw);
    width: min(37px, 8.6046511628vw);
    height: min(37px, 8.6046511628vw);
  }
  .home .mv-section .c-deco-block .deco08 {
    top: min(80px, 18.6046511628vw);
    right: min(10px, 2.3255813953vw);
    width: min(104px, 24.1860465116vw);
    height: min(104px, 24.1860465116vw);
    border-width: min(15px, 3.488372093vw);
  }
  .home .mv-section .c-deco-block .deco09 {
    top: min(200px, 46.511627907vw);
    right: min(20px, 4.6511627907vw);
    width: min(52px, 12.0930232558vw);
    height: min(52px, 12.0930232558vw);
    border-width: min(10px, 2.3255813953vw);
  }
  .home .mv-section .c-deco-block .deco10 {
    top: min(200px, 46.511627907vw);
    right: min(60px, 13.9534883721vw);
    width: min(50px, 11.6279069767vw);
    height: min(50px, 11.6279069767vw);
  }
  .home .mv-section .c-deco-block .deco11 {
    top: min(226px, 52.5581395349vw);
    right: min(60px, 13.9534883721vw);
    width: min(131px, 30.4651162791vw);
    height: min(131px, 30.4651162791vw);
    border-width: min(20px, 4.6511627907vw);
  }
  .home .mv-section .ttl-block {
    padding-top: min(40px, 9.3023255814vw);
    padding-bottom: min(40px, 9.3023255814vw);
    line-height: min(15px, 3.488372093vw);
  }
  .home .mv-section .ttl-block::before {
    top: max(-17px, -3.9534883721vw);
    width: min(320px, 74.4186046512vw);
    height: min(320px, 74.4186046512vw);
  }
  .home .mv-section .ttl-block .sub-ttl {
    font-size: min(18px, 4.1860465116vw);
    padding: min(8px, 1.8604651163vw) 0;
    width: min(230px, 53.488372093vw);
  }
  .home .mv-section .ttl-block .ttl {
    margin: min(15px, 3.488372093vw) 0;
    line-height: min(20px, 4.6511627907vw);
  }
  .home .mv-section .ttl-block .ttl-first-line {
    margin-bottom: min(5px, 1.1627906977vw);
    font-size: min(21px, 4.8837209302vw);
  }
  .home .mv-section .ttl-block .ttl-first-line .year-txt {
    font-size: min(30px, 6.976744186vw);
    line-height: min(40px, 9.3023255814vw);
  }
  .home .mv-section .ttl-block .ttl-second-line {
    font-size: min(30px, 6.976744186vw);
  }
  .home .mv-section .ttl-block .ttl-second-line .in-txt {
    font-size: min(30px, 6.976744186vw);
  }
  .home .mv-section .ttl-block .info {
    gap: min(10px, 2.3255813953vw);
    margin-top: min(20px, 4.6511627907vw);
  }
  .home .mv-section .ttl-block .info .info-ttl {
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 5px;
    line-height: 1.2;
  }
  .home .mv-section .ttl-block .info .info-date {
    font-size: min(10px, 2.3255813953vw);
  }
  .home .mv-section .ttl-block .info .info-date .num {
    font-size: min(14px, 3.2558139535vw);
  }
  .home .mv-section .mv-txt {
    margin-top: min(40px, 9.3023255814vw);
    text-align: left;
  }
  .home .lineup-section {
    margin-top: min(50px, 11.6279069767vw);
  }
  .home .lineup-section .c-deco-block {
    height: auto;
  }
  .home .lineup-section .c-deco-block .deco01 {
    top: min(33px, 7.6744186047vw);
    left: min(183px, 42.5581395349vw);
    width: min(125px, 29.0697674419vw);
    height: min(125px, 29.0697674419vw);
  }
  .home .lineup-section .lineup-block {
    padding: min(40px, 9.3023255814vw) min(20px, 4.6511627907vw);
  }
  .home .lineup-section .lineup-block + .lineup-block {
    margin-top: min(50px, 11.6279069767vw);
  }
  .home .lineup-section .content-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: min(20px, 4.6511627907vw) 0 min(30px, 6.976744186vw);
  }
  .home .lineup-section .content-wrap + .content-wrap {
    margin-top: min(40px, 9.3023255814vw);
  }
  .home .lineup-section .content-wrap .img-area {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .home .lineup-section .content-wrap .img-area .person-img {
    min-width: inherit;
    width: 100%;
  }
  .home .lineup-section .content-wrap .img-area .name-txt {
    margin-top: min(10px, 2.3255813953vw);
    font-size: min(14px, 3.2558139535vw);
    line-height: min(20px, 4.6511627907vw);
  }
  .home .lineup-section .content-wrap .img-area .prefix {
    font-size: min(14px, 3.2558139535vw);
  }
  .home .lineup-section .content-wrap .txt-area .person-txt {
    font-size: 12px;
  }
  .home .flow-section {
    padding-top: 30px;
    padding-bottom: min(50px, 11.6279069767vw);
  }
  .home .flow-section .c-ttl01-wrap {
    margin-bottom: min(40px, 9.3023255814vw);
  }
  .home .flow-section .flow-block {
    padding: min(35px, 8.1395348837vw) min(20px, 4.6511627907vw);
  }
  .home .flow-section .flow-block + .flow-block {
    margin-top: 50px;
  }
  .home .flow-section .flow-block + .flow-block::before {
    top: -39px;
    width: 15px;
    height: 28px;
  }
  .home .flow-section .flow-block::after {
    top: -2px;
    left: -2px;
    width: 50px;
    height: 3px;
  }
  .home .flow-section .flow-block .flow-ttl {
    font-size: 18px;
    margin-bottom: min(20px, 4.6511627907vw);
  }
  .home .flow-section .flow-block .note-area {
    font-size: 12px;
    line-height: 1.5;
  }
  .home .flow-section .contact-wrap {
    margin-top: min(40px, 9.3023255814vw);
    padding: min(20px, 4.6511627907vw) min(20px, 4.6511627907vw);
  }
  .home .flow-section .contact-wrap .link-btn {
    padding-right: 28px;
  }
  .home .flow-section .alert-wrap {
    margin-top: min(30px, 6.976744186vw);
  }
  .home .flow-section .alert-wrap button {
    padding: 20px 40px 20px 0;
  }
  .home .flow-section .alert-wrap button .ico {
    color: transparent;
    display: block;
  }
  .home .flow-section .alert-wrap button .ico::before {
    top: 0;
    bottom: 0;
  }
  .home .flow-section .alert-wrap button .ico::after {
    top: 0;
    bottom: 0;
  }
  .home .flow-section .alert-wrap .alert-ttl {
    padding-left: 45px;
    font-size: 18px;
  }
  .home .flow-section .alert-wrap .content-wrap {
    padding: 20px 10px;
  }
  .home .flow-section .alert-wrap .content-wrap > * + * {
    margin-top: 15px;
  }
  .home .flow-section .alert-wrap .content-wrap .list > li {
    padding-left: 25px;
    line-height: 1.5;
  }
  .home .flow-section .alert-wrap .content-wrap .list > li::before {
    height: 5px;
    width: 5px;
    top: 8px;
  }
  .home .flow-section .alert-wrap .content-wrap .link::before {
    width: 20px;
    height: 20px;
  }
  .home .flow-section .alert-wrap .content-wrap .link {
    padding-left: 30px;
  }
  .home .flow-section .c-btn02-wrap {
    margin-top: min(50px, 11.6279069767vw);
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .inner-block {
    max-width: 1080px;
    width: 100%;
  }
  .home {
    line-height: 30px;
  }
  .home .mv-section .c-deco-block .deco06 {
    left: max(-304px, -21.1111111111vw);
    right: 0;
    margin: auto;
  }
  .home .mv-section .inner-block {
    padding-top: 95px;
    max-width: 1160px;
  }
  .home .lineup-section .inner-block {
    max-width: 1160px;
  }
  .home .flow-section .alert-wrap button:hover {
    background: #f7d8d0;
  }
  .home .flow-section .alert-wrap button:hover .alert-ttl {
    color: #bb3015;
  }
  .home .flow-section .alert-wrap .content-wrap .list > li::before {
    top: 12px;
  }
  .home .flow-section .alert-wrap .content-wrap .link:hover {
    text-decoration: underline;
  }
  .home .flow-section .alert-wrap .content-wrap .link img {
    margin-right: 10px;
  }
  .scroll-top > a:hover {
    background: #E5E5E5;
  }
}