@charset "UTF-8";



.indent {
    padding-right: 4%;

}

.pc {
    display: block;
}

.sp {
    display: none;
}

.Under-h1 {
    text-align: center;
    max-width: 1000px;
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    padding: 70px 4% 28px 4%;
    box-sizing: border-box;
    width: 100%;
}

.Under-h1 span {
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.under-h2 {
    font-size: 22px;
    font-weight: bold;
}

.under-subh2 {
    border-bottom: solid 2px #808080;
    position: relative;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
}

.under-subh2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
    bottom: -1.5px;
    width: 20%;
}

.pankuzu {
    text-align: left;
    padding-top: 5px;
    font-size: 11px;
}

.under-contents__wrapper {
    margin-bottom: 60PX;
}

.under-contents__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
}

.under-contents__container2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
}

.under-contents__container::after {
    display: block;
    content: "";
    width: calc(50% - 50px);
}

.not_con:not(::after) {
    display: none;
}

.corceImage {
    margin: 0 0 0 auto;
    width: 83%;
}

.corceImage img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.corceImage2 {
    margin: 0 0 0 auto;
    width: 100%;
}

.corceImage2 img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}


.corceCate {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.corceCate li {
    border-left: 1px dashed #808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.corceCate li a {
    padding: 10px 20px;
}

.corceCate li:last-child {
    border-right: 1px dashed #808080;
}

.corceCate2 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.corceCate2 li {
    border-left: 1px dashed #808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.corceCate2 li a {
    padding: 10px 20px;
}

.corceCate2 li:last-child {
    border-right: 1px dashed #808080;
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #cc4454;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.corceContentWapper {
    background-image:  linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08));
    padding: 70px 0 70px 0;
    margin-bottom: 50px;
/*     background: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
    margin-top: 60px;
	margin-bottom: 50px;
}

.corceContentWapper2 {
    background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08));
    padding: 50px 0 0 0;
    /* margin-bottom: 50px; */
}



.corceContentWapper .under-contents__container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    flex-direction: column;
}

.under-contents__container2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
/* 	margin-top:50px; */
}

.corceContentWapper section {
    /* background-color: #FFFFFF; */
    margin-bottom: 50px;
    /* width: calc(50% - 50px); */
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px; */
    display: flex;
    justify-content: space-between;
/*     border-bottom: solid 1.5px #808080; */
    position: relative;
/*     padding-bottom: 50px; */
}

/* .corceContentWapper section:nth-child(2n) {
    margin-left: 50px;
} */
.corceContentWapper section img {
    width: 100%;
    height: auto;
}

.corceContentWapper section {
    background-color: #FFFFFF;
    margin-bottom: 70px;
    /* width: calc(50% - 50px); */
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
    display: flex;
    justify-content: space-between;
/*     border-bottom: solid 1.5px #808080; */
    position: relative;
/*     padding-bottom: 70px; */
	padding:20px;
	column-gap: 30px;
	box-sizing: border-box;
}

/* .corceContentWapper section:nth-child(2n) {
    margin-left: 50px;
} */
.corceContentWapper section img {
    width: 100%;
    height: auto;
}

.corceContentWapper figure {
    position: relative;
    width: 450px;
}

.corceContentWapper figure span {
    position: absolute;
    bottom: -20px;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 65%;
    width: fit-content;
    padding: 5px 10px;
    background-color: #cc4454;
    z-index: 100;
}

.corceContentWapper section .discription {
    /* padding: 18px; */
    width: 450px;
}

.corceContentWapper section .discription h2 {
    /* border-bottom: solid 2px #808080; */
    position: relative;
    margin-bottom: 14px;
    color: #000000;
}

.corceContentWapper section .discription h3 {
    font-size: 19px;
    font-weight: bold;
/*     margin-bottom: -17px;
    margin-top: -7px; */
}

/* .corceContentWapper section .discription h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
    bottom: -1.5px;
    width: 20%;
} */

/* .corceContentWapper section .discription p {
    margin-bottom: 20px;
} */


/*----------------- trial -----------------*/

.corceContentWapper3 {
    padding: 50px 0 50px 0;
    /* margin-bottom: 50px; */
}

.corceContentWapper3 {
    /* background-image: linear-gradient(120deg, rgba(255, 211, 126, .08), rgba(252, 92, 108, .08)); */
    padding: 70px 0 0 0;
    /* margin-bottom: 50px; */
}



.corceContentWapper3 .under-contents__container2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 60px;
    background: url(../img/kugiri.png) no-repeat 50% 100%;
    margin-bottom: 60px;
}

.under-contents__container3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
}


/* .corceContentWapper3 section:nth-child(2n) {
     margin-left: 50px;
 } */
.corceContentWapper3 section img {
    width: 100%;
    height: auto;
}

.corceContentWapper3 section {
    /* background-color: #FFFFFF; */
    margin-bottom: 70px;
    /* width: calc(50% - 50px); */
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px; */
    display: flex;

    justify-content: space-between;
    position: relative;
}

.corceContentWapper3 section:nth-child(3) {
    flex-direction: row-reverse;
}

.corceContentWapper3 section img {
    width: 100%;
    height: auto;
}

.corceContentWapper3 figure {
    position: relative;
    width: 460px;
}

.corceContentWapper3 figure span {
    position: absolute;
    bottom: -20px;
    font-size: 18px;
    color: #FFFFFF;
    min-width: 65%;
    width: fit-content;
    padding: 5px 10px;
    background-color: #cc4454;
    z-index: 100;
}

.corceContentWapper3 section .discription {
    /* padding: 18px; */
    width: 460px;
}

.corceContentWapper3 section .discription h2 {
    /* border-bottom: solid 2px #808080; */
    position: relative;
    margin-bottom: 5px;
    color: #cc4454;
}

.corceContentWapper3 section .discription h3 {
    font-size: 20px;
    font-weight: bold;
}

/* .corceContentWapper3 section .discription h2::after {
     position: absolute;
     content: " ";
     display: block;
     border-bottom: 2px solid;
     border-image: linear-gradient(to right, #F5A52C 0%, #EC4451 100%);
     border-image-slice: 1;
     bottom: -1.5px;
     width: 20%;
 } */

/* .corceContentWapper3 section .discription p {
    margin-bottom: 20px;
} */


/*----------------- trial -----------------*/

.topMoveBtn {
    margin: 55px 0;
}

.topMoveBtn a {
    padding: 10px 50px;
    color: #cc4454;
    border: 1px solid #cc4454;
    border-radius: 5px;
    width: fit-content;
}

.topMoveBtn a:hover {
    color: #FFFFFF;
    background-color: #cc4454;
}

.gnavi li.current a,
.gnavi li a:hover {
    color: #000000;
}

.breadcrumb-area {
    margin-top: 5px;
    display: flex;
    font-size: 12px !important;
    color: #555;
    margin-bottom: 60px;
}

.breadcrumb-area span {
    color: #000000;
    padding-right: 5px;

}

.breadcrumb-area span:last-of-type {

    padding-left: 5px;
}

.annai_text {
    margin-top: 30px;
}

/* 共通ボタン */
.arrow2 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

.arrow2::before,
.arrow2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}

.arrow3::before,
.arrow3::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.cover01::after {
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cover03::after {
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cover01:hover::after {
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
}

.cover03:hover::after {
    border-top: 3px solid #E3335D;
    border-right: 3px solid #E3335D;
}

.cover02::after {
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #E3335D;
    border-right: 3px solid #E3335D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cover02:hover::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}



.btn {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.btn2 {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.btn3 {
    display: flex;
    align-items: center;
    /* column-gap: 30px; */
    row-gap: 16px;
    flex-wrap: wrap;
    padding: 40px 0 0 0;
}



.btn__contact {
    background-color: #000000;
    color: #ffffff;
    width: 296px;
    padding: 14px 0px;
    font-weight: bold;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 6px;
    transition: all .2s;
}

.btn__contact3 {
    background-color: #C52A3C;
    color: #ffffff;
    width: 296px;
    padding: 14px 0px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    transition: all .2s;
}



.btn__paper {
    background-color: #ffffff;
    color: #E3335D;
    width: 296px;
    padding: 14px 0px;
    font-weight: bold;
    border: 2px solid #E3335D;
    text-align: center;
    border-radius: 6px;
    transition: all .2s;
}

.btn__contact:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}


.btn__contact3:hover {
    background-color: #ffffff;
    color: #C52A3C;
}

.btn__paper:hover {
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
}

/* 共通ボタン */


.contact-bg {
    background-image: url(../img/contact_pc_bg.png);
    background-position: center;
    background-size: cover;
}

.contact-inner {
    padding: 60px 4%;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-cta {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: 40px;
}

.contact-tel span {
    display: block;
    background: linear-gradient(transparent 62%, rgba(197, 42, 60, 0.55) 83%);
    font-size: 23px;
    width: fit-content;
    margin: 0 auto;
}

.contact-h2 {
    font-size: 40px;
    font-weight: bold;
}

.contact-tel {
    width: 296px;
}

/* .corceContentWapper section:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1.5px solid;
    border-image: linear-gradient(to right, #F5A52C 0%, #EC4451 100%);
    border-image-slice: 1;
    bottom: -1.5px;
    width: 20%;
} */

.osusume {
    font-size: 16px;
    font-weight: bold;
}

.course_outer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px;
    display: flex;
    justify-content: space-around;
    background: url(../img/kugiri.png) no-repeat 50% 100%;
    margin-bottom: 60px;
}

.course_outer figure {
    width: 42%;
}

.course_outer figure img {
    width: 100%;
}


.ossusumelist br{
    display: none;
}

.check{
        content: '';
        width: 10px;
        height: 5px;
        border-left: 2px solid #25AF01;
        border-bottom: 2px solid #25AF01;
        transform: rotate(-45deg);

}


@media screen and (max-width: 768px) {


    .corceImage {
        margin: 0 0 0 auto;
        width: 96%;
    }

    .indent {
        padding-right: 4%;

    }



    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .Under-h1 {
        text-align: center;
        max-width: 1000px;
        border-bottom: 2px solid #000000;
        margin: 0 auto;
        padding: 50px 4% 28px 4%;
        box-sizing: border-box;
        width: 92%;
    }

    .Under-h1 span {
        font-size: 12px;
        font-weight: normal;
        display: block;
    }

    .under-h2 {
        font-size: 19px;
        font-weight: bold;
    }

    .pankuzu {
        text-align: left;
        padding-top: 3px;
        font-size: 11px;
    }

    .under-contents__container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 4%;
    }

    .under-contents__container2 {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 4%;
    }

    .corceCate {
        flex-wrap: wrap;
        row-gap: 20PX;
    }

    .corceCate li {
        width: 24.4%;
    }

    /* .corceCate li:nth-child(2n) {
        border-right: 1px dashed #808080;
    } */

    .corceCate2 {
        flex-wrap: wrap;
        row-gap: 20PX;
    }

    .corceCate2 li {
        width: calc(38% - 2px);
    }

    .corceCate2 li:nth-child(2n) {
        border-right: 1px dashed #808080;
    }

    .corceContentWapper .under-contents__container {
        display: block;
    }

    .under-contents__container2 {
        display: block;
    }

    .corceContentWapper section {
        width: 100%;
    }

    .corceContentWapper section:nth-child(2n) {
        margin-left: 0;
        padding-bottom: 50px;
    }

    .corceCate li a {
        padding: 8px 2px;
        font-size: 11px;
    }

    .breadcrumb-area {
        margin-top: 5px;
        display: flex;
        font-size: 10px !important;
        color: #555;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .breadcrumb-area span {
        color: #000000;
        padding-right: 5px;
    }

    .breadcrumb-area span:last-of-type {
        padding-left: 5px;

    }

    /* 共通ボタン */
    .arrow2 {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
    }

    .arrow2::before,
    .arrow2::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .cover01::after {
        right: 25px;
        width: 9px;
        height: 9px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cover01:hover::after {
        border-top: 3px solid #000000;
        border-right: 3px solid #000000;
    }

    .cover02::after {
        right: 25px;
        width: 9px;
        height: 9px;
        border-top: 3px solid #000000;
        border-right: 3px solid #000000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cover02:hover::after {
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
    }



    .btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* column-gap: 30px; */
        row-gap: 16px;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 0% 40px 0%;
    }

    .btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* column-gap: 30px; */
        row-gap: 16px;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 4% 40px 4%;
    }

    .btn__contact {
        background-color: #000000;
        color: #ffffff;
        width: 290px;
        padding: 12px 0px;
        font-weight: bold;
        border: 2px solid #ffffff;
        text-align: center;
        border-radius: 6px;
        transition: all .2s;
    }

    .btn__paper {
        background-color: #ffffff;
        color: #E3335D;
        width: 246px;
        padding: 16px 0px;
        font-weight: bold;
        border: 2px solid #E3335D;
        text-align: center;
        border-radius: 6px;
        transition: all .2s;
    }

    .btn__contact:hover {
        background-color: #ffffff;
        border-color: #000000;
        color: #000000;
    }

    .btn__paper:hover {
        background-color: #000000;
        border-color: #ffffff;
        color: #ffffff;
    }

    /* 共通ボタン */

    .contact-bg {
        background-image: url(../img/contact_sp_bg.png);
        background-position: center;
        background-size: cover;
    }

    .contact-inner {
        padding: 40px 4%;
        margin: 0 auto;
        max-width: 1100px;
        text-align: center;
        margin-bottom: 40px;
    }

    .contact-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        flex-wrap: wrap;
    }

    .contact-tel span {
        display: block;
        background: linear-gradient(transparent 65%, rgba(197, 42, 60, 0.55) 65%);
        font-size: 23px;
        width: fit-content;
        margin: 0 auto;
    }

    .contact-h2 {
        font-size: 40px;
        font-weight: bold;
    }

    .contact-tel {
        width: 296px;
        padding-top: 30px;
    }

    .corceContentWapper figure {
        position: relative;
        width: 100%;
    }

    .corceContentWapper section {
        /* background-color: #FFFFFF; */
        /* margin-bottom: 50px; */
        /* width: calc(50% - 50px); */
        /* box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px; */
        display: flex;
        justify-content: space-between;
        flex-direction: column;
		padding: 0px;
    }

    .corceContentWapper section .discription {
        padding: 18px;
			box-sizing: border-box;
        width: 100%;
    }

    .corceContentWapper section .discription h2 {
        /* border-bottom: solid 2px #808080; */
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
        color: #000000;
    }

    .course_outer {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 4% 70px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        row-gap: 50px;
        background: url(../img/kugiri.png) no-repeat 50% 100%;
        margin-bottom: 60px;
    }

    .course_outer figure {
        width: 100%;
    }

    .course_outer figure img {
        width: 100%;
    }


    .corceContentWapper3 section {
        /* background-color: #FFFFFF; */
        margin-bottom: 70px;
        /* width: calc(50% - 50px); */
        /* box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px; */
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        row-gap: 20px;
    }

    .corceContentWapper3 section:nth-child(3) {
        flex-direction: column;
    }

    .corceContentWapper3 .under-contents__container2 {
        padding: 0 4%;
    }

    .corceContentWapper3 figure {

        width: 100%;
    }

    .corceContentWapper3 section .discription {
        /* padding: 18px; */
        width: 100%;
    }
    

    .corceContentWapper section .discription p {
        margin-bottom: 0px;
    }
    
    .corceContentWapper section .discription h3 {
        font-size: 17px;
        font-weight: bold;
/*         margin-bottom: -17px; */
/*         margin-top: -16px; */
        
    }



}