@charset "utf-8";

/*
------------------------------------------------------------------------------------------------------------
全体のCSS設定
------------------------------------------------------------------------------------------------------------
*/

body {
  background: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  color: #2f3a3f;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

/*
------------------------------------------------------------------------------------------------------------
リンク（全般）設定のCSS
------------------------------------------------------------------------------------------------------------
*/

a {
  color: #555;
  /*リンクテキストの色*/
  text-decoration: none;
  /* テキストの下線の非表示 */
}

a:hover .btn {
  position: relative;
  /*要素の位置をずらす(相対関係)*/
  top: 3pt;
  /*要素の位置を下に3ptずらす*/
  left: 3pt;
  /* 要素の位置を右に3ptずらす */
}
/*
------------------------------------------------------------------------------------------------------------
コンテナー（HPを囲むブロック）のCSS
------------------------------------------------------------------------------------------------------------
*/

#container {
  width: 750px;
  /*コンテナー幅*/
  background-color: #fff;
  /*背景色設定*/
  border-left: 1px solid #ccc;
  /*左外枠の設定*/
  border-right: 1px solid #ccc;
  /*右外枠の設定*/
  text-align: center;
  margin: 0 auto;
  /*外側の余白設定*/
  overflow: hidden;
}

/*
------------------------------------------------------------------------------------------------------------
文字の設定
------------------------------------------------------------------------------------------------------------
*/

/* テキスト本文の基本設定 */
.content-body {
  width: 550px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: left;
  padding: 20px 0;
}

.content-body-650 {
  width: 650px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: left;
  padding: 20px 0;
}

/* 本文テキストの共通設定 */
.lp-text {
  margin: 0 0 40px;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #333333;
}

/* SP時の本文テキスト共通設定 */
@media only screen and (max-width: 768px) {
  .lp-text {
    font-size: 30px;
    line-height: 1.6;
  }
}

/* 文字色：ピンク */
.pink {
  color: #ff6484;
}

.skyblue {
  color: #3abebd;
}

/* 太字 */
.bold {
  font-weight: 600;
}

/* 下線あり */
.text-underline {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

/* 下線色：ピンク */
.underline-pink {
  text-decoration-color: #ff6e77;
}

/* 下線色：オレンジ */
.underline-black {
  text-decoration-color: #333333;
}

/* 下線色：薄ピンク */
.underline-pink {
  text-decoration-color: #ff6484;
}

/* 注釈 */
.small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.45;
}

.kiyaku {
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
}

/*
------------------------------------------------------------------------------------------------------------
実践会特別ルール
------------------------------------------------------------------------------------------------------------
*/

.special-rules-section {
  width: 750px;
  margin: 0 auto;
  padding: 20px 0 40px;
  background-color: #ffffff;
}

.special-rules-wrap {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding-top: 65px;
}

/* タイトル画像 */
.special-rules-title {
  display: block;
  width: 530px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 94px; /* タイトル画像だけ左端から94px */
  z-index: 3;
}

/* 外側の太枠 */
.special-rules-frame {
  width: 650px;
  margin: 0 auto; /* ここを中央寄せに変更 */
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding: 200px 0 55px;
}

/* 外側6px枠 */
.special-rules-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 6px solid transparent;
  border-image: linear-gradient(
    90deg,
    #e54da2 0%,
    #ea5aa1 28%,
    #ea5c9c 52%,
    #d94a8e 76%,
    #c33382 100%
  ) 1;
  pointer-events: none;
  box-sizing: border-box;
}

/* 内側2px枠 */
.special-rules-frame::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 8.5px;
  width: 633px;
  height: calc(100% - 17px);
  border: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #e54da2 0%,
    #ea5aa1 28%,
    #ea5c9c 52%,
    #d94a8e 76%,
    #c33382 100%
  ) 1;
  pointer-events: none;
  box-sizing: border-box;
}

/* 中のテキスト幅 */
.special-rules-content {
  width: 550px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: left;
  position: relative;
  z-index: 2;
}

/* このセクション内の本文 */
.special-rules-content .lp-text {
  margin: 0 0 40px;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #333333;
  text-align: justify;
  text-align-last: left;
}

.special-rules-content .lp-text:last-child {
  margin-bottom: 0;
}

/* 赤文字 */
.special-rules-red {
  color: #ff3232;
}
/*
------------------------------------------------------------------------------------------------------------
事後課題について
------------------------------------------------------------------------------------------------------------
*/

/* タイトル画像 */
.kadai-jigo-title {
  width: 410px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* グラデーション背景 */
.kadai-jigo-box {
  width: 550px;
  margin: -40px auto 20px;
  padding: 90px 0 45px;
  background: linear-gradient(22deg, #fff1f7 0%, #fff8f0 100%);
  position: relative;
  z-index: 1;
}

/* テキスト幅 */
.kadai-jigo-text {
  width: 500px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: left;
}

/* このセクション内だけ余白調整 */
.kadai-jigo-text .lp-text {
  margin: 0;
}
/*
------------------------------------------------------------------------------------------------------------
当日の内容
------------------------------------------------------------------------------------------------------------
*/

.content-bg-orange {
  width: 750px;
  margin: 0 auto;
  background: linear-gradient(to right, #ff6e77 0%, #ff8b59 100%);
  padding-bottom: 80px;
}

.content-bg-bedge {
  width: 750px;
  margin: 0 auto;
  background-color: #EBEBEB;
  padding: 40px 25px;
}

.content-title {
  display: block;
  width: 750px;
  height: auto;
}

.bg-white2 {
  width: 650px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 0 0 28px 28px;
  overflow: visible;
  padding: 20px 0;
}

.bg-white {
  width: 700px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 28px 28px 28px 28px;
  overflow: visible;
  padding: 20px 0;
}

.group-title {
  display: block;
  width: 750px;
  max-width: none;
  height: auto;
  margin-left: -25px;
}

.content-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* 4分割コンテンツ画像 */
.group-content-img {
  width: 550px;
}

/* ドロップシャドウ込みで右寄りに見える画像を微調整 */
.adjust-left {
  transform: translateX(-8px);
}

.content-all-img {
  display: block;
  width: 750px;
  height: auto;
  margin: -1px auto 0;
}

/* 共通：グラデーション枠ありの白背景ボックス */
.group-box {
  width: 700px;
  box-sizing: border-box;

  border: 10px solid transparent;
  border-radius: 28px;

  margin: 20px auto;
  overflow: visible;
  padding: 20px 0;
}

/* グループ1：ピンク系グラデーション */
.group-box-pink {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      to right,
      #f06ab1 0%,
      #f278b2 28%,
      #f36fa9 52%,
      #e75b9b 76%,
      #d94b91 100%
    ) border-box;
}
/* グループ2：水色系グラデーション 仮 */
.group-box-skyblue {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      to right,
      #03aaa5 0%,
      #28c7c2 28%,
      #45d4d0 52%,
      #1ca7d8 76%,
      #1683c7 100%
    ) border-box;
}

.group-box .group-title {
  margin-left: -35px;
}
/*
------------------------------------------------------------------------------------------------------------
メンバー紹介
------------------------------------------------------------------------------------------------------------
*/

.member-profile {
  width: 750px;
  margin: 0 auto;
  background-image: var(--member-bg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 750px auto;
  position: relative;

  /* メンバーごとに調整する余白 */
  padding-top: var(--member-padding-top);
  padding-bottom: var(--member-padding-bottom, 30px);
}

/* メンバー紹介内の本文下余白をなくす */
.member-profile .lp-text {
  margin-bottom: 0;
}

/* 尾上先生 */
.member-profile-ogami {
  --member-bg: url("../images/ogami.png");
  --member-padding-top: 450px;
  --member-padding-bottom: -20px;
}

/* 松岡先生 */
.member-profile-matsuoka {
  --member-bg: url("../images/matsuoka.png");
  --member-padding-top: 470px;
  --member-padding-bottom: 20px;
  margin-bottom: -120px;
}

/* 並木先生 */
.member-profile-namiki {
  --member-bg: url("../images/namiki.png");
  --member-padding-top: 610px;
  --member-padding-bottom: 20px;
}

/* のりこ先生 */
.member-profile-hashimoto {
  --member-bg: url("../images/hashimoto.png");
  --member-padding-top: 625px;
  --member-padding-bottom: 20px;
  margin-top: -115px;
}

/* 竹田先生 */
.member-profile-takeda {
  --member-bg: url("../images/takeda.png");
  --member-padding-top: 510px;
  --member-padding-bottom: 20px;
}

.member-profile-text {
  position: relative;
  z-index: 2;
  padding-top: 0;
}
/*
------------------------------------------------------------------------------------------------------------
フッターの設定
------------------------------------------------------------------------------------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  font-size: 35%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  position: relative;
  background-color: #393939;
  font-size: 90%;
}

footer a {
  color: #fff;
  margin: 10px 0;
  font-size: 14px;
}

footer p {
  margin: 15px 0;
}

.copy {
  color: #fff;
  font-size: 70%;
  text-align: center;
}

.copy a {
  text-decoration: underline;
  color: #ffffd0;
}


/*
------------------------------------------------------------------------------------------------------------
その他
------------------------------------------------------------------------------------------------------------
*/
.clear {
  clear: both;
}


/*
------------------------------------------------------------------------------------------------------------
魔法の言葉
------------------------------------------------------------------------------------------------------------
*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}