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

html {
font-size: 62.5%;
}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 700px;
  background: #000;
  background:url(../../images/top/main02.jpg) ;
  background-position: top center;
  background-repeat: no-repeat;
}
.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: 0px;
	}
  .top_main {
    width: auto;
	 height: 1000px !important; 
	   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;
}

.bg00 {
	background: linear-gradient(#780202, #d81313);
	
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 30px 0;
	text-align: center;
}
.bg001 {
	background:url("../../images/top/bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
.bg00 p {
	color:#fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	line-height: 1.7;
font-family: 'Noto Serif JP', serif;
}

.t01 {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 20px;
	color:#000;
	line-height: 1.7;
font-family: 'Noto Serif JP', serif;
}
.t02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 2rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	
}
 
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec2c29; 
    margin-right: 10px;
	
}

.wtbg {
	padding: 30px;
	border-radius: 10px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 40px;
}

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




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



@media screen and (max-width: 768px) {
	
.bg00 {
	background: #ec2c29;
	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;
}
.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: 'Noto Serif JP', serif;
}
.t02 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}



ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	border-bottom: 1px dashed #313131;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.joblist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #ec2c29; 
    margin-right: 10px;
	
}

.wtbg {
	padding: 20px;
	border-radius: 10px;
	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;
}



	
}








.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: 15px 20px;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 0px 0 60px 0;
	width:400px;
	font-size:2.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.more:hover {
	background-color: #65c518;
	border: 2px solid #65c518;
}
.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: #111242;
	padding: 30px 0 30px 0;
}
.bottom_banner {
	display: flex;
	justify-content: space-between;
}
.bottom_banner div {
	width: 32%;
}
.bottom_banner div img {
	width: 100%;
}


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



.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;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 0px 0 40px 0;
	width:80%;
	font-size:4vw;
}
.more:hover {
	background-color: #4dad00;
	border: 2px solid #4dad00;
}
.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: #00357e;
	padding: 15px 0 5px 0;
}
.bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.bottom_banner div {
	width: auto;
	margin-bottom: 10px;
}
.bottom_banner div img {
	width: 100%;
}	
}



.illa {
	background:url(http://jsro.jp/ver2023/wp-content/themes/jsro/basic-seminar/images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 200px;
}
.title01 {
	background:url(../../images/top/title.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 30px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
}
.ph01 {
	width: 28%;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.6;
	padding: 40px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 4px gray;
	position: relative;
	z-index: 1;
	border-top: 1px solid #b8ced7;
	border-bottom: 1px solid #b8ced7;
}
.learn_box {
	
}
.learn_item {
	margin-bottom: 15px;
	 background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(33, 35, 83, 1) 10% 90%, rgba(255, 255, 255, 1));
	padding: 15px;
	color:#fff;
	
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.learn_title span {
	color:#ffff00;
}
.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;
}
.kaisai {
	font-size: 4rem;
	background: #111242;
	color:#fff;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.5rem;
}
.dete {
	font-size: 4.2rem;
	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: 380px;
}
.pricebg {
	background: #eff0ef;
	padding: 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: #111242;
}
.pricebg p {
	font-size: 1.4rem;
	line-height: 1.7;
}
.footer_info {
	color: #fff;
}
.red {
	color:#DE0003;
}
.copy {
	font-size: 1.2rem;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}
.toku {
	margin: 40px 0;
	width: 100%;
	
}
.toku img {
	width: 100%;
	height: auto;
	
}


@media screen and (max-width: 768px) {
.toku {
	margin: 20px 0;
	width: 100%;
	
}
.illa {
	background:url(http://jsro.jp/ver2023/wp-content/themes/jsro/basic-seminar/images/common/illa.png) ;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 120px;
	background-size: cover;
}
	
	
.title01 {
	background:url(../../images/top/title.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 4vw;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 30px;
}
.bulletbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.ph01 {
	width: 40%;
	margin: auto;
	margin-bottom: 20px;
}
.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background:url(../../images/top/title02.jpg) ;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 5vw;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 0px;
	box-shadow: 2px 2px 4px gray;
}
.learn_box {
	
}
.learn_item {
	width: auto;
	margin-bottom: 10px;
}
.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.learn_title {
	font-size: 4vw;
	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;
	text-align: center;
}
.kaisai {
	font-size: 5vw;
	background: #111242;
	color:#fff;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.5rem;
}
.dete {
	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: #111242;
}
.pricebg p {
	font-size: 3vw;
	line-height: 1.7;
}
.footer_info {
	color: #fff;
}
.red {
	color:#DE0003;
}
.copy {
	font-size: 2.5vw;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}
	
}

#gaiyou a  {
	color:#002BFA;
}


.koushi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.rev {
	flex-direction: row-reverse;
}
.koushi_ph {
	width: 25%;
}
.koushi_ph img {
	width: 100%;
	height: auto;
}
.koushi_deta {
	width: 70%;
	font-size: 1.5rem;
	line-height: 1.7;
	display: flex;
  justify-content: center;
 
	flex-direction: column;
}
.koushi_deta img {
	width: 200px;
	height: auto;
	margin-bottom: 25px;
}
.k_name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.k_name span {
	font-size: 4rem;
}

.keireki_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.keireki_box01 {
	width: 48.5%;
}
.keireki_box02 {
	width: 48.5%;
	
}
.keireki_box02 p {
	font-size: 1.5rem;
}

.title_reki {
	background: #0099e3;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 10px;
	margin-bottom: 15px;
	
}
.dnamebox .k_nameB {
	width: auto;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
	margin-top: 3px;
}
.dnamebox .k_nameB span {
	font-size: 2rem;
}

.rekibox {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 1.6;
	border-top:1px solid #b5b5b5;
	padding-top: 20px;
	margin-top: 20px;
}
.rekibox02 {
	font-size: 1.4rem;
	line-height: 1.6;
	border-top:1px solid #b5b5b5;
	padding-top: 20px;
	margin-top: 20px;
}
.rekiboxitem01 {
	width: 40%;
}
.rekiboxitem02 {
	width: 60%;
}
.rekiboxitem03 {
	width: 100%;
}
.rekiboxitem03 img {
	margin-bottom: 20px;
}
.rekibox h5,
.rekibox02 h5 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.rekiboxitem02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rekiboxitem02 li {
	width: 49%;
}

.sp-wrap {
	border-bottom: 1px solid #c4c3c3;
	padding-bottom: 50px;
	margin-bottom: 50px;
}


@media screen and (max-width: 768px) {
	
.koushi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	flex-direction: column;
}
.rev {
	flex-direction: row-reverse;
}
.koushi_ph {
	width: 60%;
	margin: 0 auto 20px auto;
}
.koushi_ph img {
	width: 100%;
	height: auto;
}
.koushi_deta {
	width: auto;
	font-size: 1.5rem;
	line-height: 1.7;
	display: flex;
  justify-content: center;
 
	flex-direction: column;
}
.koushi_deta img {
	width: 200px;
	height: auto;
	margin-bottom: 25px;
	text-align: center;
	margin: 0 auto 15px auto;
}
.k_name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0px;
}
.k_name span {
	font-size: 1rem;
}
.keireki_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.keireki_box01 {
	width: 48.5%;
}
.keireki_box02 {
	width: 48.5%;
	
}
.keireki_box02 p {
	font-size: 1.5rem;
}

.title_reki {
	background: #0099e3;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 10px;
	margin-bottom: 15px;
	
}
.dnamebox .k_nameB {
	width: auto;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 0px;
	margin-top: 3px;
}
.dnamebox .k_nameB span {
	font-size: 1.4rem;
}

.rekibox {
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
	line-height: 1.6;
	border-top:1px solid #b5b5b5;
	padding-top: 15px;
	margin-top: 15px;
	flex-direction: column;
}
.rekiboxitem01 {
	width: auto;
	margin-bottom: 10px;
}
.rekiboxitem02 {
	width: auto;
}
.rekibox h5{
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.rekiboxitem02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.rekiboxitem02 li {
	width: auto;
}
.rekibox02 {
	font-size: 1.3rem;
}	
	
}


.nittei {
	background:url(../../images/top/title02.jpg) ;
	background-size: cover;
	padding: 30px 0 60px 0;
}

.nittei .title {
	color:#fff;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 5rem;
	font-weight: bold;
}
.schedule {
	display: flex;
	justify-content: space-between;
}
.schedule-item {
	width: 49%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.schedule-item .area {
	background: #3f8ec3;
	padding: 2px 15px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.schedule-item .dete {
	font-family: 'Suwannaphum', serif;
	font-size: 3rem;
}
.schdate {
	font-size: 2rem;
	font-weight: bold;
}
.schdate span {
	font-size: 5rem;
	color:#df4444;
	margin: 0 3px;
	
}
table#sch {
    width: 100%;
    border: 2px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.7rem;
}

table#sch th {
    padding: 5px 10px;
    border: 2px #fff solid;
    background: #444444;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
vertical-align: middle;
}
table#sch td {
    padding: 5px;
    border: 2px #fff solid;
    text-align: center;
vertical-align: middle;
	
}

.schedule-item .more {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 10px 0 0px 0;
	width:100%;
	box-sizing: border-box;
	font-size:2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

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

.nittei {
	background:url(../../images/top/title02.jpg) ;
	background-size: cover;
	padding: 20px 0 20px 0;
}

.nittei .title {
	color:#fff;
font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.schedule {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.schedule-item {
	width: 100%;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.schedule-item .area {
	background: #3f8ec3;
	padding: 2px 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.schedule-item .dete {
	font-family: 'Suwannaphum', serif;
	font-size: 2rem;
}
.schdate {
	font-size: 2rem;
	font-weight: bold;
}
.schdate span {
	font-size: 3rem;
	color:#df4444;
	margin: 0 3px;
	
}
table#sch {
    width: 100%;
    border: 2px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.3;
}

table#sch th {
    padding: 5px 10px;
    border: 2px #fff solid;
    background: #444444;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#sch td {
    padding: 5px;
    border: 2px #fff solid;
    text-align: center;
	
}
	
.schedule-item .more {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-color: #4dad00;
	border: 2px solid #4dad00;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 10px 0 0px 0;
	width:100%;
	box-sizing: border-box;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

	
}