.chosen:not(:first-of-type) {
    margin-top: 80px;
}

/* PC HEADER */

.main-img--container{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    position: absolute;
    bottom: 10px;
    top: 50px;
    left: 155px;
    right: 0px;
    flex-direction: column;
    gap: 10px;
}

.main-img--text{
    color:#0088e2;
    background-color: rgb(255,255,255,0.65);
    font-size: 40px;
    width: fit-content;
}

/*MB HEADER */
.main-img--container_mb {
    font-family: 'Noto Serif JP', serif;
    display: flex;
    position: absolute;
    bottom: 10px;
    top: 55px;
    left: 10px;
    right: 0px;
    flex-direction: column;
    gap: 10px;
}

.main-img--text_mb {
    color:#0088e2;
    background-color: rgb(255,255,255,0.65);
    font-size: 20px;
    width: fit-content;
}

.chosen__title {
    display: flex;
    align-items: center;
}

.chosen__num {
    width: 50px;
    margin-right: 20px;
}

.chosen__sub {
    font-size: 32px;
    line-height: 41px;
}

.chosen__lists {
    background-color: #f9f9f9;
    padding: 20px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 193px;
}

.chosen__lists--height li {
    height: 170px;
}

.chosen__list {
    background-color: #ecf2f7;
    margin-right: 10px;
    padding: 10px 5PX;
    width: calc(100% / 3);
    min-height: 192px;
}

.chosen__list:last-of-type {
    margin-right: 0;
}

.chosen__list p:first-of-type {
    color: #218eda;
    font-size: 18px;
    line-height: 26px;
}

.chosen__list p:first-of-type span {
    letter-spacing: -3px;
}

.chosen__list p:last-of-type {
   margin-top: 20px;
}

.chosen__list p {
        line-height: 1.8;
}

.chosen__img {
    /* width: 330px; */
    width: 380px;
    height: 280px;
    object-fit: cover;
}

.chosen__p,
.comparison__p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
}

.comparison  {
    margin-top: 60px;
}

.comparison__p {
    font-size: 20px;
}

.coach {
    padding: 80px 0 160px;
}

.coach__lists {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.coach__list {
    margin-top: 20px;
    background-color: #d4dded;
    width: calc( 100% / 2 - 20px);
    padding: 20px;
    border-radius: 16px;
}

.coach__list:nth-of-type(n+3) {
    margin-top: 40px;
}

.coach__list:nth-of-type(odd) {
    margin-right: 40px;
}

.coach__details {
    margin-top: 20px;
    font-size: 18px;
}

.coach__title {
    font-size: 24px;
    color: #fff;
    background-color: #037fd6;
    padding: 20px 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chosen__learnings {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.coach__wrapper {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    padding: 20px 0;
}

.coach__wrapper img {
    margin-right: 20px;
}

.coach__wrapper p {
    font-size: 16px;
    line-height: 1.8;
}

.coach__wrapper label {
    font-weight: 800;
    margin-top: 20px;
    display: inline-block;
}


.coach__wrapper label span {
    font-weight: 400;
}

.coach__target {

}

.coach__recommend {

}

.chosen__learning img {
    display: block;
    margin-top: 10px;
    width: 440px;
    height: 275px;
    object-fit: cover;
}

.chosen__learning span {
    color: #218eda;
    font-size: 18px;
}

.chosen__learning p {
   width: 85%;
   margin: 10px auto 0;
   line-height: 1.8;
}

.chosen__learning:nth-of-type(odd) {
    margin-right: 80px;
}

.chosen__learning {
    width: calc(100% / 2 - 40px);
    margin-top: 40px
}

.chosen__learnings--3 {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.chosen__learnings--3  .chosen__learning {
    margin-right: 80px;
}

.chosen__learnings--3  .chosen__learning:last-of-type {
    margin-right: 0;
}

.chosen__learnings--3  .chosen__learning{
    width: calc(100% / 3 - 54px);
}

.chosen__learnings--3  .chosen__learning img {
    display: block;
    margin-top: 10px;
    height: 306px;
    object-fit: cover;
    width: 250px;
}

.chosen__learnings--3  .chosen__learning span {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
}

.chosen__learnings--3  .chosen__learning p {
    width: 100%;
    margin: 10px 0;
 }

 .comparison__table {
    width: 88%;
    margin: 40px auto 160px;
 }

 .comparison__table th, 
.comparison__table td {
    padding: 20px 0px;
}

 .comparison__table,
 .comparison__table th,
 .comparison__table td {
    border: 1px solid #ddd;
    text-align: center;
 }
 
.comparison__table thead th {
    font-size: 16px;
}
.comparison__table td:first-of-type {
    font-size: 14px;
}

 .comparison__table thead th:nth-of-type(2) {
    background-color: #218eda;
    color: #fff;;
 }

 .comparison__table tbody td:nth-of-type(2) {
    background-color: #218eda;
    color: #fff;
}

.recommended {
    margin-top: 80px;
}

.recommended__header {
    text-align: center;
    color: #218eda;
    font-weight: 800;
    font-size: 24px;
}

.recommended__lists {
    background-color: #f2f8fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
}

.recommended__list {
    background-color: #f2f2f2;
    width: calc( 100% / 3 - 10px);
    padding: 10px;
}

.recommended__list img {
    width: 100px;
    margin: 20px auto;
}

.recommended__list:not(:last-of-type) {
    margin-right: 20px;
}

.check__lists {
    position: relative;
    padding-left: 20px;
}

.check__lists--2 {
    list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.check__list {
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.check__list:before {
    content: '✔';
    font-size: 14px;
    color: #218eda;
    position: absolute;
    left: -20px;
}

.recommended__title {
    background-color: #037fd6;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.flow {
    position: relative;
    margin-top: 80px;
    padding-bottom: 80px;
}

.flow__lists {
    padding: 0;
    width: 63%;
    margin: 60px auto 0;
}

.flow__list img {
    padding: 0;
    margin: 0 auto;
    width: 70px;
}

.flow__list:not(:first-of-type) {
    margin-top: 80px;
}

.flow__list > div:first-of-type {
    margin-right: 60px;
    position: relative;
}

.flow__list div:first-of-type:before {
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #218eda;
}


.flow__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feedback {
    padding: 80px 0;
}

.feedback__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.feedback__list {
    display: flex;
    align-items: end;
}

.feedback__list > img {
    margin-right: 40px;
    height: 300px;
    object-fit: contain;
}

.feedback__list div img {
    margin-top: 20px;
}

.feedback__list + p {
    margin-top: 20px;
}

.feedback__list:first-of-type {
    margin-right: 40px;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.flex-1 {
    flex: 1;
}

.p-40 {
    padding-top: 40px;
}

.chosen__span-mobile {
        display: block;
        font-size: 14px;
            width: 100% !important;
        margin-top: 14px;
    }


@media (max-width: 768px) {
    .comparison__table {
        zoom: 0.6;
        margin: 40px auto;
    }
    
    .coach {
        padding: 60px 4.6666vw;
    }
    .coach__lists {
        display: block;
    }
    .coach__list {
        margin-right: 0;
        width: 100%;
    }
    .coach__wrapper {
        display: block;
        padding: 0;
    }
    .chosen > div,
    .chosen__lists {
        display: block;
    }
    
    .chosen__list p:last-of-type { margin-top: 0;}
    
    .chosen__lists--height li {
        height: fit-content;
    }
    
    .chosen__list {
        margin-right: 0;
        min-height:0;
    }
    
    .chosen__lists {
        padding: 0;
    }
    .chosen__img {
        width: 100%;
    }
    .chosen__learnings {
        width: 100%;
        display: block;
    }    
    .chosen__learning {
        width: 100%;
        margin-top: 40px;
    }
    .chosen__learning:nth-of-type(odd) {
        margin-right: 0;
        width: 100%;
    }
    .chosen__learning p {
        width: 100%;
    }
    .chosen__sub {
        font-size: 19px;
    }
    .chosen__learnings--3 {
        display: block;
    }
    .chosen__learnings--3 .chosen__learning {
        width: 100%;
    }
    .recommended__lists {
        display: block;
    }
    .recommended__list {
        width: 100%;
    }
    .flow__lists {
        width: 100%;
    }
    .flow__list {
        display: block;
    }
    .flow__list > div {
        margin-right: 0;
    }
    .flow__details {
        margin-top: 50px;
        width: 100%;
        padding: 0 10px;
    }
    .check__lists--2 {
        columns: unset;
    }
    .feedback__wrapper,
    .feedback__list {
        display: block;
    }
    .feedback__list:first-of-type {
        margin-right: 0;
    }
    .feedback__list > img {
        margin-right: 0;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .feedback__list div img {
        margin: 0 auto;
    }
    .p-price__table-head tr th:nth-child(3) {
        border-right: 0 !important;
    }
    .p-price__table-th--third {
        width: 0;
    }    
    .feedback {
        padding: 40px 0;
    }
    .p-price__table-th2 {
        width: 50.33vw!important;
    }
    .p-price__table-th--first {
        width: 13vw;
    }
    .p-price__table-th2 {
        width: 0 !important;
    }
    .p-price__table-th--third {
        width: 0;
    }
    .accordion {
        padding: 10px;
    }
}

.coach__flex div {
    display: flex;
}

.coach__flex * {
    line-height: 1.8;
}

.coach__flex div span:first-of-type {
    /* width: 120px; */
}

.achieve__wrapper img {
    width: 580px;
    height: 100%;
}

.achieve__wrapper p {
    font-size: 16px;
    line-height: 1.4;
}

.achieve__wrapper p:first-of-type {
    font-weight: 800;
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .price--inner {  
        max-width: inherit !important;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }
    .achieve__wrapper {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }
    .br {
        display: block;
    }

}

@media (max-width: 768px) {
    .p-price__table-text {
        width: 100% !important;
    }
    .accordion--sp:after {
        content: '目標とおすすめの学習者はこちら'  !important;
        font-size: 4vw;
        color: #037fd6 !important;
    }
    .accordion--sp.accordion-active:after {
        content: ''  !important;
        color: #333 !important;
    }
    .accordion--sp.accordion-active span {
        display: inline-block;
    }
    .comparison__p {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .p-price__table-body .u-color--second-col,
    .p-price__dprice {
        padding: 0 !important;
    }
    #price .price--inner,
    #price .price--inner b,
    #price .p-price__table-text p {
        font-size: 3.53vw !important;
    }
    
    .price--inner_padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .coach__title {
        font-size: 20px;
        height: 50px;
    }
    
    .faq h2 {
        font-size: 5.6vw !important;
    }
    .faq span {
        font-size: 14px !important;
    }
    .price--inner {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .br {
        display: none;
    }
    .achieve__wrapper p:first-of-type {
        margin-top: 40px;
        font-size: 19px;
    }
    
    .l-section-padding {
        padding: 0 !important;
    }
    .achieve__wrapper {
        padding: 60px 4.6666vw;
    }
    .coach__wrapper img {
        display: block;
        margin: 0 auto !important;
        width: 55% !important;
    }
    
    .accordion--sp {
        background-color: transparent !important;
        color: #333 !important;
        font-weight: 500;
        padding: 0px 0px !important;
        border: 0 !important;
    }
    
    .accordion--sp span {
        display: none;
    }
    .accordion--sp + .panel{
        border: 0 !important;
    }
    /* .accordion--sp.accordion-active {
        border: 1px solid #0094f4 !important;
        border-bottom: 0 !important;
    } */
    .accordion--sp.accordion:after {
        color: #333;
    }
    .accordion--sp.accordion-active + div.panel {
        padding: 0px 0px !important;
        max-height: initial !important;
        background-color: transparent;
        /* border: 1px solid #0094F4 !important;
        border-top: 0 !important; */
    }
    .accordion--sp .accordion-active, 
    .accordion--sp.accordion:hover {
        background-color: transparent;
    }
    .chosen__list {
        width: 100%;
    }
    .chosen__learnings--3 .chosen__learning img {
        margin: 10px auto 0;
        height: auto;
    }
    .table-overflow {
        overflow-x: scroll;
        margin: 40px auto;
    }
    .comparison__table {
        zoom: 1;
        width: 900px;
        margin: 0;
    }
    .flow__list > div:first-of-type {
        margin: 0;
    }
    #price h2 {
        font-size: 5.6vw !important;
    }
    .p-price__table-head tr th:nth-child(3) {
        border-right: 1.333vw solid #fff !important;
    }
}
