@charset "utf-8";


/*各cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");
@import url("slide.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&display=swap');
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	color: #000;		/*文字色*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}
i{margin-right:.5em;margin-left:.5em;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.4s;
}
a:hover {
	color: #2ab2cd;
	text-decoration: none;
}

/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: fixed;	/*ヘッダーを上部に固定する指定*/
    z-index: 999;
	left: 0px;			/*左からの配置場所の指定*/
	top: 0px;			/*上からの配置場所の指定*/
	width: 100%;		/*幅*/
	background: #fbfbfb;	/*背景色*/
	font-size: 13px;	/*文字サイズ*/
	height: 50px;		/*ヘッダーの高さ*/
}
/*ロゴ画像*/
header #logo img {
	height: 40px;
    float: left;
    background: #fbfbfb;
    padding: 5px;
}
div#headersp {
    display: none;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar {
	float: right;
}
/*メニュー１個あたりの指定*/
#menubar li {
	float: left;
	letter-spacing: 0.1em;
}
#menubar li a, .ddmenu-title {
	display: block;text-decoration: none;
	color: #000;	/*文字色*/
	padding: 0px 15px;	/*上下、左右へのメニュー内の余白*/
	line-height: 50px;	/*行間。headerのheightと数字を合わせる。*/
	    font-weight: bold;

}

/*マウスオン時の背景色*/
#menubar li a:hover {
	background: #2ab2cd;
	    color: white;

}
#menubar li #menubar_contact a:hover {
	background: none;

}


/*ドロップダウンメニューの親メニューへの追加指定。基本指定は上の.ddmenu-titleにあります。*/
.ddmenu-title {
}
#menubar_contact span{
    border: 1.6px solid #2ab2cd;
    padding: .5em 1em;
}
.iconmain{
	color: #000;	/*文字色*/
}

.iconmain:hover + .iconsub{
	color: #fff;	/*文字色*/
}

@keyframes line {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*ドロップダウンメニュー（ddmenu）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;
	width: auto;
	margin-right: -10px;	/*.ddmenu-titleのpadding-leftと数字を合わせてマイナス記号をつける。*/
}
/*メニュー１個あたりの指定*/
#menubar ul.ddmenu li {
	float: none;
}
#menubar #menubar_contact i {
    padding-left: 0;
}
#menubar_subscription {
    margin-right: 1em;
}
#menubar ul.ddmenu li a {
	background: #fbfbfb;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
	border: 1px solid rgba(255,255,255,0.4);	/*線の幅、線種、色。255,255,255は白の事で0.4は色が40%出た状態。*/
	border-top: none;	/*上の線だけ消す*/
}
/*１つ目のメニューへの追加指定*/
#menubar ul.ddmenu li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.4);	/*上の線の指定*/
}
#menubar #menubar_subscription > a > i {
    padding-left: 0;
    margin: 0;
    padding-right: 3px;
}
/*ドロップダウンのマウスオン事*/
li:hover ul.ddmenu {
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.4S;	/*アニメーションの実行時間。0.4秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}

/*メニューカスタマイズ2021*/

#menubar_login {
    background: #2ab2cd;
    width: 100px;
    text-align: center;
}
#menubar li#menubar_login a{
    color: #fff;
}
#menubar li#menubar_login ul li a{
    color: #353636;
}
#menubar li#menubar_contact a:hover {
opacity: .5;
    background: white;
    color: black;
}

#menubar_login ul.ddmenu {
    width: 100px;
    margin-left: 0;
}
#menubar_contact i{
    color: #2ab2cd;
    padding-right: 3px;
    font-size: 120%;
    margin: 0;
}

li#menubar_subscription a:hover + .iconsub {
    color: white;
}

#menubar > ul > li:nth-child(1) > a::after,
#menubar > ul > li:nth-child(2) > a::after {
    content: "\f078";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 80%;
    margin-left: .3em;
}
/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	float: right;	/*アイコンブロックを右に回り込み*/
	margin-right: 20px;	/*右側に空けるスペース*/
}
/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*横並びにさせる指定*/
	padding-top: 10px;		/*上に空ける余白。header内の上下の配置バランスをここでとって下さい。*/
}
/*アイコン画像の設定*/
ul.icon img {
	width: 30px;		/*画像の幅*/
	margin-right: 5px;	/*画像同士の余白*/
}

/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*コンテンツブロック全体*/
#contents {
	margin-top: 30px;	/*上に空ける余白。headerとの間に空けたいスペースを調整して下さい*/
}
/*サイト幅にしたcontents内のブロック*/
#contents .inner {
    width: 1000px;	/*幅*/
    margin: 0 auto;
}
#contents .innerin {
    width: 800px;	/*幅*/
    margin: 0 auto;
}

/*トップページのコンテンツへの追加指定*/
.home #contents {
	margin-top: 460px;	/*スライドショーの高さに合わせて調整して下さい*/
}
/*h2タグ*/
#contents h2 {
    clear: both;
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 180%;
    color: #353636;
    line-height: 1.2em;
    border-bottom: black solid 1px;
    text-align: center;
    vertical-align: baseline;
    position: relative;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 2em;
    z-index: 2;
}
.h2moji1{
    position: relative;
    z-index: 2;
}
/*h2タグ内のspanタグ*/
#contents h2 span {
}
#contents h2::before,section#st_top1::before {
    font-size: 270%;
    color: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-family: unset;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
}
/*h2タグ内の英文字内容*/
section#st_top1::before {
    content: "STUDYDOJO";
        font-size: 13vw;
        top: -60px;
}
#contents #st_top3 h2::before {
    content: "PROBLEM";
    font-size: 13vw;
}
#contents #st_top4 h2::before {
    content: "6POINTS";
    font-size: 13vw;
}
#contents #st_top8 h2::before {
    content: "MERIT";
    font-size: 13vw;
}

#contents #st_top9 h2::before {
    content: "BASIC SKILLS";
    font-size: 13vw;
}

#contents #st_service1 h2::before {
    content: "SERVICE";
    font-size: 13vw;
    color: #eee;
}
#contents #st_service2 h2::before {
    content: "MANAGEMENT";
    font-size: 13vw;
}
#contents #st_service5 h2::before {
    content: "INTRODUCTION";
    font-size: 13vw;
}
#contents #st_flow1 h2::before {
    content: "STEP";
        font-size: 13vw;
    opacity: .8;
}

/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;	/*下に空けるスペース*/
	font-size: 120%;		/*文字サイズ*/
	border-bottom: 2px solid #000;	/*下の線の幅、線種、色*/
	padding-left: 20px;		/*左に空ける余白*/
}
/*h4タグ*/
#contents h4 {
    font-weight: bold;
    font-size: 120%;
}
/*段落タグ設定*/
p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
/*#contents section + section {
	margin-top: 30px;
}
*/
/*list（トップページやServiceページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	position: relative;overflow: hidden;
	display: flex;
	align-items: center;
	background: #fbfbfb;	/*背景色*/
	color: #353636;		/*文字色*/
	margin-bottom: 1px;	/*ボックス同士に空けるスペース*/
}
/*リンクテキストの文字色*/
#contents .list a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
#contents .list h4 {
	margin-bottom: 10px;	/*下のテキストとの間に空けるスペース*/
	font-size: 120%;		/*文字サイズ*/
}
/*ボックス内のp（段落）タグ*/
#contents .list p {
	padding: 0;		/*余白のリセット*/
}
/*ボックス内のfigure画像*/
#contents .list figure {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像の幅*/
}
/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list .text {
	float: right;	/*右に回り込み*/
	width: 64%;		/*幅*/
	margin: 3%;		/*外側に取るスペース。これがないと枠ギチギチに文字が表示されます。*/
}

/*btn1
---------------------------------------------------------------------------*/
.btn1 a, .btn2 a,.btn3 a {
    display: block;
    text-decoration: none;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px 30px;
    margin: 20px auto 0;
    font-size: 120%;
}
.btn3 a::before,.btn1 a::before{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-right: .5em;
    line-height: 1em;
}
.btn3 a::before {
    content: url(../images/paper-plane-solid.svg);
}
.btn1 a::before {
    content: url(../images/pen-alt-solid_w.svg);
}

.btn1 a {
    background: #2ab2cd;
        font-weight: bold;
   }

.btn2 a {
    background: #2a7dcd;
        font-weight: bold;
   }
/*マウスオン事に少し位置をずらす指定*/
.btn1 a:hover,.btn2 a:hover,.btn3 a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

.btn3 a {
    background: #fff;
    border: solid 2px #2ab2cd;
    color: black;
    font-weight: bold;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	font-size: 90%;		/*文字サイズ*/
	color: white;			/*文字色*/
}
footer a {color: white;}
footer a:hover {color: white;}
footer .pr {display: block;}
#footermenu li.title a.bonone{border:none;}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
    overflow: hidden;
    padding: 60px 3% 150px 3%;
    background: linear-gradient(
45deg
, #000000d1, #000000eb) fixed, url(../images/topimg.png) top left /100% no-repeat;
    display: flex;
    flex-direction: row;
    color: white;
    font-weight: bold;
    background-size: auto;
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 1;	/*透明度。70%の色がついた状態。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}
li.menu:hover {
    text-shadow: 0px 0px 10px #f7ff8e;
    transition: 0.3s;
}
/*１行分の設定*/
#footermenu ul {
	float: left;		/*左に回り込み*/
	width: 23%;			/*幅。今回は４列作っているので、この数字と下のpadding-rightとpadding-leftを合計した数字が１列分になる。(23%＋1%＋1%)×4列＝100%*/
	padding-right: 1%;	/*右に空ける余白*/
	padding-left: 1%;	/*左に空ける余白*/
	text-align: left;	/*テキストを左寄せ*/
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
    opacity: .6;
    font-size: 160%;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 1em;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Roboto, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 600;
        line-height: 1em;
}
li.menu {
    font-size: 90%;
    line-height: 2.5em;
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #fbfbfb;	/*背景色*/
}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #666;}
.footerlogo {
    width: 200px;
    margin-bottom: 1em;
    padding-right: 2em;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	height: 170px;			/*高さ*/
	overflow: auto;			/*上の高さを超えるコンテンツ量になった場合にスクロールバーを出す*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 20px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #353636;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*さらに読むボタン
---------------------------------------------------------------------------*/
.readmore{
  background:black ;  
padding: .5em 1em ;
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #353636;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #353636;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 45px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 2px 10px;border-radius: 4px;border: 1px solid #333;color: #fbfbfb;}
.look2 {background: #2ab2cd;padding: 5px 10px;border-radius: 4px;border: 1px solid #2ab2cd;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mt30 {margin-top: 30px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #2ab2cd !important;}
.color2, .color2 a {color: #fff !important;}
.f120{font-size: 120%;}
.f150{font-size: 150%;}
.pr {font-size: 10px;}
.b{font-weight: bold;}
.wl {width: 96%;}
.ws {width: 50%;}
.w70 {width: 70%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.z1{position: relative;z-index: 1;}
.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.dn {display: none;}
.db {display: block;}
.sh {display: none;}
.bg_g {background: #fbfbfb;}
.bg_c1 {background: #2ab2cd;}
.bonone{border:none;}
.column2{display: flex;flex-direction: row;justify-content:center;}
.column2 p{;width: 30%;}
.lh13em{line-height:1.3em;}
.lh3em{line-height: 3em;}
.m0a {margin:0 auto;}
.mr1em {margin-right: 1em ;}
.ml1em {margin-left: 1em;}
.mt1em {margin-top: 1em;}
.mb1em {margin-bottom: 1em;}
.mlr2em{margin-right: 2em ;margin-left: 2em;}
.mt3em {margin-top: 3em;}
.mb2em {margin-bottom: 2em;}
.mt10em {margin-top: 10em;}
.pb0{padding-bottom: 0 !important;}
.pt3em{padding-top: 3em;}
.pb3em{padding-bottom: 3em;}
.pr3em{padding-right: 3em;}
.pl3em{padding-left: 3em;}
.pt5em{padding-top: 5em;}
.pb5em{padding-bottom: 5em;}
.pt10em{padding-top: 10em;}
.pb10em{padding-bottom: 10em;}
.ind2em {text-indent: -2em;}
.br-sp {display: none;}
.fk{line-height: 1em;}
.fk::before {content: "＼";font-size: 160%;vertical-align: middle;padding-right: .3em;}
.fk::after {content: "／";font-size: 160%;vertical-align: middle;padding-left: .3em;}

/*PCで表示、スマホで非表示*/
.pcview {display: block;}
/*PCで非表示、スマホで表示*/
.spview {display: none;}
/*枠*/
.waku {margin: 0 4em;}
/*見出し*/
.heading_a {border-left: solid 6px #2ab2cd;padding: 0 1em;line-height: 2.5em;font-weight: bold;margin: 2em 0;font-size: 120%;}

/*スライドさせないメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/

#sd_index_topbn{
    position: absolute;
    top: 50px;	/*style.cssのheaderのheightと合わせる*/
    left: 0px;
    width: 100%;
    height: 410px;	/*スライドショーの高さ*/
    background: linear-gradient(-45deg, rgba(9 123 204 / 40%), rgba(27 174 220 / 90%)) fixed, url(../images/topimg.png) fixed;
    background-position-x: center;
    background-position-y: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#st_service_topbn{
    width: 100%;
    height: 410px;	/*スライドショーの高さ*/
    background: linear-gradient(-45deg, rgba(9 123 204 / 40%), rgba(27 174 220 / 90%)) fixed;
    background-position-x: center;
    background-position-y: 50px;
    overflow: hidden;
}
#st_contact_topbn{
    position: absolute;
    top: 50px;	/*style.cssのheaderのheightと合わせる*/
    left: 0px;
    width: 100%;
    height: 410px;	/*スライドショーの高さ*/
    background: linear-gradient(-45deg, rgba(9 123 204 / 40%), rgba(27 174 220 / 90%)) fixed, url(../images/44sd_.png) fixed;
    background-position-x: center;
    background-position-y: 50px;
    overflow: hidden;
}
#st_flow_topbn{
    position: absolute;
    top: 50px;	/*style.cssのheaderのheightと合わせる*/
    left: 0px;
    width: 100%;
    height: 410px;	/*スライドショーの高さ*/
    background: linear-gradient(-45deg, rgba(9 123 204 / 40%), rgba(27 174 220 / 90%)) fixed, url(../images/43sd_.png) fixed;
    background-position-x: center;
    background-position-y: 50px;
    overflow: hidden;
}
#st_company_topbn{
    position: absolute;
    top: 50px;	/*style.cssのheaderのheightと合わせる*/
    left: 0px;
    width: 100%;
    height: 410px;	/*スライドショーの高さ*/
    background: linear-gradient(-45deg, rgba(9 123 204 / 40%), rgba(27 174 220 / 90%)) fixed, url(../images/50sd_.png) fixed;
    background-position-x: center;
    background-position-y: 50px;
    overflow: hidden;
}


/*画像の共通設定*/




/*トップページの設定
--------------------------------*/

#sd_index_topbn div {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#sd_index_topbn img {
    max-width: 530px;
    width: 100%;
    display: inline-block;
    padding: 1em 0 0;
    z-index: 888;
}
#sd_index_topbn p {
    font-size: 190%;
    font-weight: bold;
    color: white;
    line-height: 1.3em;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    padding: 0 0 .3em;
    text-align: left;
    vertical-align: bottom;
    z-index: 999;
    animation: anim 1s forwards;
}
@keyframes anim {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}
#sd_index_topbn p span {
    background: #2ab2cd;
    font-size: 100%;
    padding: 0 .5em;
    margin: 0 .3em;
    font-weight: bold;
}
#st_top1 .jica_logo {
    width: 104px;
}
#st_top1 .kangaku_logo {
    width: 160px;
}

#st_top4_2 {
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#st_top4_2 article {
    background: white;
    font-size: 100%;
    text-align: center;
    border: solid .2em #2ab2cd;
    padding: 1em;
    width: 27%;
    position: relative;
    margin-bottom: 3em;
}
#st_top4_2 article::before {
    width: 40px;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    
}
#st_top4_2 > article:nth-child(1)::before {
    content: url(../images/10sd_.svg);
  }
#st_top4_2 > article:nth-child(2)::before {
    content: url(../images/12sd_.svg);
}
#st_top4_2 > article:nth-child(3)::before {
    content: url(../images/11sd_.svg);
}
#st_top4_2 > article:nth-child(4)::before {
    content: url(../images/7sd_.svg);
}
#st_top4_2 > article:nth-child(5)::before {
    content: url(../images/9sd_.svg);
}
#st_top4_2 > article:nth-child(6)::before {
    content: url(../images/8sd_.svg);
}
#st_top4_2 article h4 {
    padding-left: .5em;
}
#st_top4_2 article p {
    padding: 1em 0;
    line-height: 1.7em;
}
#st_top4_2 article p a {
    text-decoration: none;
    border: solid 1px;
    margin: .5em auto 0;
    display: block;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    background: #2ab2cd;
    color: white;
}
#st_top4_2 article p a:hover {
    color: #2ab2cd;
    background: #ffffff;
    font-size: 90%;
}
#st_top1 .fl {
    width: 50%;
}

.catch {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
}
.catch span {
    display: block;
    font-size: 150%;
}

#contents #st_top3 h2 {
    margin-bottom: 0;
}
#st_top3_1{
    background: linear-gradient( 
        311deg
        , rgb(9 123 204 / 80%), rgb(27 174 220 / 80%)) fixed, url(../images/42sd_.png);
    height: 420px;
    padding-top: 4em;
    background-position-x: right;

}
#contents #st_top3_1 h3 {
    font-size: 160%;
    border-bottom: none;
    color: white;
    text-align: center;
    font-weight: bold;
}
#st_top3_1 li {
    background: rgba(255,255,255,.9);
    border-radius: 2em;
    display: inline-block;
    font-size: 120%;
    padding: .5em 2em;
    margin-bottom: 3em;
    margin: 2em;
}

#st_top3_1 li::after {
    content: url(../images/36sd_.svg);
    position: absolute;
    bottom: -52px;
    right: 21px;
    z-index: 99999;
    display: block;
    width: 40px;
    opacity: .8;
}
div#st_top4_2 {
    position: relative;
    z-index: 2;
}
#st_top4 > p{
    position: relative;
    z-index: 2;
}

#st_top6{
    background: linear-gradient( 
        311deg
        , rgb(9 123 204 / 80%), rgb(27 174 220 / 80%)) fixed, url(../images/41sd_.svg);
}
#st_top7 {
    background: linear-gradient( 
        311deg
        , rgb(0 0 0), rgb(5 15 18 / 89%)) fixed, url(../images/40sd_.svg);
    background-position: top;
    background-repeat: no-repeat;
}

#st_top7 .color1 dl {
  color: white;
    margin-left: 2em;
}
#st_top7 dt,#st_top7 dd {
    position: relative;
}
#st_top7 dt::before,#st_top7 dd::before {
    width: 1.5em;
    display: inline-block;
    margin-right: 1em;
    height: 1.5em;
    position: absolute;
    left: -2em;
    top: .2em;
}
#st_top7 dt::before {
    content: url(../images/39sd_.svg);
}
#st_top7 dd::before {
    content: url(../images/38sd_.svg);
}
#st_top7 li {
    position: relative;
}
a.readmore {
    position: absolute;
    right: 0;
    margin-top: .5em;
    background: #262626;
    font-size: 80%;
    font-weight: normal;
    padding: .5em 1em;
}
section#st_top8 {
    background-image: url(../images/merit.png);
    background-size: cover;
    background-repeat: no-repeat;
}
div#st_top8_1, div#st_top8_2, div#st_top8_3 {
    width: 90%;
    max-width: 500px;
    background: rgb(141 136 122 / 11%);
    padding: 3em 4%;
        display: inline-block;
        vertical-align: middle;
}
#contents #st_top8 h3 {
    color: #2ab2cd;
    font-size: 120%;
    font-weight: bold;
    border-bottom: #2ab2cd solid 2px;
}
#st_top8 i.far.fa-check-square {
    margin-right: .5em;
}
img.meritimg {
    max-width: 280px;
    width: 100%;
    padding: 3%;
}
#st_top8 li {
margin-left: 2em;
    text-indent: -.7em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 110%;
    }
    
#st_top9 .skilllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start;
}
#st_top9 .skilllist li {
    width: 24%;
    margin-bottom: 1em;
}
#st_top9 .skilllist li h3 {
    padding: 2em 1em;
    font-weight: bold;
    background: #2ab2cd;
    color: white;
    border-radius: .3em;
    border-bottom: none;
    font-size: 130%;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-bottom: .2em;
}
#st_top9 .skilllist li h3 img {
    height: 90px;
    width: auto;
        margin-bottom: .5em;
}
#st_top9 .skilllist li i {
    display: block;
    margin-bottom: .3em;
    font-size: 120%;
}
#st_top9 .waku img {
    margin: 2em auto 0;
}
#st_top9 .kekka {
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    color: #2ab2cd;
        line-height:3em;

}
#st_top9 .bigtext {
    font-size: 300%;
    font-family: 'Rajdhani', sans-serif;
}

#st_top9 .underline {
position: relative;
}

#st_top9 .underline::after {
    background: yellow;
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: .3em;
    left: 0;
    z-index: -1;
}

/*導入の流れページの設定
--------------------------------*/
#st_flow1_1{
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
}
.flow > li dl {
        width: 84%;
        padding: 20px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid rgb(107,144,219);
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}
.flow > li dl dt {
    font-weight: 600;
    color: rgb(107,144,219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}
.flow > li dl dt .icon {
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
    width: 150px;
}
#st_flow_topbn p,#st_company_topbn p{
    width: 100%;
    font-size: 200%;
    color: white;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 45%;
}
/*サービスページの設定
--------------------------------*/
div#st_service1_1 {
    position: relative;
    z-index: 2;
}
.list2column {
    width: 100%;
    float: left;
    max-width: 400px;
}
.list2column li {
    width: 100%;
    display: inline-block;
    line-height: 5em;
    max-width: 190px;
}
.list2column img {
    height: 40px;
}
.home #contents.service {
    margin-top: 50px;
    padding-top: 0;
}
#st_service1_0 .studentimg {
    width: 50%;
    vertical-align: top;
}
#st_service1_0 .studenttxt {
   width: 40%;
    display: inline-block;
    padding: 2em;
    vertical-align: top;
}

#st_service_topbn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#st_service_topbn p {
    width: 40%;
    font-size: 190%;
    color: white;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
}
#st_service_topbn img {
    width: 50%;
    margin-top: 200px;
}
img.stepupimg {
    width: 100%;
}
div#st_service5_1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#st_service5 table.faqtable {
    background: #fff;
    text-align: center;
    margin: 1em;
    color: black;
}
#st_service5 table.faqtable tbody tr td ,
#st_service5 table.faqtable tbody tr th{
    padding: .5em 2em;
    border: solid black 1px;
}
#st_service5 table.faqtable tbody tr th {
    background: #2ab2cd;
    color: white;
}
#st_service5_1 ul {
    margin-top: 1em;
}
#st_service5_1 .calculation {
    margin: 1em;
    background: #f4f4f4;
    padding: 1em;
    color: #3b5fab;
    text-indent: inherit;
}
#st_service4 .btn-title {
    font-weight: bold;
    color: white;
    padding: .65em 0;
    font-size: 88%;
    display: flex;
    align-items: center;
    justify-content: center;
       }

#st_service4 .jp .btn-title {
    background: #2ab2cd;
        width: 18%;
    }

#st_service4 .id .btn-title {
    background: #785bd2;
        width: 18%;
        font-size: 76%;
    }

#st_service4 .btn_print {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
#st_service4 .btn_print li {
display: flex;
    width: 12%;
    margin: 1em .2%;
    border: solid 3px;
    text-align: center;
    padding: .5em 1em;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    transition: .4s;
    }
#st_service4 .btn_print li a {
    text-decoration: none;
    display: block;
    width: 100%;
}
#st_service4 .jp,
#st_service4 .jp a {
    color: #2ab2cd;
}
#st_service4 .id,
#st_service4 .id a {
    color: #785bd2;
}
#st_service4 .btn_print.jp li:hover {
    background: #2ab2cd;
}
#st_service4 .btn_print.jp li a:hover {
    color: white;
}
#st_service4 .btn_print.id li:hover {
    background: #785bd2;
}
#st_service4 .btn_print.id li a:hover {
    color: white;
}
#st_service4 .btn_print li a i {
    font-size: 120%;
}

/*コンタクトページの設定
--------------------------------*/
#st_contact1 .form-table input ,#st_contact1 .form-table select,#st_contact1 .form-table textarea{
    margin: 0 1em;
}
#st_contact_topbn p {
    width: 100%;
    font-size: 200%;
    color: white;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
position: absolute;
    top: 45%;
}

#st_contact1 table {
    border-collapse: collapse;
}

#st_contact1 p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}

#st_contact1 input[type="submit"],
#st_contact1 input[type="text"],
#st_contact1 input[type="email"],
#st_contact1 input[type="tel"],
#st_contact1 textarea,
#st_contact1 button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}


#st_contact1 input[type="text"],
#st_contact1 input[type="email"],
#st_contact1 input[type="tel"],
#st_contact1 textarea{
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 90%;
    transition: 0.8s;
    border-radius: 0;
}

#st_contact1 input[type="text"]:focus,
#st_contact1 input[type="email"]:focus,
#st_contact1 input[type="tel"]:focus,
#st_contact1 textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#st_contact1 textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}
#st_contact1 select {
    width: 90%;
    padding: 12px 15px;
    display: block;
}

#st_contact1 input::placeholder,
#st_contact1 textarea::placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}



#st_contact1 .form-table th,
#st_contact1 .form-table td {
    border-top: 1px solid #2ab2cd;
    border-bottom: 1px solid #2ab2cd;
    padding: 20px;
}

#st_contact1 .form-table td {
    border-top: 1px solid #2ab2cd;
    border-bottom: 1px solid #2ab2cd;
    padding: 20px;
}

#st_contact1 .form-table th {
    background: #2ab2cd;
    padding-left: 50px;
    position: relative;
    text-align: left;
    width: 300px;
    color: #fff;
    border-bottom: #fff solid;

}
#st_contact1 .form-table th.submitth {
    background-color: white;
    text-align: center;
}
#st_contact1 input.btn-gradient{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    border:unset;
}
#st_contact1 input.btn-gradient {
    font-weight: normal;

    color: #fff;
    border-radius: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(40%, #3cd8ff),
        to(#05e8f3)
    );
    background-image: -webkit-linear-gradient(left, #3cd8ff 40%, #05e8f3 100%);
    background-image: linear-gradient(315deg, #3cd8ff 40%, #05e8f3 100%);
}

#st_contact1 input.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3cd8ff),
        color-stop(#05e8f3),
        to(#2b86c5)
    );
    background-image: -webkit-linear-gradient(left, #3cd8ff, #05e8f3, #2b86c5);
    background-image: linear-gradient(90deg, #3cd8ff, #05e8f3, #2b86c5);
}
#st_contact1 input.btn-gradient:hover {
    color: #fff;
}
#st_contact1 input.btn-gradient:hover:after {
    opacity: 0;
}
#st_contact1 textarea#comment{
    height: 10em;
}


/*このサイトについてページの設定
--------------------------------*/

.scrollbox {
height: 80vh;
    overflow: scroll;
    background: #f8f8f8;
    }
#st_company_3 table th,#st_company_3 table td {
    /* padding: 1em; */
    padding: 1em 10px 1em 1em;
    border: 1px solid #bbb;
}

/*画面幅1130px以下の設定（ヘッダメニューのずれ調整）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1130px){
    nav#menubar {
    font-size: 80%;
}
    #menubar li a, .ddmenu-title {
    padding: 0px 7px;
}

}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック全体*/
    
    header {
               height: 90px;		/*ヘッダーの高さ*/
    }
#menubar-s {
	display: block;overflow: auto;height: 100%;
	text-align: left;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	font-size: 16px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定と、子メニューの見出し。*/
#menubar-s ul li a,#menubar_hdr2 {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #353636;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}
div#headersp {
        display: block;
    }
    /*サイト幅にしたcontents内のブロック*/
#contents .inner {
        width: auto;
        margin: unset;
    }
    #contents .innerin {
        width: auto;
        margin: 4em 1.5em;
    }
    .home #contents {
        margin-top: 490px;
    }
    /*2カラムの解除*/
    .column2 {
        display: block;
    }
    .column2 p {
        width: 90%;
    }
    /*スライドさせないメイン画像
    ---------------------------------------------------------------------------*/
    /*画像ブロック*/

    #sd_index_topbn,#st_service_topbn,#st_contact_topbn,#st_flow_topbn{
        top: 90px;	/*style.cssのheaderのheightと合わせる*/
        }

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	float: left;	/*アイコンブロックを左に回り込み*/
	margin-left: 20px;	/*左側に空けるスペース*/
}
    
/*その他
    ---------------------------------------------------------------------------*/ 
    /*PCで表示、スマホで非表示*/
    .pcview {display: none;}
    /*PCで非表示、スマホで表示*/
    .spview {display: block;}
    
    
/*隠れているヘッダーとメニュー
    ---------------------------------------------------------------------------*/
    #nav1303 {
        width: 100%;
    }
    .nav_toggle3 {
        display: block;
        position: fixed;
        width: 1.75rem;
        height: 1.5rem;
        z-index: 9999999;
        background: #2ab2cd;
        top: 0;
        right: 0;
        border: solid 8px #2ab2cd;
        border-top: solid 11px #2ab2cd;
    }
    .nav_toggle3 i {
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        margin: 0;
    }
    .nav_toggle3 i:nth-child(1) {
        top: 0;
    }
    .nav_toggle3 i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .nav_toggle3 i:nth-child(3) {
        bottom: 0;}
    .nav_toggle3.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .nav_toggle3.show i:nth-child(2) {
        opacity: 0;
    }
    .nav_toggle3.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }
    .nav3{
        font-size: 130%;
        position: fixed;
        top: 3rem;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s, visibility .5s;
        z-index: 9999999;
        background: white;
        text-align: center;
        overflow: scroll;
    }
    .nav3 h2 {
        font-size: 140%;
        font-weight: bold;
        margin-top: .5em;
    }
    .nav3 a {
        text-decoration: none;
    }


    .nav3.show {
        background: rgba(255,255,255,.9);
        visibility: visible;
        opacity: 1;
    }
    div#menubar_contact,div#menubar_subscription {
        border: 1px solid #2ab2cd;
        margin: 2em 2em 1em 2em;
        padding: 1em;
        background: white;
    }
    
    /*h2タグ内の英文字内容*/
    #contents #st_top3 h2::before {
        font-size: 13vw;
    }
    #contents #st_top4 h2::before {
        font-size: 13vw;
           }
    #contents #st_service1 h2::before {
        font-size: 13vw;
    }
    #contents #st_service2 h2::before {
        font-size: 13vw;
    }
   
    
/*ログインモーダルウインドウ*/
    #menubar_login {
        background: #2ab2cd;
        width: unset;
        text-align: center;
        margin: 2em;
        color: white;
        padding: 1em;
    }
    #menubar_login i {
        padding-right: 1em;
    }

    .menu-btn span:after {
        content: attr(data-txt-menu);
    }
/* モーダルウインドウで開閉用ボタンがクリックされた時のスタイル */
    .open .menu-btn span:after {
        content: attr(data-txt-close);
    }
    .member {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
    }

    .member ul {
        display: table-cell;
        vertical-align: middle;
    }

    .member li {
        width: 300px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        text-align: center;
    }

    .member li a {
        display: block;
        font-size: 18px;
        color: #fff;
    }

    .member li a:hover {
        color: #999;
    }

    /* 開閉用ボタンがクリックされた時のスタイル */
    .open .member {
        cursor: url(../images/cross.svg),auto;
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }
    
    
    /* 個別レイアウト_トップページ */
    #st_top4_2 article {
      width: 40%;
    }
    #sd_index_topbn p {
        font-size: 160%;
        text-align: center;
    }
        #st_top3_1 {
       background-position: right;
    }
    /* 個別レイアウト_サービスページ */
    #st_service1_0 .studentimg {
        width: 100%;
    }
    #st_service1_0 .studenttxt {
        width: unset;
        padding: 3em;
        margin-top: 0;

    }
    #st_service_topbn {
	height: unset;
    }
    #st_service_topbn img {
        margin-top: 0;
    }
    #st_service1 .list2column,#st_service2 .list2column{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 3em;
        float: unset;
        vertical-align: top;
        max-width: unset;
}
    #st_service1 .list2column li,#st_service2 .list2column li {
        width: 45%;
        display: inline-block;
        line-height: 5em;
        margin-right: 5%;
    }
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 3.93vw;
}
p {
        font-size: 120%;
    }
/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 90px;		/*ヘッダーの高さ*/
    background: #fbfbfb;	/*背景色*/
	text-align: center;
}
/*ロゴ画像*/
header #logo img {
	float: none;	/*左に回り込み*/
    padding-right: 1.75rem;/*メニューぶんインデント*/
}

    #footermenu ul {
        margin: 2em auto;
        float: unset;
        width: 90%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        display: block;
    }
    
/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	float: none;
	margin: 0px;
}
/*アイコン１個あたりの設定*/
ul.icon li {
	padding-top: 0px;
}

    /*フッター
    ---------------------------------------------------------------------------*/
    #footermenu {
        display: block;
    }
.footerlogo {
    display: inline-block;
} 
li.menu {
    font-size: 100%;
}  
/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*コンテンツブロック全体*/
#contents {
	margin-top: 100px;	/*上に空ける余白。headerとの間に空けたいスペースを調整して下さい*/
}
/*トップページのコンテンツへの追加指定*/
.home #contents {
	margin-top: 490px;	/*スライドショーの高さに合わせて調整して下さい*/
}
/*h2タグ*/
#contents h2 {
	line-height: 1.3em;
	margin-top: 0;
}
#contents h2 span {
        font-size: 90%;
    }
/*h3タグ*/
#contents h3 {
	padding-left: 15px;		/*左に空ける余白*/
}
/*h4タグ*/

#contents h4 {
    line-height: 1.5em;
}


/*段落タグ設定*/
#contents p {
	padding: 0px 5px 5px;	/*上、左右、下への余白*/
}
#contents .inner {
        margin: 0;
    }
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
    padding: .5em 5%;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}
/*h2タグ内の英文字内容*/
section#st_top1::before {
    content: "STUDYDOJO";
    font-size: 13vw;
    top: 0;
    }
#contents h2::before {
    top: -.2em;
}
/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px !important;}
.sh {display:block;}
.pc {display:none;}
.ws,.wl {width: 94%;}
.fl {float: none;}
.fr {float: none;}
.br-sp {display: block;}
.mb15,.mb1em {margin-bottom: 7px !important;}
.mb30 {margin-bottom: 15px !important;}
.mb50 {margin-bottom: 25px !important;}
.mt30 {margin-top: 15px !important;}
.mr1em {margin-right: .5em ;}
.ml1em {margin-left: .5em;}
.mlr2em{margin-right: 1em ;margin-left: 1em;}
.mt3em {margin-top: 1.5em;}
.mb2em {margin-bottom: 1em;}
.mt10em {margin-top: 5em;}
.pb0{padding-bottom: 0 !important;}
.pt3em{padding-top: 1.5em;}
.pb3em{padding-bottom: 1.5em;}
.pt5em{padding-top: 2.5em;}
.pb5em{padding-bottom: 2.5em;}
.pt10em{padding-top: 5em;}
.pb10em{padding-bottom: 5em;}
.w70 {width: 100%;}
.waku {margin: 0 1em;}
.look2 {padding: 0px 4px;}
    /* 個別レイアウト_トップページ */
.catch {
    line-height: 1em;
}
.catch span {
    line-height: 1.3em;
    margin-top: .5em;
    }
#st_top4_2 article {
        width: 75%;
    }
     #st_top3_1 {
     background: linear-gradient( 
         0deg
         , rgb(9 123 204 / 70%), rgb(27 174 220 / 100%)) fixed, url(../images/42sd_.png);
     padding-top: 5em;
     background-position: right top;
     background-size: inherit;
     height: auto;
     padding-bottom: 2em;
    }
    #st_top6 p {
        padding: 1em 0;
    }
#st_top9 .skilllist li {
    width: 48%;
}  
#st_top9 .skilllist li h3 img {
    height: 70px;
}
#st_top9 .skilllist li h3 {
    padding: 1em 1em;
}
#st_top9 .waku img {
    margin: 0em auto 0;
}
#st_top9 .kekka {
    font-size: 120%;
}
    /* 個別レイアウト_サービスページ */
    #st_service_topbn {
        display: block;
        text-align: center;
    }
    #st_service_topbn p {
        width: 90%;
        margin-top: 90px;
    }
    #st_service_topbn img {
        width: 90%;
    }
    #st_service1_0 .studenttxt {
        padding: 1em;
    }
    #st_service1_1 > div > div.swiper-wrapper > div.swiper-slide.swiper-slide-active > p{
        margin: 0;
        padding: 0;
    }
#st_service1 .list2column li, #st_service2 .list2column li {
    width: 100%;
    }
    button.slick-prev.slick-arrow {
    left: -5%;
}

button.slick-next.slick-arrow {
    right: -5%;
}
#st_service4 .btn_print li {
width: 47%;
    margin: .25em .25em;
    line-height: 3em;
    }
#st_service4 .jp .btn-title {
    width: 100%;
    font-size: 100%;
}
#st_service4 .id .btn-title {
    width: 100%;
}
#st_service5_1 ul li {
    text-indent: -1em;
    margin-left: 3em;
    margin-right: 1em;
}
    /* 個別レイアウト_フローページ */
    .flow > li dl {
        width: 86%;
        padding: 20px 5%;
    }
    div#st_flow1_1 dl, div#st_flow1_1 dt {
    display: block;
}
    /* 個別レイアウト_コンタクトページ */

    #st_contact1 .form-table th,
    #st_contact1 .form-table td {
        display: block;
        width: 90%;
        border-bottom: none;
    }

    #st_contact1 .form-table th,#st_contact1 .form-table td{
        padding: .5em 5%;
    }
    #st_contact1 .form-table input {
        margin: 0;
    }
#st_contact1 .form-table textarea {
    margin: 0 0;
}
}
