@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
		padding: 0 4vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
		text-align: center;
	}
	.main_top_in img {
		width: 100%;
		max-width: 1600px;
		height: 490px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
	.main_top_in img {
		width: 100%;
		height: auto;
	}
}





/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_vshort,
	.col2_1_short,
	.col2_1_middle,
	.col2_1_long {
		padding-right: 20px;
	}
	.col2_2,
	.col2_2_vshort,
	.col2_2_short,
	.col2_2_middle,
	.col2_2_long {
		padding-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		padding-right: 20px;
	}
	.col3_2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col3_3 {
		padding-left: 20px;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_long {
		margin-top: 16vw;
	}

	.col2_2 {
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_long {
		margin-top: 16vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	見出し

================================================================================ */

.red {
	color: #b20000;
	font-weight: 600;
}
.red2 {
	color: #b20000;
	font-weight: 600;
	text-decoration: underline;
}
.blue {
	color: #004c9a;
	font-weight: 600;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.title01 {
		text-align: center;
	}
	.title01 h2 {
		font-size: 46px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.3 !important;
		text-align: center;
	}
	.title01 h2 span {
		display: inline-block;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
		font-size: 1.25em;
		margin: 0 0.1em;
	}

	/* h2見出し3
	----------------------------------------------- */
	.title03 {
		text-align: center;
	}
	.title03 h2 {
		font-size: 25px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.4 !important;
		text-align: center;
	}
	.title03 h2 span {
		font-size: 2em;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
	}


}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.title01 {
		text-align: center;
	}
	.title01 h2 {
		font-size: 4.8vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.3 !important;
		text-align: center;
	}
	.title01 h2 span {
		display: inline-block;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
		font-size: 1.3em;
		margin: 0 0.1em;
	}

	/* h2見出し3
	----------------------------------------------- */
	.title03 {
		text-align: center;
	}
	.title03 h2 {
		font-size: 4vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.4 !important;
		text-align: center;
	}
	.title03 h2 span {
		font-size: 2em;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
	}

}




/* ================================================================================

	カラーボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
		/*
		background: url(../img/spacer.gif) center top / auto auto repeat ,#14bee2;
		color: #ffffff;
		*/
	}

	/* カラー02 */
	.row_c02 {
		/*
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
		*/
	}
	.row_c02 .h2_top h2 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 4px solid #cccccc;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		/*
		background: url(../img/spacer.gif) center top / auto auto repeat ,#14bee2;
		color: #ffffff;
		*/
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		/*
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
		*/
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.row_c02 .h2_top h2 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 1vw solid #cccccc;
	}
}




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ================================================================================

	今すぐ申し込む

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row_contact {
		max-width: 1600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background: linear-gradient(to right,#000a47 0%, #031a66 50%, #000a47 100%);
		padding: 40px 0;
	}
	.row_contact::after {
		position: absolute;
		content: "";
		display: block;
		background-color: #031a66;
		width: 56px;
		height: 21px;
		bottom: -20px;
		left: 50%;
		margin-left: -28px;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}

	.contact_text {
	}
	.contact_text1 {
		border-radius: 60px;
		background: linear-gradient(to right, #d2a152 0%, #fffbe0 50%, #d2a152 100%);
		padding: 0.35em 0 0.4em;
		text-align: center;
		font-size: 50px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.contact_text2 {
		margin-top: 0.3em;
		text-align: center;
		font-size: 32px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		color: #ffffff;
	}

	
	.text {
		font-size: 20px;
	}

	img.migi {
		float: right;
		margin-left: 23px;
		margin-bottom: 10px;
		display: block;
		width: 270px;
		height: auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row_contact {
		width: auto;
		background: linear-gradient(to right,#000a47 0%, #031a66 50%, #000a47 100%);
		padding: 8vw 4vw;
		margin-left: -4vw;
		margin-right: -4vw;
	}
	.row_contact::after {
		position: absolute;
		content: "";
		display: block;
		background-color: #031a66;
		width: 50px;
		height: 18px;
		bottom: -17px;
		left: 50%;
		margin-left: -25px;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}

	.contact_text {
	}
	.contact_text1 {
		border-radius: 6vw;
		background: linear-gradient(to right, #d2a152 0%, #fffbe0 50%, #d2a152 100%);
		padding: 0.35em 0 0.4em;
		text-align: center;
		font-size: 7vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.contact_text2 {
		margin-top: 0.2em;
		text-align: center;
		font-size: 5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		color: #ffffff;
	}


	.text {
		font-size: 3.5vw;
	}

	img.migi {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto 4vw;
	}
}



/* ================================================================================

	あなたのホームページは、満足のいく集客ができていますか？

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.text {
		font-size: 20px;
	}

	img.migi {
		float: right;
		margin-left: 23px;
		margin-bottom: 10px;
		display: block;
		width: 270px;
		height: auto;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.text {
		font-size: 3.5vw;
	}

	img.migi {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto 4vw;
	}
}





/* ================================================================================

	セミナー内容の一部をご紹介すると・・・

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.text_list {
		background-color: #ffffff;
		border: 35px solid #031a66;
		font-size: 20px;
		padding: 20px 30px;
	}
	.text_list p {
		position: relative;
		font-size: 26px;
		font-weight: 600;
		line-height: 1.4;
		padding: 0.4em 0 0.4em 44px;
	}
	.text_list p:not(:first-child) {
		border-top: 1px solid #cccccc;
		margin-top: 0;
	}
	.text_list p::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/icon_check.jpg) center top / contain no-repeat;
		width: 34px;
		height: 34px;
		top: 14px;
		left: 0px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.text_list {
		background-color: #ffffff;
		border: 2vw solid #031a66;
		font-size: 3.5vw;
		padding: 4vw;
	}
	.text_list p {
		position: relative;
		font-size: 4vw;
		font-weight: 600;
		line-height: 1.4;
		padding: 0.4em 0 0.4em 6vw;
	}
	.text_list p:not(:first-child) {
		border-top: 1px solid #cccccc;
		margin-top: 0;
	}
	.text_list p::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/icon_check.jpg) center top / contain no-repeat;
		width: 4vw;
		height: 4vw;
		top: 2.5vw;
		left: 0px;
	}
}





/* ================================================================================

	お申し込みフォーム

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 表
	----------------------------------------------- */
	.seminar_table table {
		width: 100%;
		margin-top: 40px;
	}
	.seminar_table table tr {
	}
	.seminar_table table th {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 50%, rgba(238,238,238,1) 100%);
		color: #000000;
		padding: 20px;
		font-size: 20px;
		border: 1px solid #000000;
	}
	.seminar_table table td {
		background-color: #ffffff;
		color: #000000;
		padding: 20px;
		font-size: 20px;
		border: 1px solid #000000;
	}


	.img_contact img {
		width: 100%;
		max-width: 1600px;
		height: 345px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.btn_box {
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 表
	----------------------------------------------- */
	.seminar_table table {
		width: 100%;
		margin-top: 6vw;
	}
	.seminar_table table tr {
	}
	.seminar_table table th {
		display: block;
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 50%, rgba(238,238,238,1) 100%);
		color: #000000;
		padding: 2vw;
		font-size: 4vw;
		border: 1px solid #000000;
	}
	.seminar_table table td {
		display: block;
		background-color: #ffffff;
		color: #000000;
		padding: 3vw;
		border: 1px solid #000000;
	}


	.img_contact img {
		width: 100%;
		height: 42vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.btn_box {
		padding: 0 4vw;
	}
}





/* ================================================================================

	お客様の声

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.voice_bg {
		background: url("../img/voice_bg.jpg") center top / auto auto no-repeat fixed;
		width: 100%;
		overflow: hidden;
		display: block;
	}
	/* Safariハック */
	_:lang(x)+_:-webkit-full-screen-document, .voice_bg {
		background: linear-gradient(90deg, rgba(238,247,252,1) 0%, rgba(254,254,254,1) 50%, rgba(238,247,252,1) 100%);
	}

	.voice_box {
		background: #ffffff;
		padding: 40px;
		font-size: 20px;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
	}

	.voice_box_title h3 {
		font-size: 32px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.5;
	}
	.voice_box_title p {
		font-size: 26px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.5;
		margin-top: 1em !important;
	}

	.voice_box_in {
		padding-top: 20px;
		border-top: 1px solid #cccccc;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.voice_bg {
		background: url("../img/voice_bg.jpg") left top / cover no-repeat;
		width: 100%;
		overflow: hidden;
		display: block;
		padding: 12vw 4vw;
	}

	.voice_box {
		background: #ffffff;
		padding: 8vw 4vw;
		font-size: 3.5vw;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
	}

	.voice_box_title h3 {
		font-size: 6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.5;
		margin-top: 1em !important;
		text-align: left;
	}
	.voice_box_title p {
		font-size: 5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		line-height: 1.5;
		margin-top: 1em !important;
		text-align: left;
	}

	.voice_box_in {
		padding-top: 4vw;
		border-top: 1px solid #cccccc;
	}
}





/* ================================================================================

	プロフィール

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.title_t01 {
		color: #b19b6a;
		font-size: 20px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
	}
	.title_t02 {
		margin-top: 0.6em;
		border-bottom: 1px solid;
		padding-bottom: 20px;
	}
	.title_t02 h3 {
		font-size: 36px;
		font-weight: 900;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		letter-spacing: 0.05em;
	}


	.profile_box {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 50%, rgba(238,238,238,1) 100%);
		padding: 40px;
		font-size: 20px;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
	}
	.profile_box_in {
		background-color: #ffffff;
		padding: 40px;
	}
	.profile_box .col2_1 {
		width: 34% !important;
	}
	.profile_box .col2_2 {
		width: 66% !important;
	}

	.img_teacher img {
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.title_t01 {
		color: #b19b6a;
		font-size: 3.5vw;
		font-weight: 600;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	}
	.title_t02 {
		margin-top: 0.5em;
		border-bottom: 1px solid;
		padding-bottom: 3.5vw;
	}
	.title_t02 h3 {
		font-size: 5vw;
		font-weight: 900;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		letter-spacing: 0.05em;
	}

	.profile_box {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(254,254,254,1) 50%, rgba(238,238,238,1) 100%);
		padding: 8vw 4vw;
		font-size: 3.5vw;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
	}
	.profile_box_in {
		background-color: #ffffff;
		padding: 4vw;
	}
	.profile_box .col2_1 {
	}
	.profile_box .col2_2 {
		margin-top: 6vw;
	}

	.img_teacher img {
		width: 67.2vw;
		height: auto;
	}
}





/* ================================================================================

	運営会社

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.access_table02 {
	}
	.access_table02 table {
		width: 100%;
	}
	.access_table02 tr {
		border-bottom: 1px solid #cccccc;
	}
	.access_table02 th {
		width: 20% !important;
		font-size: 16px;
		text-align: left;
		padding: 16px;
		color: #004c9a;
	}
	.access_table02 td {
		width: 80% !important;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 16px 16px 16px 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.access_table02 {
	}
	.access_table02 table {
		width: 100%;
	}
	.access_table02 tr {
		border-bottom: 1px solid #cccccc;
	}
	.access_table02 th {
		width: 34% !important;
		font-size: 3.2vw;
		text-align: left;
		padding: 2vw;
		color: #004c9a;
	}
	.access_table02 td {
		width: 66% !important;
		font-size: 3.2vw;
		font-weight: normal;
		text-align: left;
		padding: 2vw 2vw 2vw 0;
	}
}