@charset "UTF-8";
/*---------------------------------------------------------
大学受験差し替え
---------------------------------------------------------*/

.semi-ttl{
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
}
.fc-wam-green{
        color: #007440;
}

/*WAMは生徒さん一人ひとりの苦手・弱点に合わせた指導をします!*/
.column-1{
    display: flex;
    flex-direction:column;
}
.column-1 > div{
	/*width:calc(100% / 1);*/
	padding: 1%;
}
.column-2{
    display: flex;
}
.column-2 > div{
	width: 50%;
	padding: 1%;
	display: flex;
	align-items: stretch;
}
.column-2none{
    display: flex;
}
.column-2none > div{
	width: 50%;
	padding: 1%;
	display: flex;
	align-items: stretch;
}
.fl-stretch{
	display: flex;
    align-items: stretch;
}
.border-dotted-brown{
    border: 4px dotted #773e0e;
    background: #fff;
}
.coaching-ttl,.coaching-ttl01{
	line-height: 1.3;
}
.coaching-ttl{
    text-align: center;
    font-weight: 700;
    color: #773e0e;
    font-size: clamp(1.8rem, 4vw, 3rem);
}
.coaching-ttl01{
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.coaching-ttl02{
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    text-align: center;
    color: #000;
}
.coaching-border01,.coaching-border02,.coaching-border-none{
    border-radius: 1vh;
    width: 100%;
}
.coaching-border01 img,.coaching-border02 img,.coaching-border-none img{
    padding: 5%;
}
.coaching-border01{
border: 2px solid #009687;
}
.coaching-border02{
border: 2px solid #660066;
}
.bg-coaching01,.bg-coaching02,.bg-coaching03,.bg-coaching04{
	padding: 1vh .5vw;
}
.bg-coaching01{
    background: #009687;
}
.bg-coaching02{
    background: #660066;
}
.bg-coaching03{
    background: #d9efed;
}
.bg-coaching04{
    background: #e8d9e8;
}
.list-coaching-g,.list-coaching-p{
    list-style: none;
    margin: 0;
    padding: 2%;
}
.list-coaching-g > li,.list-coaching-p > li{
  text-indent: -1em;
  padding-left: 1em;
      line-height: 1.3;
    margin-bottom: 1vh;
        font-size: clamp(1.3rem, 3vw, 1.8rem);
        font-weight:700;
}
.list-coaching-g > li:before,.list-coaching-p > li:before{
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.list-coaching-g{

}
.list-coaching-p{

}
.list-coaching-g > li:before{
  background-color: #009687; /* 背景色指定 */
}
.list-coaching-p > li:before{
  background-color: #660066; /* 背景色指定 */
}
.pct-cover{
    object-fit: cover;
}
.schedule-bg01,.schedule-bg02{
    padding: 2%;
    border-radius: 1vh;
}
.schedule-bg01{
    background: #cfe9fc;
}
.schedule-bg02{
    background: #def1d0;
}
.schedule-ttl01,.schedule-ttl02{
    font-size: clamp(1.6rem, 2vw, 2.25rem);
    font-weight: 700;
    text-align: center;
}
.schedule-ttl01{
    color: #0071af;
}
.schedule-ttl02{
    color: #007240;
}
@media screen and (max-width: 640px) {
.column-2{
    flex-direction: column;
}
.column-2 > div{
	width: 100%;
}
}

/*WAMは志望大学・学部に特化した指導をします!*/