.language-support .support-22-content .image-title {
    justify-content: center;
}

.language-support .support-22-list {
    margin-top: 32px;
}

/* SECTION: language-support-riki (RIKI日本語アプリでできること) */
.language-support-riki {
    position: relative;
    margin-top: 48px;
     background-image: url("../image/Section 3.png");
    
}

.language-support-riki-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-top: 28px;
}
.riki-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.riki-title {
    color: #0ABAB7;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
}

.language-support .support-6.service-block {
    margin-bottom: 0px;
}
.language-support-riki-main {
    position: relative;
    margin-bottom: 24px;
    min-height: 420px;
}
.riki-flashcard-img {
    text-align: center;
    z-index: 1;
    position: relative;
    margin-top: 40px;
}
.riki-flashcard-img img {
    width: 479px;
    height: auto;
}
.riki-flashcard-box {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    min-width: 220px;
    max-width: 336px;
    font-size: 14px;
    color: #495057;
    z-index: 2;
    border-top: 4px solid var(--Riki-App, #0ABAB7);
    box-shadow: 0px 12px 16px -4px #10182814;
}
.riki-flashcard-box-title {
    color: #0ABAB7;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.riki-flashcard-box-1 {
    left: 18px;
    top: 248px;
    width: 300px;
}
.riki-flashcard-box-2 {
    right: 23px;
    top: 172px;
    width: 300px;
}
.riki-flashcard-box-3 {
    right: 12px;
    top: 340px;
}

.language-support .support-3 .support-22-content .image-title {
    gap: 16px;
}

.language-support .support-3 .support-22-content .image-title .image-title-inner {
    width: 50%;
}

.language-support .support-3 .support-22-content .image-title-inner figure img {
    width: 100%;
    border: 3px solid var(--primary, #6ABE52);
    height: 215px;
    object-fit: fill;
    border-bottom: 0px;
}

.image-title-inner .image-node {
    border: 3px solid var(--Primary, #6ABE52);
    padding: 4px 8px;
    background: var(--Primary, #6ABE52);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.language-support .service-block {
    margin-bottom: 48px;
}
.language-support-riki-footer {
    color: #6C757D;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    left: 0px;
    border: 1px solid #1118270D;
    padding: 8px;
}
@media (max-width: 900px) {
    .language-support-riki {
        padding: 24px 8px 16px 8px;
    }
    .riki-flashcard-img img {
        width: 220px;
    }
    .riki-flashcard-box {
        min-width: 160px;
        max-width: 200px;
        font-size: 13px;
        padding: 10px 10px 8px 10px;
    }
    .riki-flashcard-box-1 {
        left: 0;
        top: 10px;
    }
    .riki-flashcard-box-2 {
        right: 0;
        top: 10px;
    }
    .riki-flashcard-box-3 {
        right: 0;
        bottom: -10px;
    }
}

/* SECTION: language-support-recommend (こんな企業様におすすめ) */
.language-support-recommend-list {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.language-support-recommend-item {
    background: #F2FDF5;
    padding: 24px 15px 24px 15px;
    flex: 1;
    border: 1px solid #DEE2E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 8px rgba(106, 190, 82, 0.04);
}
.language-support-recommend-item .recommend-icon {
    width: 80px;
    height: 80px;
    background: #6ABE52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.language-support-recommend-item .recommend-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.language-support-recommend-item .recommend-desc {
    color: #212529;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 900px) {
    .language-support-recommend-list {
        flex-direction: column;
        gap: 16px;
    }
    .language-support-recommend-item {
        max-width: 100%;
        padding: 24px 8px 16px 8px;
    }
}

.language-support .support-3 .title-service {
    margin-bottom: 48px;
}

.language-support .support-3 .support-22-list {
    margin-top: 0px;
}

.language-support .support-3 .support-22-list-num {
    margin-right: 16px;
}

.support-6-contact-box {
    border: 2px solid #6ABE52;
    color: #6ABE52;
    background: #fff;
    padding: 16px 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 2px;
    display: inline-block;
    width: calc(100% - 9px);
    position: relative;
}

.support-6-contact-box:after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 17px;
    top: 17px;
    background: var(--Secondary, #D9F2D0);
    z-index: -1;
}

.language-support .hr-service-banner .block-title .title .title-two {
    margin-top: 8px;
}

.language-support .support-3.service-block {
    margin-bottom: 88px;
}

.language-support .support-2-item {
    padding: 24px 23px 24px 23px;
}

.support-2-item:nth-child(2) .support-2-title {
    width: calc(100% + 8px);
}

.language-support .support-6 img {
    height: auto;
}

.title-ls {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.language-support .support-6 .support-22-list {
    margin-top: 24px;
}

.aitoku.language-support .support-6 .support-4-list p {
    padding-left: 0px;
}

.aitoku.language-support .support-6 .support-4-list p::before {
    display: none;
}

.language-support .support-9-fee-inner {
    display: flex;
    padding: unset;
    align-items: center;
    border: 4px solid #FFFFFF;
}

.support-9-fee-inner .innerlf {
    padding: 40px 24px;
}

.language-support .support-9-fee-title {
    margin-bottom: 24px;
}

.innerrf {
    flex: 1;
}

.innerrf img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.language-support .support-7 {
    padding: 85px 80px;
}

.language-support .support-8 .text {
    width: calc((100% - 112px) / 8 * 4 + 64px);
}

.language-support .support-8 .title-service {
    margin-bottom: 32px;
}

.language-support .support-8 img {
    width: 100%;
}

.support-9-row {
  display: flex;
  margin-bottom: 24px;
}
.support-9-content-col {
    padding: 56px 39px;
}

.support-9-content-col > div {
    width: 370px;
}
.support-9-label {
    background: #6ABE52;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 12px;
    line-height: 32px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 16px;
}
.support-9-desc {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}

.support-9-desc p:nth-child(n+2) {
    margin-top: 12px;
}

.support-9-img-col
 {
    flex: 1;
}

.support-9-img-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.support-9-row.one .support-9-content-col {
    background-image: url("../image/image 307bg.png");
}

.support-9-row.two .support-9-content-col {
    background-image: url("../image/image 308bg.png");
}


.support-9-row.thress .support-9-content-col {
    background-image: url("../image/image 337bg.png");
}


@media (max-width: 900px) {
  .support-9-row, .support-9-row-reverse {
    flex-direction: column !important;
    gap: 16px;
  }
  .support-9-img-col img {
    width: 100%;
    height: auto;
  }
}

.support-10-underline {
    width: 100%;
    height: 3px;
    background: #6ABE52;
    margin: 8px 0 32px 0;
}
.support-10-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 48px;
}
.support-10-item {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    box-sizing: border-box;
    width: calc(100% / 3);
}
.support-10-img-wrap {
    width: 100%;
    box-sizing: border-box;
}
.support-10-img-wrap img {
    width: 100%;
    object-fit: contain;
    border-width: 4px;
    border-style: solid;
    border-color: var(--Primary, #6ABE52);
    background: #f5f5f5;
    border-bottom: 0px;
}

.support-10-caption {
    background: #6ABE52;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 12px;
    letter-spacing: 0.5px;
    line-height: 24px;
    flex: 1;
}

.language-support .service-block:last-child {
    margin-bottom: 0px;
}

.aitoku.language-support .support-4-list p {
    padding-left: 0px;
}

.aitoku.language-support .support-4-list p::before {
    display: none;
}

.sp-list-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #212529;
}

.sp-list .support-22-list-title {
    font-weight: 400;
}

.sp-list .support-6-contact-box {
    margin-top: 32px;
}

.language-support .support-flex .text {
    width: calc((100% - 112px) / 8 * 5 + 80px);
}

@media (max-width: 1000px) {
    .support-10-grid {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .support-10-item {
        width: 100%;
        max-width: 400px;
    }
}
