/* section1 */
.sonix-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: clamp(80px, 14.64vw, 200px) auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 1.83vw, 25px);
    align-items: center;
}

.sonix-sub {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: clamp(16px, 1.32vw, 18px);
    color: #000;
    margin-bottom: clamp(14px, 1.76vw, 24px);
}

.sonix-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: #006E7C;
    font-size: clamp(28px, 3.51vw, 48px);
}

.sonix-right {
    transform: translateY(clamp(16px, 2.93vw, 40px));
}

.sonix-right p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    font-size: clamp(16px, 1.32vw, 18px);
}

@media (max-width: 768px) {
    .sonix-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px auto 0;
    }

    .sonix-title {
        font-size: 28px;
    }

    .sonix-right p {
        font-size: 16px;
        line-height: 1.8;
    }

    .sonix-intro {
        padding: 50px 0;
    }
}

/* section2 */
.trouble1 {
    position: relative;
    overflow: hidden;
    padding: clamp(45px, 6.59vw, 90px) 0 clamp(60px, 7.69vw, 105px);
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: auto;
}

.trouble-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.trouble1::before {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    content: "Recommend";
    position: absolute;
    top: clamp(-70px, -5.12vw, -35px);
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(70px, 13.91vw, 190px);
    font-weight: 400;
    color: rgba(191, 209, 198, 0.15);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    line-height: 1.6;
}

.trouble-inner {
    position: relative;
    z-index: 1;
}

.trouble-list {
    padding: 0;
    list-style: none;
    width: clamp(260px, 37.70vw, 515px);
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 0.73vw, 10px);
}

.trouble-list li {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.95vw, 13px);
    min-height: clamp(44px, 3.66vw, 50px);
    padding: clamp(10px, 0.73vw, 10px) clamp(18px, 2.20vw, 30px);
    background: #fff;
    border-radius: 999px;
    font-size: clamp(16px, 1.32vw, 18px);
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(24px, 2.20vw, 30px);
    height: clamp(24px, 2.20vw, 30px);
    background: #FF8F86;
    border-radius: 50%;
    color: #fff;
    font-size: clamp(16px, 1.32vw, 18px);
    font-weight: 700;
}

.trouble-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: clamp(48px, 9.08vw, 124px);
    align-items: center;
    transform: translateX(clamp(20px, 5.86vw, 80px));
}

.trouble-image {
    position: relative;
    flex-shrink: 0;
    width: clamp(240px, 35.14vw, 480px);
    transform: translateY(clamp(40px, 7.69vw, 105px));
}

.trouble-image img {
    display: block;
    width: 100%;
    height: auto;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 1020px) {
    .trouble-content {
        transform: unset;
    }
}

@media screen and (max-width: 870px) {
    .trouble1::before {
        top: -15px;
    }

    .trouble-list {
        gap: 15px;
        width: 100%;
    }

    .trouble-content {
        flex-direction: column;
        align-items: center;
    }

    .trouble-image {
        width: 75%;
    }

    .pc-none {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .trouble1::before {
        top: 30px;
        font-size: 60px;
    }
}

/* section3 */
.feature {
    position: relative;
    padding: clamp(70px, 12.44vw, 170px) 0;
    background: #F3F3F3;
    overflow: hidden;
}

.feature-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.feature-head {
    position: relative;
    text-align: center;
    margin-bottom: clamp(80px, 11.93vw, 163px);
}

.feature-bg.bg2 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(72px, 17.94vw, 245px);
    line-height: 1;
    position: absolute;
    top: 175%;
    left: 50%;
    transform: translate(-50%, -90%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: #fff;
}

.feature-title {
    position: relative;
    z-index: 1;
    font-size: clamp(24px, 2.64vw, 36px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.trouble-desc2 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(45px, 6.59vw, 90px);
    margin-top: clamp(52px, 7.61vw, 104px);
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: clamp(35px, 5.12vw, 70px);
}

.feature-card {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3.66vw, 50px);
    padding: 0 clamp(20px, 2.93vw, 40px);
    background: #fff;
}

.feature-card.reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex-shrink: 0;
    width: clamp(140px, 22.69vw, 310px);
}

.feature-image img {
    width: 100%;
    display: block;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    margin: clamp(25px, 3.29vw, 45px) 0 clamp(15px, 1.83vw, 25px);
    font-size: clamp(20px, 2.20vw, 30px);
    line-height: 1.2;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.feature-content p {
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: clamp(25px, 3.15vw, 43px);
}

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

    .feature-card,
    .feature-card.reverse {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .feature-card .feature-image {
        width: 215px;
        margin: auto;
        margin-top: 30px;
    }

    .feature-content h3 {
        margin: 0 0 15px;
    }

    .feature-content {
        margin-top: 30px;
    }

    .feature-bg.bg2 {
        transform: translate(-50%, -100%);
    }
}

@media screen and (max-width: 480px) {
    .feature-bg.bg2 {
        transform: translate(-50%, -115%);
    }
}

/* section4 */
.trouble {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 9.52vw, 130px) 0 clamp(60px, 7.32vw, 100px);
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: auto;
}

.trouble-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.trouble::before {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    content: "Service";
    position: absolute;
    top: clamp(-70px, -5.12vw, -35px);
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(90px, 17.94vw, 245px);
    font-weight: 400;
    color: rgba(191, 209, 198, 0.15);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    line-height: 1.6;
}

.trouble-inner {
    position: relative;
    z-index: 1;
}

.service-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3.88vw, 53px);
    align-items: start;
    margin-top: clamp(60px, 9.37vw, 128px);
}

.service-image {
    position: sticky;
}

.service-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1.68vw, 23px);
}

.service-item {
    position: relative;
}

.service-label {
    margin-bottom: clamp(-10px, -0.73vw, -8px);
}

.service-label img {
    width: clamp(42px, 5.86vw, 80px);
    display: block;
}

.service-heading {
    margin: 0 0 clamp(6px, 0.73vw, 10px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 1.46vw, 20px);
    line-height: 1.6;
    color: #006E7C;
}

.service-text {
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

@media screen and (max-width: 768px) {
    .trouble::before {
        top: 0px;
        font-size: 90px;
    }

    .service-wrap {
        grid-template-columns: 1fr;
    }

    .service-content {
        gap: 45px;
    }

    .service-heading {
        font-size: 24px;
    }

    .service-text {
        font-size: 16px;
    }

    .service-label img {
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .trouble::before {
        top: -20px;
    }
}

/* section5 */
.trouble2 {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 9.52vw, 130px) 0 0;
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: auto;
}

.trouble2::before {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    content: "Profile";
    position: absolute;
    top: clamp(-70px, -5.12vw, -35px);
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(90px, 17.94vw, 245px);
    font-weight: 400;
    color: rgba(191, 209, 198, 0.15);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    line-height: 1.6;
}

.profile-list {
    position: relative;
    z-index: 2;
    margin-top: clamp(60px, 7.91vw, 108px);
}

.profile-card {
    display: grid;
    grid-template-columns: clamp(280px, 36.60vw, 500px) 1fr;
    gap: clamp(30px, 6.08vw, 83px);
    align-items: flex-start;
    margin-bottom: clamp(40px, 4.39vw, 60px);
}

.profile-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.profile-name {
    margin: 0 0 clamp(14px, 1.68vw, 23px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 2.05vw, 28px);
    line-height: 1.5;
    color: #000;
}

.profile-name span {
    display: inline-block;
    margin-left: clamp(3px, 0.37vw, 5px);
    font-size: clamp(18px, 1.46vw, 20px);
    font-weight: 500;
    color: #0B7C8B;
    vertical-align: middle;
}

.profile-block {
    margin-bottom: clamp(8px, 0.73vw, 10px);
}

.profile-block:last-child {
    margin-bottom: 0;
}

.profile-block h4 {
    position: relative;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: clamp(20px, 1.61vw, 22px);
    font-weight: 500;
    line-height: 1.5;
    color: #006E7C;
}

.profile-block p {
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-size: clamp(16px, 1.32vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

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

    .profile-card {
        grid-template-columns: 360px 1fr;
        gap: 40px;
    }
}


@media screen and (max-width: 768px) {
    .trouble2::before {
        top: 0px;
        font-size: 90px;
    }

    .profile-card {
        display: block;
        margin-bottom: 60px;
    }

    .profile-image {
        margin-bottom: 30px;
    }

    .profile-name {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .profile-name span {
        margin-top: 6px;
        font-size: 18px;
    }

    .profile-block {
        margin-bottom: 24px;
    }

    .profile-block h4 {
        margin-bottom: 10px;
    }

    .profile-block p {
        font-size: 16px;
    }
}

/* section6 */
.flow {
    padding: clamp(80px, 11.71vw, 160px) 0;
    overflow: hidden;
}

.flow-inner {
    width: min(calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.flow-heading {
    position: relative;
    text-align: center;
    margin-bottom: clamp(35px, 6.95vw, 95px);
}

.flow-bg {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(72px, 17.94vw, 245px);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: rgba(191, 209, 198, 0.15);
}

.flow-title {
    position: relative;
    z-index: 1;
    font-size: clamp(24px, 2.64vw, 36px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.flow-desc {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(70px, 8.78vw, 120px);
}

.flow-list {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 8.42vw, 115px);
}


.flow-triangle {
    position: absolute;
    left: 50%;
    bottom: clamp(-82px, -6vw, -50px);
    transform: translateX(-50%);
    width: clamp(110px, 13.18vw, 180px);
    height: clamp(50px, 6vw, 82px);
    overflow: visible;
    z-index: 1;
}

.flow-image {
    position: relative;
}

.flow-image img {
    display: block;
    width: 100%;
    max-width: clamp(220px, 25.62vw, 350px);
    height: auto;
    margin: 0 auto;
}

.flow-step {
    position: absolute;
    top: clamp(-55px, -4.03vw, -40px);
    left: clamp(-25px, -1.83vw, -10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(65px, 6.59vw, 90px);
    height: clamp(65px, 6.59vw, 90px);
    border: 1px solid #006E7C;
    border-radius: 50%;
    background: #fff;
    color: #006E7C;
    z-index: 2;
}

.step-en {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    margin-top: clamp(6px, 0.73vw, 10px);
}

.step-num {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: clamp(30px, 3.51vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-top: clamp(-10px, -0.73vw, -6px);
}

.flow-content h3 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.2;
    margin-bottom: clamp(18px, 1.9vw, 26px);
}

.flow-content p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
}

.flow-card {
    position: relative;
    display: grid;
    grid-template-columns: clamp(220px, 28.18vw, 385px) 1fr;
    align-items: center;
    column-gap: clamp(25px, 4.03vw, 55px);
    padding: clamp(45px, 6.15vw, 84px) clamp(20px, 3.66vw, 50px) clamp(40px, 5.12vw, 70px);
    background: #fff;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
    .flow-heading {
        margin-bottom: 24px;
    }

    .flow-card {
        grid-template-columns: 1fr;
        row-gap: 15px;
        padding: 32px 24px 50px;
    }

    .flow-step {
        top: -20px;
        left: -45px;
        width: 70px;
        height: 70px;
    }

    .flow-image {
        width: fit-content;
        margin: 0 auto;
    }

    .flow-content h3 {
        text-align: center;
    }
}

/* section7 */
.case-box {
    padding: clamp(35px, 6.95vw, 95px) 0 clamp(50px, 7.32vw, 100px);
    overflow: hidden;
}

.case-inner {
    width: min(calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.case-heading {
    position: relative;
    text-align: center;
    margin-bottom: clamp(50px, 6.22vw, 85px);
}

.case-bg {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(42px, 9.37vw, 128px);
    line-height: 1.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: rgba(191, 209, 198, 0.15);
}

.case-title {
    position: relative;
    z-index: 1;
    font-size: clamp(18px, 1.76vw, 24px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-weight: 400;
    line-height: 1.5;
}

.blog-card-grid {
    margin-top: clamp(44px, 8.78vw, 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px);
    justify-items: center;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: transform .2s, box-shadow .2s;
}

.card-link:hover .card {
    transform: translateY(-2px);
}

.card-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 10px 10px 20px;
}

.card-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 10px;
}

.card-tag {
    font-size: 14px;
    color: #006E7C;
    background: #BFD1C6;
    padding: 2px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.card-date {
    font-size: 14px;
    color: #006E7C;
}

.card-title {
    position: relative;
    max-height: calc(1.5em * 2);
    min-height: calc(1.5em * 2);
    font-size: 18px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 26px;
    margin: 0 0 16px;
}

.card-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.15em;
    width: 18px;
    height: 18px;
    background: url("/img/External-Link.svg") no-repeat center / contain;
}

.card-title img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    vertical-align: text-bottom;
}

.card-desc2 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.card-meta.blog-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-direction: unset;
    margin-top: 7px;
}

.card-title.blog-card {
    margin: 0px 0 5px;
}

@media screen and (max-width: 750px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 819px) {
    .card {
        width: 100%;
        max-width: 360px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        transition: transform .2s, box-shadow .2s;
    }

    .card-link:hover .card {
        transform: translateY(-2px);
    }

    .card-image img {
        width: 100%;
        display: block;
    }

    .card-body {
        padding: 10px 10px 20px;
    }

    .card-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        margin-bottom: 10px;
    }

    .card-tag {
        font-size: 14px;
        color: #006E7C;
        background: #BFD1C6;
        padding: 2px 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .card-date {
        font-size: 14px;
        color: #006E7C;
    }

    .card-title {
        font-size: 18px;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 600;
        line-height: 1.5;
        max-height: calc(1.5em * 2);
        min-height: calc(1.5em * 2);
        overflow: hidden;
        margin: 0px 0px 16px;
    }

    .card-title img {
        width: 24px;
        height: 24px;
        margin-left: 6px;
        vertical-align: text-bottom;
    }

    .card-desc2 {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin: 0;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}