@charset "utf-8";


#mainContents{}
.sectionInner{}


/* FV */
#fvSec{}
#fvSec .sectionInner{}
#fvSec .titleBox{
    position: relative;
    width: 100%;
    aspect-ratio: 5/2;
    max-width: 480px;
    border-radius: 5px;
    background: url(../images/main/fv_sp01.jpg);
    background-size: cover;
    margin: 1rem auto 1.5rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
#fvSec .titleBox:before{
    content:"";
    position:absolute;
    background: url(../images/main/fv_las01.png);
    width: 80px;
    height:100px;
    left: 5px;
    bottom: 5px;
}
#fvSec .titleBox .title,
#fvSec .titleBox .text{text-align:center;color:#fff;filter: drop-shadow(0px 0px 3px #000);}
#fvSec .titleBox .title{
    /* order: 2; */
}
#fvSec .titleBox .text{
    margin: -0.5rem auto 0;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #fff; /* 下線 */
    padding: 0 0.6rem 2px;
}
#fvSec .description{}
#fvSec .description p{
    font-size: 1.4rem;
    text-align: center;
}


/* コンテンツ */
#contentsArea{}
#contentsArea .sectionInner{}

/* 検索窓 */
#searchSec{}
#searchSec .sectionInner{}
#searchSec form.listBox{
    margin-bottom: 3rem;
}
#searchSec form.listBox .formRow{
    border: 1px solid #dddddd;
    border-radius: 7px;
    margin-bottom: 1rem;
    padding: 1.2em 2rem;
    gap: 6%;
}

#searchSec form.listBox .formRow .listItem{}
#searchSec form.listBox .formRow .listItem.halfWidth{
    width: 47%;
}

#searchSec form.listBox .formRow .listItem.halfWidth:first-child{position:relative;}
#searchSec form.listBox .formRow .listItem.halfWidth:first-child:after{content:"";position:absolute;height: 90%;width: 2px;background: #ddd;top: 0;bottom: 0;margin: auto;right: -7.5%;}
#searchSec form.listBox .formRow .listItem .heading{
    line-height: 1.2;
    padding: 2px 4px 5px 4px;
    margin: 0.2em auto 0.2em;
}
#searchSec form.listBox .formRow .listItem .heading span{font-size: 70%;padding: 0.1em 0.8em;margin-left: 0.3em;\: -0.9em;border:1px solid;border-radius: 1em;}
#searchSec form.listBox .formRow .listItem select{
    border: none;
    background: #fafafa;
    padding: 3px;
    width: 100%;
}
#searchSec form.listBox .formRow .listItem select option{
    color: initial;
}
#searchSec form.listBox .formRow .listItem select option.categoryList{/* display:none; */}
#searchSec form.listBox button{
    font-size: 2.1rem;
    background: #ef8346;
    color: #fff;
    border-bottom: 5px #c34a14 solid;
    border-radius: 10px;
    margin: auto;
    padding: 0.45em 5.5em;
    width: auto;
    transition: 0.2s ease-in-out;
}
#searchSec form.listBox button:hover{opacity: 0.8;}
#searchSec form.listBox .submitBox{text-align:center;}

/* おすすめ語学学校 */
#recommendSec{
    background: #f7f7f7;
    margin: auto;
}
#recommendSec .sectionInner{
    padding: 2em 0;
}
#recommendSec .titleBox{}
#recommendSec .titleBox .title{
    font-size: 1.6rem;
}
#recommendSec .schoolScroll{
    overflow-x: auto;
}
#recommendSec .recommendSchoolLists{
    margin: 2rem auto;
    gap: 1em;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner{}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard{
    display: grid;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolInfo{
    order: 2;
    width: 90%;
    font-size: 1.4rem;
    margin: 0.5em auto 0;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolInfo h3{
    font-size: 1em;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolInfo p{
    font-size: 1em;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolInfo p strong{
    margin-left: 1em;
}


#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolImg{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolImg img{
    background: #444;
    object-fit: cover;
    height: 100%;
    width: auto;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolImg button{
    position: absolute;
    background: #fff;
    color: red;
    right: 8px;
    bottom: 8px;
    font-size: 2rem;
    line-height: 1;
    padding: 5px 6.5px;
    border-radius: 2rem;
}
#recommendSec .recommendSchoolLists .recommendSchoolInner .schoolCard .schoolImg button.active{}
