@charset "UTF-8";
/* CSS Document */
/*------------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------------*/
/*--------------------
共通設定（PC)
--------------------*/
/*body全体の初期スタイル設定*/
body {
  font-size: 62.5%; /*emの設定がしやすくなる定番設定*/
  font-family: 'Noto Serif', serif;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*ブラウザのCSSのリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
img{
	vertical-align:top;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------
全体レイアウト共通設定
--------------------*/
/*全体エリアを設定するにはここ*/
.main {
  background-color: #07122d;
}
/*記事（ボディ）エリア*/
.article {
  font-size: 1.8em;
}
/*記事（ボディ）エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 750px;
  margin: 0 auto;
}
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}
/*黄色マーカー*/
.marker {
  background: linear-gradient(transparent 45%, #f9dd4f 45%);
}
/*青文字*/
.blue_0b98a9 {
  color: #0b98a9;
}
/*float*/
.float_left {
  float: left;
}
.float_right {
  float: right;
}
/*レスポンシブ*/
.pc_view {
  display: block !important;
}
.sp_view {
  display: none !important;
}

/*--------------------
セクションの設定
--------------------*/
.section_over {
  width: 100%;
  height: auto;
}
.section_under {
  width: 750px;
  height: auto;
  margin: 0 auto;
  padding: 1em 0em;
  background: #fff;
}
/*--------------------
見出しの設定
--------------------*/
h2 {
  margin: 0em;
  padding: 0em;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.2em;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
h4 {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}


/*--------------------
ファーストビューエリアの設定
--------------------*/
.under_fv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0em 0em 0em;
}

/*--------------------
CTAの設定
--------------------*/
.cta_under {
  padding: 0;
}
.cta_sec {
  padding: 5em 0;
  background-image: url("../images/bg_cta.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
.cta_sec .heading {
  width: 80%;
  margin: 2em auto;
}
.cta_con {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}
.cta_box {
  width: 90%;
  margin: 2em auto;
}
.cta_num {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.cta_float_right h3 {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
.cta_float_right p {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cta_size_s {
  font-size: 24px;
  line-height: 0.5em;
}
/*float*/
.cta_box_float {
  display: inline-block;
}
.cta_box_float .float_left {
  width: 50%;
  padding-right: 10px;
}
.cta_box_float .float_right {
  width: 50%;
  padding-left: 10px;
}
/*ボタン*/
.btn_sec {
  padding: 5em 0;
  background-image: url("../images/bg_btn.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
.cta_btn_txt {
  width: 80%;
  margin: 0 auto;
}
.btn_con {
  width: 80%;
  margin: 50px auto;
}
.btn_con a:hover {
  opacity: 0.8;
}

/*--------------------
悩みの設定
--------------------*/
.nayami_under {
  padding: 0;
  background-color: #fff;
}

/*--------------------
テキストの設定
--------------------*/
.text_under {
  padding: 0;
  background-color: #07122d;
}
.text_con {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 3em 2em;
}
.text_con .heading {
  margin-bottom: 1em;
}
.text_sashie {
  margin: 1em auto;
}
.text_box h4 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 0.5em;
}
.text_list {
  width: 90%;
  margin: 1em auto;
}
.text_sashie_last {
  width: 90%;
  margin: 0 auto;
}



/*--------------------
プロフィールの設定
--------------------*/
.profile_under {
  padding: 0;
  background-color: #07122d;
}
.profile_con {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 3em 2em;
  border-radius: 20px;
}
.profile_box {
  margin: 2em 0;
}
.profile_box_con {
  margin: 1em auto;
}
/*float*/
.profile_box_float {
  display: inline-block;
}
.profile_box_float_befor .float_left {
  width: 70%;
  padding-right: 10px;
}
.profile_box_float_befor .float_right {
  width: 30%;
  padding-left: 10px;
}
.profile_box_float_after .float_right {
  width: 70%;
  padding-left: 10px;
}
.profile_box_float_after .float_left {
  width: 30%;
  padding-right: 10px;
}


/*--------------------
受講生の声の設定
--------------------*/
.voice_under {
  padding: 0;
  background-color: #07122d;
}
.voice_sec {
  padding-top: 1em;
}
.voice_con {
  background-color: #fff;
  padding-bottom: 2em;
}
.voice_box {
  width: 90%;
  margin: 0 auto;
  margin-top: 3em;
}
.voice_faq {
  margin-bottom: 3em;
}
.voice_q {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #596991;
  color: #fff;
  font-size: 21px;
  padding: 1em;
  margin: 1em auto;
  border-radius: 13px;
}
.voice_a {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/*--------------------
魅力の設定
--------------------*/
.miryoku_under {
  padding: 0;
  background-color: #fff;
}
.miryoku_sec {
  padding-top: 3em;
}
.miryoku_con {
  padding-top: 3em;
}
/*left*/
.miryoku_box_left {
  position: relative;
}
.miryoku_box_left p {
  font-size: 23px;
  line-height: 1.7em;
}
.miryoku_p_left {
  position: absolute;
  width: 54%;
  top: 170px;
  left: 5px;
  padding: 1em;
}
/*right*/
.miryoku_box_right {
  position: relative;
}
.miryoku_box_right p {
  font-size: 23px;
  line-height: 1.7em;
}
.miryoku_p_right {
  position: absolute;
  width: 54%;
  top: 170px;
  right: 5px;
  padding: 1em;
}

/*--------------------
youtubeの設定
--------------------*/
.youtube_under {
  padding: 0;
  background-color: #fff;
}
.youtube_sec {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0;
}
.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/*--------------------
フォームの設定
--------------------*/
.form_con {
  margin: 3em auto;
}
button, [type="button"], [type="reset"], [type="submit"] {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #f3650a;
  color: #fff;
  border: 1px solid #fff;
  width: 80%;
  font-size: 30px;
  margin-top: 1em;
  padding: 13px 0;
  border-radius: 10px;
  font-weight: bold;
}
button, [type="button"], [type="reset"], [type="submit"]:hover {
  opacity: 0.8;
}

/*--------------------
特商法&プライバシーポリシーの設定
--------------------*/
.privacy_under {
  padding: 1em;
}
.privacy_under h2 {
  font-size: 1.5em;
}
/*--------------------
フッター部分
--------------------*/
.footer {
  background-color: #0b98a9;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.6;
}
/*--------------------
トップに戻るボタン
--------------------*/
.pagetop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  text-decoration: none;
  padding: 10px 15px;
}
.pagetop a:hover {
  display: block;
  background-color: #2d2d2d;
  text-align: center;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 15px;
  opacity: 0.5;
}
.pagetop_sankaku {
  font-size: 3em;
}
/*--------------
下部固定ヘッダー（スマホ）
-----------------------*/
.fix_menu_smartphone {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 3px #594a42;
}