@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 0;
  margin: 1em 0;
  font-weight: 100;
  text-align: center;
}


.Text-Span.isActive {
  background-position: -100% .5em;
}

.Text-Span {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
  background-repeat: repeat-x;
  background-position: 0 .5em;
  background-size: 200% .8em;
  transition: all 1s;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.3em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

/*カラム全体の幅を変更する*/
.article,
.top_image_in {
  width: 700px;

  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.area_cta {
  position: relative;
}

.btn_cta_form {
  position: absolute;
  bottom: 13%;
  left: 5%;
  width: 90%;
  margin: 1.5em auto 0;

}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.shiny-btn {
  position: relative;
  display: block;
  width: 92%;
  margin: auto;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------
開催日程
-----------------------------------------------------*/

.sec_schedule {
  background-image: url("../images/schedule_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  /* padding: 0 1em 2em; */
}

.sec_schedule_inr {
  padding: 0 1em 2em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 90%;
  margin: 1em auto;
  background-color: #fff;
}

table tr {
  border-bottom: solid 1px #ddd;
}

table th {
  text-align: center;
  padding: 10px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font-size: 1.2em;
}

.bg_p {
  background-color: #f6e9ec;
  font-weight: bold;
}

.bg_g {
  background-color: #e6f1f2;
  font-weight: bold;
}

table td {
  text-align: center;
  padding: 10px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font-size: 1.2em;

}

.t-gray {
  background-color: #e6e6e6;
  color: #b3b3b3;
}

.btn_schedule {
  width: 90%;
  margin: 2em auto 1em;
}


/*--------------------------------------------------
ビフォーアフター
-----------------------------------------------------*/
.sec_ba {
  background-image: url("../images/ba_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 2em 1em;

}

.tit_ba {
  width: 80%;
  margin: 7em auto 9em;
}

.ctn_ba {
  margin: 1em;
}

.box_ba {
  background-color: #FFF;
  border-radius: 30px;
  padding: 13em 2em 2em;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(205, 177, 180, .3);
}

.box_ba_ttl01 {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 213px;
}

.box_ba_ttl02 {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 283px;
}

.box_ba_bg01 {
  background-image: url("../images/ba01_ttl_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.box_ba_bg02 {
  background-image: url("../images/ba02_ttl_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 8em;
}

.box_ba_inr {
  background-color: #fff;
  padding: 2em 1em 0;
  border-radius: 15px;
}

/*--------------------------------------------------
理由
-----------------------------------------------------*/
.sec_reason {
  background-color: #f6e9eb;
}

.sec_reason_inr {
  padding-bottom: 2em;
}

.tit_reason {
  width: 80%;
  margin: 1em auto 3em;
}

.sec_reason_inr .box_reason {
  margin-top: 2em;
}

.sec_reason_inr .box_reason:first-child{
  margin-top: 0;
}

.txt_reason {
  padding: 1em;
  margin-top: 1em;
  background-color: #fff;
  border-radius: 15px;
}

.txt_reason01 {
  padding-top: 420px;
}

.txt_reason02 {
  padding-top: 400px;
}

.txt_reason03 {
  padding-top: 420px;
}

.txt_reason04 {
  padding-top: 400px;
}

.img_reason {
  position: absolute;
  top: -8em;
}


/*--------------------------------------------------
受講者の声
-----------------------------------------------------*/
.sec_voice {
  background-color: #f1ece4;
  padding: 2em 1em;

}

.tit_voice {
  width: 80%;
  margin: 1em auto 3em;
}

.box_voice {
  background-color: #FFF;
  border: 10px solid #f3d4da;
  padding: 2em;
  border-radius: 15px;
  margin: 1em 0;
}

.read-more-003 {
  position: relative;
  padding: 1em;
}

.read-more-003 p {
  position: relative;
  max-height: 100px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-003:has(:checked) p {
  max-height: 100%;
}

.read-more-003 p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}

.read-more-003:has(:checked) p::after {
  content: none;
}

.read-more-003 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: .4em 2.2em;
  border-radius: 1px;
  background-color: #d1506a;
  color: #fff;
  border-radius: 9999px;
  width: 200px;
  justify-content: center;
}

.read-more-003 label:hover {
  background-color: #fff;
  color: #41ad95;
  cursor: pointer;
}

.read-more-003:has(:checked) label {
  display: none;
}

.read-more-003 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.read-more-003 label:hover::after {
  background-color: #41ad95;
}

.read-more-003 input {
  display: none;
}

/*--------------------------------------------------
FAQ
-----------------------------------------------------*/
.box_message {
  background-color: #f6f3ee;
}

.box_message_inr {
  padding: 2em;
  border-radius: 15px;
}


.tit_message {
  width: 75%;
  margin: 0 auto 2em;
}

.name {
  width: 30%;
  float: right;

}


/*--------------------------------------------------
FAQ
-----------------------------------------------------*/
.sec_faq {
  background-color: #f7d8d8;
}

.sec_faq_inr {
  padding: 0 1em 2em;
}

.tit_faq {
  width: 45%;
  margin: 2em auto;
}


/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  display: flex;
  align-items: center;
  gap: .5em;
  padding: 1em 3em 1em 1em;
  background: #d1506a;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-align: left;

  /* 変更部分 */
}

.accordion-open img {
  width: 30px;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-close {
  height: auto;
  opacity: 1;
  background: #fff1f1;
  padding: 10px 1.5em;

}

/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/

.sec_form {
  padding: 2em 1em;
}

.box_form {
  background-color: #fff;
  padding: 2em;
  border-radius: 15px;
}




/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.5s;
}

.fadein02 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 3s;
}

.fadein03 {
  opacity: 0;
  transform: translateY(25px);
  transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1.5s;
}

/*右からフェードイン*/
.fadeinright {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1.5s;
}

/*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

#sp_btn {
  display: none !important;
}




/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #303030;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #FFF;
}

.mb-minus {
  margin-bottom: 10px;
  margin-top: 0;
}

/*--------------------------------------------------
フォームカスタマイズ
-----------------------------------------------------*/
.hs-form .hs-form-field {
  margin: 0 0 16px;
}

.hs-form label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  background: #f9e1e1;
  padding: 8px;
  color: #0b1111;
  font-size: 14px;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fcffff;
  font-size: 16px;
  height: 50px;
}

.hs-form textarea {
  height: 300px;
}

.hs-form-required {
  color: rgb(219, 97, 97);
}

.hs-error-msgs {
  color: rgb(219, 97, 97) !important;
}

.hs-form .inputs-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-form .inputs-list>li {
  display: flex;
  margin-right: 5px;
  align-items: center;
}

.hs-form .inputs-list>li:last-child {
  margin-right: 0;
}

.hs-form .inputs-list input {
  width: auto;
}

.hs-error-msg {
  color: var(--brand);
  font-size: 13px;
  margin-top: 6px;
}

.hs-form .hs-input.invalid {
  border-color: var(--brand);
}

.hs-form .hs-button {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.hs-error-msg {
  background: transparent !important;
  color: rgb(238, 97, 97) !important;
  padding: 0 !important;
}

.hs-field-desc {
  font-size: 13px;
  margin-bottom: 5px;
}

.hs-form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hs-form-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.hs-form-radio input[type="radio"]+span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #666;
  margin-right: 6px;
  vertical-align: middle;
  box-sizing: border-box;
}

.hs-form-radio input[type="radio"]:checked+span::before {
  background-color: #ff6a6a;
  border-color: #ff6a6a;
  box-shadow: 0 0 0 3px rgba(255, 40, 28, 0.2);
}

.hs-form-radio label:hover {
  border-color: #ff6a6a;
  background: #e3dddd;
}

.hs-form-radio-display {
  background: #fcffff !important;
}

.hs-form-booleancheckbox-display {
  background: transparent !important;
}

.hs-form-booleancheckbox-display {
  text-align: center;
}

.hs-form-booleancheckbox-display span {
  display: block;
  font-size: 13px;
  text-align: left;
}

.hs-main-font-element {
  font-size: 12px;
}

.box_form .hs-form .hs-button {
  background: #1dc393 !important;
}

.hs-form-booleancheckbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}

.hs-form-booleancheckbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: background .2s, border-color .2s, box-shadow .2s;
}

.hs-form-booleancheckbox label:has(input:checked) {
  background: #fff0f0;
  border: 1px solid #ff6a6a;
}

.hs-form-booleancheckbox input[type="checkbox"]+span {
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
}

.hs-form-booleancheckbox input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.hs-form-booleancheckbox input[type="checkbox"]:checked+span::before {
  background: #ff6a6a;
  border-color: #ff6a6a;
}

.hs-form-booleancheckbox input[type="checkbox"]:checked+span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.hs-form-booleancheckbox input[type="checkbox"]:focus-visible+span::before {
  outline: 2px solid #ff6a6a;
  outline-offset: 2px;
}

.hs-form-booleancheckbox input[type="checkbox"]:disabled+span {
  opacity: .5;
  cursor: not-allowed;
}

.hs-form .hs-error-msg,
.hs-form .hs-error-msgs {
  color: #ff6a6a;
  font-size: 13px;
  margin-top: 6px;
}

.hs-form-booleancheckbox label:has(input:checked) {
  border-color: #ff6a6a;
  background: #fff0f0;
}
.d-pc {
  display: block;
}
.d-sp {
  display: none;
}