/* ----------------------------------------
　　　　　　　　　　　　TOP　
---------------------------------------- */

/* TOP:MV */
#TOP main .MV {
    text-align: center;

    background-image: url(../images/common/bg.png);
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 100% 100%;
    height: 550px;
}

#TOP main .MV img {
    height: 550px;
    max-width: 1100px;
    object-fit: cover;
    border-radius: 0;
}

#TOP main .MV .tb-only {
    display: none;
}

/* TOP:info */
#TOP main .info .contents dl:nth-child(n+4) {
    display: none;
}

/* TOP:info & faq*/
#TOP main .faq .contents {
    padding: 0 50px;
}

main .info .contents dl {
    margin-bottom: 30px;
    background-image: url(../images/common/cm-R-arrow-1.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 16px;
    padding: 0px 25px;
    line-height: 1.7;
}

/* TOP:top-content.tokushoku tokushoku */
#TOP main .top-content.tokushoku .contents {
    display: flex;
    justify-content: start;
    align-items: center;
}

#TOP main .top-content.tokushoku .contents .right p,
#TOP main .top-content.tokushoku .contents .left p {
    line-height: 1.7;
}

#TOP main .top-content.tokushoku .contents img {
    width: 200px;
    object-fit: cover;
    margin-bottom: 30px;
    margin-right: 30px;
}

#TOP main .top-content.tokushoku .contents img:last-child {
    margin-bottom: 0;
}

/* TOP:faq*/
#TOP main .faq {
    position: relative;
    padding: 80px 40px;
    overflow: hidden;
}

#TOP main .faq::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 3vw 0px;
    background-image: url(../images/top/img01.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    /* filter: brightness(90%) blur(5px); */
    z-index: -1;
}

#TOP main .faq .contents .question a {
    background-image: url(../images/common/cm-R-arrow-1.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 25px;
    line-height: 1.7;
    display: flex;
    align-items: center;
}

#TOP main .faq .contents .question {
    border-bottom: dashed 1px #696969;
}

main .faq .contents .question {
    padding: 15px 0px;
    color: #DD76A0;
    font-size: 18px;
    font-weight: 700;
}

#TOP main .faq .contents .question {
    padding: 15px 10px;
}

main .faq .contents .answer {
    padding: 15px 0;
}

#TOP main .faq .contents .question .mark {
    padding: 5px 17px;
}

main .faq .contents .question .mark,
main .faq .contents .answer .mark {
    background-color: #DD76A0;
    color: #fff;
    font-size: 25px;
    border-radius: 40px;
    margin-right: 15px;
    padding: 6px 9px;
    font-weight: 700;
}

main .faq .contents .answer .mark {
    color: #DD76A0;
    padding: 0px 9px;
    background-color: #fff;
    border: #DD76A0 solid 2px;
}

/* TOP:bnr*/
#TOP .bnr .inner {
    /* 4つ目から使用 */
    /* max-width: fit-content; */
}

#TOP .bnr .contents ul {
    display: flex;
}


#TOP .bnr .contents ul li {
    margin: 0 10px;
}

#TOP .bnr .contents ul img {
    border-radius: 0;
    border: 1px solid #ccc;
}

/* TOP:guide*/
#TOP main .guide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#TOP main .guide ul li {
    margin: 10px 10px;
    text-align: center;
    line-height: 1.4;
    border-radius: 10px;
    font-weight: 700;
    border: 1.5px solid transparent;
}

#TOP main .guide ul li:first-child {
    background-color: #ffd0eb;
}

#TOP main .guide ul li:nth-child(2) {
    background-color: #E1D1F8;
}

#TOP main .guide ul li:nth-child(3) {
    background-color: #FFC9C9;
}

#TOP main .guide ul li:nth-child(4) {
    background-color: #FCE4CF;
}

#TOP main .guide ul li:last-child {
    background-color: #FFF3AF;
}

#TOP main .guide ul li a {
    display: block;
    padding: 40px 20px;
    width: 250px;
    background-image: url(../images/common/cm-R-arrow-1a.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
}

#TOP main .guide ul li span {
    display: block;
}

/* TOP:sns*/
#TOP main .sns ul {
    display: flex;
    justify-content: center;
}

#TOP main .sns ul li {
    width: 50px;
    margin: 0 10px;
}

#TOP main .sns ul li img {
    border-radius: 0px;
}


/* ----------------------------------------
　　　　　　　　　　   FAQ
---------------------------------------- */
#FAQ.faq .contents .question,
#FAQ.faq .contents .answer {
    display: flex;
    align-items: center;
}

#FAQ.faq .contents .answer {
    line-height: 1.4;
    border-bottom: dashed 1px #696969;
    margin-bottom: 20px;
    align-items: start;
}

#FAQ.faq .contents .answer p {
    color: #696969;
    margin-bottom: 20px;
}

/* ----------------------------------------
　　　　　　　　　　  ABOUT
---------------------------------------- */
#ABOUT.about .TxtWrap {
    line-height: 2;
}

/* ----------------------------------------
　　　　　　　　　　 ADMIN
---------------------------------------- */
#ADMIN .inner>p {
    line-height: 1.7;
}

#ADMIN .contents {
    line-height: 1.7;
    margin: 0 auto;
}

#ADMIN .contents .tour-contents {
    box-shadow: 0px 1px 5px #e6e6e6;
    padding: 30px 0;
    border-radius: 20px;
}

#ADMIN .contents .apply {
    position: relative;
}

#ADMIN .contents .apply::after {
    content: "要申込";
    position: absolute;
    background-color: #A688BD;
    box-shadow: 0px 1px 5px #e6e6e6;
    width: 80px;
    height: 80px;
    right: -20px;
    top: -20px;
    border-radius: 40px;
    padding: 28px 17.5px;
    font-size: 15px;
    color: #fff;
}

#ADMIN .contents h2 {
    box-shadow: 0px 1px 3px #9d9d9d;
    background-color: #DD76A0;
    padding: 6px 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0px 40px 40px 0;
}

#ADMIN .contents .details {
    padding: 30px;
}

#ADMIN .contents .details p:nth-last-child(2) {
    margin-bottom: 15px;
}

/* ----------------------------------------
　　　　　　　CURRICLUM & SUPPORT
---------------------------------------- */
#CURRICLUM.curriclum .Unit:first-child .wrapper img {
    width: 50%;
    margin: 0 auto;
}

#CURRICLUM.curriclum .Unit .img img {
    border-radius: 0;
}

#CURRICLUM.curriclum .Unit dl,
#CURRICLUM.curriclum .Unit ul,
#SUPPORT.support .Unit dl {
    background-color: #FFEBF3;
    line-height: 1.7;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

#SUPPORT.support .Unit:nth-child(2) dt {
    font-weight: 500;
}

#SUPPORT.support .Unit:nth-child(5) dl {
    background-color: #FCE4CF;
}

#SUPPORT.support .Unit:nth-child(6) dl {
    background-color: #FFF3AF;
}

#CURRICLUM.curriclum .Unit dt,
#CURRICLUM.curriclum .Unit ul li,
#SUPPORT.support .Unit dt {
    margin-bottom: 10px;
}

/* ----------------------------------------
　　　　　　　　　　  RECRUIT
---------------------------------------- */
#RECRUIT.recruit .contents dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.7;
}

#RECRUIT.recruit .contents dl:first-child dt {
    border-top: 1px solid #DD76A0;
}

#RECRUIT.recruit .contents dl:first-child dd {
    border-top: 1px solid #C6C6C6;
}

#RECRUIT.recruit .contents dt {
    font-weight: 700;
    padding: 20px 10px;
    width: 20%;
    border-bottom: 1px solid #DD76A0;
    color: #DD76A0;
}

#RECRUIT.recruit .contents dd {
    padding: 20px 30px;
    max-width: 100%;
    width: 80%;
    border-bottom: 1px solid #C6C6C6;
}

/* ----------------------------------------
　　　　　　　　   　 ERROR
---------------------------------------- */
/* ERROR:error */
.error .contents {
    background-image: url(../images/common/shape.png), url(../images/common/shape.png);
    background-blend-mode: multiply;
    background-size: 100px, 60px;
    background-repeat: no-repeat;
    background-position: right 100%, 89% 86%;
    padding-bottom: 70px;
}