@charset "UTF-8";
/* TCJ様カスタマイズ用CSS*/

@import url("https://use.fontawesome.com/releases/v5.11.1/css/all.css");
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");

.clearfix{
	clear: both;
}
.center{
	text-align: center;
}
.acd-check{
	 display: none;
}
.acd-label{
	 background: #8c989f;
	 color: #fff;
	 display: block;
	 margin-bottom: 1px;
	 padding: 10px 50px 10px 10px;
	 position: relative;
}
.acd-label:after{
	 background: #8c989f;
	 box-sizing: border-box;
	 content: '\f067';
	 display: block;
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 height: 100%;
	 padding: 10px 20px;
	 position: absolute;
	 right: 0;
	 top: 0px;
}
.acd-content{
	 border: 1px solid #2C2A2A;
	 display: block;
	 height: 0;
	 padding: 0 10px;
	 visibility: collapse;
}
.acd-content table{
	 color: #2C2A2A;
}
.acd-check:checked + .acd-label:after{
	 content: '\f068';
	 font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content{
	 height: 100%;
	 padding: 10px;
	 visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content table{
	 color: #fff;
	 border: 1px solid #fff ;
	 visibility: visible;
}

.youtubeWrapper{
	position: relative;
}
.youtubeWrapper::before{
	content: "";
	display: inline-block;
	padding-top: 56.25%;
}
.youtubeWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
.bilibiliWrapper{
	position: relative;
	width: 100%;
	height: 355px;
}
.bilibiliWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 355px;
}
*/

.col_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col_3 > div{
	width: 30%;
	height: 170px;
	padding: 15px;
	margin: 10px;
}
.col_6{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.green_headline{
	color:#fff;
	background:#19a790;
	text-align: center;
	padding:8px;
	margin-bottom:0;
}
.gray_headline{
	color:#fff;
	background:#8c989f;
	text-align: center;
	padding:8px;
	margin-bottom:0;
}
.form-field__select--half{
	width: 49.5%;
}

/* japanese-language-education-for-foreign-employees用 スタート*/
.picright{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.introduce-block, .introduce-block--reverse, .introduce-block--recommendations, .introduce-block--recommendations--reverse {
	display: flex;
	position: relative;
	padding-bottom: 50px;
}
.introduce-block--recommendations {
	flex-direction: row-reverse;
	background-color: #4E4E4E;
}
.introduce-block--recommendations--reverse {
	flex-direction: row;
	background-color: #4E4E4E;
}
.introduce-block__media {
	position: relative;
	width: 50%;
}
.introduce-block__picture {
	display: block;
	position: relative;
}
.introduce-block__image {
	display: block;
	width: 100%;
	height: auto;
}
.introduce-block__main, .introduce-block__main--reverse {
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	width: 50%;
}
.introduce-block__inner--reverse {
	width: 100%;
	padding-left: 5em;
	padding-right: calc(((100vw - var(--sws-scrollbar-width)) - 960px) / 2);
}
.introduce-block__inner {
	width: 100%;
	padding-left: calc(((100vw - var(--sws-scrollbar-width)) - 960px) / 2);
	padding-right: 5em;
}
.introduce-block__title {
	margin: 0;
	font-size: calc(36rem / 16);
	font-weight: 600;
	line-height: 1.5;
}
.introduce-block__desc {
	margin-top: 30px;
	line-height: 1.7;
}
.student-voice-block, .student-voice-block--reverse, .student-voice-block--recommendations, .student-voice-block--recommendations--reverse {
	display: flex;
	position: relative;
	padding-bottom: 50px;
}
.student-voice-block--recommendations {
	flex-direction: row-reverse;
	background-color: #2c2a2a;
}
.student-voice-block--recommendations--reverse {
	flex-direction: row;
	background-color: #2c2a2a;
}
.student-voice-block__media {
	position: relative;
	width: 50%;
}
.student-voice-block__picture {
	display: block;
	position: relative;
}
.student-voice-block__image {
	display: block;
	width: 100%;
	height: auto;
}
.student-voice-block__main, .student-voice-block__main--reverse {
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	width: 50%;
}
.student-voice-block__inner--reverse {
	width: 100%;
	padding-left: 3em;
	padding-right: calc(((100vw - var(--sws-scrollbar-width)) - 960px) / 2);
}
.student-voice-block__inner {
	width: 100%;
	padding-left: calc(((100vw - var(--sws-scrollbar-width)) - 960px) / 2);
	padding-right: 3em;
}
.student-voice-block__title {
	margin: 0;
	font-size: calc(36rem / 16);
	font-weight: 600;
	line-height: 1.5;
}
.student-voice-block__desc {
	margin-top: 30px;
	line-height: 1.7;
}
.title_h2{
	text-align: center;
	font-size: 1.7em;
	padding: 0 10px;
	margin-bottom: 15px;
}
.midtext{
	font-size: 1.2em;
	padding-left:10px;
	padding-righ:10px;
}
.bigtext{
	font-size: 1.5em;
	padding-left:10px;
	padding-righ:10px;
}
.pic_2col{
	max-width: 49.5%;
	padding: 5px 15px;
}
.section--plain2{
	background-color: #102891;
	padding-top: 30px;
}
.nopadding{
	padding: 0;
}
.nopaddingtop{
	padding-top: 0;
}
.nopaddingbottom{
	padding-bottom: 0;
}
.nomargintop{
	margin-top: 0;
}
.nomarginbottom{
	margin-bottom: 0;
}
.margin15{
	margin: 15px;
}
.leftalign th, .leftalign td{
	text-align: left;
	font-size: 1.3em;
}
.tabletophead{
	text-align: center;
}
.corporatebanner{
	background-color: #d03b7a;
}
.studentvisabanner{
	background-color: #d03b7a;
}
.eventbanner{
	background-color: #19a790;
}
.seminar-info__language{
	font-size: .8125rem;
	font-weight: 700;
	color: #d03b7a; ;
}

@media screen and (max-width:480px) { 
	.hrLine{
		border: 1px solid;
		width: 95%;
	}
}
@media screen and (min-width:481px) and ( max-width:1366px) {
	.hrLine{
		border: 1px solid;
		width: 67%;
	}
}
@media screen and (min-width:1367px) and (max-width:1921px) {
	.hrLine{
		border: 1px solid;
		width: 50%;
	}
}
.coursechart th, .coursechart td, .lessonchart th, .lessonchart td{
	font-weight: normal;
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	border: 3px #505050 solid;
}
.coursechart a:link{
	text-decoration: none;
	color: #fff;
}
.coursechart a:hover{
	text-decoration: underline;
	color: #DBDBDB;
}
.lessonchart a:link{
	text-decoration: none;
	color: #000;
}
.lessonchart a:hover{
	text-decoration: underline;
	color: #505050;
}
.lessonchart a:visited{
	text-decoration: none;
	color: #000;
}
@media screen and (max-width:480px) {
	.coursechart th, .coursechart td, .lessonchart th, .lessonchart td{
	font-weight: normal;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 2px #505050 solid;
}
	.vertical1{
	writing-mode: vertical-rl;
	}
	.vertical2{
	writing-mode: vertical-rl;
	text-orientation: upright;
	}
	.vertical3{
	writing-mode: vertical-rl;
	text-orientation: sideways;
	}
}

/* japanese-language-education-for-foreign-employees用 エンド*/

.redtext{
	color: #d03b7a;
}
.hrmargin{
	margin-left: 3vw;
	margin-right: 3vw;
	border: none;
	height: 3px;
	background: linear-gradient(90deg, rgba(78,78,78,0.1) 0%,  rgba(255,255,255,1) 50%, rgba(78,78,78,0.1) 100%);
	/*background: linear-gradient(90deg, rgba(78,78,78,0.1), rgba(255,255,255,1) 50%);*/
}

/* modal用 スタート*/
.modal_content{
		margin: 0 auto;
		padding: 40px;
}
.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
}
.modal__bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		width: 100%;
}
.modal__content{
		background: #fff;
		left: 50%;
		padding: 2em;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 50%;
		height: 50%;
		overflow:scroll;
		overflow-x:hidden;
}
.modal__content h3{
		margin-top: 0;
}
.modal__content h4{
		margin-bottom: 5px;
}
.modal_close_button {
		display: none;
		position: relative;
		width: 30px;
		height: 30px;
		top: 80%;
		left: 50%;
}
.modal_close_button::before, .modal_close_button::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5px;
		height: 30px;
		background: #fff;
		cursor: pointer;
}
.modal_close_button::before {
		transform: translate(-50%,-50%) rotate(45deg);
}
.modal_close_button::after {
		transform: translate(-50%,-50%) rotate(-45deg);
}
/* modal用 エンド*/

/* 留学ガイドページ用テーブル スタート*/
.table-yamaz tr:nth-child(odd){
	background-color: #eee
}
.tri th.plus{
	display:table-cell;
	position:relative;
	background: #2c2a2a;
	padding: 1em 0.5em 1em 2em;
	color: #fff;
	border-style: solid;
	border-color: #2c2a2a;
}
.tri th.plus:last-child:before,
.tri th.plus:last-child:after{
	display:none;
}
.tri th.plus:before,
.tri th.plus:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.tri th.plus:before{
	top:-3px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 19px 0 19px 1em;
	z-index: 10;
}
.tri th.plus:after{
	top:-3px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #2c2a2a;
	border-width: 19px 0 19px 1em;
	z-index: 10;
}
/* 留学ガイドページ用テーブル エンド*/

/* 法人セミナー動画視聴申し込みフォーム スタート */
#crmWebToEntityForm.zcwf_lblTopBottom * {
	box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblTopBottom .zcwf_title {
	display: none;
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: bold;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 0 0 7px;
}
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea {
	width: 100%;
	height: 27px;
	border: 1px solid #ccc !important;
	resize: vertical;
	border-radius: 2px;
	float: left;
}
.zcwf_lblTopBottom .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
}
.zcwf_lblTopBottom .zcwf_col_fld {
	width: 60%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 5px;
}
.zcwf_lblTopBottom .zcwf_privacy{padding: 6px;}
.zcwf_lblTopBottom .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblTopBottom .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	float: left;
	resize: vertical;
}
.zcwf_lblTopBottom .zcwf_row:after, .zcwf_lblTopBottom .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblTopBottom .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 12px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblTopBottom .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblTopBottom .zcwf_row {margin: 30px 0px;}
.zcwf_lblTopBottom .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: #333;
	font-size: 12px;
}
.zcwf_lblTopBottom .zcwf_privacy_txt {
	width: 100%;
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: #333;
	padding-top: 2px;
	margin-left: 6px;
	line-height: 1.2;
}
.zcwf_privacy_txt {
	overflow: scroll;
	overflow-x: hidden;
	height: 300px;
	margin-top: 5px;
}
.zcwf_lblTopBottom .zcwf_button {
	font-size: 18px;
	color: #333;
	border: 1px solid #ccc;
	padding: 15px 25px;
	border-radius: 4px;
	cursor: pointer;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcwf_lblTopBottom .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblTopBottom .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-all;
	min-width: 50px;
	max-width: 150px;
	color: #333;
}
.zcwf_lblTopBottom .zcwf_ckbox{
	float: left;
}
.zcwf_lblTopBottom .zcwf_file{
	width: 35%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all  {
	.zcwf_lblTopBottom .zcwf_col_lab, .zcwf_lblTopBottom .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblTopBottom .zcwf_col_help {width: 40%;}
}
/* 法人セミナー動画視聴申し込みフォーム エンド */

@media screen and (min-width: 961px) {
	.col_6 > div{
		width: 15%;
		height: 145px;
		padding: 18px;
		margin: 5px;
	}
	.white_enclosure_box_l{
		width: 49%;
/*		height: calc(19rem + 3px);*/
		float: left;
		font-weight: bolder;
		border: solid 2px #fff;
		}
	.white_enclosure_box_r{
		width: 49%;
/*		height: calc(19rem + 3px);*/
		float: right;
		font-weight: bolder;
		border: solid 2px #fff;
		}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.introduce-block__main, .introduce-block__main--reverse {
		padding-left: 20px;
		padding-right: 20px;
	}
	.student-voice-block__main, .student-voice-block__main--reverse {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width:481px) and (max-width: 960px) {
	.col_3 > div{
	 width: 32%;
	 margin: 5px;
	 justify-content: space-between;
	}
	.col_6 > div{
	 width: 45%;
	 height: 150px;
	 padding: 10px;
	 margin: 10px;
	}
}

@media screen and (min-width: 769px) {
	.sp-only{
		display: none;
	}
	/* 法人セミナー動画視聴申し込みフォーム スタート */
	.crmWebToEntityForm {
		width:50%;
		padding: 3em;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea {
		width: 50%;
	}
	/* 法人セミナー動画視聴申し込みフォーム エンド */
}

@media screen and (max-width: 768px) {
	.pc-only{
		display: none;
	}
	.introduce-block, .introduce-block--reverse, .introduce-block--recommendations, .introduce-block--recommendations--reverse {
		flex-direction: column;
		padding: calc((20vw / 2) / (375 / 2) * 100) 4vw calc((35vw / 2) / (375 / 2) * 100);
	}
	.introduce-block__media {
		width: 100%;
	}
	html.is-ie11 .introduce-block__media {
		min-height: 0%;
	}
	.introduce-block__main, .introduce-block__main--reverse {
		width: 100%;
		margin-top: calc((22vw / 2) / (375 / 2) * 100);
		padding-left: 0;
	}
	html.is-ie11 .introduce-block__main, html.is-ie11 .introduce-block__main--reverse {
		min-height: 0%;
	}
	.introduce-block__inner, .introduce-block__inner--reverse {
		width: 100%;
		padding-left: calc((20vw / 2) / (375 / 2) * 100);
		padding-right: calc((20vw / 2) / (375 / 2) * 100);
	}
	.introduce-block__title {
		font-size: calc((24vw / 2) / (375 / 2) * 100);
		line-height: 1.5416666667;
	}
	.introduce-block__desc {
		margin-top: calc((18vw / 2) / (375 / 2) * 100);
		margin-line-height: 1.8461538462;
	}
	.student-voice-block, .student-voice-block--reverse, .student-voice-block--recommendations, .student-voice-block--recommendations--reverse {
		flex-direction: column;
		padding: calc((20vw / 2) / (375 / 2) * 100) 4vw calc((35vw / 2) / (375 / 2) * 100);
	}
	.student-voice-block__media {
		width: 100%;
	}
	html.is-ie11 .student-voice-block__media {
		min-height: 0%;
	}
	.student-voice-block__main, .student-voice-block__main--reverse {
		width: 100%;
		margin-top: calc((22vw / 2) / (375 / 2) * 100);
		padding-left: 0;
	}
	html.is-ie11 .student-voice-block__main, html.is-ie11 .student-voice-block__main--reverse {
		min-height: 0%;
	}
	.student-voice-block__inner, .student-voice-block__inner--reverse {
		width: 100%;
		padding-left: calc((20vw / 2) / (375 / 2) * 100);
		padding-right: calc((20vw / 2) / (375 / 2) * 100);
	}
	.student-voice-block__title {
		font-size: calc((24vw / 2) / (375 / 2) * 100);
		line-height: 1.5416666667;
	}
	.student-voice-block__desc {
		margin-top: calc((18vw / 2) / (375 / 2) * 100);
		margin-line-height: 1.8461538462;
	}
	.white_enclosure_box_l{
		font-weight: bolder;
		border: solid 1px #fff;
		margin-bottom: 13px;
		}
	.white_enclosure_box_r{
		font-weight: bolder;
		border: solid 1px #fff;
		}

	/* 法人セミナー動画視聴申し込みフォーム スタート */
	.crmWebToEntityForm {
		width:95%;
		padding: 3em;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/* 法人セミナー動画視聴申し込みフォーム エンド */

}

@media screen and (max-width: 480px) {
	.title_h2{
		font-size: 1.3em;
	}
	.pic_2col{
		max-width: 100%;
		padding: 5px 0;
	}
	.col_3 > div{
	 width: 46%;
	 margin: 5px;
	 justify-content: space-between;
	}
	.col_6 > div{
	 width: 45%;
	 height: 120px;
	 padding: 8px;
	 margin: 5px;
	}
}
/* modal用 スタート*/
.modal__content{
		width: 75%;
}
.modal_close_button {
		left: 45%;
}
/* modal用 エンド*/

/* 留学ガイドページ用テーブル スタート*/
.table-yamaz{
	width: 150%;
	overflow-wrap: normal;
	word-break: keep-all;
}
.table-scroll{
	overflow: auto;
}
.table-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.tri th.plus:before,
.tri th.plus:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.tri th.plus:before{
	top:-3px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 28px 0 28px 1em;
	z-index: 10;
}
.tri th.plus:after{
	top:-3px;
	right:-0.85em;
	border-style: solid;
	border-color: transparent transparent transparent #2c2a2a;
	border-width: 28px 0 28px 1em;
	z-index: 10;
}
/* 留学ガイドページ用テーブル エンド*/

/* 講師スタッフページ用 スタート*/
.staff-info__icon{
	display:none;
}
.teacher-staff-panel__desc{
	word-break: normal;
	overflow-wrap: break-word;
}
/* 講師スタッフページ用 エンド*/

/* 法人LP スタート*/
@media screen and (min-width: 769px) {
	.c-top{
	width: 100vw;
	background-image: url("https://tcj-education.com/cms/wp-content/uploads/2022/09/c_top.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.c-top__textarea{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.c-top__title{
		font-size: 3.5em;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 50px;
		text-align: center;
		color: #fff;
	}
	.c-top__text{
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.5;
		padding: 0 50px;
		text-align: center;
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.c-top{
		width: 100vw;
		background-image: url("https://tcj-education.com/cms/wp-content/uploads/2022/09/c_top_mobile.webp");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
}
	.c-top__textarea{
		position: absolute;
		top: 40%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.c-top__title{
		font-size: 2em;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 50px;
		text-align: center;
		color: #fff;
	}
	.c-top__text{
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 50px;
		text-align: center;
		color: #fff;
	}
}
/* 法人LP エンド*/