



@media screen and (min-width: 1000px) {
	.lp_mv{
		padding:0 0 2em;
		box-sizing: border-box;
		background: #142D4B;
		background: linear-gradient(274deg,rgba(20, 45, 75, 1) 10%, rgba(54, 86, 117, 1) 100%);
	}
	.lp_mv img{
		position: relative;
	}

}/*@media screen and (max-width: 1200px) {*/


.main_flame{
	max-width: 1060px;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/*英語フォント呼び出し*/
.en{font-family: "Bebas Neue", sans-serif;}

.ttl_en{
	font-size: 3.6rem;
	text-align: center;
	color: var(--color-lp-base);
	font-family: "Bebas Neue", sans-serif;
}


.lp_contact{
	max-width: 720px;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


.btn{
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0rem;
	box-sizing: border-box;
	border-radius: 4rem;
	color: #fff;
	background-color: var(--color-lp-base);
	text-align: center;
	width: auto;
	font-weight: 500;
	transition: background 0.5s ;
	border: 1px solid #fff;
}
.btn:hover{
	background-color: var(--color-lp-sabu);
}

/*LP単体ページ用xCSS*/

.ymd{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 5rem;
}
.ymd span{
	color: var(--color-lp-base);
	font-size: 50%;
}
.ymd .kara{
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: flex;
	align-items: center;
	font-size: 80%;
}


.gaiyou{
	padding: 6rem 0rem;
	box-sizing: border-box;
	border: 2px solid var(--color-lp-base);
}


.gaiyou_box{
	line-height: 1.4;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 4.8rem;
}
.gaiyou span{
	font-size: 50%;
}
.gaiyou dt{padding-left: 1rem;
padding-right: 1rem;}
.gaiyou dd{padding-left: 1rem;
padding-right: 1rem;}




.capacity{
	line-height: 1.4;
	text-align: center;
	font-size: 2.6rem;}

.capacity .en{
	font-size: 2em;
}
.capacity .zan{
	padding-left: 0.2em;
	font-size: 1em;
	color: #ea0315;
}


.gaiyou_bor{
	margin-top: 2rem;
	padding-top: 3rem;
	border-top: 2px solid  var(--color-lp-base);
}


.ttl_gaiyou{
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: 500;
	text-align: center;
	font-size: 2.4rem;
	color: var(--color-lp-base);
}

.text_gaiyou{
	line-height: 1.2;
	text-align: center;
}


.hanzu{
	padding:10rem 2rem;
	box-sizing: border-box;
	background: linear-gradient(274deg,rgba(20, 45, 75, 1) 10%, rgba(54, 86, 117, 1) 100%);
}
.hanzu_ttl{
	text-align: center;
	line-height: 1;
	font-size: 13.8rem;
	 color: #fff;
}
.hanzu_ttl span{
	font-size: 35%;
}

.hanzu .text_box{
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.hanzu_h3{
	font-weight: 500;
	border-bottom: 2px solid var(--color-lp-base);
	margin-bottom: 0.4rem;
}
.hanzu_h3 span,.text_box span{
	color: var(--color-lp-base);
}
.hanzu_gallery_ttl{
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 500;
}



.point{
	padding-left: 3rem;
	padding-right: 3rem;
	box-sizing: border-box;
	padding-bottom: 5rem;
	background: linear-gradient(0deg,rgba(10, 40, 87, 1) 10%, rgba(24, 77, 158, 1) 61%, rgba(255, 255, 255, 1) 100%);
}
.point .osusume{
	padding-left: 0;
	padding-right: 0;
	
}



.osusume_ttl{
	margin-bottom: 0.4rem;
	text-align: center;
}
.osusume_box{
	margin-top: 2rem;
}
.osusume_box h3{
	position: relative;
	z-index: 2;
	width: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--color-lp-base);
	display: block;
	padding:0.4rem 1rem;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	
}
.osusume_point{
	font-weight: 500;
	position: relative;
	top: -1rem;
	padding: 3rem;
	background: #ededed;
}
.osusume_point li{
	font-size: 1.8rem;
	padding-left: 2rem;
	box-sizing: border-box;
	position: relative;
}
.osusume_point li::after{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background: #666;
	transform: translateY(-50%);
}


.osusume_point li+li{
	margin-top: 1rem;
}

.Lecture{
	padding: 6rem 2rem;
	border: 2px solid var(--color-lp-base);
	background-color: #fff;
}

.sabu_ttl{
	line-height: 0.8;
	text-align: center;
	font-size: 3.7rem;
	
}
.sabu_ttl span{
	font-size: 2rem;
	color: var(--color-lp-base);
}
.Lecture_dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 2.8rem;
	overflow: hidden;
	font-weight: 500;
}
.Lecture_dl+dl{
	margin-top: 1rem;
}
.Lecture_dl dt{
	font-size: 4rem;
	width: 5rem;
	float: left;
	font-family: "Bebas Neue", sans-serif;
	color: var(--color-lp-base);
}
.Lecture_dl dd{
	line-height: 1.2;
	width: calc(100% - 6rem);
}
.member{
	padding: 6rem 2rem;
	border: 2px solid var(--color-lp-base);
	background-color: #fff;
}

.member_po{
	display: flex;
	justify-content: flex-start;
	
}
.member_po h4{
	margin-top: 0.3em;
	font-size: 1.2em;
	font-weight: 600;
	color: var(--color-lp-base);
}
.member_po ul{
	list-style-type: disc;
	list-style-position:inside;
	margin-bottom: 1em;
}
.member_po strong{
	font-weight: 600;
	color: var(--color-lp-base);
}

.member_po .img{
	width: 200px;
}

.member_po .text{
	padding-left: 20px;
	width: calc(100% - 220px);
}

.member h3{
	font-weight: 500;
	font-size: 3rem;
}
.member h3 span{
	margin-left: 1em;
	font-size: 70%;
}
.member_po+.member_po{
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 2px solid #efefef;
}
.member .member_po{margin-top: 3rem;}


.time-schedule h3{
	padding: 0.4em 1em;
	box-sizing: border-box;
	background: #efefef;
	font-family: "Bebas Neue", sans-serif;
	margin-top: 3rem;
	padding-bottom: 0.2em;
	font-size: 3rem;
}

.time-schedule .total{
	display: inline-block;
	font-size: 0.7em;
	color: var(--color-lp-base);
	margin-left: 0.2em;
	box-sizing: border-box;
}

.time-schedule h3 span{
	margin-left: 0.2em;
}
.time-schedule-dl{
	font-size: 2rem;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #efefef;
}
.time-schedule-dl dt,.time-schedule-dl dd{
	padding: 0.3em;
	box-sizing: border-box;
}
.time-schedule-dl dt{
	font-family: "Bebas Neue", sans-serif;
	text-align: right;
	width: 200px;
	font-size: 1.1em;
}
.time-schedule-dl dd{
	padding-left: 20px;
	width: calc(100% - 220px);
}

.bikou{
	text-align: right;
}
.total-time{
	font-size: 4rem;
	text-align: right;
	font-family: "Bebas Neue", sans-serif;
	color: var(--color-lp-base);
}
.total-time span{
	margin-left: 0.2em;
}

@media screen and (min-width: 1000px) {
	.member_po .text_box{
		display: flex;
		justify-content: space-between;

	}
	.member_po .text_box p{
		width: 48%;
	}
	.gallery_list{
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	}
	
	.gallery_list img{
	width: 33%;
	padding-left: 2rem;
	box-sizing: border-box;
	}
	
}/*@media screen and (min-width: 1000px) {*/

.renraku{
	padding: 2rem;
	box-sizing: border-box;
	background: #efefef;
}

@media screen and (max-width: 999px) {
	.hanzu_ttl{
		font-size: 5rem;
	}
	.gaiyou{
		max-width: 96%;
	}
	.gaiyou_box{font-size: 3rem;}

	}/*@media screen and (max-width: 999px) {*/
@media screen and (max-width: 789px) {
	.ttl_en,.hanzu_gallery_ttl,.sabu_ttl{
	font-size: 3rem;
	}
	.ymd{font-size: 2.4rem;}
	
	.gaiyou_box{
			display: block;
			text-align: center;
			font-size: 1.8rem;
			line-height: 1.1;
	}
	.gaiyou_box+.gaiyou_box{
		margin-top: 1em;
	}
	.osusume_point li{
		line-height: 1.2;
		font-size: 1.4rem;
	}
	.gaiyou dt{
		padding: 0;
	}
		.gaiyou_box span,.sabu_ttl span{font-size: 70%;}
	
	.member_po{
		display: block;
	}
	
	.member_po .img,.member_po .text{
		width: 100%;
	}
	
	.member_po .text{
		padding-left: 0;
	}
	.member_po .img{
		text-align: center;
	}
	
	.hanzu_ttl{
		font-size: 3rem;
	}
	

	
	.gaiyou,.Lecture,.member{padding: 2rem;}
	.hanzu{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.ttl_gaiyou{font-size: 2rem;}

	.member h3{
		font-size: 2.2rem;
		line-height: 1.1;
	}
	
	.Lecture_dl{
		font-size: 1.4rem;
	}
	.Lecture_dl dt{
		width: 3rem;
		font-size: 2.3rem;}
	.Lecture_dl dd{
	width: calc(100% - 3rem);
}
	.gallery_list{
		text-align: center;
	}
	.gallery_list img+img{
		margin-top: 1rem;
	}
	.time-schedule h3{
		font-size: 2rem;
	}
	

	.time-schedule-dl{
		padding: 1em 0;
		display: block;
		line-height: 1.1;
		font-size: 1.6rem;
	}
	.time-schedule-dl dt{
		text-align: center;
		width: 100%;
	}
	.time-schedule-dl dd{
		text-align: center;
		padding-left: 0px;
		width: 100%;
	}

	.total-time{
		font-size: 1.8rem;
	}
	
	.capacity{
	font-size: 1.6rem;}

	
	

	}/*@media screen and (max-width: 999px) {*/

/*LP単体ページ用xCSSここまで*/




.thanks_main{
	text-align: center;
}

.lp_contact,.thanks_main{
  font-size: 2rem; }
.lp_contact dl+dl{margin-top: 1.5rem;}

.lp_contact dt {
  margin-bottom: 0.4rem;
  font-weight: 600; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #bababa;
  border-radius: 2px; }

.lp_contact span {
  line-height: 2;
  box-sizing: border-box; }

.wpcf7 [inert] {
  opacity: 0.5; }

.wpcf7 input[type="file"] {
  cursor: pointer; }

.wpcf7 input[type="file"]:disabled {
  cursor: default; }

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed; }

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr; }

.wpcf7-reflection > output {
  display: list-item;
  list-style: none; }

.wpcf7-reflection > output[hidden] {
  display: none; }

select,
textarea,
input[type="text"],
input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"]{
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	background: #fff;
	line-height: 2;
}


.btn-order{
background: var(--color-lp-base);
border: none;
color: #fff;
font-size: 17px;
width: 350px;
border-radius: 1rem;
padding: 0.7em;
margin-top: 2.5rem;
	display: block;
	max-width: 80%;
	margin: 3rem auto;
	transition: all 0.3s;
	font-weight: 600;
}

.btn-order:hover {
color: var(--color-lp-base);
background: var(--color-lp-sabu);
opacity: 0.7;
	font-weight: 600;
}



.mv_thanks{
	padding: 1rem 0;
	text-align: center;
}

.mv_thanks img{
	max-width: 50%;
	vertical-align:bottom;
}

.thanks_f{
	padding: 2rem 0;
	box-sizing: border-box;
}



@media screen and (min-width: 790px) {
	.thanks_f{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thanks_f div,.thanks_f a{
	width: 48%;
}

}/*@media screen and (max-width: 789px) {*/
@media screen and (max-width: 789px) {
	.lp_contact,.thanks_main{
  font-size: 1.6rem; }
	.thanks_f div{
		margin-top: 2rem;
}
}/*@media screen and (max-width: 789px) {*/