@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.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.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: 4%;
  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: 100%;
  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-color: #f9e1e1;
  padding: 2em 1em;
}

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: #ce5367;
  color: #fff;
  font-weight: bold;
}
.bg_g {
  background-color: #41ad95;
  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_ba {
  background-color: #f9e1e1;
  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;
}
