@charset 'UTF-8';

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

	各固定ページ

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



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

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

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



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

	レイアウト

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

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

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

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



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

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 10vw 0 12vw;
	}

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





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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	header.bs_header {
		position: relative;
		max-width: 1920px;
		margin: 0 auto;
	  }
	.main_cate {
		position: relative;
		background-color: #f5f5f5;
		height: 100%;
	}
	.main_cate_in {
		position: relative;
	}

	/* 動画ページ */
	.page-movie01 header.bs_header,
	.page-movie02 header.bs_header,
	.page-movie03 header.bs_header {
		max-width: 1600px;
	}
	.page-movie01 .main_cate,
	.page-movie02 .main_cate,
	.page-movie03 .main_cate {
		height: 100%;
	}
	.main_cate_movie img {
		width: 100%;
		max-width: 1920px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.main_cate_seminar {
		height: 100%;
	}
	.main_cate_movie img,
	.main_cate_seminar img {
		width: 100%;
		max-width: 1920px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		background-color: #f5f5f5;
		/* height: 17vw; */
	}
	.main_cate.main_cate_seminar img {
		width: 100%;
	}
	.main_cate_in {
		position: relative;
	}

	/* 動画ページ */
	.page-movie01 header.bs_header,
	.page-movie02 header.bs_header,
	.page-movie03 header.bs_header {
	}
	.main_cate_movie img,
	.main_cate_movie 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;
	}
}




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

	カラーボックス

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

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

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

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

	/* ボーダー囲い */
	.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 ,#f5f5f5;
		padding-left: 4vw;
		padding-right: 4vw;
	}

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

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




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

	見出し

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

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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		line-height: 1.4 !important;
		text-align: center;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		line-height: 1.4 !important;
		text-align: center;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted #000000;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4 !important;
	}

}


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

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		line-height: 1.4 !important;
		text-align: center;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		line-height: 1.4 !important;
		text-align: center;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted #000000;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		line-height: 1.4 !important;
	}


}





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

	ここから各固定ページ

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


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

	実績紹介部分

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


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


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

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



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

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





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

	見出し

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

.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) {

	/* 動画タイトル
	----------------------------------------------- */
	.title_movie {
		text-align: center;
	}
	.title_movie h2 {
		display: inline-block;
		border-radius: 60px;
		background: linear-gradient(to right, #1a3780 0%, #3a58a1 50%, #1a3780 100%);
		padding: 0.4em 2em 0.45em;
		font-size: 46px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.title_movie h2 span {
		display: inline-block;
		background: linear-gradient(to right, #ffc11a 0%, #fdff04 50%, #ffc11a 100%);
		-webkit-background-clip: text;
		color: transparent;
	}
	.title04 {
		font-size: 58px;
		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;
		margin: 10px 0 40px;
		color: #b20000;
	}

	/* h2見出し
	----------------------------------------------- */
	.title01 {
		text-align: center;
	}
	.title01 h2 {
		font-size: 36px;
		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;
	}
	.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見出し2
	----------------------------------------------- */
	.title02 {
		text-align: center;
	}
	.title02 h2 {
		font-size: 44px;
		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;
	}
	.title02 h2 span {
		font-size: 1.4em;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
	}

	/* 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;
	}

		/* h2見出し5
	----------------------------------------------- */
	.title05 {
		text-align: center;
	}
	.title05 h2 {
		font-size: 28px;
		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;
	}
	.title05 h2 span {
		font-size: 1.6em;
	}


}


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

	/* 動画タイトル
	----------------------------------------------- */
	.title_movie {
		text-align: center;
	}
	.title_movie h2 {
		display: inline-block;
		border-radius: 6vw;
		background: linear-gradient(to right, #1a3780 0%, #3a58a1 50%, #1a3780 100%);
		padding: 0.4em 2em 0.45em;
		font-size: 5.5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.title_movie h2 span {
		display: inline-block;
		background: linear-gradient(to right, #ffc11a 0%, #fdff04 50%, #ffc11a 100%);
		-webkit-background-clip: text;
		color: transparent;
	}
	.title04 {
		font-size: 6vw;
		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;
		margin: 2vw 0 4vw;
		color: #b20000;
	}

	/* h2見出し
	----------------------------------------------- */
	.title01 {
		text-align: center;
	}
	.title01 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: left;
	}
	.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見出し2
	----------------------------------------------- */
	.title02 {
		text-align: center;
	}
	.title02 h2 {
		font-size: 5.2vw;
		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;
	}
	.title02 h2 span {
		font-size: 1.4em;
		background: #d32e35;
		background: linear-gradient( to bottom, #d32e35 0%, #aa0000 100% );
		-webkit-background-clip: text;
		color: transparent;
	}

	/* 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;
	}
			/* h2見出し5
	----------------------------------------------- */
	.title05 {
		text-align: center;
	}
	.title05 h2 {
		font-size: 4.6vw;
		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;
	}
	.title05 h2 span {
		font-size: 1.4em;
	}

}





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

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

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


/* 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: 80px 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 {
		text-align: center;
		font-size: 34px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		color: #ffffff;
	}
	.contact_text2 {
		margin-top: 0.6em;
		border-radius: 60px;
		background: linear-gradient(to right, #d2a152 0%, #fffbe0 50%, #d2a152 100%);
		padding: 0.4em 0 0.45em;
		text-align: center;
		font-size: 46px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}

	/* 特典 */
	.tokuten01 {
		background: #ffffff;
		padding: 40px;
		text-align: center;
		margin-right: 10px;
	}
	.tokuten02 {
		background: #ffffff;
		padding: 40px;
		text-align: center;
		margin-left: 10px;
	}
	.tokuten01 .title h3,
	.tokuten02 .title h3 {
		font-size: 34px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		color: #b20000;
	}
	.tokuten01 .naiyo,
	.tokuten02 .naiyo {
		font-size: 24px;
		font-weight: 600;
		margin-top: 0.4em;
	}


	/* テキスト */
	.text {
		font-size: 20px;
	}

	img.migi {
		float: right;
		margin-left: 23px;
		margin-bottom: 10px;
		display: block;
		width: 270px;
		height: auto;
	}
	.ul {
		text-decoration: underline;
		  text-decoration-color: currentcolor;
		text-decoration-color: #000000;
	  }
}


/* 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 {
		text-align: center;
		font-size: 3.8vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		color: #ffffff;
	}
	.contact_text2 {
		margin-top: 0.6em;
		border-radius: 6vw;
		background: linear-gradient(to right, #d2a152 0%, #fffbe0 50%, #d2a152 100%);
		padding: 0.4em 0 0.45em;
		text-align: center;
		font-size: 5.5vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.sunada_pic {
		width: 60vw !important;
		margin-left: 15vw;
	}

	/* 特典 */
	.tokuten01 {
		background: #ffffff;
		padding: 4vw;
		text-align: center;
	}
	.tokuten02 {
		background: #ffffff;
		padding: 4vw;
		text-align: center;
		margin-top: 4vw;
	}
	.tokuten01 .title h3,
	.tokuten02 .title h3 {
		font-size: 6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		color: #b20000;
	}
	.tokuten01 .naiyo,
	.tokuten02 .naiyo {
		font-size: 4vw;
		font-weight: 600;
		margin-top: 0.4em;
	}


	/* テキスト */
	.text {
		font-size: 3.5vw;
	}

	img.migi {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto 4vw;
	}
	.ul {
		text-decoration: underline;
		  text-decoration-color: currentcolor;
		text-decoration-color: #000000;
	  }
}





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

	動画で学べることは・・・

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.text_list {
		background-color: #ffffff;
		border: 35px solid #031a66;
		font-size: 20px;
		padding: 20px 30px;
	}
	.text_list .elementor-icon-list-items li {
		position: relative;
		font-size: 26px;
		font-weight: 600;
		line-height: 1.4;
		padding: 0.4em 0 0.4em 44px;
	}
	.text_list .elementor-icon-list-items li:not(:first-child) {
		border-top: 1px solid #cccccc;
		margin-top: 0;
	}
	.text_list .elementor-icon-list-items li::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 .elementor-icon-list-items li {
		position: relative;
		font-size: 4vw;
		font-weight: 600;
		line-height: 1.4;
		padding: 0.4em 0 0.4em 6vw;
	}
	.text_list .elementor-icon-list-items li:not(:first-child) {
		border-top: 1px solid #cccccc;
		margin-top: 0;
	}
	.text_list .elementor-icon-list-items li::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) {
	.check {
		background-image: url("../img/check.png");
		background-repeat: no-repeat;
		background-position: 0 2px;
		padding-left: 2.5rem;
	}
	.voice_box {
		padding: 40px;
		font-size: 20px;
		box-shadow: 0px 0.3em 0.3em 4px rgba(0,0,0,0.15);
		width: 800px;
		margin: 40px auto;
		background: #fff3f3;
	}
	.voice_message {
		font-weight: 600;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		text-align: center;
		font-size: 28px;
		text-shadow: 0 0 10px #FFFF469C;
	}
	.voice_person {
		border-bottom: 2px #bbb solid;
		padding-bottom: 30px;
		font-weight: 600;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	}
	.voice_person .kaisya {
		font-size: 24px;
	}
	.voice_person .name {
		font-size: 30px;
		margin-top: 0em;
	}
	.voice_person .name span {
		font-size: 20px;
	}
	.voice_person .caption {
		font-size: 20px;
		margin-top: 0em;
	}
	.sunada {
		font-size: 32px;
		text-align: end;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		margin-top: 16px;
	}
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.check {
		background-image: url("../img/check.png");
		background-repeat: no-repeat;
		background-position: 0;
		padding-left: 1.7rem;
		background-size: contain;
		height: 6vw;
		display: inline-block;
	}
	.voice_box {
		padding: 10vw 5vw;
		font-size: 4vw;
		box-shadow: 0px 0.3em 0.3em 4px rgba(0,0,0,0.15);
		width: 92vw;
		margin: 10vw auto;
		background: #fff3f3;
	}
	.voice_message {
		font-weight: 600;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		text-align: center;
		font-size: 6vw;
		text-shadow: 0 0 10px #FFFF469C;
	}
	.voice_person {
		border-bottom: 2px #bbb solid;
		padding-bottom: 2vw;
		font-weight: 600;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	}
	.voice_person .kaisya {
		font-size: 4.6vw;
	}
	.voice_person .name {
		font-size: 7vw;
		margin-top: 0em;
	}
	.voice_person .name span {
		font-size: 4vw;
	}
	.voice_person .caption {
		font-size: 4.6vw;
		margin-top: 0em;
	}
	.sunada {
		font-size: 6vw;
		text-align: end;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		margin-top: 3vw;
		padding-right: 3vw;
	}
}

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

	プロフィール

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


/* 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.2em;
		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;
	}
	.title_t03 {
		font-size: 20px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		margin: 16px 0 0;
	}




	.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;
	}
	.title_t03 {
		font-size: 3.4vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 600;
		margin: 16px 0 0;
	}

	.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;
	}
}

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

	登録ありがとうございますページ

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

.th-p {
	font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
}
.th01 {
	font-size: 43px;
	color: #ffdc20;
	background-color: #000;
	text-align: center;
	padding: 20px 0;
}
.th02 {
	font-size: 52px;
}
.th02 span{
	font-size: 42px;
	text-align: center;
}
.th03 {
	width: 660px;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
  }
.dot-border {
	width: 660px;
	margin: 0 auto;
  }
.dot-border p {
	border-bottom: #d00000 dotted;
	font-size: 36px;
	line-height: 1;
	margin: 16px auto;
	text-align: center;
	font-weight: 600;
}
.th05 span {
	color: #44b013;
}
.th06 {
	border: unset !important;
}
.th06 span {
	color: #44b013;
}
.th-img01 img {
	width: 660px;
	object-fit: cover;
	margin: 20px auto 0;
}
.th-btn {
	width: 500px;
	background: #44b013;
	margin: 0 auto;
	text-align: center;
	height: 140px;
	border-radius: 10px;
	filter: drop-shadow(0px 4px 4px #bdbdbd);
}
.th-btn ul {
	padding: 10px;
}
.th-btn a {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.title_movie.line h2 {
	background: linear-gradient(to right, #62b52a 0%, #47e330 50%, #62b52a 100%);
}
.title_movie.line h2 span {
	color: #fff;
}

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



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.th01 {
		font-size: 6vw;
		padding: 3vw 0;
	}
	.th02 {
		font-size: 6vw;
		margin-top: 3vw;
	}
	.th02 span{
		font-size: 5vw;
	}
	.th03 {
		width: 96vw;
		font-size: 4.5vw;
	}
	.dot-border {
		width: 100%;
	}
	.dot-border p {
		font-size: 5.1vw;
		margin: 4vw auto;
	}
	.th-img01 img {
		width: 60%;
		margin: 2vw auto 0;
	}
	.th-btn {
		width: 100%;
		height: 30vw;
	}
	.th-btn a {
		font-size: 7.3vw;
	}
	.red.th {
		font-size: 6vw !important;
	}
}



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

	アクセスページ

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

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


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



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