
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px !important;
  min-width: 1120px;
	background: #000;
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 550px;
  font-size: 1.7rem;
}
.top_main_title h1 {
  font-size: 2.6rem;
  padding: 0;
    margin: 0;
}
.top_main_title span {
  display: block;
  font-size: 5.8rem;
  border-bottom: 2px #fff solid;
  line-height: 1.4;
  margin-bottom: 15px;
}


.mainlogo {
	margin-bottom: 20px;
	margin-top: 60px;
}

.main_t01 {
	font-size: 7rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0;
	padding:  0;
	font-weight: bold;
	margin-top: 200px;
}
.main_t02 {
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:  0;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}
.main_t03 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


@media screen and (max-width: 768px) {
  .top_main {
    min-width: 100%;
	  height: 300px !important;
  }
  .top_main_title {
    width: 90%;
	   height: 180px;
	  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	  margin-top: 50px;
  }
	.top_main_title img {
    width: 100%;
  }
	
.mainlogo {
	margin-bottom: 20px;
	text-align: center;
}
	
.mainlogo img {
	width: 50%;
}

.main_t01 {
	font-size: 8vw;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0;
	padding:  0;
	font-weight: bold;
	margin-top: 35%;
	line-height: 1.5;
}
.main_t02 {
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding:  0;
	letter-spacing: 0.3rem;
	margin-bottom: 20px;
	line-height: 1.7;
}
.main_t03 {
	font-size: 3.5vw;
	margin-bottom: 20px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.7;
}
	
	
}

/* --------------------------　ニュース　-------------------------- */

.content_news {
  position: relative;
}
.news_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 3%;
    display: block;
    padding: 15px 40px;
}
.news_title:hover {
  opacity: 0.5;
}

.news_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.content_news ul {
  width: 70%;
  min-width: 1120px;
  margin: 0 auto;
}
.content_news ul li:first-child {
  border-bottom: 1px #000 solid;
}
.content_news ul a {
  font-size: 1.5rem;
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.content_news ul a:hover {
  opacity: 0.5;
}
.content_news ul a p {
  padding: 0;
}
.content_news ul a span {
  display: inline-block;;
  padding: 1px 12px;
  margin: 0 15px;
  font-size: 1.2rem;
  color: #fff;
  background: #000;
}
.content_news ul a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 1600px) {
  .content_news ul {
    width: 80%;
    min-width: auto;
    margin:0 0 0 20%; 
  }
}
@media screen and (max-width: 768px) {
  .news_title {
    position: relative;
    width: 100%;
    padding: 20px 0 10px;
    top: auto;
    left: auto;
  }
  .content_news ul {
    width: 100%;
    margin: 0;
  }
  .content_news ul li {
    padding: 10px;
  }
  
}

/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	width: 1120px;
	margin: auto;
	position: relative;
	padding: 80px 0 40px 0;
	z-index: 1;
}


.video_wrap  {
	width: 1120px;
	margin: auto;
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (max-width: 768px) {
	

.content_wrap  {
	width: auto;
	position: relative;
	padding: 30px 0 10px 0;
	z-index: 1;
	margin: 0 10px;
}
	
.video_wrap  {
	width: auto;
	margin: auto;
	padding: 30px 0;
	z-index: 1;
}

}




.title_style01 h2 {
	font-size: 5rem;
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 50px;
	color:#333;
}
.title_style01 h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: '';
  background: #0067e8;
}


.title_style02 h2 {
	font-size: 5rem;
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	color:#fff;
}
.title_style02 h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: '';
  background: #ea510f;
}

.h2_stitle {
	font-size: 16px;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}



@media screen and (max-width: 768px) {

.title_style01 h2 {
	font-size: 8vw;
	padding: 0 0 15px 0;
	text-align: center;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	color:#333;
}
.title_style01 h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  background: #0067e8;
}


.title_style02 h2 {
	font-size: 8vw;
	padding: 0 0 15px 0;
	text-align: center;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 25px;
	color:#fff;
}
.title_style02 h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: '';
  background: #ea510f;
}
	
.h2_stitle {
	font-size: 3.5vw;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

}








.bg_top00 {
	background:#fff;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.bg_top01 {
	background:#f6f6f6;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


.flex_photo02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flex_photo02 div {
	width: 50%;
}
.flex_photo02 img {
	width: 100%;
}

.topabout {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.topabout .logo {
	width:290px;
	padding-top:20px;
}
.topabout .logo img {
	width:100%;
}
.topabout .txt {
	width:810px;
}




.top_seminar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.top_seminar_item {
	width: 49%;
	line-height: 1.6;
	margin-bottom: 40px;
}
.top_seminar_item img {
	width: 100%;
}
.listph {
	width:100%;
	position: relative;
	margin-bottom: 15px;
}
.listph img {
	width:100%;
}
.online .cate {
	background: #0275cc;
	color:#fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	width: 100px;
	position: absolute;
	z-index: 1;
}
.taimen .cate {
	background: #fd6387;
	color:#fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	width: 100px;
	position: absolute;
	z-index: 1;
}
.listtitle {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
}
.bosyu_on {
	background: #1ebc38;
	color:#fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 5px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top:2px;
}


.more {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:20px;
	width:450px;
	font-size:1.6rem;
	background: #ea510f;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
}
.more:visited {
	color: #fff;
}
.more:hover {
	opacity:0.7;
}
.more:hover::after {
	border-left-color: #fff;
}

.flex_tch {
	display: flex;
	justify-content: space-between;
	margin: 0 50px 40px 50px;
	
}
.flex_tch_item {
	width: 25%;
	line-height: 1.6;
	text-align: center;
}
.flex_tch_item img {
	width: 100%;
	 height: 250px;
	border-radius: 50%;
	object-fit: cover;
}
.name_eng {
	color:#ea510f;
	font-family: 'Great Vibes', cursive;
	font-size: 2.4rem;
	position: relative;
	margin-top: -20px;
	margin-bottom: 10px;
}
.listname {
	font-size: 2rem;
	line-height: 1.2 !important;
}
.listname span {
	font-size: 1.4rem;
}
.banner01,
.banner02 {
	display: flex;
	justify-content: space-between;
}
.banner01 a {
	width: 49%;
	margin-bottom: 20px;
}
.banner02 a {
	width: 19%;
}
.banner01 img,
.banner02 img {
	width: 100%;
	border: 1px solid #cccccc;
}

.bg_cta {
	background:url("../../images/top/cta.jpg");
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #fff;
}
.cta_txt {
	text-align: center;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 20px !important;
}

.cta_btn {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: auto;
}






@media screen and (max-width: 768px) {
	
	
.bg_top00 {
	background:#fff;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.bg_top01 {
	background:#f6f6f6;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


.flex_photo02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flex_photo02 div {
	width: 50%;
}
.flex_photo02 img {
	width: 100%;
}

.topabout {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-direction:column;
}
.topabout .logo {
	width:200px;
	padding-top:10px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}
.topabout .logo img {
	width:100%;
}
.topabout .txt {
	width:auto;
	font-size: 4vw;
	line-height: 1.7;
}




.top_seminar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-direction:column;
}
.top_seminar_item {
	width: auto;
	line-height: 1.6;
	font-size: 3.5vw;
	margin-bottom: 20px;
}
.top_seminar_item img {
	width: 100%;
}
.listph {
	width:100%;
	position: relative;
	margin-bottom: 15px;
}
.listph img {
	width:100%;
}
.online .cate {
	background: #0275cc;
	color:#fff;
	font-size: 3.5vw;
	text-align: center;
	padding: 5px;
	width: 80px;
	position: absolute;
	z-index: 1;
}
.taimen .cate {
	background: #fd6387;
	color:#fff;
	font-size: 3.5vw;
	text-align: center;
	padding: 5px;
	width: 100px;
	position: absolute;
	z-index: 1;
}
.listtitle {
	font-size: 4.5vw;
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 0.1rem;
}
.bosyu_on {
	background: #1ebc38;
	color:#fff;
	font-size: 3.5vw;
	text-align: center;
	padding: 2px 5px;
	width: 50px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top:0px;
}


.more {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:10px;
	margin-bottom:30px;
	width:70%;
	font-size: 3.8vw;
	background: #ea510f;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
}
.more:visited {
	color: #fff;
}
.more:hover {
	opacity:0.7;
}
.more:hover::after {
	border-left-color: #fff;
}

.flex_tch {
	display: flex;
	justify-content: space-between;
	margin: 0 0px 20px 0px;
	flex-direction:column;
}
.flex_tch_item {
	width: auto;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.flex_tch_item img {
	width: 55%;
	 height: 195px;
	border-radius: 50%;
	object-fit: cover;
}
.name_eng {
	color:#ea510f;
	font-family: 'Great Vibes', cursive;
	font-size: 2.4rem;
	position: relative;
	margin-top: -20px;
	margin-bottom: 10px;
}
.listname {
	font-size: 5vw;
	line-height: 1.4 !important;
}
.listname span {
	font-size: 3.5vw;
}
.banner01 {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
}
	
.banner02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
.banner01 a {
	width: auto;
	margin-bottom: 10px;
}
.banner02 a {
	width: 49%;
	margin-bottom: 5px;
}
.banner01 img,
.banner02 img {
	width: 100%;
	border: 1px solid #cccccc;
}

.bg_cta {
	background:url("../../images/top/cta.jpg");
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #fff;
}
.cta_txt {
	text-align: center;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 20px !important;
	font-size: 3.8vw;
	line-height: 1.7;
}

.cta_btn {
	display: flex;
	justify-content: space-between;
	width: auto;
	margin: auto;
	flex-direction:column;
	margin-bottom: 15px;
}
.cta_btn a {
	margin-bottom: 0px !important;
}



}





.videoitem button {
	
}



.videoitem button {
	position: relative;
	display: inline-block;
	padding: 15px 20px 15px 50px;
	border: 0px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height: 90px;
	font-size:1.7rem;
	background: #ea510f;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 1.7;
}
.videoitem button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -8px;
	border: 10px solid transparent;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-left-color: #fff;
	transition: all .3s;
}
.videoitem button::before {
 font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;/*←ココ*/
  content: "\f03d";
  position: absolute;
	top:28px;
    left : 15px; 
  font-size: 2rem;
	z-index: 3;
	color:#fff;
	vertical-align: middle;/*加える*/
	display: inline-block;


}

.offer {
	background:#0152a5;
	padding: 40px 0;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	box-sizing: border-box;
}

.offer figure {
	padding: 0;
	margin: 0;
	max-width: 960px;
	margin: 0px auto;
}


@media screen and (max-width: 768px) {
	.offer {
	background:#0152a5;
	padding: 20px 0;
    background-size: cover;
	font-family:Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	box-sizing: border-box;
}

.offer figure {
	padding: 0;
	margin: 0;
	max-width: 960px;
	margin: 0px 15px;
}

}