@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 {
    background-image: url("../images/bg_main.jpg");
    background-attachment: fixed;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.5em; /*=15px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.8;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width:700px;
   
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.area_cta {
  position: relative;
}
.btn_cta_form {
  position: absolute;
  bottom: 3%;
  left: 2%;
  width: 96%;
  margin: 1.5em auto 0;

}


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

.sec_schedule {
  background-color:#bee3db;
  padding: 2em 0em;
}

.sec_schedule h2{
  font-weight: bold;
}

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: #b8332f;
  color: #fff;
  font-weight: bold;
}
.bg_g {
  background-color: #0e5f7b;
  color: #fff;
  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/bg_ba.jpg");
  background-size: contain;
  padding: 2em 1em;

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

.ctn_ba {
  margin: 1em;
}
.box_ba1 {
  background-color: #d9e8cc;
  padding: 0 2em 2em;
}
.box_ba2 {
  background-color:#cce7e7;
  padding: 0 2em 2em;
}
.box_ba_inr {
  background-color: #fff;
  padding: 1em;
  border-radius: 15px;
}
/*--------------------------------------------------
理由
-----------------------------------------------------*/
.sec_reason {
  background-color: #e0e7e8;
  padding: 2em 1em;
}
.tit_reason {
  width: 80%;
  margin: 1em auto 3em;
}
.box_reason {
  margin: 1em 1em 2em;
}
.txt_reason {
  padding: 1em;
  margin-top: 1em;
  background-color: #fff;
  border-radius: 15px;
}

/*--------------------------------------------------
受講者の声
-----------------------------------------------------*/
.sec_voice {
  background-image: url("../images/bg_voice.jpg");
  background-size: cover;
  padding: 2em 1em;

}
.tit_voice {
  width: 80%;
  margin: 1em auto 3em;
}
.box_voice {
  background: rgba(255, 255, 255, .8);
  padding: 1em;
  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 1.2em;
  border-radius: 1px;
  background-color: #41ad95;
  color: #fff;
}

.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: #bee3db;
  padding: 2em ;
}
.box_message_inr {
  background-color: #fff;
  padding: 2em ;
  border-radius: 15px;
}


.tit_message {
  width: 75%;
  margin: 0 auto 2em;
}
.name {
  width: 30%;
  float: right;

}


/*--------------------------------------------------
FAQ
-----------------------------------------------------*/
.sec_faq {
  background-image: url("../images/bg_faq.jpg");
  background-size: cover;
  padding: 2em 1em;
}
.tit_faq {
  width: 45%;
  margin: 2em auto;
}


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

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

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

/* Question部分 */
.accordion-open {
  display: block;
  padding: 1em 3em 1em 1em;
  background: #fff;
  border: 2px solid #41ad95;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  color: #41ad95;
  font-weight: bold;
  text-align: left;
  /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #41ad95;
  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: #f9e1e1;
  padding: 10px 1.5em;

}

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

.sec_form {
  background-image: url("../images/bg_form.jpg");
  background-size: cover;
  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;
}

.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;
}