@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: 100%;
		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: 33px;
		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;
	}


}


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

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

}




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

	カラーボックス

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

/* 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: #160845; */
		padding: 40px 0 40px;
	}
	.row_contact::after {
		position: absolute;
		content: "";
		display: block;
		background-color: #160845;
		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: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(254,254,254,1) 50%, rgba(210,210,210,1) 100%);
		padding: 40px;
		text-align: center;
		border-radius: 20px;
		margin-right: 10px;
	}
	.tokuten02 {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(254,254,254,1) 50%, rgba(210,210,210,1) 100%);
		padding: 40px;
		text-align: center;
		border-radius: 20px;
		margin-left: 10px;
	}
	.tokuten-b img {
		filter: drop-shadow(7px 8px 10px #000);
	}

	/* 見出し */
	.tokuten01 .title h3,
	.tokuten02 .title h3 {
		display: block;
		border-radius: 60px;
		background: linear-gradient(to right, #1a3780 0%, #3a58a1 50%, #1a3780 100%);
		padding: 0.3em 2em 0.35em;
		font-size: 38px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.tokuten01 .title h3 span ,
	.tokuten02 .title h3 span {
		display: inline-block;
		background: linear-gradient(to right, #ffc11a 0%, #fdff04 50%, #ffc11a 100%);
		-webkit-background-clip: text;
		color: transparent;
	}

	/* 内容 */
	.tokuten01 .naiyo,
	.tokuten02 .naiyo {
		font-size: 24px;
		font-weight: 600;
		margin-top: 0.6em;
	}


	/* テキスト */
	.text {
		font-size: 20px;
	}
	.check {
		background-image: url("../img/check.png");
		background-repeat: no-repeat;
		background-position: 0 2px;
		padding-left: 2.5rem;
	}

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

	.text_mail-caption  {
		text-align: center;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.2;
	}
	.text_mail::after {
		position: absolute;
		background: url(../img/triangle_01.png) center top / contain no-repeat;
		content: '';
		top: 130px;
		left: 100px;
		width: 620px;
		height: 200px;
		z-index: -1;
	}
	.text_mail-title {
		font-size: 32px;
		font-weight: 900;
		color: #ffef00;
		margin: 10px auto -20px !important;
		letter-spacing: -1px;

	}
	.contact_f7 {
		margin-top: 0;
	}
	.contact_f7 tbody tr td {
		padding: 0;
		border: none;
	}
	.wpcf7-form.init {
		/* width: 500px; */
		margin: 20px auto;
	}
	.contact_f7_hissu span {
		background: #aa0000;
		color: #fff;
		font-size: 12px;
		padding: 2px 4px;
		font-weight: bold;
	}
	.MF-inr {
		margin-top: 20px;
	  }
	.MF-fld {
		width: 278px;
		height: 50px;
		border-color: #047fff;
		font-size: 20px;
		padding: 10px 20px;
	  }
	  .MF-itm.MF-itm-sei {
		margin-left: 110px;
	  }
	.MF-btn-div.MF-itmr {
		text-align: center;
	  }
	.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
	.MF-itm-mail .MF-fld {
		background-color: transparent;
		background-image: url("../img/mail.jpg");
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: contain;
		width: 598px;
		height: 84px;
		font-size: 26px;
		line-height: 29px;
		text-align: center;
		border: none;
		padding-top: 10px;
		margin: 20px auto 20px;
		display: block;
	}
	.wpcf7-form-control.has-spinner.wpcf7-submit,
	.MF-btn {
		background: linear-gradient(to bottom, #00c254, #15a171);
		color: #ffffff;
		text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.2);
		line-height: 1.3;
		padding: 0.6em 2em 0.7em 2.6em;
		border: 1px solid #2eac85;
		border-radius: 0.5em;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
		font-size: 38px;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		margin-top: 0px;
		margin-bottom: 20px;
		cursor: pointer;
		animation: ookiku 1.2s ease 1s infinite;
	}
	.MF-btn:hover {
		opacity: 0.8;
	}
	.ul {
		text-decoration:underline;
		text-decoration-color:#000000;
	}
	.ul_red {
		text-decoration:underline;
		text-decoration-color:#b20000;
		color: #b20000;
	}
	.red_normal {
		color: #b20000;
	}
	.contact_f7 th, .contact_f7 td {
		border-bottom:none;
	}

}


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

	/* 特典 */
	.tokuten01 {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(254,254,254,1) 50%, rgba(210,210,210,1) 100%);
		padding: 4vw;
		text-align: center;
		border-radius: 3vw;
	}
	.tokuten02 {
		background: rgb(238,238,238);
		background: linear-gradient(90deg, rgba(210,210,210,1) 0%, rgba(254,254,254,1) 50%, rgba(210,210,210,1) 100%);
		padding: 4vw;
		text-align: center;
		margin-top: 4vw;
		border-radius: 3vw;
	}
	.tokuten-b img {
		filter: drop-shadow(7px 8px 10px #000);
	}

	/* 見出し */
	.tokuten01 .title h3,
	.tokuten02 .title h3 {
		display: inline-block;
		border-radius: 10vw;
		background: linear-gradient(to right, #1a3780 0%, #3a58a1 50%, #1a3780 100%);
		padding: 0.3em 4em 0.35em;
		font-size: 6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1;
	}
	.tokuten01 .title h3 span ,
	.tokuten02 .title h3 span {
		display: inline-block;
		background: linear-gradient(to right, #ffc11a 0%, #fdff04 50%, #ffc11a 100%);
		-webkit-background-clip: text;
		color: transparent;
	}

	/* 内容 */
	.tokuten01 .naiyo,
	.tokuten02 .naiyo {
		font-size: 4vw;
		font-weight: 600;
		margin-top: 0.6em;
	}


	/* テキスト */
	.text {
		font-size: 3.5vw;
	}
	.check {
		background-image: url("../img/check.png");
		background-repeat: no-repeat;
		background-position: 0 0px;
		padding-left: 1.7rem;
		background-size: contain;
	}

	img.migi {
		display: block;
		width: 60%;
		height: auto;
		margin: 0 auto 4vw;
	}
	.text_mail-caption {
		text-align: center;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 1.2;
	}
	.text_mail-title {
		font-size: 6vw;
		font-weight: 900;
		color: #ffef00;
		text-align: center;
	}
	.contact_f7 tbody tr td {
		padding: 0;
	}
	.wpcf7-form.init {
		width: 100%;
		margin: 0 auto;
	}
	.contact_f7_hissu span {
		background: #aa0000;
		color: #fff;
		font-size: 3vw;
		padding: 1vw 1.3vw;
		font-weight: bold;
	}
	.MF-inr {
		margin-top: 5vw;
	  }
	.MF-fld {
		width: 80vw;
		height: 12vw;
		border-color: #047fff;
		font-size: 5vw;
		padding: 2vw 3vw;
	  }
	  .MF-itm.MF-itm-sei {
		margin-left: 8vw;
		display: block;

	  }
	  .MF-itm.MF-itm-mei {
		margin-left: 8vw;
		display: block;
		margin-top: 2vw;
	  }
	.MF-btn-div.MF-itmr {
		text-align: center;
	  }
	.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
	.MF-itm-mail .MF-fld {
		background-color: transparent;
		background-image: url("../img/mail_sp.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		width: 86vw;
		height: 16vw;
		font-size: 3.5vw;
		text-align: center;
		border: none;
		padding-top: 1vw;
		margin: 3vw auto 3vw;
		display: block;
	}
	.wpcf7-form-control.has-spinner.wpcf7-submit,
	.MF-btn {
		background: linear-gradient(to bottom, #00c254, #15a171);
		color: #ffffff;
		text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.2);
		line-height: 1.3;
		padding: 0.6em 2em 0.7em 2.6em;
		border: 1px solid #2eac85;
		border-radius: 0.5em;
		box-shadow: 0px 0.3em 0.3em 0px rgba(0,0,0,0.15);
		font-size: 6vw;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: 900;
		letter-spacing: 0;
		margin-top: 0vw;
		margin-bottom: 6vw;
		animation: ookiku 1.2s ease 1s infinite;
	}
	.ul {
		text-decoration:underline;
		text-decoration-color:#000000;
	}
	.ul_red {
		text-decoration:underline;
		text-decoration-color:#b20000;
		color: #b20000;
	}
	.red_normal {
		color: #b20000;
	}
	.contact_f7 th, .contact_f7 td {
		border-bottom:none;
	}
}





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

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

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


/* 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) {

	/* 表
	----------------------------------------------- */
	.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 {
	}
	.uketoru {
		color: #fff;
		background-image: url("../img/form_bg.jpg");
		background-repeat: no-repeat;
		background-position: center 0px;
		width: 100%;
		padding-top: 20px;
		margin: 0 auto 70px;
		overflow: hidden;
		display: block;
	  }

}


/* 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;
	}
	.uketoru {
		color: #fff;
		background-image: url("../img/form_bg.jpg");
		background-repeat: no-repeat;
		background-position: center 0px;
		width: 100vw;
		padding-top: 5vw;
		margin: 0 -4vw 0;
		overflow: hidden;
		display: block;
	}
}





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

	お客様の声

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


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





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

	運営会社

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

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