@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  color: #161616;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "YuGothic", sans-serif;
  font-weight: 500;
  line-height: 160%;
}
#container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 0 10px #CCCCCC;
}
.contentInner {
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.textRed {
  color: #B71011;
}
.textRedBk {
  color: #CE0708;
}
.textYellow {
  color: #FFEE15;
}
.bgWhite {
  background: #FFF;
}
.textContent {
  text-align: center;
  font-size: clamp(14px, 3.6vw, 28px);
  font-weight: 500;
  line-height: 1.8;
}
.textContent p {
  margin-bottom: 4%;
}
.textContent small {
  text-align: left;
  color: #A9A9A9;
  font-size: clamp(10px, 1vw, 14px);
}
img {
  width: 100%;
}
.bdTop {
  border-top: solid 12px #D20D00;
  border-image: linear-gradient(to right, #C49D00, #E9CC57, #C49D00) 1;
}
@media (max-width:750px) {
  .pc {
    display: none;
  }
	.bdTop {
  border-top: solid 8px #D20D00;
}
}
@media (min-width:751px) {
  .sp {
    display: none;
  }
}
/*MV*/
.top_img img {
  width: 100%;
  vertical-align: top;
}
/*相談会概要*/
.outline {
  background: url("../img/outline_bg.jpg");
  background-size: contain;
  background-position: center top;
  background-attachment: fixed;
  padding: 6% 4% 8%;
}
.outlineTitle {
  color: #fff;
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 7%;
  font-family: "Noto Serif JP", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
}
.outlineInner {
  background: url("../img/outline_inner.jpg");
  background-size: cover;
  border: 3px solid #E2C246;
  padding: 4%;
}
.outline ul {
  font-size: clamp(18px, 3.6vw, 28px);
  font-weight: 500;
  color: #161616;
  text-align: left;
}
.outline li {
  line-height: 160%;
}
.outline li .textOld {
  text-decoration: line-through;
  text-decoration-color: #CE0708;
  text-decoration-thickness: 2px;
  color: #161616;
  font-weight: 500;
  opacity: 0.85;
}
.outline li .textRed {
  color: #E60012;
  font-weight: 900;
}
/*参加特典*/
.reward {
  background: url("../img/reward_bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 6% 4% 8%;
}
/*入力フォーム*/
.form {
  background: url("../img/form_bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 8% 4% 8%;
}
.formInner {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.50);
  padding: 4% 3%;
  max-width: 960px;
  margin: 0 auto;
}
.formTitleArea {
  font-family: "Noto Serif JP", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.formSub img {
  max-width: 340px;
}
.formTitle {
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 800;
}
.formDesc {
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 800;
}
.formButtonArea {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (max-width:750px) {
  .formInner {
    border-radius: 6px;
    padding: 8% 6%;
  }
  .formSub img {
    max-width: 280px;
  }
  .formTitleArea {
    margin-bottom: 8%;
  }
  .formButtonArea {
    flex-direction: column;
    gap: 16px;
  }
}
/*ホリエモン*/
.horie {
  background: url("../img/horie_bg.jpg");
  background-size: cover;
  padding: 8% 5% 10%;
  text-align: center;
  margin: 0 auto;
}
.horieInner {
  padding: 2%;
  border-radius: 6px;
}
.horieTitle img {
  margin-bottom: 8%;
  max-width: 600px;
}
.horieDeco {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.horieDecoParts img {
  width: 70px;
}
.horieBox {
  margin: -4% 6%;
  font-weight: 900;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.horieText {
  font-size: clamp(18px, 3.6vw, 32px);
  line-height: 140%;
  margin-top: 4%;
  font-weight: 800;
}
@media (max-width:750px) {
  .horieDeco {
    display: none;
  }
  .horieInner {
    padding: 4%;
    border-radius: 4px;
  }
  .horieBox {
    margin: 0;
  }
}
/*プロフィール*/
.profile {
  background: url("../img/profile_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding: 8% 5% 10%;
  text-align: center;
  margin: 0 auto;
}
.profileTitle {
  padding: 8px 24px;
  background: linear-gradient(90deg, rgba(172, 4, 5, 0.00) 0%, #AC0405 25%, #AC0405 75%, rgba(172, 4, 5, 0.00) 100%);
  color: #FFF;
  text-align: center;
  font-size: clamp(26px, 7vw, 42px);
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 10%;
}
.profileInner {
  background-color: #FFFFFF;
  padding: 4% 4% 8%;
}
.profileTop img {
  width: 100%;
  margin-top: -10%;
  margin-bottom: 2%;
}
.profileText {
  text-align: left;
  font-size: clamp(16px, 3vw, 20px);
  padding: 3%;
  font-weight: 500;
}
@media (max-width:720px) {
  .profile {
    padding: 16% 5% 10%;
  }
}
/*実践者の声*/
.voice {
  background: url("../img/voice_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding: 0% 5% 0%;
  text-align: center;
  margin: 0 auto;
}
.voiceInner {
  display: flex;
  padding: 8% 5% 0%;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  background: #FFF;
}
.voiceTitle img {
  max-width: 420px;
  margin-bottom: 8%;
}
.profileText .small {
  text-align: right;
  color: #A9A9A9;
  font-size: clamp(10px, 3vw, 14px);
}
.voiceItemTitle {}
.profileText .textRed {
  font-weight: 700;
}
@media (max-width:750px) {
  .voice {
    padding: 0%;
  }
  .voiceTitle img {
    max-width: 320px;
    margin-bottom: 4%;
  }
}
/*メッセージ*/
.message {
  background: url("../img/message_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding: 8% 5%;
  text-align: center;
  margin: 0 auto;
}
.messageBox {
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 8% 5%;
}

.messageText{
	  font-size: clamp(20px, 4vw, 24px);
  font-weight: 600;
	
}


.messageBig {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 900;
}
@media (max-width:750px) {
  .message {
    padding: 8% 4%;
  }
  .messageBox {
    padding: 8% 0%;
  }
}
/* スクロールボタン設定 */
#topBtn {
  position: fixed;
  bottom: 0px;
  padding: 20px;
  left: 0px;
  width: 100%;
  height: 103px;
  line-height: 64px;
  text-align: center;
  background: rgba(45, 45, 45, 0.5);
  color: #fff;
  z-index: 100;
}
/* リンク用スタイル */
.footer-links {
  text-align: center;
  margin: 30px auto;
  padding: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-links p {
  font-size: 14px;
  margin: 0;
  display: flex;
  gap: 60px;
}
.footer-links a {
  color: #777;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #999;
  text-decoration: underline;
}
