@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: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link, a:visited {
  color: #39f;
}

a:hover, a:active {
  color: #f60;
}

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

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

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #0164bb;
  border-bottom: 1px dotted #0164bb;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
  overflow: hidden;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6em;
  /*=16px*/
}

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

/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 700px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin: 0em;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 0em;
}

/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.8em 0em 0em;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.seciton_01 {
  padding: 1.5em 3em;
}

.section_02 {
  background-color: #fff;
  padding: 1.5em 3em;
}

/*--------------------------------------------------
受講生の声
-----------------------------------------------------*/
.body_container {
  background-color: #fff;
  padding:  0;
  text-align: center;
}

.voice_container img {
  width: 100%;
}

.voice_title {
  padding-bottom: 2em;
}

.voice_innr {
  margin: 0em 1em 2em;
}

.voice_innr img {
  padding-bottom: 6em;
}

/*--------------------------------------------------
お悩み
-----------------------------------------------------*/
.nayami_innr {
  text-align: center;
}

.nayami_innr img {
  width: 100%;
}

.nayami01 {
  padding-bottom: 2em;
}

/*--------------------------------------------------
ビフォーアフター
-----------------------------------------------------*/
.befoa_innr {
  margin: 2em 0;
  text-align: center;
}

.befoa_innr img {
  width: 100%;
}

.jiseki_innr {
  margin: 6em 0 2em;
  text-align: center;
}

.jiseki_innr img {
  width: 100%;
}

.jiseki_title {
  margin-bottom: 3em;
  text-align: center;
}

.jiseki_title img {
  width: 70%;
}

.jiseki01, .jiseki02,
.jiseki03 {
  margin-bottom: 6em;
}

/*--------------------------------------------------
サービスの特徴
-----------------------------------------------------*/
.tokucho_inr {
  margin: 0 0 4em;
  text-align: center;
}

.tokucho_inr img {
  width: 100%;
}

.tokucho_title {
  margin-bottom: 3em;
}

.tokucho_contents img {
  padding-bottom: 3em;
}

/*--------------------------------------------------
講師からの一言
-----------------------------------------------------*/
.hitokoto_inr {
  text-align: center;
}

.hitokoto_inr img {
  width: 100%;
}

.hitokoto_title {
  text-align: center;
  margin-top: 6em;
  margin-bottom: 2em;
}

.hitokoto_title img {
  width: 60%;
}

.hitokoto_01 {
  padding-bottom: 4em;
}

/*--------------------------------------------------
特別な才能
-----------------------------------------------------*/
.saino_inr {
  text-align: center;
  margin-bottom: 2em;
}

.saino_inr img {
  width: 100%;
}

.saino_title img {
  width: 90%;
}

.saino_text01 {
  padding: 1em 0;
  text-align: center;
}

.saino_text01 img {
  width: 95%;
}

.saino_img01 {
  padding-top: 1em;
}

.saino_img02 {
  padding: 4em 0 2em;
}

/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.qa_inr {
  text-align: center;
  margin-top: 8em;
}

.qa_inr img {
  width: 100%;
}

.qa_title {
  text-align: center;
}

.qa_title img {
  width: 60%;
}

.qa_contents {
  margin-bottom: 3em;
}

.qa_q img {
  padding-bottom: 1em;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta {
  background-color: #fff;
  padding: 1em 0.5em;
}



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

.footer a {
  color: #fff;
}





/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/

.privacy_contents {
margin: 8em 5em;

}

.privacy_contents p{
font-size: 1.7em;

}

.privacy_contents h2 {
  margin: 0.5em 0em;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.privacy_contents h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 2.3em;
  font-weight: bold;
  border-left: 8px solid #0164bb;
  border-bottom: 1px dotted #0164bb;
}
