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,button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: .02em;
  font-size: 15px;
  color: #444;
}

ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* clearfix（簡略化） */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Utility */
a {
  text-decoration: none;
}

.tbld {
  font-weight: bold;
}

.tudl {
  text-decoration: underline;
}

.textlink_alert {
  color: #ff0000;
  font-weight: bold;
}


/* Background */
section {
  padding-top: clamp(40px, 5vh, 60px);
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* 
.c_bg-img_clip {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: -1;
}

.c_bg-img_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
} */

.g-px {
  transform: translateY(0);
}

/* 表示切替 */
.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

main,
footer {
  width: 100%;
}

.wrap {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

/* TOPボタン */
.btn_top {
  position: fixed;
  right: 20px;
  bottom: -100%;
  z-index: 3;
}

.btn_top span {
  width: 60px;
  height: 60px;
  background: #444;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.btn_top span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 共通セクション */
#mv,#msg-top,#event,#book,#analisttour {
  text-align: center;
  font-size: 16px;
}

.clm {
  padding: 60px 0;
}

.clm h2 {
  font-size: 28px;
  font-weight: 700;
  color: #043492;
  margin-bottom: 20px;
}

.clm h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  padding: 5px 25px;
}

.c_content-title_text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.text-blue {
  color: #043492;
}

.text-green {
  color: #00730b;
}

.text-orange {
  color: #e57600;
}

.c_titlebar-blue {
  padding: 5px 25px;
}

.c_titlebar-green {
  padding: 5px 25px;
}

.c_titlebar-orange {
  padding: 5px 25px;
}

/* flex */
.flxB {
  display: flex;
}

/* スマホサイズベースcss */
@media (max-width: 1023px) {

  body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .btn_top {
    right: 10px;
  }

  .btn_top span {
    width: 40px;
    height: 40px;
  }

  .clm {
    padding: 50px 0;
  }

  .clm h2 {
    margin-bottom: 20px;
  }

  .c_content-title_text {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .c_titlebar-blue,
  .c_titlebar-green,
  .c_titlebar-orange {
    border: none;
  }

  #msg-top,#toto-speech,#annual-report,#closing_ceremony,#analisttour {
  margin-bottom: clamp(40px, 5vh, 80px);
  }

}

@media (min-width: 1024px) {
  .btn_top {
    display: none;
  }
}

/*------ ヘッダー ------*/
.area_logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 99;
}

.header-logo {
  margin: 15px 0 0 15px;
  display: inline-block;
}

.logo-sawakami {
  width: 150px;
}

.main-text_box {
  width: 80%;
  margin: 0 10% 5%;
}

.main-text,
.sub-text {
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 5%;
}

.main-text {
  line-height: 2.1em;
}

.alarttext_space {
  margin-bottom: 8%;
  font-size: 0.9em;
}

@media (max-width: 1023px) {
  .area_logo {
    background-color: rgba(255, 255, 255, 0.7);
    height: fit-content;
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .area_logo {
    height: 70px;
  }

  .header-logo {
    margin: 10px 0 0 20px;
  }

  .logo-sawakami {
    width: 180px;
  }

  .main-text_box {
    width: 70%;
    margin: 0 15% 5%;
  }

  .main-text,
  .sub-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .alarttext_space {
    margin: -6% 0 6%;
  }
}

/*========= 全体レイアウト（body/container） =========*/
.container {
  position: relative;
}

.container-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  overflow: hidden;
}

.bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* 今の背景 */
.bg.current {
  z-index: 1;
}

/* 次の背景（下からくる） */
.bg.next {
  z-index: 2;
  transform: translateY(100%);
}

.container-inner {
  position: relative;
  z-index: 1;
}

/* 変数*/
:root {
  --container-width: 32%;
  --nav-width: 200px;
  --gap: 40px;
  --shift-left: 20%;
}

.container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {

  body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url(../img/mv_bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: background-image 0.3s linear;
  }

  body::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;

    height: 60vh;

    width: calc(60vh * 3 * 4);

    background-image:
      url(../img/bg_scroll.webp),
      url(../img/bg_scroll.webp),
      url(../img/bg_scroll.webp),
      url(../img/bg_scroll.webp);

    background-repeat: no-repeat;

    background-size:
      calc(60vh * 3) 60vh,
      calc(60vh * 3) 60vh,
      calc(60vh * 3) 60vh,
      calc(60vh * 3) 60vh;

    background-position:
      calc(-60vh * 3) bottom,
      0 bottom,
      calc(60vh * 3) bottom,
      calc(60vh * 6) bottom;

    animation: bgScrollRight 90s linear infinite;

    transform: translate3d(0, 0, 0);
    z-index: -1;
  }

  @keyframes bgScrollRight {
    from {
      transform: translate3d(calc(-60vh * 3), 0, 0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }

  body::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;

    height: 60vh;
    width: calc(60vh * 3.643 * 3);

    background-image:
      url(../img/bg_scroll_2.webp),
      url(../img/bg_scroll_2.webp),
      url(../img/bg_scroll_2.webp);

    background-repeat: no-repeat;

    background-size:
      calc(60vh * 3.643) 60vh,
      calc(60vh * 3.643) 60vh,
      calc(60vh * 3.643) 60vh;

    background-position:
      0 bottom,
      calc(60vh * 3.643) bottom,
      calc(60vh * 3.643 * 2) bottom;

    /* ここが反対方向 */
    animation: bgScrollReverse 90s linear infinite;

    transform: translate3d(0, 0, 0);
    z-index: -2;
  }



  @keyframes bgScrollReverse {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(calc(60vh * -3.643), 0, 0);
    }
  }

  .container {
    width: var(--container-width);
    min-width: 360px;
    max-width: 520px;

    height: 100vh;

    margin: 0 auto;
    transform: translateX(calc(-1 * var(--shift-left)));

    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
    box-shadow: 0 0 50px #494949;
  }
}


@media (max-width: 1023px) {
  body {
    overflow: auto;
    height: auto;
  }

  .container {
    height: auto;
    overflow: visible;
    transform: none;
    margin: 0 auto;
  }
}

/*========= ナビゲーション ===============*/

/* メニュー中身 */
#g-nav-list {
  display: block;
}

#g-nav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  width: calc((100% - 450px) / 2);
}

#g-nav.panelactive {
  opacity: 1;
  visibility: visible;
}

#g-nav li {
  list-style: none;
}

#g-nav li a {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

@media (max-width: 1023px) {

  /* ハンバーガーメニュー */
  .openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 1000;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #005093;
    width: 45%;
  }

  .openbtn.active {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
  }

  .openbtn.active span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }



  .openbtn.active span:nth-of-type(1) {
    top: 23px;
    transform: rotate(-45deg);
  }

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

  .openbtn.active span:nth-of-type(3) {
    top: 23px;
    transform: rotate(45deg);
  }

  /* ハンバーガーメニュー開いたら背景が流れてくる */
  .circle-bg {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 50, 90, 0.9);
    transform: scale(0);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 998;
    pointer-events: none;
  }

  .circle-bg.circleactive {
    transform: scale(80);
  }

  /* ナビリンク */
  #g-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
  }

  #g-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding-left: 0;
    opacity: 0;
    transform: translate(-50%, -40%);
    transition: all 0.4s ease;
  }

  #g-nav.panelactive ul {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-delay: 0.3s;
    pointer-events: auto;
  }

  #g-nav li {
    text-align: center;
  }

  #g-nav li a {
    display: block;
    padding: 15px 0;
    color: #fff;
  }
}

@media (min-width: 1024px) {

  /* ハンバーガー非表示 */
  .openbtn {
    display: none;
  }

  #g-nav-list {
    display: block;
    position: static;
    height: auto;
  }

  #g-nav {
    display: block;
    position: fixed;
    top: 13vh;
    bottom: 30vh;
    left: clamp(-20px, 0vw, 10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }

  #g-nav ul {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    padding: clamp(10px, 2vw, 20px);
  }

  #g-nav li {
    text-align: left;
  }

  #g-nav li a {
    display: inline-block;
    padding: clamp(6px, 1.2vw, 10px) clamp(5px, 1vw, 8px);
    font-size: clamp(12px, 1.1vw, 16px);

    color: transparent;
    background: linear-gradient(to right, #ff9100 0%, #ff9100 50%, #127ed6 50%, #127ed6 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;

    transition: background-position 0.3s ease;
  }

  #g-nav li a::before {
    content: "▸ ";
    margin-right: 6px;
  }


  .circle-bg {
    display: none;
  }
}

/*========= PCトップ右側 =========*/
.top-content {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
  .top-content {
    display: none;
  }

  .balloon-area {
    display: none;
  }
}

@media (min-width: 1024px) {
  .top-content {
    pointer-events: none;
    top: 45%;
    right: 0;
    transform: translateY(-60%);
    opacity: 1;
    visibility: visible;
    width: calc((100% - 100px) / 2);
  }

  .top-content .fixed-right-title {
    width: clamp(260px, 60%, 420px);
    margin: 0 auto;
  }

  .top-content .fixed-right-title p {
    padding: 3% 0;
    color: #127ed6;
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-shadow:
      4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
      -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF,
      4px 0 4px #FFFFFF, -4px 0 4px #FFFFFF,
      0 4px 4px #FFFFFF, 0 -4px 4px #FFFFFF;
  }

  /* 
  .top-content .fixed-right-title p .yellow_mark {
    padding: 0 10px;
    background: linear-gradient(
      transparent 60%,
      #fbeb64 60%
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  } */

  .top-content .fixed-right-title p .large_size {
    font-size: 2em;
    margin: 0 3px;
  }

  .top-content .fixed-right-title .place {
    color: #127ed6;
    font-size: clamp(0.9rem, 1.2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    letter-spacing: 0;
    text-shadow:
      4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
      -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF,
      4px 0 4px #FFFFFF, -4px 0 4px #FFFFFF,
      0 4px 4px #FFFFFF, 0 -4px 4px #FFFFFF;
  }

  .top-content a {
    pointer-events: auto;
  }

  .top-content .btn_blc {
    padding: 2% 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .top-content .btn_blc .btn_entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 240px;
    max-width: 100%;
    padding: 16px clamp(25px, 5vw, 50px);
    font-size: clamp(18px, 4.5vw, 22px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ff8009, #ff9f3f);
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
  }

  .top-content .btn_blc .btn_entry:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
  }

  /* テキスト */
  .top-content .btn_blc .btn_entry p {
    color: #fff;
    font-weight: 600;
    font-size: inherit;
    margin: 0;
    white-space: normal;
    text-align: center;
  }

  .top-content .btn_blc .btn_entry p::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-left: 2px;
    margin-top: -3px;
  }


  .top-content .btn_blc .btn_close {
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    padding: 20px 0;
    width: 280px;
    display: inline-block;
    line-height: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
    margin-bottom: 25px;
  }

  /* バルーン */
  .balloon-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -2;
    pointer-events: none;
  }


  .balloon {
    position: absolute;
    bottom: -120px;

    border-radius: 50% 50% 45% 45%;

    opacity: 0.85;

    animation: floatUp linear infinite;
  }

  /* 結び目 */
  .balloon::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: inherit;
    border-radius: 50%;
  }

  /* SVGの紐 */
  .balloon .string {
    position: absolute;

    top: calc(100% - 6px);

    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 80px;

    animation: swing 3s ease-in-out infinite;
    transform-origin: top;
  }

  /* 浮かび上がる */
  @keyframes floatUp {
    0% {
      transform: translateY(0) translateX(0);
      opacity: 0;
    }

    10% {
      opacity: 1;
    }

    50% {
      transform: translateY(-50vh) translateX(-20px);
    }

    100% {
      transform: translateY(-110vh) translateX(10px);
      opacity: 0.3;
    }
  }

  @keyframes swing {
    0% {
      transform: translateX(-50%) rotate(3deg);
    }

    50% {
      transform: translateX(-50%) rotate(-3deg);
    }

    100% {
      transform: translateX(-50%) rotate(3deg);
    }
  }
}

/*========= LPトップ/ファーストビジュアル =========*/
#mv {
  padding-bottom: 5%;
}

#mv.bg01 {
  position: relative;
  overflow: hidden;
}

#mv.bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;

  background: url("../img/mv_bg.webp") center / cover no-repeat;

  z-index: -1;
}

#mv h1 img {
  width: 90%;
  margin-top: 150px;
  margin-bottom: 5%;
  max-width: 500px;
}

#mv .date {
  color: #000;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: -10px;
  text-shadow:
    4px 4px 4px #FFFFFF, -4px -4px 4px #FFFFFF,
    -4px 4px 4px #FFFFFF, 4px -4px 4px #FFFFFF,
    4px 0 4px #FFFFFF, -4px 0 4px #FFFFFF,
    0 4px 4px #FFFFFF, 0 -4px 4px #FFFFFF;
}

#mv .date span {
  font-size: 2em;
  margin: 0 3px;
}

#mv .btn_blc {
  text-align: center;
}

#mv .btn_blc a {
  font-size: clamp(18px, 4.5vw, 22px);
  font-weight: 700;
  border-radius: 999px;
  padding: 14px clamp(24px, 5vw, 40px);
  max-width: 100%;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#mv .btn_blc a.btn_entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(135deg, #ff8009, #ff9f3f);
  margin-bottom: 25px;
  transition: transform .25s ease,
              box-shadow .25s ease,
              background .25s ease;
}

#mv .btn_blc a.btn_entry::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(../img/icon_external-link.svg) no-repeat center center;
  background-size: contain;
  transition: transform .25s ease;
}

@media screen and (max-width: 1023px) {
  #mv {
    padding-top: 0;
  } 
  
  #mv .btn_blc a.btn_entry {
    padding: 14px 22px;
    gap: 4px;
  }

  #mv .btn_blc a.btn_entry::after {
    width: 20px;
    height: 20px;
  }
}

#mv .btn_blc .btn_close {
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  padding: 20px 0;
  width: 280px;
  display: inline-block;
  line-height: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  background-color: #707070;
  border: 1px solid #707070;
  margin-bottom: 25px;
}

#waybox {
  width: fit-content;
  text-align: start;
  background-color: rgba(255, 255, 255, .7);
  padding: 20px 0;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#waybox .wrap {
  box-sizing: border-box;
}


#mv .way {
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

#mv .way div {
  display: flex;
  gap: 5px;
  padding: 5px 0;
}

#mv .way div .mb30 {
  width: 40px;
  height: fit-content;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  text-shadow: none;
}

#mv .way div dd {
  padding: 2px 0;
  width: calc(100% - 45px);
}


/** TOP/ご挨拶**/

/** ご挨拶 **/

#msg-top h2 {
  margin-bottom: 30px;
  text-align: center;
}

#msg-top h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  line-height: 1;
  padding: 5px 25px;
  font-size: clamp(20px, 1.9vw, 24px);
}

#msg-top .wrap {
  line-height: 1.8;
  font-size: 13px;
}

.box-msg {
  width: 90%;
  background-color: rgba(255, 250, 184, 0.7);
  margin: 0 auto;
  padding: 10% 10% 10%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

.box-msg p {
  margin: 0 auto 10px;
  text-align: left;
  font-size: 1em;
}

.t_right {
  text-align: center;
  margin-top: 30px;
  display: inline;
}

/**---- イベント共通 ----**/
#event {
  /*background-color: rgb(221, 241, 253);*/
  padding-top: 5%;
  padding-bottom: 5%;
}

#event h2 {
  line-height: 1;
}

#event h2 span {
  padding: 0;
}

#event h2::before {
  top: 64%;
}

#event .wrap {
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
  padding-bottom: 10%;
}

#event .wrap .pickup {
  position: relative;
}

#event .wrap .pickup div {
  float: left;
  position: absolute;
  top: -100px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

/** TOTO記念講演 **/
#toto-speech {
  text-align: center;
}

#toto-speech h2 {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

#toto-speech h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

#toto-speech h2 span {
  line-height: 1.5;
  font-size: clamp(20px, 1.9vw, 24px);
  border: none;
  position: relative;
  z-index: 1;
  color: #00730b;
  padding: 0 3px 0 0;
}

#toto-speech h2 .smallword {
  padding: 0;
  margin: 5px auto 20px;
  display: block;
  line-height: 1.5;
  font-size: clamp(16px, 1.3vw, 20px);
}

#toto-speech h2::before {
  top: 64%;
}

#toto-speech .wrap {
  width: 90%;
  line-height: 1.8;
  font-size: 13px;
  background-color: rgba(223, 252, 230, 0.7);
  padding: 15% 10% 10%;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#toto-speech .wrap .pickup {
  position: relative;
}

#toto-speech .wrap .pickup div {
  float: left;
  position: absolute;
  top: -110px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

#toto-speech .time {
  color: #00730b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

#toto-speech .time span {
  font-size: 12px;
  color: #fff;
  background-color: #00730b;
  line-height: 1;
  padding: 5px 10px 5px 10px;
  margin-right: 7px;
}

#toto-speech .time::before {
  content: '';
  background-image: url(../img/icon_mic_speech.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 5px 2px;
  padding-left: 23px;
  padding-bottom: 10px;
}

#toto-speech .lead {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

#toto-speech .box {
  text-align: left;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

#toto-speech .box .lead {
  margin-top: 20px;
  margin-bottom: 0;
}
#toto-speech .box:last-child {
  margin-top: 30px;
  margin-bottom: 10px;
}

#toto-speech .box .img_box {
  width: 100%;
  text-align: center;
}

#toto-speech .box .img_box img {
  width: 44%;
  max-width: 100%;
}

#toto-speech .box .txt_box {
  width: 100%;
  padding-left: 0;
  padding: 0 0;
}

#toto-speech .box .txt_box .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

#toto-speech .box .txt_box p {
  font-size: 13px;
  line-height: 1.8;
}

/**運用報告**/
#annual-report {
  text-align: center;
}

#annual-report h2 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

#annual-report h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

#annual-report h2 span {
  padding: 5px 25px;
  font-size: clamp(20px, 1.9vw, 24px);
  border: none;
  position: relative;
  z-index: 1;
  color: #043492;
  padding: 0 3px 0 0;
}

#annual-report h2::before {
  top: 64%;
}

#annual-report .wrap {
  background-color: rgba(221, 241, 253, 0.7);
  width: 90%;
  margin: 0 auto;
  padding: 15% 10% 10%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#annual-report .wrap .pickup {
  position: relative;
}

#annual-report .wrap .pickup div {
  float: left;
  position: absolute;
  top: -110px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

#annual-report .wrap h2 {
  font-size: 1.8em;
  line-height: 1.3em;
}

#annual-report .time {
  color: #043492;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

#annual-report .time span {
  font-size: 12px;
  color: #fff;
  background-color: #043492;
  line-height: 1;
  padding: 5px 10px 5px 10px;
  margin-right: 7px;
}

#annual-report .time::before {
  content: '';
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 5px 2px;
  padding-left: 23px;
  padding-bottom: 10px;
}

#annual-report .lead {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}

#annual-report .box {
  text-align: left;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

#annual-report .box:last-child {
  margin-top: 30px;
  margin-bottom: 10px;
}

#annual-report .box .img_box {
  width: 100%;
  text-align: center;
}

#annual-report .box .img_box img {
  width: 44%;
  max-width: 100%;
}

#annual-report .box .txt_box {
  width: 100%;
  padding-left: 0;
}

#annual-report .box .txt_box .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

#annual-report .box .txt_box p {
  font-size: 13px;
  line-height: 1.8;
}

/** 閉会式 **/

#closing_ceremony .wrap {
  text-align: center;
  background-color: rgb(252, 240, 223);
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#closing_ceremony h2{
  margin-bottom: 20px;
  font-size: clamp(20px, 1.8vw, 24px);
}
#closing_ceremony h2::before {
  top: 64%;
}

#closing_ceremony .wrap {
  width: 90%;
  border-radius: 20px;
  padding: 15% 10% 10%;
  background-color: rgba(252, 240, 223, 0.7);
  line-height: 1.8;
  font-size: 13px;
}

#closing_ceremony .wrap .pickup {
  position: relative;
}

#closing_ceremony .wrap .pickup div {
  float: left;
  position: absolute;
  top: -100px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

#closing_ceremony .time {
  display: inline-block;
  font-size: 16px;
  color: #e57600;
  font-weight: bold;
}

#closing_ceremony .time span {
  background-image: url(../img/icon_mic02.svg);
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: 10px center;
  font-size: 12px;
  color: #fff;
  background-color: #ff8800;
  line-height: 1;
  padding: 5px 10px 5px 28px;
  margin-right: 7px;
}

#closing_ceremony .lead {
  font-size: 1.2em;
  margin-top: 20px;
  text-align: center;
}

#closing_ceremony .box {
  text-align: left;
  display: block;
  padding: 0;
  margin: 20px auto 10px;
}

#closing_ceremony .box:last-child {
  margin-top: 30px;
  margin-bottom: 10px;
}

#closing_ceremony .box .img_box {
  width: 100%;
  text-align: center;
}

#closing_ceremony .box .img_box img {
  width: 44%;
  max-width: 100%;
}

#closing_ceremony .box .txt_box {
  width: 100%;
  padding-left: 0;
}

#closing_ceremony .box .txt_box .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

#closing_ceremony .box .txt_box p {
  font-size: 1em;
  line-height: 1.8;
}

/** パーパスプロジェクト参加者インタビュー **/

#purpose {
  background-color: rgb(255, 210, 210);
  padding: 10% 0 0;
  margin: 15% 5% 5%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#purpose h2 {
  line-height: 1;
  font-size: 1.8em;
  line-height: 1.5em;
}

#purpose h2 span {
  font-size: 24px;
  padding: 0 3px 0 0;
}

#purpose h2::before {
  top: 64%;
}

#purpose .wrap {
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
}

#purpose .wrap h2 {
  padding-top: 30px;
}

#purpose .wrap .pickup {
  position: relative;
}

#purpose .wrap .pickup div {
  float: left;
  position: absolute;
  top: -86px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

#purpose .time {
  color: #043492;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

#purpose .time span {
  font-size: 12px;
  color: #fff;
  background-color: #043492;
  line-height: 1;
  padding: 5px 10px 5px 10px;
  margin-right: 7px;
}

#purpose .time::before {
  content: '';
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 5px 2px;
  padding-left: 23px;
  padding-bottom: 10px;
}

#purposet .lead {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 3vw;
}

#purpose .box {
  text-align: left;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

#purpose .box:last-child {
  margin-top: 30px;
  margin-bottom: 10px;
}

#purpose .box .img_box {
  width: 100%;
  text-align: center;
}

#purpose .box .img_box img {
  width: 80%;
  border-radius: 70%;
  max-width: 100%;
}

#purpose .box .txt_box {
  width: 100%;
  padding-left: 0;
  padding: 0 3vw;
}

#purpose .box .txt_box .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

#purpose .box .txt_box p {
  font-size: 13px;
  line-height: 1.8;
}

/** 夢プロ応援者インタビュー **/
#yumepro {
  background-color: rgba(226, 255, 202, 0.842);
  padding: 0;
  margin: 15% 5% 5%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#yumepro .wrap {
  width: 100%;
  padding: 30px 5% 30px;
  margin: 0 auto;
}

#yumepro .wrap h2 {
  padding-top: 30px;
  font-size: 1.5em;
  line-height: 1.3em;
}

#yumepro h2 {
  line-height: 1;
}

#yumepro h2 span {
  font-size: 24px;
  padding: 0 3px 0 0;
}

#yumepro h2::before {
  top: 64%;
}

#yumepro .wrap {
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
}

#yumepro .wrap .pickup {
  position: relative;
}

#yumepro .wrap .pickup div {
  float: left;
  position: absolute;
  top: -75px;
  left: -10px;
  background-color: #ffcd29;
  color: rgb(8, 76, 224);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.3);
}

#yumepro h3 {
  font-size: 18px;
  font-weight: 700;
  color: #043492;
  text-align: center;
  border-top: 1px solid #043492;
  border-bottom: 1px solid #043492;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
}

#yumepro .time {
  color: #043492;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

#yumepro .time span {
  font-size: 12px;
  color: #fff;
  background-color: #043492;
  line-height: 1;
  padding: 5px 10px 5px 10px;
  margin-right: 7px;
}

#yumepro .time::before {
  content: '';
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 5px 2px;
  padding-left: 23px;
  padding-bottom: 10px;
}

.yumepro-logo {
  display: block;
  margin: 0px auto 10px;
  width: 70%;
}

#yumepro .lead {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 3vw;
}

#yumepro .box {
  text-align: left;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

#yumepro .box:last-child {
  margin-top: 30px;
  margin-bottom: 10px;
}

#yumepro .box .img_box {
  width: 100%;
  text-align: center;
}

#yumepro .box .img_box img {
  width: 44%;
  max-width: 100%;
}

#yumepro .box .txt_box {
  width: 100%;
  padding-left: 0;
  padding: 0 3vw;
}

#yumepro .box .txt_box .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

#yumepro .box .txt_box p {
  font-size: 13px;
  line-height: 1.8;
}

.yumepro-subtitle {
  font-size: 1.2em;
  color: #043492;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.yumepro-link {
  margin-top: -20px;

}

.yumepro-link a {
  font-weight: bold;
  color: #ff0000;
}

/** ハンカチプレゼント **/
#hanky {
  text-align: center;
  background-color: rgb(221, 241, 253);
  padding: 0;
  margin: 15% 5% 5%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#hanky h2 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

#hanky h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

#hanky h2 span {
  font-size: 24px;
  border: none;
  position: relative;
  z-index: 1;
  color: #043492;
  padding: 0 3px 0 0;
}

#hanky h2::before {
  top: 64%;
}

#hanky .wrap {
  border-radius: 20px;
  padding: 40px 5%;
  line-height: 1.8;
  font-size: 13px;
}

#hanky .lead {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
}

#hanky .wrap img {
  width: 50%;
  max-width: 100%;
  margin-bottom: 5%;
}

.text_alert {
  font-size: 0.8em;
}

/** 新刊本 **/
#book {
  text-align: center;
  background-color: rgb(221, 241, 253);
  padding: 0;
  margin: 15% 5% 5%;
  border-radius: 30px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, .2);
}

#book h2 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

#book h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

#book h2 span {
  font-size: 24px;
  border: none;
  position: relative;
  z-index: 1;
  color: #043492;
  padding: 0 3px 0 0;
}

#book h2::before {
  top: 64%;
}

#book .wrap {
  border-radius: 20px;
  padding: 40px 5%;
  line-height: 1.8;
  font-size: 13px;
}

#book .lead {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
}

#book .wrap img {
  width: 60%;
  max-width: 100%;
  margin-bottom: 5%;
}

.text_alert {
  font-size: 0.8em;
}

/** TOP / アナリストツアー **/

#analisttour .wrap {
  text-align: center;
  background: #ddf1fd;
  margin: 0 auto 10%;
  padding: 15% 10% 10%;
  border-radius: 20px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);

  line-height: 1.8;
  font-size: 13px;
}

#analisttour .pickup {
  position: relative;
}

#analisttour .pickup>div {
  position: absolute;
  top: -110px;
  left: 0;

  display: flex;
  /* ✅ 中央配置 */
  align-items: center;
  justify-content: center;

  width: 100px;
  height: 100px;

  background: #fd4f42;
  color: #fff;

  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;

  border-radius: 50%;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}

#analisttour h2 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

#analisttour h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 64%;
  width: 100%;
}

#analisttour h2 span {
  position: relative;
  z-index: 1;

  font-size: clamp(20px, 1.9vw, 24px);
  color: #043492;

  padding-right: 3px;
}

#analisttour .lead {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: left;
}

#analisttour img {
  width: 90%;
  margin-bottom: 5%;
}

.text_alert {
  font-size: 0.9em;
}

/** 出展企業 **/
#company {
  background-color: #fff;
  text-align: center;
  padding: 10% 0;
}

#company .wrap {
  width: 94%;
  margin: 0 auto;
}

#company h2 {
  margin-bottom: 10px;
}

#company h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  padding: 5px 25px;
  font-size: 19px;
  line-height: 1;
}

#company .lead {
  font-size: 14px;
  margin: 30px 0 10px;
}

#company .lead02 {
  font-size: 13px;
  line-height: 1.4;
  width: 88%;
  margin: 0 auto 30px;
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid #000;
  display: inline-block;
}

#company .bnr_blc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  padding: 0 20px;
  margin: 0 auto 5%;
}

#company .box {
  text-align: center;
}

#company .thum {
  cursor: pointer;
}


#company .thum img {
  width: 100%;
  height: auto;
}

#company .bnr_blc p {
  font-size: 0.8em;
}

/*#company .bnr_blc .box.ntn .mdl .mdl_box .inner .head .logo_blc img {
  width: 38.3%;
}
#company .bnr_blc .box.paramount .mdl .mdl_box .inner .head .ttl h3 {
  font-size: 16px;
}*/

#company .mdl {
  position: absolute;
  inset: 0;
  z-index: 100;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

#company .mdl_box {
  width: 520px;
  max-width: 90%;
  max-height: 90vh;

  position: absolute;
  left: 50%;

  transform: translateX(-50%);
  transition: transform .4s ease;
}

#company .mdl.active {
  opacity: 1;
  visibility: visible;
}

#company .mdl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

#company .mdl.active .mdl_box {
  transform: translateX(-50%) scale(1);
}

#company .mdl .img_blc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#company .mdl .img_blc img {
  width: 100%;
  height: auto;
}

#company .mdl .img_blc .bigimg {
  grid-column: 1 / -1;
}

.mdl_close {
  width: 55px;
  height: 55px;
  background: #043492;
  position: absolute;
  top: -55px;
  right: 0;
  cursor: pointer;
}

.mdl_close img {
  width: 42%;
  position: absolute;
  inset: 0;
  margin: auto;
}

#company .mdl .inner {
  background: #fff;
  max-height: 75vh;
  overflow-y: auto;
  padding: 20px;
}

#company .mdl .head {
  margin-bottom: 15px;
}

#company .mdl .ttl h3 {
  font-weight: 700;
}

#company .mdl .logo_blc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

#company .mdl .logo_blc img {
  width: 100%;
  height: auto;
}

#company .mdl .time {
  position: relative;
  margin-bottom: 20px;
}

#company .mdl .time::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

#company .mdl .time>span {
  background-color: #fff;
  font-weight: 700;
  padding: 5px 10px 5px 32px;
  position: relative;
  z-index: 1;

  /* ✅ デフォルト */
  color: #043492;
  background-image: url(../img/icon_mic.svg);
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: left 10px center;
}

#company .mdl .time .cate {
  color: #fff;
  background-color: #043492;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 12px;
  margin-right: 10px;
}

/* A */
#company .mdl .time.channelA>span {
  color: #1b4db0;
}

#company .mdl .time.channelA .cate {
  background-color: #1b4db0;
}


/* B */
#company .mdl .time.channelB>span {
  background-image: url(../img/icon_mic_chB.svg);
  color: #1e9af3;
}

#company .mdl .time.channelB .cate {
  background-color: #1e9af3;
}


/* C */
#company .mdl .time.channelC>span {
  background-image: url(../img/icon_mic_chC.svg);
  color: #78b501;
}

#company .mdl .time.channelC .cate {
  background-color: #78b501;
}


/* D */
#company .mdl .time.channelD>span {
  background-image: url(../img/icon_mic_chD.svg);
  color: #b9ab00;
}

#company .mdl .time.channelD .cate {
  background-color: #b9ab00;
}


/* E */
#company .mdl .time.channelE>span {
  background-image: url(../img/icon_mic_chE.svg);
  color: #a270ad;
}

#company .mdl .time.channelE .cate {
  background-color: #a270ad;
}

#company .mdl .con {
  text-align: left;
}

#company .mdl .con p {
  margin-bottom: 1em;
}

.con .message {
  color: #043492;
  font-weight: bold;
  font-size: 0.9em;
}

@media (max-width: 1023px) {
  #company .mdl {
    position: fixed;
    inset: 0;
  }

  #company .mdl_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 22px;
  }

  #company .mdl .inner {
    background: #fff;
    max-height: 75vh;
    overflow-y: auto;
    padding: 10px;
  }

  #company .mdl.active .mdl_box {
    transform: translate(-50%, -50%);
  }

  .fixed-cta-button {
    transition: opacity .3s ease, visibility .3s ease;
  }

  body.modal-open .fixed-cta-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .container-inner {
    position: relative;
  }

  .container-inner::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.7);

    opacity: 0;
    visibility: hidden;

    transition: opacity .4s ease;

    z-index: 98;
    pointer-events: none;
  }

  .container-inner.is-modal-open::after {
    opacity: 1;
    visibility: visible;
  }

  #company .mdl::before {
    display: none;
  }
}

/** 講演スケジュール **/
#schedule h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#schedule {
  background-color: #FFFCD5;
  padding-top: 15%;
  padding-bottom: 15%;
  z-index: 10;
}

#schedule .lead {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 14px;
  margin-bottom: 10px;
}

#schedule .lead a {
  text-decoration: underline;
}

#schedule .tab_box .btn_area {
  display: flex;
  justify-content: space-between;
}

#schedule .tab_box .btn_area .tab_btn {
  width: 24%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #1b4db0;
  border-radius: 15px 15px 0 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  position: relative;
  line-height: 1.4;
  padding: 7px 0;
}

#schedule .tab_box .btn_area .tab_btn span {
  font-size: 16px;
  line-height: 1;
}

#schedule .tab_box .btn_area .tab_btn.channelB {
  background-color: #1e9af3;
}

#schedule .tab_box .btn_area .tab_btn.channelC {
  background-color: #78b501;
}

#schedule .tab_box .btn_area .tab_btn.channelD {
  background-color: #b9ab00;
}

#schedule .tab_box .btn_area .tab_btn.channelE {
  background-color: #a270ad;
}

#schedule .tab_box .btn_area .tab_btn.active:after {
  content: "";
  display: inline-block;
  width: 60%;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

#schedule .tab_box .panel_area .tab_panel {
  display: none;
  border: 18px solid #1b4db0;
  background-color: #fff;
}

#schedule .tab_box .panel_area .tab_panel .box {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #1b4db0;
}

#schedule .tab_box .panel_area .tab_panel .box:nth-child(even) {
  background-color: #f4f5ff;
}

#schedule .tab_box .panel_area .tab_panel .box .left_blc {
  width: 305px;
}

#schedule .tab_box .panel_area .tab_panel .box .left_blc p {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #fff;
  color: #1b4db0;
  border: 1px solid #1b4db0;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl:last-child {
  margin-bottom: 0;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl {
  display: flex;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl dt {
  margin-right: 15px;
  width: 165px;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl dd {
  width: calc(100% - 165px);
}

#schedule .tab_box .panel_area .tab_panel.channelB {
  border-color: #1e9af3;
}

#schedule .tab_box .panel_area .tab_panel.channelB .box {
  border-color: #1e9af3;
}

#schedule .tab_box .panel_area .tab_panel.channelB .box:nth-child(even) {
  background-color: #e5f8fd;
}

#schedule .tab_box .panel_area .tab_panel.channelB .box .left_blc p {
  color: #1e9af3;
  border: 1px solid #1e9af3;
}

#schedule .tab_box .panel_area .tab_panel.channelC {
  border-color: #78b501;
}

#schedule .tab_box .panel_area .tab_panel.channelC .box {
  border-color: #78b501;
}

#schedule .tab_box .panel_area .tab_panel.channelC .box:nth-child(even) {
  background-color: #e9fac7;
}

#schedule .tab_box .panel_area .tab_panel.channelC .box .left_blc p {
  color: #78b501;
  border: 1px solid #78b501;
}

#schedule .tab_box .panel_area .tab_panel.channelD {
  border-color: #b9ab00;
}

#schedule .tab_box .panel_area .tab_panel.channelD .box {
  border-color: #b9ab00;
}

#schedule .tab_box .panel_area .tab_panel.channelD .box:nth-child(even) {
  background-color: #fefbcf;
}

#schedule .tab_box .panel_area .tab_panel.channelD .box .left_blc p {
  color: #b9ab00;
  border: 1px solid #b9ab00;
}

#schedule .tab_box .panel_area .tab_panel.channelE {
  border-color: #a270ad;
}

#schedule .tab_box .panel_area .tab_panel.channelE .box {
  border-color: #a270ad;
}

#schedule .tab_box .panel_area .tab_panel.channelE .box:nth-child(even) {
  background-color: #f5e1f9;
}

#schedule .tab_box .panel_area .tab_panel.channelE .box .left_blc p {
  color: #a270ad;
  border: 1px solid #a270ad;
}

#schedule .tab_box .panel_area .tab_panel.active {
  display: block;
}



#schedule .tab_box .btn_area .tab_btn:not(#schedule .tab_box .btn_area .tab_btn:last-child) {
  margin-right: 1.33%;
}

#schedule .tab_box .btn_area .tab_btn.active::after {
  border-bottom: 2px solid #fff;
}

#schedule .tab_box .panel_area .tab_panel .box {
  display: block;
  padding: 20px 3vw;
}

#schedule .tab_box .panel_area .tab_panel .box .left_blc {
  width: 100%;
}

#schedule .tab_box .panel_area .tab_panel .box .left_blc p {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc {
  width: 100%;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc .ttl {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1vw;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl {
  display: block;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl dt {
  text-align: center;
  margin-right: 0;
  width: 100%;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc dl dd {
  text-align: center;
  width: 100%;
  font-size: 13px;
}

#schedule .tab_box .panel_area .tab_panel .box .right_blc p {
  text-align: center;
  font-size: 13px;
}

.panel_area .comment {
  margin: 10px;
  font-size: 12px;
  text-align: center;
}

/** スタンプラリー **/
#rally {
  background-color: #FFFF;
  text-align: center;
}

#rally .wrap {
  margin-bottom: 5%;
}

#rally h2 {
  color: #ff5555;
}

#rally h2 span {
  border-top: 2px solid #ff5555;
  border-bottom: 2px solid #ff5555;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#rally .lead {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: left;
}

#rally .wrap img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
}

/** カツサンド **/
#sandwich {
  background-color: #FFFF;
  text-align: center;
}

#sandwich .wrap {
  margin-bottom: 5%;
}

#sandwich h2 {
  color: #1b4db0;
  margin-bottom: 15%;
}

#sandwich h2 span {
  border-top: 2px solid #1b4db0;
  border-bottom: 2px solid #1b4db0;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#sandwich .lead {
  font-size: 1em;
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: left;
}

#sandwich .wrap img {
  width: 80%;
}

/** 夢プロ **/
#yumepj {
  background-color: #FFFF;
  text-align: center;
}

#yumepj .wrap {
  margin-bottom: 5%;
}

#yumepj h2 {
  color: #ff5555;
}

#yumepj h2 span {
  border-top: 2px solid #ff5555;
  border-bottom: 2px solid #ff5555;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#yumepj .lead {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: left;
}

#yumepj .lead span {
  font-weight: bold;
}

.yume1 img {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
}

.yume2 img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.yume3 img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
}

/** アートコンテスト **/
#art {
  background-color: #FFFF;
  text-align: center;
}

#art .wrap {
  margin-bottom: 5%;
}

#art h2 {
  color: #ff5555;
}

#art h2 span {
  border-top: 2px solid #ff5555;
  border-bottom: 2px solid #ff5555;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#art .lead {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: left;
}

#art .wrap img {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
}

/** キッズスペース **/
/*@media only screen and (max-width:766px){
  #kids {
    background-color: #FFFF;
    text-align: center;
  }
  #kids h2 {
    color: #1b4db0;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  #kids h2 span {
    border-top: 2px solid #1b4db0;
    border-bottom: 2px solid #1b4db0;
    line-height: 1;
    padding: 5px 25px;
    font-size: 19px;
  }
  #kids .lead {
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: left;
  }
  #kids .wrap img{
    width: 80%;
  }
}
@media only screen and (min-width:767px){
  #kids {
  background-color: #ffffff;
  text-align: left;
  }
  #kids .wrap{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #kids h2 {
    text-align: center;
    color: #1b4db0;
  }
  #kids h2 span {
  border-color: #1b4db0;
  }
  #kids .lead {
  font-size: 18px;
  margin: 0 10% 30px 10%;
  line-height: 1.8; 
  width: 80%;
  } 
  #kids .wrap img{
    width: 250px;
    float: left;
    margin: -30px 10px 0px 0px;
  }
}
@media only screen and (min-width:950px){
  #kids .wrap img{
    margin: -100px 10px 0px 0px;
  }
}*/

/** さわかみマイル **/
#mile {
  background-color: #fff;
  text-align: center;
}

#mile h2 {
  color: #00730b;
}

#mile h2 span {
  border-top: 2px solid #00730b;
  border-bottom: 2px solid #00730b;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#mile .lead {
  font-size: 1em;
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: left;
}

#mile .wrap {
  margin-top: -80px;
}

#mile .wrap img {
  width: 100%;
}

/** アクセス **/
#access h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#access {
  background-color: #ddf1fd;
  text-align: center;
}

#access h2 {
  color: #043492;
}

#access h2 span {
  border-color: #043492;
}

#access .lead {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.access_box {
  margin-bottom: 10%;
}

.bluebox {
  background: #27B7FF;
  width: 100%;
  margin-bottom: 5%;
}

.access_subtitle1,
.access_subtitle2 {
  color: #fff;
  font-size: 1.3em;
  padding: 3px;
  vertical-align: middle;
  display: inline-block;
}

.access_right_text {
  text-align: left;
}

.accesstext_title {
  font-size: 1.4em;
}

.accesstext_detail {
  font-size: 1em;
}

#access iframe {
  width: 100%;
  margin-bottom: 10%;
}

/** 申込はこちら **/
#cta {
  padding: clamp(80px, 20vh, 200px) 0;
}

#cta .cta_area {
  background-color: rgba(255, 255, 255, .8);
  width: 90%;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 5% 0;
  text-align: center;
}

#cta .cta_area p {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px;
}

#cta .btn_blc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;

  padding: 14px clamp(24px, 4vw, 30px);

  line-height: 1.2;

  font-size: clamp(16px, 3.5vw, 18px);
  font-weight: 700;

  border-radius: 9999px;

  box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

#cta .btn_blc a.btn_entry {
  color: #fff;
  background: linear-gradient(135deg, #ff8009, #ff9f3f);
  margin-bottom: 25px;

  white-space: nowrap;

  transition: all 0.25s ease;
  gap: 6px;
}

/* アイコン */
#cta .btn_blc a.btn_entry::after {
  content: '';
  width: 18px;
  height: 18px;

  background: url(../img/icon_external-link.svg) no-repeat center / contain;

  flex-shrink: 0;
  transition: transform 0.25s ease;
}

/** 運用報告会について **/
#notes h2 span {
  border-top: 2px solid #043492;
  border-bottom: 2px solid #043492;
  line-height: 1;
  padding: 5px 25px;
  font-size: 19px;
}

#notes {
  background-color: #eeeeee;
  padding-top: 10%;
  font-size: 0.8em;
}

#notes .box {
  margin-bottom: 10px;
  text-align: left;
}

#notes .box:last-child {
  margin-bottom: 0;
}

#notes .box h3 {
  font-size: 14px;
  font-weight: 700;
}

#notes .box ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

#notes .box ul li a {
  text-decoration: underline;
}

#notes hr {
  margin: 0 20% 50px 20%;
}

#notes .alert {
  margin: 10% auto 10% auto;
  line-height: 1.6em;
  font-size: 1.2em;
}

/** 留意事項・copyright **/

/** 留意事項など **/
.consideration {
  background-color: #ddd;
  padding: 10% 0;
}

.title-consideration {
  font-size: 1em;
  font-weight: bold;
}

.para-consideration {
  margin-bottom: 0;
  width: 100%;
}

.copyright {
  background-color: #848484;
  padding: 45px 0;
}

.copyright p {
  color: #fff;
  font-size: 0.6em;
  text-align: center;
}

.disclamer {
  padding: 60px 0;
}

.disclamer_box {
  background-color: #ddd;
}

.disclamer_box .box {
  margin-bottom: 40px;
}

.disclamer_box .box:last-child {
  margin-bottom: 0;
}

.disclamer_box .box h3 {
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 5px;
}

.disclamer_box .box p {
  font-size: 0.7em;
  line-height: 1.4;
}

.disclamer_box .box p.attn {
  margin-top: 20px;
}

.disclamer_box .box p.attn2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.disclamer_box .box .line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #555555;
}

.disclamer_box .box .line.bdru {
  border-top: 1px solid #555555;
}

.disclamer_box .box .line>div {
  padding: 10px 0;
  height: 100%;
}

.disclamer_box .box .line .left_blc {
  width: 150px;
  padding-left: 20px;
}

.disclamer_box .box .line .left_blc p {
  font-weight: 700;
}

.disclamer_box .box .line .right_blc {
  width: calc(100% - 150px);
}

/**--------- 追従バナー設定 -----------**/

@media (max-width: 1023px) {
  .fixed-cta-button {
    display: none;
    width: 70%;
    margin: 0 15%;
    position: fixed;
    z-index: 2;
    bottom: 30px;
  }

  /* ボタン */

  .fixed-cta-button .button_apply {
    position: relative;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    color: #fff;
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 700;

    padding: 14px 24px;

    border-radius: 100px;

    background: linear-gradient(135deg, #ff8009, #ff9f3f);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }

  /* キラッ */
  
  .fixed-cta-button .button_apply::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;

    width: 60px;
    height: 200%;

    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, .7),
        transparent);

    transform: rotate(25deg);

    animation: shine 4s infinite;
  }

  @keyframes shine {
    0% {
      left: -150%;
    }

    20% {
      left: 150%;
    }

    100% {
      left: 150%;
    }
  }
}

/* アイコン */
.fixed-cta-button .button_apply::after {
  content: '';
  width: 18px;
  height: 18px;

  background: url(../img/icon_external-link.svg) no-repeat center / contain;

  flex-shrink: 0;
}

/* fadein */
.trigger_fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadein {
  opacity: 1;
  transform: translateY(0);
}

.g-fadeup {
  opacity: 0;
  transition: opacity 1s ease;
}

.g-fadeup.is-active {
  opacity: 1;
}
@media (max-width: 1023px){
  .g-fadeup {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition:
      opacity .8s ease,
      transform .8s ease;
  }

  .g-fadeup.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ホバー */
@media (hover: hover) {

  #g-nav li a:hover {
    background-position: 0 0;
  }
  .top-content .btn_blc .btn_entry:hover {
    background: linear-gradient(135deg, #ff5a00, #ffc400);
    box-shadow: 0 6px 18px rgba(255, 128, 9, 0.5);
    transform: translateY(-3px);
  }

  .top-content .btn_blc .btn_entry:hover p::after {
    transform: scale(1.15);
  }

  #mv .btn_blc a.btn_entry:hover {
    background: linear-gradient(135deg, #ff5a00, #ffc400);
    box-shadow: 0 8px 20px rgba(255, 128, 9, 0.35);
    transform: translateY(-3px);
  }

  #mv .btn_blc a.btn_entry:hover::after {
    transform: scale(1.08);
  }

  #company .thum:hover {
    opacity: 0.8;
  }
  .textlink:hover {
    opacity: 0.6;
  }
  #cta .btn_blc a.btn_entry:hover {
    background: linear-gradient(135deg, #ff5a00, #ffc400);
    box-shadow: 0 6px 18px rgba(255, 128, 9, 0.5);
    transform: translateY(-3px);
  }

  #cta .btn_blc a.btn_entry:hover::after {
    transform: scale(1.1);
  }
}

