/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #0d1f3c;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#4993ba}
.bg_blue02{background:#5eb5e4}
.bg_gray{background:#f6f7f7}
.bg_gray02{background:#e7e7e7}
.bg_brown{background:#e8e2d5}
.bg_brown02{background:#fff8e9}
.bg_yellow{background:#e3911b}
.bg_yellow02{background:#feebda}
.bg_pink{background: #feeded;}
/* 案A: スケジュールセクションをダーク背景に */
.schedule_wrap{background:#1c2b3a}
.schedule_wrap .en{color:#9bbdd8}
.schedule_wrap .col_red{color:#ff7575}

.bold{font-weight:700}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#0d1f3c}
.col_red{color:#be0000}
.col_red02{color:#ff0000}
.col_blue{color:#4993ba}
.col_blue02{color:#002e92}
.col_gold{color:#9e7f4f}

.font_23{font-size: 2.3rem}
.font_26{font-size: 2.6rem}
.font_30{font-size: 3rem}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
    font-size: 1.6rem;
    color: #0d1f3c;
}
.blank_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.pc_block{
    display: block;
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffea00 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    /*border-top: 1px solid #d45b41;*/
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 145px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
/*動画設定
ダイジェスト動画部分（PCのみ80％表示・PC以外100％）*/
.video {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto 50px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*▼ ボタン設定　▼*/
.btn{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #007d34);
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    letter-spacing: .1em;
}
.btn_font-ex {
    font-size: 2.6rem;
}
.btn:hover {
    letter-spacing: .3em;
}
/*　▼　申込みボタン*/
.btn01{
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #00711e);
}
.btn02{
    background: #0067dc;
    filter: drop-shadow(0px 8px 0px #00428e);
}
/* .btn03{
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #00711e);
} */
.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}

/*　▲　申込みボタン*/
section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.en{
    font-weight: 700;
    text-align: center;
    font-size: 4.4rem;
    font-family: 'Poppins', sans-serif;
}


/* 
past-events 
過去のイベント 
*/
.past-events {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}
.past-events h1 {
    font-size: 4rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.marquee-track {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
}
.marquee-track img {
    display: block;
    height: 345px;
    width: auto;
}
@keyframes slide-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}



/*
sec01
CAMPAIGN
特別価格キャンペーン
特設ページ
*/
.cam_wrap{
  background:url(../img/campaign_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.cam{
  padding: 50px 0;
}

.attention-banner_wrap {
  background-color: #ffde59;
}
.attention-banner {
  padding: 20px 0;
}

/*PC topics */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
}
.topics ul {
    font-size: 3.4rem; 
    font-style: italic;
}
.topics ul {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.topics ul li{
    line-height: 1.4;
    margin-bottom: 20px;
    /* text-indent: -1em; */
}
.topics ul li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}


/*PC message レター部分　*/
.message h1{
    margin-bottom: 70px;
    font-size: 3rem;
}
.message .check_red{
    background: #f6f7f7;
    padding: 4%;
    width: 100%;
}
.message .check_red li{
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.message .check_red li:last-of-type{
    margin-bottom:0
}
.check_red li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight:700;
}
.message .narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 1.5;
}
.message .bg_brown02 {
    padding: 2%;
}
.message ul li {
    padding-left: 20px;
}
.message h2 {
    position: relative;
    padding-left: 20px;
}
.message h2::before {
    position: absolute;
    content: "●";
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    font-size: 1.5rem;
}

/* ▼ schedule スケジュール ▼ */
.sch_day {
  background: #be0000;
  color: #fff;
  text-align: center;
  padding: 28px 30px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.sch_day_num {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 6px;
  letter-spacing: .05em;
}
.sch_day_time {
  font-size: 3.3rem;
  font-weight: 700;
}
.sch_day_open {
  font-size: 2.2rem;
  font-weight: 400;
  margin-left: 12px;
}
.sch_note_head {
  font-size: 1.6rem;
  font-family: 'Yu Mincho';
  color: #333;
}
.sch_session {
  background: #fff;
  border-left: 8px solid #c9a227;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  padding: 2rem;
  padding-top: 0;
  margin-bottom: 2rem;
  margin-left: 30px;
  transition: transform 0.3s ease;
  counter-increment: session-num;
  position: relative;
}
.sch_session:last-of-type {
  margin-bottom: 0;
}
/* 案C: 透かし番号 */
.sch_session::after {
  content: "0" counter(session-num);
  position: absolute;
  right: 12px;
  bottom: 4px;
  font-size: 14rem;
  font-weight: 900;
  color: rgba(190, 0, 0, 0.06);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
  user-select: none;
}
/* 案B: セッション時間をカードのヘッダー帯に */
.sch_time {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: 'Yu Mincho';
  color: #fff;
  letter-spacing: .03em;
  background: #c9a227;
  margin: 0 -2rem 1.5rem;
  padding: 1rem 2rem;
  border-radius: 14px 14px 0 0;
}
.sch_arrow {
  margin-right: 10px;
}
.sch_title {
  font-size: 4rem;
  font-weight: 600;
  color: #222;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: underline;
  flex-wrap: wrap;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sch_title:hover {
  color: #4993ba;
}
.sch_tag {
  font-size: 1.4rem;
  background-color: #be0000;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}
.sch_note {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
}
.sch_speaker_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.25%;
  margin-top: 1.5rem;
  align-items: start;
}
.sch_speaker {
  width: 19%;
  font-size: 1.1rem;
  color: #444;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.sch_speaker:hover {
  opacity: .7;
  transition: 0.3s;
}
.sch_speaker_photo {
  width: 100% !important;
  height: auto !important;
  border-radius: 10%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  max-width: none;
  display: block;
  border: 2px solid #eee;
  margin-bottom: 6px;
}
.sch_speaker_org {
  font-size: 1.2rem;
  font-weight: 500;
  color: #676767;
  margin-bottom: 4px;
  line-height: 1;
  text-align: left;
}
.sch_speaker_name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  text-align: left;
}
/* ▲ schedule スケジュール ▲ */
/* 案D: タイムライン縦ライン + counter-reset */
.schedule {
  counter-reset: session-num;
  position: relative;
}
.schedule::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 160px;
  bottom: 110px;
  width: 3px;
  background: linear-gradient(to bottom, rgba(201,162,39,0.1), rgba(201,162,39,0.5) 10%, rgba(201,162,39,0.5) 90%, rgba(201,162,39,0.1));
  border-radius: 2px;
}

/* ▼ modal ▼ */
.title_open {
  cursor: pointer;
  transition: 0.3s;
}
.title_open:hover {
  color: #be0000;
  transition: 0.3s;
}
.sch_title.title_open:hover {
  color: #4993ba;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal-content1 {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  width: 70%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeInScale 0.4s ease forwards;
}
.modal-content2 {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  width: 70%;
  /* height: 80%; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeInScale 0.4s ease forwards;
  overflow: hidden;
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}
.modal_txt-box {
  padding: 2rem;
  max-height: 80vh;
  overflow-y: auto;
}
.modal_flex {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.modal_img {
  width: 28%;
  flex-shrink: 0;
}
.modal_img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.modal_f-txt {
  width: 68%;
  text-align: left;
  overflow-y: auto;
}
.modal_f-org {
    font-size: 1.8rem;
    font-weight: 500;
    color: #676767;
    line-height: 1;
    margin-bottom: 4px;
}
.font_modal {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 8px !important;
}
.modal_pro-txt {
    font-family: 'Yu Mincho';
    max-height: 250px;
    line-height: 1.4;
    overflow-y: scroll;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
  z-index: 10;
}
.close-btn:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .modal-content1,
  .modal-content2 {
    width: 92%;
    height: auto;
    max-height: 88vh;
  }
  .modal_flex {
    display: block;
    overflow-y: auto;
    max-height: calc(88vh - 2rem);
  }
  .modal_img {
    width: 50%;
    margin: 0 auto 16px;
  }
  .modal_f-txt {
    width: 100%;
  }
  .modal_txt-box {
    max-height: calc(88vh - 2rem);
  }
}
/* ▲ modal ▲ */

/* result 実績  */
.p_result {
    font-size: 2.6rem;
}
.result_img-wrap {
    display: flex;
    justify-content: space-between;
}
.result_img-wrap img {
    width: 24%;
}
.result_mv-wrap {
    display: flex;
    justify-content: space-between;
}
.result_mv-card {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.summit-link {
  text-decoration: underline;
  color: inherit;
  margin-right: 12px; /* PC横並びの時 */
}
@media screen and (max-width: 600px) {
  .summit-link {
    display: block;
    margin: 8px 0; /* スマホ縦並びの時 */
    margin-right: 0; /* 右マージン解除 */
  }
}


/*PC
BENEFITS
お申込み特典
*/
.benefits_wrap{
    background:url(../img/bene_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.benefits h1 {
  width: 60%;
  margin: 0 auto 30px;
}
.benefits h2 {
  width: 60%;
  margin: 0 auto 30px;
}
.benefits p {
    font-size: 2.4rem;
}

/* レター部分02 */
.message02 {
    position: relative;
    padding-bottom: 10%;
}
.message02 h1 {
    font-size: 3.6rem;
    font-weight: 600;
}
.message02 h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
}
.message02 h2::before {
    position: absolute;
    content: "";
    background-image: url(../img/check_red.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    left: 0;
    top: 12px;
}
.message02 p {
    margin-bottom: 30px;
}
.message02 img {
    position: absolute;
    bottom: 0;
    width: 26%;
    height: auto;
    right: 0;
}



/*PC details DVDの詳細 */
.details .box{
    padding: 0 4%;
}
.dtl_tbl{
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.dtl_tbl th {
    padding: 3% 0 3% 10%;
    width: 16em;
    text-align: left;
    vertical-align: middle;
    color: #d45b41;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #d45b41;
}
.dtl_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.5rem;
}
.map{
    width: 100%;
    margin-bottom: 20px;
}
.details_imgs-flex {
    display: flex;
    justify-content: space-between;
}
.details_imgs-flex img {
    width: 24%;
}




/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
.contents ul, .contents .box03 {
    width: 90%;
}
.dtl_tbl th {
    padding: 3% 0 3% 6%;
    width: 12em;
}
.entry .box02 .narrow {
    width: 100%;
}
.toha .check_blue {
    padding: 5% 7%;
}
}
@media screen and (max-width: 1023px){
.btn03{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.message .narrow {
    width: 100%;
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 5.5em;
    padding: 3% 4% 5%;
}
.btn03{
    width: 100%;
}
.logo {
    width: 65%;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}

/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
    display:none
}
.pc_block {
	display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
	width: 100%!important;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp01.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
    font-size: 2.5rem;
    margin-bottom: 50px;
}
.btn{
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
}
/* SP schedule */
.sch_day_num {
  font-size: 3rem;
}
.sch_day_time {
  font-size: 2.2rem;
}
.sch_day_open {
  display: block;
  margin-left: 0;
  margin-top: 4px;
  font-size: 1.8rem;
}
.sch_session {
  padding: 1.4rem 1.2rem;
  padding-top: 0;
  margin-left: 20px;
}
.sch_session::after {
  font-size: 8rem;
}
.sch_time {
  font-size: 2.2rem;
  margin: 0 -1.2rem 1.2rem;
  padding: 0.8rem 1.2rem;
  border-radius: 12px 12px 0 0;
}
.sch_title {
  font-size: 2.6rem;
}
.schedule::before {
  left: 8px;
  top: 140px;
  bottom: 80px;
}
.sch_speaker {
  width: 70%;
  margin: 10px auto;
}
/* SP schedule ▲ */
.cam {
    padding: 4%;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}
.topics ul {
    width: 100%;
}
/*SP　レター部分 */
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}
.message02 h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding-left: 24px;
}
.message02 h2::before {
    width: 20px;
    height: 20px;
    top: 8px;
}
.benefits h1 {
  width: 80%;
  margin: 0 auto 30px;
}
.benefits h2 {
  width: 80%;
  margin: 0 auto 30px;
}
/* SP details */
.dtl_tbl,
.dtl_tbl tbody,
.dtl_tbl tr,
.dtl_tbl th,
.dtl_tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.dtl_tbl th {
    padding: 6% 0 2%;
}
.dtl_tbl td {
    padding: 0 0 6%;
}
.result_img-wrap {
    flex-wrap: wrap;
}
.result_img-wrap img {
    width: 48%;
    margin-bottom: 20px;
}
.details_imgs-flex {
    flex-wrap: wrap;
}
.details_imgs-flex img {
    width: 48%;
    margin-bottom: 20px;
}
/*------------------------
thanks
------------------------*/
/* PC thaks */
.fw500{
    font-weight:500;
}
.thanks{
    width:1200px;
    margin:0 auto;
    padding: 20px 0 79px;
}
.thanks_logo{
    width:146px;
}
.thanks_img {
    width: 15%;
    margin: 0 auto 20px;
}
.thanks h1{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
}
.thanks p{
    margin-bottom:40px;
}
.arrow_img{
    width: 7%;
    margin: 0 auto;
}
}
@media screen and (max-width: 1200px) {
.thanks {
    width: 98%;
}
}
@media screen and (max-width: 599px) {
/* sp thanks */
.thanks{
    padding: 2% 2% 6%;
}
.thanks h1 {
    margin-bottom: 20px;
}
.thanks p {
    margin-bottom: 20px;
}
.thanks_img {
    width: 29%;
}
.arrow_img {
    width: 12%;
}
.bene_img{
    width:80%;
    margin:0 auto;
}
}
/* カウントダウンバーの共通フェード効果 */
.cdt_wrapper {
  transition: opacity 1.0s ease, visibility 1.0s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* フェードアウト用クラス */
.cdt_wrapper.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
