
/*FCページで追加*/
.suport-list{
    display: flex;
    flex-wrap: wrap;
}
.suport-item{
    width: 50%;
    padding: 2rem 2rem 0;
}
.suport-item h3{
    margin-top: 1rem!important;
}
.suport-item img{
    border-radius: 2em 0 2em 0;
}
.tbl-r05-td{
    background-color: #b04348;
    color: #fff;
    font-size: 1.3rem;
    padding: 1.5rem 1rem;
    position: relative;
}
.td-bg2{
    background-color: #a70006;
}
.td-bg3{
    background-color: #7a0004;
}
.tbl-r05-td:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #b04348;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
.col-bg-wh{
    height: 100%;
    background-color: #fff;
}
#fc-graph .row{
    padding: 3rem 0;
}
#fc-massage{
    position: relative;
    background-image: url(../images/fc/fc-massage.jpg);
    background-size: cover;
    background-position: center center;
}
#fc-massage p{
    text-shadow: 0 1px 3px rgb(255 255 255 / 80%);
}
#fc-schedule li{
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}
#fc-schedule li::marker{
    font-size: 1.3rem;
    font-family: "Noto Serif JP",serif;
    color: #b04348;

}
#fc-pickup1::before, #fc-shikin::before{
    content: "";
    position: absolute;
    width: 390px;
    height: 320px;
    background-image: url(../../assets/images/fc/04-repeatritu.png);
    opacity: 1;
    bottom: 0;
    background-repeat: no-repeat;
    right: 40px;
}
#fc-shikin{
    background-color: #d57a3d;
    position: relative;
}
#fc-schedule{
    background: linear-gradient(135deg, white 0%, #fff2df 100%);
    position: relative;
}
#fc-shikin h2, #fc-shikin p{
    color: #fff!important;
}
#fc-schedule h2{
    color: #b04348!important;
}
#fc-schedule p{
    color: #292627!important;
}
.fc-img-box{
    position: relative;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    margin-bottom: 3rem!important;
    left: 0;
    z-index: 1;
}
#fc-shikin .fc-img-box img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
    
}
.fc-txt-box{
    position: relative;
    z-index: 2;
    margin-left: 33%;
    background-color: #ffffffe8;
    padding: 3rem;
}
#fc-schedule .fc-txt-box{
    margin-right: 33%!important;
    margin-left: 0%!important;
}
.fc-txt-box h3{
    padding-left: 0;
}
.fc-txt-box td{
    border-bottom: solid 0.85px #292627;
    padding: 10px;
}
#fc-shikin .tbl-r05{
    width: 80%;
    margin: 0 auto;
}

#fc-schedule .fc-img-box img{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    #fc-shikin .tbl-r05{
        width: 100%;
    }
    #fc-schedule .fc-txt-box{
        width: 100%;
    }
    .fc-img-box{
        width: 100%;
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    #fc-shikin .fc-txt-box {
        width: 90%;
        margin-top: 291px;
    }
    #fc-shikin .fc-txt-box, #fc-schedule .fc-txt-box{
        width: 90%;
        margin: -1rem auto!important;
        padding: 2rem;
    }
    .fc-img-box img{
        position: relative!important;
        width: 100%!important;
        

    }
    #fc-pickup1::before, #fc-shikin::before{
        right: 0;
    }
    .sp-none{
        display: none;
    }

}
#fc-merit{
    background-color: #b04348;
    padding: 3rem 0;
}
#fc-merit h2{
    color: #fff;
    margin-bottom: 3rem;
}
#fc-merit .col-box{
    background-color: #fff;
    padding: 1rem;
}
#fc-merit img{
    width: 100%;
}
.fc-syushimodel{
    margin-top: 4rem;
}
.fc-syushimodel p{
    color: #b04348;
}
#fc-plan{
    background: linear-gradient(135deg, white 0%, #fff2df 100%);
    padding-bottom: 3rem!important;
}
/*テーブル*/
#fc-plan .tbl-r05 {
    width: 100%;
    background-color: #fff;
    margin-top: 2rem;
}
.fc-table p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}
.txt-left{
    text-align: left!important;
}
.fc-table th {
    border-bottom: solid 0.85px #b04348;
    color: #fff;
    padding: 1rem;
    background-color: #d57a3d;
}
.fc-table th:first-child {
    background-color: #d57a3d00;
}
.fc-table td{
    border-bottom: solid 0.85px #b04348;
}
@media screen and (max-width: 640px) {
    
    .tbl-r05 .thead {
      display: none;
    }
    .tbl-r05 tr {
      width: 100%;
    }
    #fc-plan .tbl-r05 td {
      display: block;
      width: 100%;
      padding: 1rem 0.8rem;
    }
    .tbl-r05 td:first-child {
      font-weight: bold;
    }
    .tbl-r05 td:before {
      content: attr(data-label);
      float: left;
      margin-right: 10px;
      font-weight: bold;
      color: #666;
    }
    .tbl-r05-td:after{
        content: none;
    }
    .suport-item{
        width: 100%;
        padding: 0;
    }
}

#fc-graph{
    background: linear-gradient(135deg, white 0%, #fff2df 100%);
    padding: 3rem 0;
    
}

#hf-fc-wrap a {
    display: block;
    width: 20em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border: 1px solid #b04348;
    transition: all 1s ease-in-out;
    text-align: center;
    text-decoration: none;
    background: rgba(255,255,255,.7);
    color: #b04348;
}
#fc-pickup2{
    padding-bottom: 3rem;
}
#fc-pickup2 .inner{
    text-align: center;
    color: #fff;
    background-color: #b04348;
    padding-bottom: 1.5rem;
}
#fc-plan .inner{
    text-align: center;
    color: #fff;
    background-color: #d57a3d;
    padding-bottom: 1.5rem;
}
.num{
    padding: 2rem 2rem 1.5rem;
    font-size: 2.5rem;
    font-family: "Pinyon Script",cursive;
}
    
.fc-pickup1-box{
    position: relative;
    margin-bottom: 2rem!important;
}
.fc-pickup1-box img{
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
#fc-pickup1 h2{
    padding: 0 0 1.25rem!important;
    color: #fff!important;
}
#fc-pickup2 h2, #fc-suport h2{
    padding: 0 0 1.25rem!important;
}
#fc-pickup1{
    background-color: #d57a3d!important;
    padding: 2rem 0!important;
    position: relative;
}
#fc-pickup2 h2, #fc-suport h2{
    color: #b04348!important;
    border-bottom: 0px!important;
}
.entry-content #fc-pickup1 h3 {
    padding-left: 0!important;
    color: #fff!important;
}
.feature-imgbox{
    position: relative;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;

    left: 0;
    z-index: 1;
}
.feature-imgbox img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
}
.pb-5{
    padding-bottom: 5.5rem!important;
}
.posi-re{
    position: relative;
}
.posi-ab{
    position: absolute;
    top: 0;
}
.pickup1-box .text-content{
    padding: 0 3rem!important;
}
#hf-fc-wrap .fc-mv {
    position: relative;
    background-color: #fff2df;
}
#hf-fc-wrap .fc-mv .fc-mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    height: 90vh;
}
#hf-fc-wrap .fc-mv .fc-mv-bg img {
    width: 100%;
    /*aspect-ratio: 2/1;
    -o-object-fit: cover;*/
    object-fit: cover;
    display: block;
    height: 100%;
}
#hf-fc-wrap .fc-mv .fc-mv-lower {
    position: relative;
    padding: 25rem 1rem 2rem;
    z-index: 2;
}
#hf-fc-wrap .fc-mv .container-lg {
    position: relative;
    background: rgba(255,255,255,.89);
    padding-top: 3rem;

}
/*#hf-fc-wrap .fc-mv .fc-mv-content {
    position: relative;
    background: rgba(255,255,255,.75);
}*/

.mh-pt-2{
    padding-top: 2rem!important;
}
.mh-p-1{
    padding: 1rem!important;
}
.mh-p-15{
    padding: 1.5rem!important;
}
.mh-pb-2{
    padding-bottom: 2rem!important;
}
.mh-pb-3{
    padding-bottom: 3rem!important;
}
#fc-feature img{
    /*
    position: absolute;
    top: 0;
    left: 0;*/
    display: block;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
}
#fc-feature{
    position: relative;
    background-color: #fff2df;
}
.fc-feature-inner{
    background-color: #b04348;
    position: relative;
    margin-left: 33%;
    z-index: 2;
}
#fc-feature .fc-feature-inner ol{

    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em;
    padding: 0 9.5em;
}
#fc-feature .fc-feature-inner ol li{

    width: 100%;
    font-size: 1.25rem!important;
    padding: 0.85rem 0 0!important;
}
#fc-feature .bg-il2::before{
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 670px){
    
    #hf-fc-wrap .fc-mv .fc-mv-bg img {
        height: 700px;
    }
    .fc-pickup1-box img{
        width: 100%;
        position: relative;
    }
    .fc-pickup1-box .text-content{
        margin-top: 1rem;
    }
    #fc-feature{
        padding: 3rem 0;
    }
    #fc-feature .container-lg{
        position: relative;
        z-index: 2;
        right: 0;
    }
    .fc-feature-inner {
        margin-top: -1rem;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
    .feature-imgbox{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    #fc-merit h2{
        margin-bottom: 0!important;
    }
    #fc-merit .col{
        margin-top: 2rem!important;
    }

}

iframe.video {
    width: 75%;
    height: 75%;
    aspect-ratio: 16/9;
}


@media screen and (max-width: 575px){
    #fc-feature img{
    position: relative;
    width: 100%;
    height: auto;
    }
    #fc-feature .fc-feature-inner ol li{

        width: 100%;
    }
    #hf-fc-wrap .fc-mv .fc-mv-lower .sub-ttl::before{
        left: 64px!important;
    }
    #fc-feature .fc-feature-inner ol {
        padding: 0 4em;
    }
    #hf-fc-wrap a{
        display: block;
        width: 20em;
        max-width: 100%;
        margin: 0 auto;
        padding: 0.5rem 1rem;
        border: 1px solid #b04348;
        transition: all 1s ease-in-out;
        text-align: center;
        text-decoration: none;
        background: rgba(255,255,255,.7);
        color: #b04348;
        }
    .fc-link{
        padding: 0;
    }
}


@media screen and (min-width: 576px){
    .pc-none{
        display: none;
    }
    #hf-fc-wrap .fc-mv .fc-mv-lower .sub-ttl{
        font-size: 1.5rem;
        padding-left: 0!important;
    }
    #hf-fc-wrap .fc-mv .fc-mv-lower .sub-ttl::before{
        left: 300px!important;
    }
    .fc-mv-text{
        padding: 2rem 3rem!important;
    }
    
}
@media screen and (min-width: 800px){

    .mh-p-05{
        padding: 0 5rem;
    }
    #fc-feature {
        position: relative;
        background-color: #fff2df;
        padding: 1.5rem 0 3rem;
    }
    #fc-feature img{
        height: 100%;
    }
    .fc-feature-inner{
        width: 50%;
        margin-left: 45%;
    }
    #hf-fc-wrap a{
    display: block;
    width: 20em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border: 1px solid #b04348;
    transition: all 1s ease-in-out;
    text-align: center;
    text-decoration: none;
    background: rgba(255,255,255,.7);
    color: #b04348;
    }
    .fc-link{
        padding: 1.5rem 0 0;
    }
    #fc-feature .fc-feature-inner ol{
        padding: 0 7.5em;
    }
    #fc-schedule li::marker {
        font-size: 1.7rem;
    }
    #fc-schedule ol {
        width: 50%;
        margin: 0 auto;
    }
    #fc-schedule li {
        font-size: 1.45rem;
        padding-bottom: 1.5rem;
    }
}
@media screen and (min-width: 1600px){
    .fc-feature-inner {
        width: 50%;
        margin-left: 30%;
    }
    
}



#hf-school-wrap .school-mv .school-mv-content h3{
    color: #fff;
}
.entry-content ul.check li:before{
    background-image: none!important;
}
.entry-content .mh-before-none:before{
    display: contents!important;
}
.mh-bb-0{
    border-bottom: 0px!important;
}
.mh-color-bl{
    color: #000!important;
}
.mh-color-wh{
    color: #fff!important;
}
.mh-color-rd{
    color: #b04348!important;
}

.mh-bgcolor-rd{
    background-color: #b04348!important;
}
.inst-item h3:before{
    display: contents!important;
}
.inst-name h3:before{
    display: contents!important;
}
.mh-top-school-bg{
    background-color: #fff2df!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 73px!important;
}
#hf-school-wrap .school-mv .school-mv-content:before{
    opacity: 0.2!important;
}
#hf-school-wrap .school-mv .school-mv-content:after{
    opacity: 0.2!important;
}
#hf-school-wrap .school-mv h2{
    padding: 9em 0 0em!important;
}
/*文字を太くする系*/
.mh-ft-we{
    font-weight: 600!important;
}
.mh-ft-32{
    font-size: 2rem;
}
.mh-ft-45{
    font-size: 2.85rem;
}
.mh-pl-0{
    padding-left: 0!important;
}
.mh-tet-shadow{
    text-shadow: 3px 1px 5px #fff, -1px -1px 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, 1px 0 5px #fff, -1px 0 5px #fff!important;

}
.mh-tet-shadow02{
    text-shadow: 3px 1px 5px #ba6d29, -1px -1px 5px #ba6d29, 0 1px 5px #ba6d29, 0 -1px 5px #ba6d29, 1px 0 5px #ba6d29, -1px 0 5px #ba6d29!important;

}
.mh-txt-d{
    text-decoration: none;
}
.mh-txt-shadow-gr{
    text-shadow: 3px 3px 0 #e3e3e3;
}
.mh-txt-shadow-gr00{
    
    text-shadow: 3px 3px 0 #e3e3e30a;
}
.mh-txt-shadow-grd00{
    
    text-shadow: 3px 3px 0 #52313178;
}

.mh-txt-shadow-wh{
    text-shadow: 3px 3px 0 #ffffff;
}
.mh-font-we500{
    font-weight: 500!important;
}
.mh-font-we600{
    font-weight: 600!important;
    letter-spacing: 1px!important;
}
.mh-fontsize{
    font-size: 1.5rem!important;
}
.mh-bb-red{
    border-bottom: 1rem solid #b04348!important;
}
.mh-bb-wh{
    border-bottom: 1rem solid #fff!important;
}
.mh-span {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0 0 0.1rem;
    color: #b04348;
    border-bottom: 0.1rem solid #b04348;
}
.mh-span-wh {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0 0 0.1rem;
    color: #b04348;
    border-bottom: 0.1rem solid #fff!important;
}
.mh-ft-13{
    font-size: 1.3rem!important;
}

/*メインビジュアルの大きさ修正*/
@media screen and (max-width: 900px){
    #hf-school-wrap .school-mv h2 {
        padding: 6em 0 0em!important;
    }
    
    #hf-school-wrap .school-mv .school-mv-bg img {
        height: 850px;
    }

}

@media screen and (max-width: 670px){
    
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 10px!important;
    }
    .ft-20{
        font-size: 20px;
        padding-left: 0!important;
    }
    #hf-school-wrap .school-mv h2{
        padding: 5.5em 0 1em!important;
    }

}
@media screen and (max-width: 596px){
    #hf-school-wrap .school-mv .school-mv-bg img{
        height: 746px;
    }

}
@media screen and (max-width: 420px){
    #hf-school-wrap .school-mv .school-mv-bg img{
        height: 350px;
    }

}
@media screen and (min-width: 380px){
    
    .mh-pt{
        padding-top: 3rem!important;
    }

}
@media screen and (min-width: 900px){
    
    .mh-ft-32{
        font-size: 2rem;
        
    }
    #hf-school-wrap .school-mv h2{
        padding: 6em 0 1em!important;
    }

}
@media screen and (min-width: 900px){
    .mh-fontsize{
        font-size: 1.5rem!important;
    }
    .mh-ft-32{
        font-size: 2rem;
        
    }
    #hf-school-wrap .school-mv h2{
        padding: 6em 0 1em!important;
    }

}
@media screen and (min-width: 1200px){
    #recruit-message .recruit-wrapper .mh-message-cnt {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32em;
        transform: translateY(-50%);
        box-shadow: 2rem 2rem 0 rgb(0 0 0 / 5%);
        background-color: #fff;
    }
    #recruit-message .recruit-wrapper .mh-top-school-left {
        position: relative;
        width: 100%;
        margin-right: auto;
    }
    /*トップmv下にずらす*/
    #hf-school-wrap .school-mv .school-mv-content{
        margin-top: 4.5rem!important;
    }
    .mh-ft-45{
        font-size: 2.85rem!important;
        
    }
    #hf-school-wrap .school-mv h2{
        padding: 4.5em 0 0em!important;
    }

}


