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

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1190px;
  background: #000;
  background:url(../../images/top/main01.jpg) ;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 88px;
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.top_main_sp {
	display: none;
	margin-top: 59px;
}

@media screen and (max-width: 768px) {
	.top_main_sp {
		display: block;
		margin-top: 59px;
	}
  .top_main {
    width: auto;
	 height: 1000px; 
	   background:url(../../images/top/main01_sp.jpg) ;
	  background-size:100%;
	  background-repeat: no-repeat !important; 
	   top:0;
	  margin-top: 59px;
	  display: none;
	  
  }
  .top_main_title {
    width: 95%;
	 display: flex;
   justify-content: center;
  align-items: center;
	flex-direction: column;
	 
	   top: 0;
  }
	.top_main_title img {
    width: 100%;
  }
}


.main_t01 {
	font-size: 5.5rem;
	margin: 0;
	padding:  0;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.main_t02 span {
	font-size: 3rem !important;
}

@media screen and (max-width: 768px) {
.main_t01 {
	font-size: 6vw;
	margin: 0;
	padding:  0;
	
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.main_t02 {
	font-size: 3vw;
	
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
.main_t02 span {
	font-size: 4.5vw !important;
}


}




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

.content_news {
  position: relative;
  background:#232323;
}
.news_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0%;
    display: block;
    padding: 18px 0px;
	width: 10%;
	text-align: center;
	border-left: solid 1px #434343;
	color: #fff;
}
.news_title:hover {
  opacity: 0.5;
}
.news_title:before {
    content: attr(data-text);
    display: block;
    font-size: 2rem;
    line-height: 1.2;
}
.news_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.content_news ul {
  width: 90%;
  margin: 0 0px 0 0px;
	border-right: solid 0px #434343;
}
.content_news ul li:first-child {
  border-bottom: 1px #434343 solid;
}
.content_news ul a {
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px 10px 10px;
  position: relative;
  color: #fff;
}
.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: -4px 15px 0 15px;
  font-size: 1rem;
  color: #fff;
border: 0px solid #000;
  background: #004aaa;
}
.content_news ul a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -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: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.content_wrap.lead {
    margin: 50px auto;
}

.notepad {
    margin: 20px auto;
    padding: 10px 20px;
    border: 2px solid #094894;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	background: repeating-linear-gradient(-45deg, #f4fbfe, #cce9fa 14px, #def4ff 14px);
}

.notepad-content p {
    font-size: 20px;
    color: #000;
    background-size: 100% 2.5em;
	line-height: 2em;
    padding: 0.5em;
    text-shadow: 0 0 10px #fff;
	text-align: justify;
}

.schedule {
    margin: 35px auto 50px;
    font-family: Arial, sans-serif;
    color: #333;
}

.session-title {
    font-size: 3rem;
    color: #094894;
    background-color: #F5B516;
    padding: 10px;
    margin: 20px 0 10px;
    border-radius: 5px;
}

.session {
    background-color: #f9f9f9;
    padding: 7px 15px 3px;
    border: 2px solid #094894;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
	font-size: 20px;
}

.item {
	display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 3px dotted #094894;
    align-items: center;
}

.item:last-child {
    border-bottom: none;
}

.label {
    font-weight: bold;
    color: #094894;
	width: 15%;
    text-align: center;
	background: #e0dfdf;
    border-radius: 3px;
}

.detail {
    width: 80%;
    line-height: 1.4;
    padding-left: 22px;
	text-align: left;
}

.jasd_color {
    font-size: 17px;
    color: #DD5217;
	line-height: 1.25;
    display: inline-block;
}

.bg001 {
	background:url("../../images/top/bg05.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
.bg002 {
	background:url("../../images/top/bg04.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
.bg00 p {
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.t01 {
	font-size: 34px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 20px;
	color:#000;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.t02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

ul.joblist {
	width: 60%;
}

ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 2.6rem;
	line-height: 130%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 3px dotted #9d9b9b;
	padding-bottom: 19px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-left: 1.4em;
    text-indent: -1.4em;
	padding-top: 7px;
}
 
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;/*←ココ*/
	content: "\f5ad";
    position: relative;
    left: 0em;
    color: #00A0E9;
    margin-right: 10px;
	
}

.wtbg {
	padding: 30px;
	border-radius: 3px;
	background:rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 0px;
	border: 2px solid #00A0E9;
}

.bg01 {
	padding: 60px 0;
	/* border-bottom: 1px solid #cccccc; */
}

.check_box {
    border: 5px solid #1D2087;
    padding: 20px 20px 0;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #0000005e;
}

ul.checklist li {
    list-style: none;
    text-align: left;
    font-size: 28px;
    line-height: 180%;
    border-bottom: 3px dotted #9d9b9b;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

ul.joblist li:last-child {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}

ul.checklist li:last-child {
	border-bottom: none;
	}
	
ul.checklist > li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14b";
    position: relative;
    left: 0em;
    color: #DD5217;
    margin-right: 10px;
    font-size: 24px;
}

.doctor {
	display: flex;
	justify-content: space-between;
}
.doctor_item {
	width: 49%;
}
.doctor_item img {
	width: 100%;
	margin-bottom: 15px;
}
.doctorinfo {
	display: flex;
	justify-content: space-between;
}
.doctor_title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.doctor_sub {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.bg01 .title_style01 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	 color: #ec2c29;
	letter-spacing: 0.2rem;
}
.bg01 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #000;
	font-size: 1.2rem;
}
br.instructor_br {
    display: none;
}

@media screen and (max-width: 768px) {
.wtbg02 {
	padding: 10px;
	border-radius: 10px;
	background:rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 10px;
}

.bg00 {
	background: #c20205;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0;
	text-align: center;
}
.bg001 {
	background: #eeeeee;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0;
	text-align: center;
	margin: 20px 0;
}
.bg002 {
	background: #eeeeee;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 0;
	text-align: center;
}
.bg00 p {
	color:#fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0;
	padding-bottom: 0;
}
.t01 {
	font-size: 4.5vw;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 10px;
	color:#000;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.t02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
ul.joblist {
	width: auto;
}
ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 140%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;/*←ココ*/
	content: "\f5ad";
    position: relative;
    left: 0em;
    color: #00A0E9;
    margin-right: 10px;
}
.wtbg {
	padding: 15px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.bg01 {
	padding: 20px 0;
	/* border-bottom: 1px solid #cccccc; */
}
.bg01 .title_style01 h2 {
	font-size: 2rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	 color: #ec2c29;
	letter-spacing: 0.2rem;
}
.bg01 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #000;
	font-size: 1.2rem;
}
.doctor {
	display: block;
	justify-content: space-between;
}
.doctor_item {
	width: 100%;
}
.doctor_item img {
	width: 100%;
	margin-bottom: 15px;
}
.doctorinfo {
	display: flex;
	justify-content: space-between;
}
.doctor_title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.doctor_sub {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.label, .detail {
	width: 100%;
}
.label {
    text-align: left;
    padding-left: 5px;
}
.detail {
	margin-top: 8px;
	padding-left: 0;
}
.notepad {
    padding: 10px 0;
}
.schedule {
    margin: 20px auto 20px;
}
br.instructor_br {
    display: block;
}
.content_wrap.instructor {
    margin-bottom: 30px;
}
.session-title {
    font-size: 2.6rem;
}
h3.tuition_title {
    font-size: 2.6rem;
}
h4.tuition_item,
h4.venue_title {
    font-size: 2.2rem;
}
p.tuition_text {
    line-height: 2.3rem;
}
}

.top_rinen {
	font-size: 3.8rem;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}

.bg02 {
	background:url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0;
	text-align: center;
	background-size: 100%;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.flexbox_item01 {
	width: 49%;
}
.flexbox_item02 {
	width: 49%;
}
.flexbox_item01 img,
.flexbox_item02 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.flexbox h2 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 25px;
}
.flexbox h3 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 25px;
}

.flex_txtbox {
	padding: 20px 0 30px 0;
}

.flex_txtbox p {
	line-height: 1.7;
}
.last {
	margin-bottom: 0 !important;
}

.more {
	position: relative;
	display: inline-block;
	padding: 30px 20px;
	background-color: #094894;
	border: 2px solid #094894;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 20px 0 60px 0;
	width:800px;
	font-size:3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.more:hover {
	background-color: #1068d4;
	border: 2px solid #1068d4;
}
.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;
}
a.more {
	color: #fff !important;
}
.more:hover::after {
	border-left-color: #fff;
}

.bg03 {
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}
.bg03 .title_style01 h2 {
	font-size: 4.2rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	color:#294c94;
	
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.bg03 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #222;
	font-size: 1.2rem;
}

.top_news_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c6c5c5;
}

.top_news_list li a {
	display: flex;
	justify-content: space-between;
}
.listdate {
	margin-right: 10px;
}
.cate_news {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_academy {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_club {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_school {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.cate_hometown {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background:#ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}
.listtxt {
	width: 75%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infobox {
	display: flex;
	justify-content: space-between;
}
.infobox_item01 {
	width: 70%;
}
.infobox_item02 {
	width: 27%;
}

.bg04 {
	background: #fff;
	padding: 60px 0 60px 0;
}

.top_sdgs {
	display: flex;
	justify-content: space-between;
}
.top_sdgs div {
	width: 49%;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
.top_sdgs div img {
	width: 100%;
}

.bg05 {
	background: #F5B516;
	padding: 30px 0 30px 0;
}
.bottom_banner {
	display: flex;
	justify-content: center;
}
.bottom_banner:first-child {
    margin-bottom: 20px;
}
.bottom_banner div {
	width: 32%;
	margin: 0 10px;
}
.bottom_banner div img {
	width: 100%;
}
.sp_career {
    margin-left: 84px;
	font-size: 20px;
}
h3.tuition_title {
    font-size: 3rem;
    color: #094894;
    border-left: 6px solid #094894;
    padding: 1px 0 2px 6px;
}
h4.tuition_item {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #F5B516;
}
p.tuition_text {
    margin-top: 10px;
	line-height: 2.3rem;
}
dl#gaiyou.gaiyou_space {
    margin-bottom: 42px;
}
dl#gaiyou .gaiyou_dt,
dl#gaiyou .gaiyou_dd {
    height: 46px;
}
#gaiyou .gaiyou_dt {
    line-height: 1.3;
}
dl#gaiyou .gaiyou_dd {
    padding: 19px 15px 9px;
}
h4.venue_title {
    padding: 0;
}
.content_wrap.access {
    margin: 40px auto;
}
.access_wrapper {
    padding: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 20px auto;
    border: 2px solid #F5B516;
}
ul.access_list {
	font-size: 2.1rem;
}
ul.access_list li {
    border-bottom: 3px dotted #ccc;
}
span.access_icon {
    margin-right: 6px;
}

@media screen and (max-width: 768px) {
.content_wrap  {
	width: auto;
	margin: auto 10px;
	position: relative;
	z-index: 1;
}

.content_wrap.lead {
    margin: 30px 10px 0;
}

.notepad-content p {
    font-size: 16px;
    line-height: 28px;
	padding: 0.25em 1em;
}

.top_rinen {
	font-size: 4.8vw;
	color:#000;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}

.bg02 {
	background: #fff;
	padding: 30px 0 30px 0;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	margin-bottom: 40px;
}
	.rev {
		flex-direction: column-reverse;
	}
.flexbox_item01 {
	width: auto;
	margin-bottom: 30px;
}
.flexbox_item02 {
	width: auto;
	margin-bottom: 30px;
}
.flexbox_item01 img,
.flexbox_item02 img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.flexbox h2 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 6vw;
	text-align: center;
	margin-bottom: 15px;
}
.flexbox h3 {
	
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 4.5vw;
	text-align: center;
	margin-bottom: 15px;
}

.flex_txtbox {
	padding: 0px 0 0px 0;
}

.flex_txtbox p {
	line-height: 1.7;
	font-size: 4vw;
}
.last {
	margin-bottom: 0 !important;
}

.more {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 10px 0 40px 0;
	width:80%;
	font-size:4vw;
}
.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;
}
a.more {
	color: #fff !important;
}
.more:hover::after {
	border-left-color: #fff;
}

.bg03 {
	background: #f3f3f3;
	padding: 30px 0 30px 0;
}
.bg03 .title_style01 h2 {
	font-size: 7vw;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 30px;
	color:#294c94;

	font-weight: bold;
	letter-spacing: 0.2rem;
}
.bg03 .title_style01 h2:after {
    content: attr(data-text);
    display: block;
    line-height: 1.4;
    text-align:center;
    color: #222;
	font-size: 3vw;
}

.top_news_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c6c5c5;
}

.top_news_list li a {
	display: block;
	justify-content: space-between;
}
.listdate {
	float: left;
}
	
.cate_news {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_academy {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background:#ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_club {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_school {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background:#ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}
.cate_hometown {
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #ec2c29;
	color: #fff !important;
	font-size: 3vw;
	text-align: center;
	float: right;
}

.listtxt {
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 4vw;
}

.infobox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.infobox_item01 {
	width: auto;
	margin-bottom: 30px;
}
.infobox_item02 {
	width: auto;
}

.bg04 {
	background: #fff;
	padding: 20px 0 20px 0;
}

.top_sdgs {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.top_sdgs div {
	width: auto;
	font-size: 4vw;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
.top_sdgs div img {
	width: 100%;
	margin-bottom: 15px;
}

.bg05 {
	background: #e65219;
	padding: 15px 0 5px 0;
}
.bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bottom_banner:first-child {
    margin-bottom: 0;
}
.bottom_banner div {
	width: auto;
	margin-bottom: 10px;
}
.bottom_banner div img {
	width: 100%;
}
h4.venue_title {
    padding: 0 10px 0;
}
ul.access_list {
    font-size: 1.8rem;
}
ul.access_list li {
    line-height: 2.8rem;
    padding: 13px 0;
}
.content_wrap.access {
    margin: 20px auto;
}
.access_wrapper {
    padding: 0 15px 15px;
    margin: 10px;
}
}

h2.title_taidann {
    margin-top: 100px;
}

.illa {
	background:url(../../images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 200px;
}
.title01 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 30px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
}
.ph01 {
	width: 37%;
	margin-left: 20px;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background: url(../../images/top/title_sporty02.png) center center / 100%;
    background-position: center center;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	/* font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; */
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 0px;
	border: 6px solid #ddf2ff;
    overflow: hidden;
    position: relative;
	text-shadow: 1px 1px 1px #000000b5;
	border-radius: 58px;
}
/* main h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 40px 40px 0 0;
    border-style: solid;
    border-color: #ddf2ff #fff #ddf2ff;
} */

.learn_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.learn_item {
	width: 48%;
	margin-bottom: 15px;
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.casebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.casebox div {
	width: 32%;
}
.casebox div img {
	width: 100%;
	height: auto;
}
.logo {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}
.logo img {
	width: 100%;
	height: auto;
}
.pcenter {
	text-align: center;
}
.url {
	font-size: 5rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.kaisai {
	font-size: 4rem;
	background: #c20205;
	color:#fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	line-height: 100%;
	padding: 20px;
}
.dete {
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2rem;
}
.dete span {
	font-size: 3rem;
}
.guide {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.guideitem {
	width: 49%;
}
.guideitem iframe {
	width: 100%;
	height: 435px;
}
.guideitem img {
	width: 100%;
	height: auto;
}
.pricebg {
	background: #eff0ef;
	padding: 40px;
	margin-bottom: 40px;
}

.price_title {
  position: relative;
  padding: 0rem;
  text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.price_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e65219;
}
.pricebg p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
}
.footer_info {
	color: #fff;
}
.footer_info a {
	color: #fff;
}
.red {
	color:#DE0003;
}
.copy {
	font-size: 1.2rem;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}

@media screen and (max-width: 768px) {
.illa {
	background:url(../../images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 120px;
	background-size: cover;
}
	
	
.title01 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 5vw;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 15px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.ph01 {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background:url(../../images/top/title_sporty02.png) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 7vw;
	/* font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; */
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 0px;
}
.learn_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.learn_item {
	width: auto;
	margin-bottom: 15px;
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.casebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.casebox div {
	width: 32%;
}
.casebox div img {
	width: 100%;
	height: auto;
}
.logo {
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.logo img {
	width: 100%;
	height: auto;
}
.pcenter {
	text-align: left;
	font-size: 3.5vw
}
.url {
	font-size: 8vw;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.kaisai {
	font-size: 5vw;
	background: #c20205;
	color:#fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2rem;
	line-height: 1.5;
	padding: 10px;
}
.dete {
	font-family: 'Roboto', sans-serif;
	font-size: 10vw;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0rem;
	text-align: center;
}
.dete span {
	font-size: 4vw;
}
.guide {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-direction:column;
}
.guideitem {
	width: auto;
}
.guideitem iframe {
	width: 100%;
	height: 250px;
}

.pricebg {
	background: #eff0ef;
	padding: 20px;
}

.price_title {
  position: relative;
  padding: 0rem;
  text-align: center;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 20px;
}

.price_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e65219;
}
.pricebg p {
	font-size: 3vw;
	line-height: 1.7;
}
.footer_info {
	color: #fff;
	font-size: 3.5vw
}
.red {
	color:#DE0003;
}
.copy {
	font-size: 2.5vw;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}
	
}

#gaiyou a  {
	color:#002BFA;
}


.speaker {
	display: flex;
	justify-content: space-between;
	background: #def5ff;
	padding: 40px;
	border-radius: 6px;
}
.speaker:first-child {
    border-bottom: 3px dotted #094894;
}
.speaker01 {
	width: 20%;
}
.speaker02 {
	width: 75%;
	display: flex;
  justify-content: center;
	flex-direction: column;
}
.speaker02 p {
	line-height: 1.7;
}
.speaker01 img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 50%;
}
.sp_name {
	font-weight: bold;
	line-height: 1.4;
    font-size: 20px;
	/* border-bottom: 3px dotted #00B897; */
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sp_name02 {
	font-size: 30px;
	margin-top: 3px;
	color:#094894;
}
.sp_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#000;
	font-size: 32px;
}
.speaker_sub_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.speaker_sub {
	width: 45%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
  justify-content: center;
  
	flex-direction: column;
}
.speaker_sub .sp_name {
	font-size: 18px;
	line-height: 1.7;
}
.speaker_sub .sp_name span {
	font-size: 22px;
}
.speaker_sub .sp_title {
	font-size: 20px;
	line-height: 1.7;
}
.sanka {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.kaisai span {
	font-size: 22px;
}
.kinkyu {
	border: 3px solid #ff0000;
	padding: 10px;
	color:#ff0000;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
}
.content_wrap.instructor {
    background: #def5ff;
    border-top: 3px dotted #094894;
    padding: 40px;
    box-sizing: border-box;
}
.instructor_name {
    font-size: 20px;
}
.instructor_time {
    font-weight: bold;
    color: #094894;
}
.instructor_icon1,
.instructor_icon2 {
    color: #094894;
}
.instructor_icon1 {
    margin: 0 10px;
}
.instructor_icon2 {
    display: none;
}

@media screen and (max-width: 768px) {
	.speaker {
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
	padding: 20px;
}
.speaker01 {
	width: 60%;
	margin: 0 auto 20px auto;
}
.speaker02 {
	width: auto;
	display: flex;
  justify-content: center;
  font-size: 4vw;
	flex-direction: column;
	line-height: 1.8;
}
.speaker02 p {
	line-height: 1.7;
	font-size: 1.4rem;
}
.speaker01 img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
    border-radius: 50%;
}
.sp_name {
	font-weight: bold;
	font-size: 3.7vw;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.7;
	text-align: center;
}
.sp_name span {
	font-size: 6vw;
	margin-left: 0px;
}
.sp_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color:#000;
	font-size: 5vw;
	line-height: 1.7;
}
.speaker_sub_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.speaker_sub {
	width: 100%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
  justify-content: center;
  
	flex-direction: column;
}
.speaker_sub .sp_name {
	font-size: 4vw;
	line-height: 1.7;
}
.speaker_sub .sp_name span {
	font-size: 5vw;
}
.speaker_sub .sp_title {
	font-size: 5vw;
	line-height: 1.7;
}
.sanka {
	text-align: center;
	font-weight: bold;
	font-size: 5vw;
}
.kaisai span {
	font-size: 4vw;
	
}
.kinkyu {
	border: 3px solid #ff0000;
	padding: 10px;
	color:#ff0000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
	line-height: 1.7;
}
.sp_career {
    margin-left: 84px;
	font-size: 14px !important;
}
}

.cc01 {
	color:#ed7300;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.syoku {
	background: #fff;
    display: inline-block;
    text-align: center;
    color: #094894;
    font-size: 2.2rem;
    font-weight: bold;
    width: 321px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px solid #094894;
}
.pcimg {
		display: block;
	}
	.spimg {
		display: none;
	}

.ctablock {
	margin-bottom: 40px;
}
.tokutentitle {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	color:#ea5514;
	margin-bottom: 20px;
}
.kome {
	text-align: center
}
h2.title_taidann {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
.cc01 {
	color:#ed7300;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: center;
}
.syoku {
	background: #fff;
	display: block;
	text-align: center;
	color:#094894;
	font-weight: bold;
	width: auto;
	margin-bottom: 10px;
	font-size: 2.2rem;
	border-radius: 25px;
	border: 1px solid #094894;
}
.pcimg {
	display: none;
}
.spimg {
	display: block;
}
.ctablock {
	margin-bottom: 30px;
}
.tokutentitle {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	color:#ea5514;
	margin-bottom: 0px;
}
.kome {
	text-align: center;
	font-size: 1.2rem;
}
.instructor_icon1 {
    display: none;
}
.instructor_icon2 {
    display: block;
	margin-left: 5px;
}
.instructor_time {
    display: flex;
	justify-content: start;
}
.instructor_name {
    line-height: 31px;
}
}