@charset "UTF-8"; /*---*/
.wrapper {
    padding: 0;
    overflow: inherit;
}

.contents {
    padding: 0;
}

/*---*/
.inquiry_lp_ttl {
    background: url(/inquiry_lp/images/top_bg.png) repeat center center;
    background-attachment: fixed;
    /* height: 610px; */
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}

.inquiry_lp_ttl_inner {
    position: relative;
    margin: auto;
    max-width: 1200px;
}
.inquiry_lp_ttl_inner img.pc{
	display: block !important;
}
.inquiry_lp_ttl_inner img.sp{
    display: none !important;
}

@media screen and (max-width: 736px) {
.inquiry_lp_ttl_inner img.pc{
	display: none !important;
}
.inquiry_lp_ttl_inner img.sp{
	display: block !important;
}
}

/*---*/
.btnBox {
    display: flex;
    flex-direction: column;
}

.category-btn {
    position: relative;
    margin: -80px auto 40px;
    /* width: 100%; */
    width: 1200px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
    border-radius: 12px;
}

.category-btn ul {
    display: flex;
    justify-content: space-between;
    /* align-items: stretch; */
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px;
    /*max-width: 1200px;
    width:1200px;*/
}

.category-btn ul::before,.category-btn ul::after {
    content: "";
    display: block;
    width: calc((100% - 80px) / 3);
}

.category-btn ul::before {
    order: 1;
}

.category-btn li {
    width: calc((100% - 80px) / 3);
    box-sizing: border-box;
    list-style-type: none;
}

.category-btn li a {
    /*justify-content: center;
    align-items: center;*/
    text-decoration: none;
    padding: 12px;
    width: 100%;
    height: 100%;
    line-height: 1.45;
    border-radius: 52px;
    font-size: .9375rem;
    background-color: #1d9ed4;
    color: #fff;
}

.category-btn li:last-of-type a {
    background-color: #fdae14;
}


.inner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    list-style-type: none;
    margin: 40px auto;
}

.inner-btn a {
    width: auto;
    min-width: 500px;
    text-decoration: none;
    padding: 30px 40px;
    line-height: 1.45;
    border-radius: 52px;
    background-color: #1d9ed4;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 736px) {
    .category-btn {
        position: relative;
        margin: -80px auto 20px;
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .category-btn ul {
        padding: 10px;
    }

    .category-btn li {
        width: calc((100% - 20px) / 3);
    }

    .category-btn li a {
        padding:5px;
        border-radius: 12px;
        text-align: left;
    }

    .category-btn li span br {
        display: none;
    }
.btn-arrowRight02>span::after{
    margin-left:2px;
}

.inner-btn {
    margin: 20px auto 0;
}
.inner-btn a {
    width: 100%;
    min-width: 100%;
    padding: 20px;
    border-radius: 12px;
}


}

/*---*/
.category-cnt {
    margin: 20px;
}

.category-cnt ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
}

.category-cnt li {
    margin: 0 40px;
    list-style-type: none;
    font-weight: 700;
}

@media screen and (max-width: 736px) {
    .category-cnt {
        margin:10px 10px 0;
    }

    .category-cnt ul {
        flex-direction: column;
    }

    .category-cnt li {
        margin: 0 10px 10px;
    }
}

/*---*/
h2.cnt_ttl {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    margin: 60px 0;
}

.inquiry_summary {
    background-color: #fff;
    margin: 40px 0 0;
}
.inquiry_inner {
    position: relative;
    margin: auto;
    max-width: 1200px;
}
.inquiry_summary p.top{
    font-size: 1.3125rem;
    font-weight: 700;
    margin: -20px 0 40px;
    text-align:center;
}
.inquiry_summary_point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px 67px;
}

.point_inner {
    order: 2;
    background-color: #fff;
    border: 3px solid #e8e8e8;
    padding: 60px 50px 40px;
    position: relative;
    border-radius: 5px;
}

.point_inner h2 {
    background: #29b7ce;
    max-width: 500px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 14px;
    margin: 0 auto;
    font-size: 1.75rem;
    font-weight: 700;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    border-radius: 5px;
}

.point_inner h2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 11px 0 11px;
    border-color: #29b7ce transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
}

ol.markList-num01 {
    counter-reset: number 0;
    padding: 0;
    list-style-type: none;
}

.point_inner ol li {
    position: relative;
    padding: 20px 0;
    padding-left: calc(34px + 10px);
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.45;
}

.point_inner ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    background-color: #29b7ce;
    border-radius: 100%;
}

.inquiry_summary_point figure {
    order: 1;
    /*margin-right:60px;*/
    margin-top: 0;
}

.inquiry_summary_point img.book {
    width: 320px;
    box-shadow: 7px 7px 0px 0px rgba(51,51,51,0.1);
    border: 1px solid #e8e8e8;
}

.inquiry_summary_supervision {
    background-color: #e9f3f9;
    /*box-shadow: 0 0 18px 5px rgba(125,125,125,.2);*/
    border-radius: 12px;
    padding: 40px 60px;
    margin-bottom: 60px;
}

.inquiry_summary_supervision h2 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 20px;
    color: #0068b6;
}

.supervision_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.supervision_inner p {
    order: 2;
    flex: 1;
}
.supervision_inner p strong{
    /*font-size: 1.2rem;*/
}



.supervision_inner figure {
    order: 1;
    margin-top: 0;
    margin-right: 40px;
}

.supervision_inner img {
    object-fit: contain;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    max-width: 180px;
    max-height: 180px;
    font-family: "object-fit: contain;";
    border-radius: 100%;
}

.inquiry_summary_step {
    border-radius: 12px;
    padding: 40px 90px 10px;
    margin-bottom: 60px;
    border: 3px solid #fdae14;
}

.inquiry_summary_step .step_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #fdae14;
}

.inquiry_summary_step .step_ttl div {
    order: 2;
}

.inquiry_summary_step .step_ttl div h2 {
    font-size: 1.75rem;
    font-weight: 700;
}

.inquiry_summary_step .step_ttl div h2 span {
    color: #fdae14;
    padding: 0 7px;
}

.inquiry_summary_step .step_ttl div p.entry {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-top: 0;
}

.inquiry_summary_step .step_ttl p.icon {
    color: #fff;
    background-color: #fdae14;
    font-weight: 700;
    margin-right: 30px;
    margin-top: 0;
    line-height: 1.45;
    letter-spacing: 0.15em;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    order: 1;
}

.inquiry_summary_step .stepFlow_block {
    -ms-grid-columns: 160px 40px auto;
    grid-template-columns: 160px auto;
    grid-gap: 40px;
}

.inquiry_summary_step .stepFlow_step>div::before, .inquiry_summary_step .stepFlow_step>div::after {
    border: solid 80px transparent;
    /*border-top: solid 14px #f8f8f8;*/
    border-top: solid 14px #fff;
    border-bottom: solid 14px transparent;
}

.inquiry_summary_step .stepFlow_main {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.inquiry_summary_step .stepFlow_block:not(:first-child)::before {
    width: calc(100% - 160px - 40px);
}

.stepFlow_step>div {
    color: #fff;
}

.inquiry_summary_step .stepFlow_step>div>span {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    line-height: 1.45;
    letter-spacing: .1em;
}

.inquiry_summary_step .stepFlow_step>div>span br {
    display: none;
}

.inquiry_summary_step .stepFlow_block:nth-child(1) .stepFlow_step>div {
    background-color: #c13665;
}

.inquiry_summary_step .stepFlow_block:nth-child(1) .stepFlow_step>div::after {
    border-top-color: #c13665;
}

.inquiry_summary_step .stepFlow_block:nth-child(2) .stepFlow_step>div {
    background-color: #14659d;
}

.inquiry_summary_step .stepFlow_block:nth-child(2) .stepFlow_step>div::after {
    border-top-color: #14659d;
}

.inquiry_summary_step .stepFlow_block:nth-child(3) .stepFlow_step>div {
    background-color: #32913e;
}

.inquiry_summary_step .stepFlow_block:nth-child(3) .stepFlow_step>div::after {
    border-top-color: #32913e;
}

.inquiry_summary_step h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 1.3125rem;
    /*display:flex;
    align-items:center;*/
    line-height: 1.45;
}

.inquiry_summary_step h3.basic {
    color: #c13665;
}

.inquiry_summary_step h3.advanced {
    color: #14659d;
}

.inquiry_summary_step h3.career {
    color: #32913e;
}

.inquiry_summary_step h3 span {
    font-size: 1.3125rem;
    padding: 0 5px 5px;
    background: linear-gradient(transparent 85%,#ffe98c 85%);
}

.inquiry_summary_step h3.basic span {
    background: linear-gradient(transparent 85%,#f5b5cf 85%);
}

.inquiry_summary_step h3.advanced span {
    background: linear-gradient(transparent 85%,#b3d7ef 85%);
}

.inquiry_summary_step h3.career span {
    background: linear-gradient(transparent 85%,#b4d8b9 85%);
}

.inquiry_summary_step p.point {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #fdae14;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 7px 8px;
    width: 100px;
    line-height: 1;
    border-radius: 100vh;
}

.inquiry_summary_step ul.dotList li::marker {
    color: #9E9E9E;
}

.inquiry_summary_privilege {
    margin-bottom: 60px;
}

.inquiry_summary_privilege h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #0068b6;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.inquiry_summary_privilege h2 span {
    color: #fff;
    background-color: #0068b6;
    padding: 5px 20px;
    margin-right: 30px;
    line-height: 1;
    letter-spacing: 0.3em;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry_summary_privilege .privilege_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquiry_summary_privilege figure {
    width: calc((100% - 160px) / 3);
    box-sizing: border-box;
    /*display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;*/
}

.inquiry_summary_privilege img {
    /*width: 320px;*/
    box-shadow: 7px 7px 0px 0px rgba(51,51,51,0.1);
    border: 1px solid #e8e8e8;
}

.inquiry_summary_privilege figcaption {
    text-align: center;
    margin-top: 17px;
}

@media screen and (max-width: 736px) {
h2.cnt_ttl {
    margin: 30px 0;
    font-size: 1.9375rem;
}
    .inquiry_inner {
        padding:0 10px;
    }

    .inquiry_summary {
        margin: 20px 0 0;
    }
    .inquiry_summary p.top{
    font-size:1.2rem;
    margin: -10px 0 20px;
    line-height: 1.6;
}
    .inquiry_summary p.top br{
        display:none;
    }

    .inquiry_summary_point {
        flex-direction: column;
        margin: 0 0 30px;
    }

    .point_inner {
        padding: 30px 20px 20px;
        box-shadow: none;
    }

    .point_inner h2 {
        width: 92%;
        padding: 10px;
        margin: 0 auto;
        font-size: 1.5rem;
        font-weight: 700;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        border-radius: 5px;
    }

    .point_inner ol li {
        padding: 10px 0;
        padding-left: calc(24px + 10px);
        font-size: 1.2rem;
    }

    .point_inner ol li::before {
        top: 10px;
        left: 0;
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .inquiry_summary_point figure {
        margin-right: 0;
        margin-bottom: 57px;
    }

    .inquiry_summary_point img.book {
        width: 300px;
        /* box-shadow: 10px 10px 0px 0px rgba(51,51,51,0.1); */
        border: 1px solid #e8e8e8;
    }

    .inquiry_summary_supervision {
        padding: 20px;
        margin-bottom: 30px;
    }

    .supervision_inner {
        flex-direction: column;
    }

    .supervision_inner figure {
        margin: 0 0 20px;
    }

    .inquiry_summary_privilege .privilege_list {
        display: flex;
        flex-direction: column;
    }

    .inquiry_summary_privilege figure {
        width: 80%;
    }

    .inquiry_summary_step {
        padding: 13px;
        margin-bottom: 30px;
    }

    .inquiry_summary_step .step_ttl {
        margin: 0 0 10px;
        flex-direction: column;
    }
    .inquiry_summary_step .step_ttl div {
    line-height: 1.45;
}
    .inquiry_summary_step .step_ttl p.icon{
        margin-right:0;
        margin-bottom:10px;
        width: 100%;
        height: inherit;
        border-radius:52px;
        padding:7px 8px;
    }
.inquiry_summary_step .step_ttl p.icon br{
    display:none;
}
.inquiry_summary_step .step_ttl div p.entry {
    margin-top:10px;
}
.inquiry_summary_step .stepFlow_block {
    grid-template-columns: 70px auto;
    grid-gap: 10px;
}
.inquiry_summary_step .stepFlow_block:not(:first-child)::before {
    width: calc(100% - 70px - 10px);
}
.inquiry_summary_step .stepFlow_step>div::before, .inquiry_summary_step .stepFlow_step>div::after {
    border: solid 35px transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
}

.inquiry_summary_step p.point {
    font-size:.875rem;
}
.inquiry_summary_step .stepFlow_main ul.dotList{
    margin-top:10px;
}
.inquiry_summary_privilege {
    margin-bottom: 30px;
}
.inquiry_summary_privilege h2 {
    font-size: 1.3125rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.inquiry_summary_privilege h2 span {
    padding: 5px;
    margin-right:10px;
    min-width: 100px;
}


    
}


.inquiry_class {
    /* background-color: #fff; */
    /* margin: 60px 0; */
    padding-bottom: 60px;
}

.inquiry_class .class_list {
    display: flex;
    justify-content: space-between;
}

.inquiry_class .class_list .list_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
    width: calc((100% - 160px) / 3);
    box-sizing: border-box;
    padding: 20px;
}
.inquiry_class .class_list .list_box div{

}

.inquiry_class .class_list div p.entry {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.45em * 2.9);
    line-height: 1.45;
    font-size:1.3125rem;
    font-weight: 700;
}

.inquiry_class .class_list div p.txt{
    /*position: relative;*/
    margin-bottom:20px;
    padding-bottom:20px;
}
/*.inquiry_class .class_list div p.txt::after{
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 18px 0 18px;
    border-color: #0068B7 transparent transparent transparent;
}*/
.inquiry_class .class_list div p.point{
    position: relative;
    padding-top:20px;
    color: #0068b6;
    line-height: 1.45;
    margin-top:auto;
    margin-bottom: 20px;
    /* font-family:inherit; */
}
/*.inquiry_class .class_list div p.point::before{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 18px 0 18px;
    border-color: #0068B7 transparent transparent transparent;
}*/
/*.inquiry_class .class_list div p.fas{
font-family:inherit;
}*/
.inquiry_class .class_list div p.point::before{
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    font-weight:700;
    font-size: 2.25rem;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #0068b6;
}

.inquiry_class .class_list div figure {
    text-align: center;
}

.inquiry_class .class_list div figure img {
    object-fit: contain;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    max-width: 150px;
    max-height: 150px;
    font-family: "object-fit: contain;";
    /*border-radius: 100%;*/
}

@media screen and (max-width: 736px) {
.inquiry_class {
    padding-bottom:0;
}
    .inquiry_class .class_list {
        display: flex;
        flex-direction: column;
    }

    .inquiry_class .class_list .list_box {
        width: 100%;
        margin-bottom: 20px;
    }
.inquiry_class .class_list div p.entry {
    min-height:inherit;
}
.inquiry_class .class_list div figure img {
    /* max-width: 190px; */
    /* max-height: 190px; */
}
.inquiry_class .class_list div p.point{
    padding-top:10px;
}

}


.inquiry_request {
    background-color: #fff;
    margin: 40px 0 0;
    padding-bottom: 20px;
}
.inquiry_request ol{
    border-radius: 12px;
    padding: 40px 60px;
    margin:0 auto;
    background:#f8f8f8;
}
.inquiry_request ol li {
    position: relative;
    padding: 20px 0;
    padding-left: calc(34px + 10px);
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.45;
}
.inquiry_request ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    background-color: #0068b6;
    border-radius: 100%;
}
.inquiry_request .inner-btn a{
    background-color: #fdae14;
}
.inquiry_request p.txt{
    padding:0 60px;
}
.inquiry_request p.txt span{
    font-size: 1.3125rem;
    font-weight: 700;
}

@media screen and (max-width: 736px) {
    .inquiry_request {
        margin: 20px 0 0;
        padding-bottom: 20px;
    }
    .inquiry_request ol{
    padding: 20px;
    }
    .inquiry_request ol li {
        padding: 10px 0;
        padding-left: calc(24px + 10px);
        font-size: 1.2rem;
    }
    .inquiry_request ol li::before {
        top: 10px;
        left: 0;
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }
.inquiry_request p.txt{
    padding:0;
}
    

}



.inquiry_faq {
    
}
.inquiry_faq dl{
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
    padding:40px 60px;
    margin-bottom:30px;
}
.inquiry_faq dt{
    position: relative;
    padding-left:60px;
    font-size:1.3125rem;
    font-weight:700;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #e8e8e8;
}
.inquiry_faq dt::before {
    content: "Q";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0068b6;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    border-radius: 50%;
}
.inquiry_faq dd{
    position: relative;
    padding-left:60px;
}
.inquiry_faq dd::before {
    content: "A";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fdae14;
    font-size: 20px;
    color: #ffffff;
    font-weight:700;
    font-size:1.3125rem;
    line-height: 1;
    border-radius: 50%;
}

@media screen and (max-width: 736px) {
.inquiry_faq dl{
    padding:20px;
    margin-bottom:20px;
}
.inquiry_faq dt{
    padding-left:50px;
}
.inquiry_faq dd{
    padding-left:50px;
}
    
}


.inquiry_contact {
    background-color: #fff;
    margin: 40px 0 0;
    padding-bottom: 60px;
}
.inquiry_contact .contact_list{
    display:flex;
    justify-content:center;
    
}
.inquiry_contact ul{
    margin:0;
    padding:0;
    min-width:600px;
}
.inquiry_contact li{
    list-style-type:none;
    font-size: 1.3125rem;
    line-height: 1.45;
    padding:0 60px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.inquiry_contact li:not(:last-child) {
    
}


@media screen and (max-width: 736px) {
    .inquiry_contact {
        margin: 20px 0 0;
        padding-bottom: 20px;
    }
.inquiry_contact ul{
    min-width:100%;
}
.inquiry_contact li{
    padding:0 10px 15px;
    margin-bottom:15px;
    font-size: 1rem;
}



}
