
.pcView{ display: block;}
.spView{ display: none;}
.op {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/*メインイメージ -----------------------------*/

#focusMainBox {
    background: linear-gradient(to top, #f5f2e9 0%, #f5f2e9 10%, transparent 10%, transparent 100%);
}
.focusMain {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.contTitle{
    display: block;
    width: 20%;
    max-width: 156px;
    font-size: 1rem;
    border: #000 1px solid;
    padding: 0.3rem;
    margin: 0 0 0.3rem 0;
}

.focusMainText {
    padding: 3rem 0 0;
}
.focusMainText h1 {
    font-size: 3.6rem;
    font-weight: lighter;
    line-height: 1.2;
}
.focusMainText h1 .sub{
    display: block;
    font-size: 1.2rem;
}
.focusMainText h1 .sub2{
    font-size: 1.6rem;
    background-color: #ffec6d;
    padding: 0.2rem;
    display: block;
    width: 54%;
    max-width: max-content;
}
.leadText{
    margin: 0.4rem 0 0 0;
    line-height: 1.4;
}
.secondTitle{
    margin: 1.6rem 0;
    border-top: #000 1px solid;
    padding: 1.6rem 0 0 0;
}
.secondTitle h2{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: lighter;
}
.secondTitle .minTitle{ 
    display: block;
    font-size: 1.4rem; 
    margin: 0 0 0.3rem 0;
}
.foucsNumber{
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 0.5rem 0.3rem;
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: bold;
}
.mainMap {
    width: 100%;
    max-width: 1000px;
}
.maptext{
    text-align: right;
    padding: 0.3rem 0 0 0;
}

/*コンテンツ ---------------------------*/
.mainCont{
    width: 90%;
    max-width: 1000px;
    margin: 4rem auto 0;
}
.midashi{ 
    font-size: 1.4rem;
    font-weight: lighter;
    line-height: 1.4;
    margin: 1rem 0 ;
}
.text{
    line-height: 1.6;
}

.photoBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 654px;
    list-style: none;
    margin: 3.5rem auto;
}
.photoBox li{ margin: 0.5rem 0;}
.photoBox li img{ width: 100%; max-width: 320px;}
.photText{
    width: 100%;
    max-width: 320px;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0.2rem 0 0;
}
.photoBox2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 860px;
    list-style: none;
    margin: 3.5rem auto;
}
.photoBox2 li{ margin: 0.5rem 0;}
.photoBox2 li img{ width: 100%; max-width: 420px;}
.photText2{
    width: 100%;
    max-width: 420px;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0.2rem 0 0;
}

.profileBox{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 666px;
    margin: 0 auto;
}
.name{
    font-size: 1.6rem;
    font-weight: lighter;
    margin: 0 0 0.6rem 0;
}
.name span{
    font-size: 1rem;
}
.profileText{ line-height: 1.6;}

/*プログラムについて --------------*/
.program{
    background: #ffec6d;
}
.cnt{
    width: 90%;
    max-width: 666px;
    padding: 2rem 0;
    margin: 0 auto;
}
.programTitle{font-size: 1.2rem; line-height: 1.4; margin: 0 0 1rem 0;}
.programText{ display: flex;}
.programText p{line-height: 1.6rem; padding: 0 1rem 0 0;}
.programText p a{ text-decoration: underline;}
.programText p a:hover{ text-decoration: none;}
.programText img{ max-width: 84px; height: 84px;}

@media (max-width: 640px){
    .pcView{ display: none;}
    .spView{ display: block;}

    .contTitle{ width: 44%; max-width: 200px;}
    .focusMainText h1{ font-size: 2.3rem;}
    .focusMainText h1 .sub2{ display: block; width: 85%; font-size: 1.2rem; margin: 0 0 0 0;}
    .secondTitle h2{ font-size: 1.6rem;}

    .mainCont{ margin: 3rem auto 0;}

    .profileBox{ display: block;}
    .profileBox img{display: block; margin: 1rem auto 0;}
}