/* 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: 'Yu Mincho', 'Hiragino Mincho ProN', serif;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    /*letter-spacing: .2em;*/
    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_gray{background:#535353}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}
.bg_pink{background:#e67a86}
.bg_gray{background:#f6f7f7}
.bg_event{background: linear-gradient(to bottom, #fdfcfa, #f4f1ed);}


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

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#DD1B40}
.col_red02{color:red}
.col_blue{color:#002a84}
.col_green{color:#43aaa0}
.col_gold{color:#9e7f4f}
.col_blue02{color:#000B89}
.col_gray{color:#535353}


.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb80{margin-bottom:80px}
.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{
  color:#d45b41;
  text-decoration: underline;
  text-underline-offset:0.2em;
}
.pdf_link{
    font-size: 1.6rem;
    color: #000;
}
.pdf_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;
}
.toha .blank_link{
    color: #4993ba;
}
.toha .blank_link:hover{
    text-decoration: underline;
}
.toha .blank_link::before{
    display: none;
}
.pc_block{
    display: block;
}
.marker_red {
  background-color: transparent;
  /*background-image: linear-gradient(transparent 70%,#d45b41 0);*/
  background-image: linear-gradient(transparent 82%,#d45b41 0);
}
.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 15%,#FBE869 0);
}
.marker_yel02{
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffde00 0);
}
.marker_pink{
    background-color: transparent;
    background-image: linear-gradient(transparent 90%,#e67a86 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
.border{
    text-decoration: solid underline #333 3px;
    text-underline-offset:0.2em; 
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.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;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
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;
}
.btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.btn:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*　▼　申込みボタン*/
.btn01{
    background: #43aaa0;
    filter: drop-shadow(0px 8px 0px #065a55);
}
.btn02{
    background: #d45b41;
    filter: drop-shadow(0px 8px 0px #98412e);
}
.btn03{
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
}
.btn01,.btn02,.btn03{
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    width: 48%;
    display: block;
}

.btn01:hover,.btn02:hover,.btn03:hover{
    letter-spacing: 5px;
}

.btn04 {
    height: 80px;
    line-height: 80px;
    width: 80%;
    display: block;
    border-radius: 5px;
    margin: 0px auto;
    font-family: 'Hiragino' ;
}

.apply-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 80px auto;
}

.apply-button {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  padding: 24px 40px;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.apply-button::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  z-index: 1;
}

.apply-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.apply-button:hover::before {
  left: 100%;
}

/* 赤ボタン */
.btn-red {
  background: linear-gradient(145deg, #e14f5a, #b32634);
}

/* オレンジボタン */
.btn-orange {
  background: linear-gradient(145deg, #f4a11a, #c87900);
}


/*　▲　申込みボタン*/
section{
	width: 1200px;
	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;
}



/* PC hayawari */
.hayawari{
    padding: 22px 0;
}
.hayawari_img{
    width: 90%;
    margin: 0 auto;
}
/* PC hyoutei */
.hyoutei{
    padding: 0;
}
.hyoutei_img{
    display: block;
    width: 96%;
    padding-left: 9%;
}

/* PC 見出し */
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading .en {
  font-size: 4.4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #535353;
}

.section-heading .ja {
  font-size: 2.0rem;
  font-weight: 600;
  color: #DD1B40;
  margin-top: 0em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


/*PC topics */
.topics_wrap{
    background: url(../img/topic_bg.jpg) no-repeat;
    background-size: cover;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.topics ul,.topics h2{
    font-size: 2.5rem; 
    margin-left: 250px;
}
.topics ul li{
    line-height: 1.4;
    margin-bottom: 20px;
    text-indent: 0em;
    color: #000;
}



/*PC message レター部分　*/
.message h1{
    margin-bottom: 70px;
}
.message{
    width: 1000px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.message .narrow{
    line-height:1.4;
}
.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;
}
.narrow{
    width: 88%;
    margin: 0 auto;
    line-height: 2.2;
}
.soft-highlight {
  background-color: rgba(221, 27, 64, 0.08); /* #DD1B40 のうす〜い背景 */
  color: #DD1B40;
  padding: 0.2em 0.6em;
  border-radius: 0.6em;
  font-weight: 500;
  display: inline-block;
  font-weight:600;
}
.soft-highlight-yellow {
  background-color: rgba(243, 204, 54, 0.15);
  color: #DD1B40; 
  padding: 0.2em 0.6em;
  border-radius: 0.6em;
  font-weight: 600;
  display: inline-block;
}


/*PC schedule スケジュール*/
 
    .schedule-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .schedule-title {
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 2.5rem;
      font-weight: bold;
      color: #DD1B40;
    }

    .schedule-item {
      background-color: #fff;
      border-left: 8px solid #DD1B40;
      border-radius: 16px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      padding: 2rem;
      margin-bottom: 2rem;
      transition: transform 0.3s ease;
    }

    .schedule-item:hover {
      transform: scale(1.015);
    }

    .time {
      font-size: 2.2rem;
      font-weight: 700;
      color: #DD1B40;
    }

    .title {
      font-size: 2.5rem;
      margin-top: 0.5rem;
      font-weight: 700;
      color: #222;
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
      }
      
      .title .tag {
      font-size: 1.4rem;
      background-color: #DD1B40;
      color: #fff;
      padding: 0.3rem 0.8rem;
      border-radius: 6px;
      font-weight: 600;
      white-space: nowrap;
      }

    .note {
      margin-top: 1rem;
      font-size: 1.6rem;
      color: #555;
    }
    
    .memo {
      margin-top: 1rem;
      font-size: 1.6rem;
      color: #DD1B40;
      font-weight: 700;
    }

    .speaker-group {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      margin-top: 1.5rem;
      align-items: center;
    }

    .speaker {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 1.1rem;
      color: #444;
      font-weight: 600;
    }

img.speaker-photo {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  max-width: none;
  display: block;
  border: 3px solid #eee;
}

img.speaker-photo2 {
  width: 120px !important;
  height: 150px !important;
  border-radius: 10%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  max-width: none;
  display: block;
  border: 2px solid #eee;
}
.speaker-info {
  display: flex;
  flex-direction: column;
}

.speaker-info2 {
  display: grid;
  flex-direction: column;
}


.speaker-company {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
}

.speaker-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.schedule-note {
  text-align: right;
  font-size: 1.2rem;
  color: #777;
  margin-top: 1rem;
  margin-bottom: 2rem;
}


/*PC ゲスト*/
.guest-section {
  max-width: 1000px;
  margin: 0 auto;
}

.guest-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: bold;
  color: #DD1B40;
}

.guest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-items: center;
}

.guest-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%;
}

.guest-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.guest-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.guest-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.guest-company {
  font-size: 1.6rem;
  color: #555;
  margin-bottom: 0.2rem;
}

.guest-title-role {
  font-size: 0.95rem;
  color: #777;
}

.section-heading .en {
  font-size: 3.0rem;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}



/*PC スペシャルゲスト*/

.special-guest-section {
  background: linear-gradient(to bottom, #fdfcfa, #f4f1ed);
  padding: 4rem 2rem;
  margin-bottom: 30px;
}

.special-guest-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  gap: 2rem;
}

.special-guest-image {
  max-width: 300px;
  flex-shrink: 0;
}

.special-guest-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.guest-books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 2rem;
}

.guest-books img {
  width: calc(25% - 0.6rem);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  object-fit: contain;
  aspect-ratio: auto;
}

.special-guest-content {
  flex: 1;
  min-width: 300px;
}

.special-guest-heading {
  font-size: 2.2rem;
  color: #a3001e;
  margin-bottom: 1rem;
  font-weight: bold;
}

.special-guest-name {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0.5rem 0 0.3rem;
}

.special-guest-title {
  font-size: 1.7rem;
  color: #555;
  margin-bottom: 1.2rem;
}

.special-guest-bio p {
  margin-bottom: 0.8rem;
  line-height: 1.7;
  font-size: 1.4rem;
}

.special-guest-bio .summary {
  font-weight: bold;
  color: #222;
  margin-top: 1.2rem;
}

.special-guest-tag {
  display: inline-block;
  background-color: #DD1B40;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}




/*PC 会場参加者限定特典*/

.reason-section {
  width: 100% !important;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.reason-section .reason-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}
.reason-section .reason-item.reverse {
  flex-direction: row-reverse !important;
}
.reason-section .reason-text {
  flex: 1;
  min-width: 300px;
  padding: 0 20px;
}
.reason-section .reason-item.reverse .reason-text {
  padding: 0 20px;
}
.reason-section .reason-text h3 {
  font-size: 2.5rem;
  margin: 20px 0 15px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
}
.reason-section .reason-text p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
.reason-section .reason-point-img {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.reason-section .reason-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.reason-image img {
  width: 300px !important;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.reason-item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 2rem;
  margin-bottom: 20px;
}




/*PC voice セミナー受講者の声*/
.voice .box{
    border-radius: 5px;
    padding: 3%;
    margin-bottom: 40px;
}
.voice .box:last-of-type{
    margin-bottom: 0;
}
.voice .box_inner{
    margin-bottom: 20px;
}
.voice_img{
    width: 16%;
    height: 100%;
    margin-right: 38px;
}
.voice h2{
    font-size: 2.6rem;
    margin-bottom: 25px;
}
.voice h3{
    line-height: 1.6;
    padding-top: 4%;
}
.voice .txt{
    font-size: 1.8rem;
    line-height: 2;
}




/*PC details DVDの詳細 */
.details{
    width: 1000px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.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: #DD1B40;
    font-weight: 700;
}
.dtl_tbl tr{
    border-bottom: 1px solid #DD1B40;
}
.dtl_tbl td{
    padding: 3%;
}
.details .att{
    font-size: 1.4rem;
}
.map{
    width: 100%;
    margin-bottom: 20px;
}


/*
★★★★★★★★★★★new!
support
★★★★★★★★★★★★★★★
*/
.support {
    padding: 20px 0;
}






/*PC entry お申し込み */
.entry{
    width: 1000px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.entry .box01{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 70px;
}
.entry .heading{
    background: #bfd2c3;
    align-items: center;
    height: 5em;
}
.entry .heading h2{
    padding: 1.4% 0;
}
.entry .box01 p{
    padding: 4%;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box02{
    margin-bottom: 40px;
}
.entry .box02 h2 {
    font-size: 2.2rem;
    border-radius: 5px;
    width: 11em;
    height: 2em;
    padding-top: 0.2%;
    margin: 0 auto 30px;
}
.double{
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset:0.2em;
}
.bd_red{
    text-decoration-color: #d45b41; 
}
.entry .box02 .narrow{
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
}
.entry .box03 h3{
    margin-bottom: 20px;
}
.entry .box03{
    margin-bottom: 40px;
}

.tomoni_01_wrap {
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .tomoni_01_wrap {
      padding: 3%;
  }
}


/*PC more さらに */
.more{
    padding: 10px 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.more_img{
    width: 100%;
    margin-bottom: 20px;
}
.more p{
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 2.2;
}
.bd_white{
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset:0.3em;
    text-decoration-color: #fff;
}
.more .big{
    font-size: 4rem;
    position: relative;
}
.more .big:before,.more .big:after{
    background-color: #fff;
    position: absolute;
    bottom: -3%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}
.more .big:before {
    bottom: 6%;
}
/*PC toha KACHIEL税務アカデミーとは？ */
.toha{
    width: 1000px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.toha .box{
    background: #e8e2d5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}
.toha .box h2{
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
}
.toha .check_blue li{
    margin-bottom: 10px;
    text-indent: -2em;
    padding-left: 3em;
    /* line-height: 1.8; */
}
.toha .check_blue .star{
    text-indent: -1em;
    padding-left: 1em;
}
.toha .check_blue li:before{
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  color: #4993ba;
  font-style: normal;
  padding-right: 0.5%;
}
.toha .check_blue{
    padding: 5% 11%;
}
.toha .att{
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.price{
    width: 48%;
    height: 100%;
    margin: 0 auto;
}

/*------------------------
▲ 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_sp.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　早割 */
.hayawari_img {
    width: 96%;
    margin: 0 auto;
}
/*SP　評定平均 */
.hyoutei_img{
    padding-left: 0;
    width: 100%;
}
.topics h1,.message h1{
    margin-bottom: 30px;
}
.topics ul,.topics h2{
    margin-left: 10px;
    font-size: 2.0rem;
}


/*SP　レター部分 */
.message .check_red{
    padding: 7%;
}
.message .check_red li {
    margin-bottom: 20px;
    line-height: 1.4;
}


/*SP　DVD内容 */
.contents ul, .contents .box03, .contents .box04{
    width:100%
}

/*SP　ダイジェスト動画 */
.video{
    width: 100%;
}

/*SP　セミナーのお客さま満足度 */
.level {
    width: 23%;
}
.hoshi {
    width: 100%;
}

/*SP　セミナー受講者の声 */
.voice .box {
    padding: 7%;
}
.voice_img {
    width: 30%;
    margin-right: 17px;
}
.voice h3 {
    line-height: 1.6;
    padding-top: 3%;
    font-size: 1.8rem;
}

/*SP　プロフィール */
.profile .box {
    padding: 7%;
}
.koushi {
    width: 45%;
    margin: 0 auto 11px;
}
.profile .box{
    margin-bottom: 30px;
}
.book{
    width: 40%;
    margin: 0 auto;
}
.dtl_tbl th,.dtl_tbl td{
    display: block;
}
.dtl_tbl th{
    padding: 4% 0;
}
.dtl_tbl td {
    padding: 0 0 4%;
}
.btn01,.btn02,.btn03 {
    margin-bottom: 20px;
}

/*SP　詳細テーブル */
.details .box{
  padding:0;
}

/*schedule*/
      .schedule-item {
        padding: 1.5rem;
      }

      .title {
        font-size: 1.5rem;
      }

      .time {
        font-size: 1.2rem;
      }

      .speaker-photo {
        width: 52px;
        height: 52px;
      }

/*SP　ゲスト */
  .guest-grid {
    grid-template-columns: 1fr;
  }

  .guest-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .guest-photo {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .guest-text {
    align-items: center;
    text-align: center;
  }
  
  
/*SP　スペシャルゲスト */  
  .special-guest-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .special-guest-image img {
    width: 100%;
    height: auto;
  }
  .guest-books {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .guest-books img {
    width: 40%;
  }
  
  
/*SP　特典 */  
    .reason-item,
  .reason-item.reverse {
    flex-direction: column;
  }

  .reason-point-img {
    width: 120px;
    margin: 0 auto 10px;
  }

  .reason-text h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .reason-text p {
    text-align: center;
  }

  .reason-image {
    margin-top: 20px;
  }


/*SP　とは */
.more{
    padding: 1% 1%;
}
.more_img {
    width: 100%;
}
.toha .box h2 {
    height: 7.5em;
    padding: 7% 4% 5%;
}
.price{
    width: 100%;
    margin: 0 auto 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%;
}
}

/*会員の方*/
.kaiin_wrap{
    background:#fcdbd4;
    padding:2%;
}
/*入会とともに受講*/
.nyukai_wrap{
    background:#fae2c0;
    padding:2%;
}
/*一般の方*/
.ippan_wrap{
    background:#edfffe;
    padding:2%;
}

.bene_img{
    width:80%;
    margin:0 auto;
}

/*紙吹雪*/
#confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#confetti-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.guest-section,
.special-guest-section,
.reason-section {
  position: relative;
  z-index: 1;
}