@charset "utf-8";
/* CSS Document */


.page-title-ones h1{
	color:#E95312;
}
.schedule-background-color{
	background-color:#F9F3EE;
}
.schedule{
	width: 80%;
	margin: auto;
	color: #57453C;
	padding-top:50px;
	padding-bottom:100px;
}
.schedule-page-title{
	text-align: center;
	padding:50px 0 30px 0;
}
.schedule-page-title h1{
	color: #EA5513;
	border-bottom: 4px solid #EA5513;
	display: inline-block;
	margin: 0px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
	font-family:'arial black',serif;
}
.schedule-page-title p{
	font-size: 15px;
	font-weight: bold;
	color: #57453C;
}

.schedule-page-title2{
	margin-bottom: 24px;
}
.schedule-page-title2 h2{
	border-bottom: 4px solid #EA5513;
	margin: 0px;
	color: #EA5513;
	font-size: 32px;
	font-weight: bold;
}
.schedule-span{
	font-weight: inherit;	
	margin-left: 15px;		
	font-size: 20px;
	color: #57453C;
}
.trainer-box{
	width: 100%;
	max-width: 700px;
	border: 4px solid #EA5513;
	/*border-bottom: 4px solid #EA5513;*/
	display: flex;
	background-color: #fff;
	justify-content: space-around;
	margin: 50px auto 80px auto;
}
.trainer-box-item{
	flex-grow: 1;
	margin: auto;
	padding-right: 0px;
}
.trainer-item1{
	border-bottom: 4px solid #EA5513;
	font-size: 30px;
	font-weight: bold;
	/*margin-right: 10px;*/
}
.trainer-item1-1{
	background-color: #57453C;
	color: #fff;
	display: inline-block;
    padding: 0px 8px; 
}
.trainer-item2{
	font-size: 18px;
}
.trainer-img{
	width: 50%;
	max-width: 300px;
	/*margin: 10px 10px 0 10px;*/
	margin-top: 10px;
	/*padding-left: 10px;*/
}
.trainer-img img{
	width: 100%;
	display: block;
}
.schedule-list{
	display: flex;
}
.schedule-list-item{
	padding-left: 50px;
	width: 40%;
}
.schedule-img{
	width: 640px; 
	width: 40%;
    margin: 0;
	padding: 24px;
	/*padding-right: 20px;*/
    
}
.schedule-list img{
	width: 100%;
    height: auto;
	border-radius: 18px;
}
.schedule-img{
	width: 40%;	
	padding-bottom: 57px;
}
.schedule-bottom{
	padding-bottom: 56px;
}
.list-item1{
	position: relative;
	color: #EA5513;
	font-weight: bold;
	font-size: 40px;
}
.list-item2{
	font-weight: bold;
	margin-left: 10px;
	font-size: 20px;
	position: relative;
    top: -4.5px;
}
.list-item3{
	font-size: 18px;
}

/*丸*/
.list-item1::before {
	position: absolute;
	top:14px;
	left: -43px;
	content: "";
	width: 20px;
    height: 20px;
    background-color: #EA5513;
    border-radius: 50%;
}




/*縦線*/
/*.schedule-img {
	position: relative;
}
.schedule-img::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #EA5513;
}*/

/*縦線2*/

.schedule-list-item{
	position: relative;
}
.schedule-list-item::before {
	position: absolute;
	left: 16px;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #EA5513;
}


@media(max-width:640px){
	
	.trainer-item1{
		font-size: 26px;
	}
	.trainer-item2{
		font-size: 14px;
	}
	.list-item1{
		font-size: 34px;
	}
	.list-item2{
		font-size: 16px;
	}
	.list-item3{
		font-size: 14px;
	}
	.schedule-page-title2 h2{
		font-size: 28px;
	}
	.schedule-span{
		font-size: 16px;
	}
	.schedule-img{
    /*width: 40%;*/	
	padding-bottom: 32px;
    }
}
@media(max-width:520px){
	
	.trainer-box{
		display:flex;
        flex-flow: column;
	}
	.trainer-img{
		width: 100%;
		max-width: 260px;
		margin: auto;
		margin-top: 10px;
	}
	.trainer-item1{
		font-size: 23px;
	}
	.trainer-item2{
		font-size: 13px;
	}
	.schedule-page-title2 h2{
		font-size: 25px;
	}
	.schedule-span{
		font-size: 14px;
	}
	.schedule-list{
		display:flex;
        flex-flow: column;
	}
	.schedule-img{
		width: 90%;
		padding-bottom: 0px;
	}
	
	.schedule-list-item{
		width: 90%;
		padding-left: 26px;
	}
	
	/*丸*/
	.list-item1::before {
	position: absolute;
	top:14px;
	left: -47px;
	content: "";
	width: 20px;
    height: 20px;
    background-color: #EA5513;
    border-radius: 50%;
	}
	
	/*縦線2*/
    .schedule-list{
	position: relative;
    }
    .schedule-list::before {
	position: absolute;
	left: -12px;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #EA5513;
    }
	
	/*線消し*/
    .schedule-list-item::before {
	background-color: transparent;
    }
}

.schedule-interview {
	background-color:#fff;
	border:solid 2px;
	padding:30px;
	border-radius:20px;
}
.schedule-interview h3{
	margin:0;
}
.schedule-interview h3::before{
	content:"■";
	margin-right:5px;
	color:#EA5513;
}

/*1日の流れTOPページについて*/
.schedule-top {
	
}
.schedule-top ul{
	list-style:none;
	display:flex;
}
.schedule-top ul li{
	width:25%;
	max-width:200px;
	position:relative;
	margin:50px;
}
.schedule-top ul li img{
	width:100%;
	z-index:2;
	position:relative;
}
.schedule-top ul li p{
	display:block;
	background-color:#fff;
	border:solid 2px #0070A5;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	position:absolute;
	top:-60px;
	right:-110px;
	z-index:0;
}

/*吹き出し*/
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 2px solid #0070a5;
  border-radius: 100px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #0070a5 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}

.honbu{
	border-color:#3FACDC!important;
}
.cs{
	border-color:#0070A5!important;
}
.fsr{
	border-color:#A5895D!important;
}
.mitsukaru{
	border-color:#1eb3eb!important;
}
.ones{
	border-color:#E95312!important;
}
.ones::before{
	border-color: #E95312 transparent transparent!important;
}
.arrowz{
	border-color:#372762!important;
}
.eastone{
	border-color:#B94B82!important;
}