#kv {
    background-color: #f3f3f3
}

#kv .kvBg {
    background-image: url("../images/top/kv_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    #kv .kvBg {
        background-image: url("../images/top/kv_bg_sp.png");
        background-size: 130% auto;
        background-position: center bottom
    }
}

#kv .kvInner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 1280px) {
    #kv .kvInner {
        height: min(53.074670571vw, 725px)
    }
}

@media only screen and (min-width: 1080px) {
    #kv .kvInner {
        height: min(47.5841874085vw, 650px)
    }
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner {
        height: min(46.875vw, 500px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner {
        flex-wrap: wrap;
        padding-bottom: 18.2291666667vw;
        height: auto
    }
}

#kv .kvInner .textWrap {
    color: #fff;
    position: relative;
    z-index: 2;
    width: min(43.9238653001vw, 600px);
    padding-left: min(8.0527086384vw, 150px)
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .textWrap {
        width: min(78.125vw, 380px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap {
        order: 2;
        width: 100%;
        box-sizing: border-box;
        padding-left: 7.8125vw;
        padding-right: 7.8125vw
    }
}

#kv .kvInner .textWrap .subTitleArea {
    display: flex;
    gap: 15px;
    align-items: center
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .subTitleArea {
        gap: 2.0833333333vw
    }
}

#kv .kvInner .textWrap .subTitleArea .subTitleTag {
    font-size: min(1.4641288433vw, 20px);
    font-weight: 700;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    color: #000919
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .subTitleArea .subTitleTag {
        font-size: 3.125vw
    }
}

#kv .kvInner .textWrap .subTitleArea .subTitle {
    line-height: 1.5;
    font-weight: 700;
    font-size: min(1.4641288433vw, 20px)
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .subTitleArea .subTitle {
        font-size: 3.3854166667vw
    }
}

#kv .kvInner .textWrap .titleArea {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .titleArea {
        margin-top: 4.1666666667vw
    }
}

#kv .kvInner .textWrap .titleArea .kvTitle {
    line-height: 1.3;
    font-weight: 700;
    font-size: min(4.5387994143vw, 62px)
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .textWrap .titleArea .kvTitle {
        font-size: min(4.1666666667vw, 32px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .titleArea .kvTitle {
        font-size: 8.8541666667vw
    }
}

#kv .kvInner .textWrap .titleArea .kvTitle .small {
    font-size: min(3.953147877vw, 54px)
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .textWrap .titleArea .kvTitle .small {
        font-size: min(3.6458333333vw, 28px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .titleArea .kvTitle .small {
        font-size: 7.8125vw
    }
}

#kv .kvInner .textWrap .cvBlockWrap {
    text-align: left
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .cvBlockWrap {
        text-align: center
    }
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock {
    display: inline-block;
    text-align: center;
    margin-top: 30px
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch {
    font-size: min(1.4641288433vw, 20px);
    position: relative;
    display: inline-block;
    padding: 0 10px 0 15px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch {
        font-size: min(1.8229166667vw, 16px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch {
        font-size: 3.6458333333vw
    }
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch:before,
#kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch:after {
    content: "";
    width: 2px;
    height: 14px;
    display: block;
    position: absolute;
    background-color: #fff
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch:before {
    left: 0;
    bottom: 0;
    transform: rotate(-30deg)
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .catch:after {
    right: 0;
    bottom: 0;
    transform: rotate(30deg)
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap {
    margin-top: 10px
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
    width: min(26.3543191801vw, 360px);
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
        font-size: 2.0833333333vw
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
        width: 65.1041666667vw;
        font-size: 4.1666666667vw
    }
}

#kv .kvInner .photoWrap {
    height: 100%;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100vw
}

@media only screen and (min-width: 1080px) {
    #kv .kvInner .photoWrap {
        margin-right: calc(50% - 100vw)
    }
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvInner .photoWrap {
        margin-right: calc(50% - 100vw)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .photoWrap {
        order: 1;
        width: 100%;
        padding-top: 0;
        margin-bottom: 14.3229166667vw
    }
}

#kv .kvInner .photoWrap .photo {
    width: 66%
}

@media only screen and (max-width: 767px) {
    #kv .kvInner .photoWrap .photo {
        height: 100%;
        width: 100%
    }
}

#kv .kvInner .photoWrap .photo img {
    object-fit: cover;
    height: 100%
}

#kv .kvPickupNewsArea {
    width: 640px;
    margin-top: -2.5622254758vw;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(96, 182, 178, .1215686275);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvPickupNewsArea {
        margin-top: -2.6041666667vw;
        width: min(83.3333333333vw, 640px)
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea {
        width: 100%;
        border-radius: 0;
        margin-top: 0
    }
}

#kv .kvPickupNewsArea dl {
    display: grid;
    grid-template-columns: 140px 1fr
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea dl {
        display: flex
    }
}

#kv .kvPickupNewsArea dl dt {
    background-color: #000919;
    color: #fff;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    display: grid;
    position: relative;
    z-index: 5;
    place-content: center
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvPickupNewsArea dl dt {
        font-size: 2.34375vw
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea dl dt {
        font-size: 4.6875vw;
        width: 23.4375vw
    }
}

#kv .kvPickupNewsArea dl dd {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 500px
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea dl dd {
        padding: 3%;
        width: calc(100% - 23.4375vw)
    }
}

#kv .kvPickupNewsArea dl dd ul li a .date {
    color: #545454;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvPickupNewsArea dl dd ul li a .date {
        font-size: 1.5625vw
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea dl dd ul li a .date {
        font-size: 3.125vw
    }
}

#kv .kvPickupNewsArea dl dd ul li a .title {
    margin-top: 16px;
    line-height: 1.4;
    font-size: 15px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #kv .kvPickupNewsArea dl dd ul li a .title {
        margin-top: 1.0416666667vw;
        font-size: 1.6927083333vw
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvPickupNewsArea dl dd ul li a .title {
        margin-top: 2.0833333333vw;
        font-size: 3.3854166667vw
    }
}

#about {
    background-color: #f3f3f3
}

@media only screen and (max-width: 767px) {
    #about .sectionInner {
        padding-top: 15.625vw
    }

    #about .sectionInner>.textWrap {
        margin-top: -6.5104166667vw
    }
}

#about .flowWrap {
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(96, 182, 178, .1215686275);
    padding: 55px;
    margin-top: 48px;
    border-radius: 8px
}

@media only screen and (max-width: 767px) {
    #about .flowWrap {
        padding: 10.4166666667vw 5.2083333333vw
    }
}

#about .flowWrap .titleArea {
    text-align: center
}

#about .flowWrap .titleArea .enTitle {
    font-size: 16px;
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #000919;
    margin-bottom: 12px
}

@media only screen and (max-width: 767px) {
    #about .flowWrap .titleArea .enTitle {
        font-size: 3.6458333333vw
    }
}

#about .flowWrap .titleArea .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    #about .flowWrap .titleArea .title {
        font-size: 4.6875vw
    }
}

#about .flowWrap .titleArea .title span {
    font-size: 30px;
    color: #0e3660
}

@media only screen and (max-width: 767px) {
    #about .flowWrap .titleArea .title span {
        font-size: 4.6875vw
    }
}

#about .flowWrap .flowList {
    margin-top: 48px;
    display: flex
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    #about .flowWrap .flowList {
        margin-top: 6.5104166667vw
    }
}

#about .flowWrap .flowList .flowBlock {
    position: relative
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock {
        border-radius: 8px;
        overflow: hidden
    }
}

#about .flowWrap .flowList .flowBlock .flowName {
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .flowName {
        position: static;
        background-color: #60b6b2;
        padding: 3.125vw;
        box-sizing: border-box;
        font-size: 3.6458333333vw
    }
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .flowName {
        font-size: 2.6041666667vw
    }
}

#about .flowWrap .flowList .flowBlock .managerWrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

#about .flowWrap .flowList .flowBlock .managerWrap .catch {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px
}

#about .flowWrap .flowList .flowBlock .managerWrap .managerText {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px
}

#about .flowWrap .flowList .flowBlock .serviceList {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList {
        position: static;
        display: block;
        transform: none
    }
}

#about .flowWrap .flowList .flowBlock .serviceList li {
    text-align: center
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li {
        display: grid;
        grid-template-columns: 1fr 13.0208333333vw;
        text-align: left;
        padding: 6.5104166667vw 9.1145833333vw;
        gap: 3.90625vw;
        box-sizing: border-box;
        position: relative
    }
}

#about .flowWrap .flowList .flowBlock .serviceList li:first-child {
    padding-left: 15%
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li:first-child {
        background-color: #000919;
        padding-left: 9.1145833333vw
    }
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li:nth-child(2) {
        background-color: #06142a
    }

    #about .flowWrap .flowList .flowBlock .serviceList li:nth-child(2):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 11.9175359259px;
        border: none;
        z-index: 3;
        background-color: #000919;
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }

    #about .flowWrap .flowList .flowBlock .serviceList li:nth-child(3) {
        background-color: #001d3b
    }

    #about .flowWrap .flowList .flowBlock .serviceList li:nth-child(3):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 11.9175359259px;
        border: none;
        z-index: 3;
        background-color: #06142a;
        clip-path: polygon(100% 0, 0 0, 50% 100%)
    }
}

#about .flowWrap .flowList .flowBlock .serviceList li .num {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #60b6b2;
    font-size: 12px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li .num {
        font-size: 2.6041666667vw;
        margin-bottom: 2.0833333333vw
    }
}

#about .flowWrap .flowList .flowBlock .serviceList li .img {
    max-width: 90px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li .img {
        margin: 0;
        text-align: center
    }
}

#about .flowWrap .flowList .flowBlock .serviceList li .title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25
}

@media only screen and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li .title {
        font-size: 4.1666666667vw
    }
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #about .flowWrap .flowList .flowBlock .serviceList li .title {
        font-size: 3.3854166667vw
    }
}

#about .btnWrap {
    margin-top: 90px
}

@media only screen and (max-width: 767px) {
    #about .btnWrap {
        margin-top: 18.2291666667vw
    }
}

#solution {
    background-image: url("../images/top/solution_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    #solution .bgTitle {
        font-size: 18.75vw
    }

    #solution .sectionTitleAreaWrap .sectionTitleArea {
        transform: translateY(-6.5104166667vw)
    }

    #solution .sectionTitleAreaWrap .sectionTitleArea .sectionTitle {
        text-align: center
    }

    #solution .sectionTitleAreaWrap.centerTitle .sectionTitleArea .sectionTitleEn {
        margin-top: 0;
        margin-bottom: 3.90625vw
    }
}

#solution .solutionList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #solution .solutionList {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.6458333333vw
    }
}

@media only screen and (max-width: 767px) {
    #solution .solutionList {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.2083333333vw
    }
}

#solution .solutionList .solutionBlock {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 8px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    #solution .solutionList .solutionBlock .titleWrap {
        background-color: #60b6b2;
        color: #fff;
        font-size: 3.90625vw;
        padding: 3.6458333333vw 5.2083333333vw;
        display: flex;
        align-items: center;
        gap: 4px
    }

    #solution .solutionList .solutionBlock .titleWrap .num {
        font-family: "din-2014", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 4.6875vw
    }

    #solution .solutionList .solutionBlock .titleWrap .title {
        font-size: 3.90625vw;
        font-weight: 700
    }
}

#solution .solutionList .solutionBlock .solutionBlockInner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0
}

@media only screen and (max-width: 767px) {
    #solution .solutionList .solutionBlock .solutionBlockInner {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    #solution .solutionList .solutionBlock.open .solutionBlockInner {
        display: grid
    }
}

#solution .solutionList .solutionBlock .photo {
    position: relative
}

#solution .solutionList .solutionBlock .photo img {
    aspect-ratio: 31/15;
    height: 100%;
    width: 100%;
    object-fit: cover
}

#solution .solutionList .solutionBlock .photo .titleWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 9, 25, .45);
    display: grid;
    place-content: center;
    text-align: center
}

#solution .solutionList .solutionBlock .photo .titleWrap .num {
    font-size: 32px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal
}

#solution .solutionList .solutionBlock .photo .titleWrap .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 10px
}

#solution .solutionList .solutionBlock .textWrap {
    background-color: #fff;
    padding: min(2.5622254758vw, 35px);
    height: 100%;
    box-sizing: border-box
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #solution .solutionList .solutionBlock .textWrap {
        padding: 3.90625vw
    }
}

@media only screen and (max-width: 767px) {
    #solution .solutionList .solutionBlock .textWrap {
        padding: 6.5104166667vw
    }
}

#solution .solutionList .solutionBlock .textWrap .checkList li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 30px;
    position: relative
}

#solution .solutionList .solutionBlock .textWrap .checkList li:not(:first-child) {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    #solution .solutionList .solutionBlock .textWrap .checkList li:not(:first-child) {
        margin-top: 4.1666666667vw
    }
}

#solution .solutionList .solutionBlock .textWrap .checkList li:before {
    content: "";
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 5px;
    border-left: 1px solid #0e3660;
    border-bottom: 1px solid #0e3660;
    transform: rotate(-45deg)
}

#point .pointList {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    #point .pointList {
        margin-top: 7.8125vw
    }
}

#point .pointList .pointBlock {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock {
        display: block
    }
}

#point .pointList .pointBlock:not(:first-child) {
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock:not(:first-child) {
        margin-top: 13.0208333333vw
    }
}

#point .pointList .pointBlock .textWrap {
    width: 50%
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .textWrap {
        width: 100%
    }
}

#point .pointList .pointBlock .textWrap .titleWrap .num {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    border-bottom: 1px solid #0e3660;
    padding-bottom: 5px;
    color: #0e3660;
    display: inline-block
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .pointList .pointBlock .textWrap .titleWrap .num {
        font-size: 4.4270833333vw
    }
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .textWrap .titleWrap .num {
        font-size: 8.8541666667vw
    }
}

#point .pointList .pointBlock .textWrap .titleWrap .title {
    font-size: 28px;
    line-height: 1.8;
    margin-top: 24px;
    font-weight: 700
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .pointList .pointBlock .textWrap .titleWrap .title {
        font-size: 2.6041666667vw
    }
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .textWrap .titleWrap .title {
        font-size: 5.2083333333vw;
        margin-top: 2.6041666667vw
    }
}

#point .pointList .pointBlock .textWrap .titleWrap .title span {
    color: #fff;
    background-color: #0e3660;
    padding: 5px 8px
}

#point .pointList .pointBlock .textWrap .text {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 45px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .pointList .pointBlock .textWrap .text {
        margin-top: 3.2552083333vw
    }
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .textWrap .text {
        margin-top: 5.2083333333vw
    }
}

#point .pointList .pointBlock .photo {
    text-align: center;
    width: 50%;
    background: #F3F3F3;
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .photo {
        width: 100%;
        margin-top: 7.8125vw
    }
}

#point .pointList .pointBlock .photo .img {
    max-width: 420px;
    margin: 0 auto
}

#point .pointList .pointBlock .photo .caption {
    background-color: #000919;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 27px
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock .photo .caption {
        margin-top: 6.5104166667vw;
        font-size: 3.125vw
    }
}

@media only screen and (max-width: 767px) {
    #point .pointList .pointBlock:last-child .photo {
        position: relative
    }

    #point .pointList .pointBlock:last-child .photo .img {
        margin-left: 0;
        width: 80%
    }

    #point .pointList .pointBlock:last-child .photo .caption {
        position: absolute;
        bottom: 0;
        right: 3%
    }
}

#point .costCutBlockWrap {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 60px
}

#point .costCutBlockWrap .title {
    background-color: #60b6b2;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 25px;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .title {
        font-size: 3.6458333333vw;
        padding: 5.2083333333vw
    }
}

#point .costCutBlockWrap .costCutBlock {
    background-color: #f3f3f3;
    padding: 50px 70px
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock {
        padding: 5.2083333333vw 3.90625vw
    }
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock {
        padding: 10.4166666667vw 5.2083333333vw
    }
}

#point .costCutBlockWrap .costCutBlock .costCutTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutTitle {
        font-size: 3.90625vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail {
        display: block;
        margin-top: 25px
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .graphBlock {
    width: min(39.897510981vw, 545px)
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .graphBlock {
        width: 100%
    }
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .graphBlock img {
        width: 100%
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock {
    width: min(31.1127379209vw, 425px)
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock {
        width: 100%;
        margin-top: 25px
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock {
    border: 1px solid #60b6b2;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: min(2.196193265vw, 30px);
    box-sizing: border-box;
    max-width: 430px;
    margin-left: auto
}

@media only screen and (min-width: 768px)and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock {
        padding: min(3.90625vw, 30px)
    }
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock {
        padding: min(6.5104166667vw, 25px)
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice {
    font-weight: 700;
    font-size: 32px;
    color: #0e3660
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice {
        font-size: 4.6875vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .grayText {
    color: #6d6d6d;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .grayText {
        font-size: 3.6458333333vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .costNum {
    font-size: 63px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .costNum {
        font-size: 11.1979166667vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .costCutFsMedium {
    font-size: 38px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutPrice .costCutFsMedium {
        font-size: 5.9895833333vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList {
    margin-top: 35px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList {
        margin-top: 6.5104166667vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li {
    font-size: 14px;
    line-height: 1.6;
    position: relative
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li {
        font-size: 3.6458333333vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li:not(:first-child) {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li:not(:first-child) {
        margin-top: 3.3854166667vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li .costCutListTitle {
    display: inline-block;
    padding: 6px;
    line-height: 1;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li .costCutListTitle {
        margin-bottom: 2.0833333333vw
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li:nth-child(1) .costCutListTitle {
    background-color: #3b7bde;
    color: #fff
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li:nth-child(2) .costCutListTitle {
    border: 1px solid #20509c;
    color: #20509c;
    background-color: #fff
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock .costCutList li:nth-child(3) .costCutListTitle {
    background-color: #000f21;
    color: #fff
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before,
#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
    content: "";
    display: block;
    position: absolute
}

@media only screen and (min-width: 1080px) {

    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before,
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
        clip-path: polygon(100% 0, 0 80%, 100% 60%)
    }
}

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

    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before,
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before {
    background-color: #60b6b2;
    z-index: 0
}

@media only screen and (min-width: 1080px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before {
        width: 50px;
        height: 50px;
        left: -50px;
        bottom: 70px
    }
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:before {
        width: 15px;
        height: 15px;
        top: -15px;
        right: 40px
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
    background-color: #fff;
    z-index: 1
}

@media only screen and (min-width: 1080px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
        width: 48px;
        height: 48px;
        left: -46px;
        bottom: 72px
    }
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .costCutTextBlock:after {
        width: 21px;
        height: 22px;
        top: -13px;
        right: 37px
    }
}

#point .costCutBlockWrap .costCutBlock .costDetail .textBlock .attention {
    font-size: 12px;
    text-align: right;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costDetail .textBlock .attention {
        font-size: min(2.6041666667vw, 10px)
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap {
    margin-top: 100px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap {
        margin-top: min(14.3229166667vw, 55px)
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonTitleWrap {
    margin-bottom: 50px;
    position: relative
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonTitleWrap {
        margin-bottom: min(11.71875vw, 45px)
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonTitleWrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonTitleWrap .costCutReasonTitle {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #f3f3f3;
    padding-right: .5em
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonTitleWrap .costCutReasonTitle {
        font-size: min(4.6875vw, 18px)
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .text {
    font-size: 15px
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList {
        display: block
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock {
    padding: 0 26px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock {
        padding: 0
    }
}

@media only screen and (min-width: 1080px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock:not(:first-child) {
        border-left: 1px solid #aaa
    }
}

@media only screen and (max-width: 1079px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock:not(:first-child) {
        margin-top: 50px
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock:first-child {
    padding-left: 0
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock:last-child {
    padding-right: 0
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutReasonCatch {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #0e3660;
    border-radius: 50px;
    padding: 8px 28px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutReasonCatch {
        font-size: min(4.6875vw, 18px)
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .icon {
    margin-top: 35px;
    margin-bottom: 45px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .icon {
        margin-top: 30px;
        margin-bottom: 35px
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .icon img {
    max-width: 140px
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutReasonTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutReasonTitle {
        font-size: min(4.6875vw, 18px);
        margin-bottom: 20px
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 18px;
    position: relative
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li {
        font-size: 3.90625vw;
        padding-left: 4.6875vw
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li:not(:first-child) {
    margin-top: 18px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li:not(:first-child) {
        margin-top: 4.1666666667vw
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li:before {
    content: "";
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 5px;
    border-left: 1px solid #60b6b2;
    border-bottom: 1px solid #60b6b2;
    transform: rotate(-45deg)
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutList li .small {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .underLineText {
    text-decoration: underline;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 48px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .underLineText {
        font-size: min(3.6458333333vw, 14px);
        margin-top: 30px
    }
}

#point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutExam {
    margin-top: 25px
}

@media only screen and (max-width: 767px) {
    #point .costCutBlockWrap .costCutBlock .costCutReasonBlockWrap .costCutReasonList .costCutReasonBlock .costCutExam {
        margin-top: 20px
    }
}

#point .attentionBtn {
    margin-top: 110px
}

#introductionCompany {
    border-bottom: 1px solid #f3f3f3
}

#introductionCompany .sectionInner {
    padding-top: 40px;
    padding-bottom: 40px
}

#introductionCompany .titleArea .title {
    font-size: clamp(24px, 2.2253129346vw, 32px);
    text-align: center;
    line-height: 1.3;
    font-weight: 700
}

#introductionCompany .titleArea .title .fontColor {
    color: #60b6b2;
    font-size: clamp(44px, 4.033379694vw, 58px);
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    #introductionCompany .sectionInner {
        padding-top: min(10.4166666667vw, 40px);
        padding-bottom: min(10.4166666667vw, 40px)
    }

    #introductionCompany .titleArea {
        width: 90%;
        margin-right: auto;
        margin-left: auto
    }

    #introductionCompany .titleArea .title {
        font-size: min(5.7291666667vw, 22px)
    }

    #introductionCompany .titleArea .title .fontColor {
        font-size: min(10.9375vw, 44px)
    }
}

#introductionCompany .logoSliderWrap {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    #introductionCompany .logoSliderWrap {
        margin-top: 5.2083333333vw
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

#introductionCompany .logoSliderWrap .scroll-infinity__wrap {
    display: flex;
    overflow: hidden
}

#introductionCompany .logoSliderWrap .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

#introductionCompany .logoSliderWrap .scroll-infinity__list.noSlider {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto
}

#introductionCompany .logoSliderWrap .scroll-infinity__item {
    width: 12.5vw
}

@media only screen and (max-width: 767px) {
    #introductionCompany .logoSliderWrap .scroll-infinity__item {
        width: 40vw
    }
}

#introductionCompany .logoSliderWrap .scroll-infinity__item>img {
    width: 100%
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0%)
    }
}

#introductionCompany .logoSliderWrap .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear .5s both
}

#introductionCompany .logoSliderWrap .scroll-infinity__list--right {
    animation: infinity-scroll-right 80s infinite linear .5s both
}

#case {
    background-color: #f3f3f3
}

#case .articleListWrap {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    #case .articleListWrap {
        margin-top: 13.0208333333vw
    }
}

#case .articleListWrap .casestudyList .articleBlock {
    width: 31%;
    margin-left: 3%
}

#case .articleListWrap .casestudyList .articleBlock:nth-child(2),
#case .articleListWrap .casestudyList .articleBlock:nth-child(5) {
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    #case .articleListWrap .casestudyList .articleBlock {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    #case .linkWrap {
        margin-top: 10.4166666667vw
    }
}

#column .articleListWrap {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    #column .articleListWrap {
        margin-top: 13.0208333333vw
    }
}

@media only screen and (max-width: 767px) {
    #column .bgTitle {
        font-size: 22.1354166667vw
    }

    #column .linkWrap {
        margin-top: 10.4166666667vw
    }
}

/* TOP NOTE 2026-09-04: Figma 667:1948 */
#note .articleListWrap {
    margin-top: 50px
}

#note .detailHead {
    margin-top: 15px
}

#note .categoryLabelList {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

@media only screen and (max-width: 767px) {
    #note .sectionInner {
        padding-top: min(15.625vw, 80px);
        padding-bottom: min(15.625vw, 80px)
    }

    #note .articleListWrap {
        margin-top: min(13.0208333333vw, 50px)
    }

    #note .bgTitle {
        font-size: min(22.1354166667vw, 170px)
    }

    #note .sectionTitleAreaWrap .sectionTitleArea .sectionTitle {
        font-size: min(6.25vw, 24px)
    }

    #note .sectionTitleAreaWrap .sectionTitleArea .sectionTitleEn {
        font-size: min(3.125vw, 16px)
    }

    #note .articleBlock {
        max-width: min(85.9375vw, 360px)
    }

    #note .articleBlock .titleArea .normalTitle {
        font-size: min(3.6458333333vw, 18px)
    }

    #note .dateWrap .modifiedDate {
        font-size: min(3.6458333333vw, 14px)
    }

    #note .categoryLabelList>li span {
        font-size: min(3.125vw, 12px)
    }

    #note .slideBtnWrap {
        width: min(27.34375vw, 125px);
        margin-top: min(13.0208333333vw, 50px)
    }

    #note .slideBtnWrap .swiper-button-prev,
    #note .slideBtnWrap .swiper-button-next {
        width: min(10.4166666667vw, 52px);
        height: min(10.4166666667vw, 52px)
    }

    #note .linkWrap {
        margin-top: min(10.4166666667vw, 40px)
    }

    #note .detailHead {
        margin-top: min(3.90625vw, 15px)
    }
}

#news {
    background-color: #f3f3f3
}

#news .articleListWrap {
    margin-top: 50px
}

#news .articleListWrap .articleList .articleBlock {
    grid-template-columns: 120px 1fr;
    gap: 20px
}

@media only screen and (max-width: 767px) {
    #news .articleListWrap .articleList .articleBlock {
        grid-template-columns: 26.0416666667vw 1fr;
        gap: 4.1666666667vw
    }
}

#news .articleListWrap .articleList .articleBlock .img {
    aspect-ratio: 1/1
}

@media only screen and (max-width: 767px) {
    #news .linkWrap {
        margin-top: 10.4166666667vw
    }
}

/* TOP KV 2026-09-04: Figma 667:1114 / 697:2884 */
#kv .kvInner .textWrap .titleArea {
    margin-top: 16px
}

#kv .kvInner .textWrap .achievementWrap {
    width: min(43.9238653001vw, 600px);
    padding-top: min(3.0014641288vw, 41px);
    padding-bottom: min(1.2445095168vw, 17px);
    box-sizing: border-box
}

#kv .kvInner .textWrap .achievementWrap img {
    display: block;
    width: 100%;
    height: auto
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock {
    margin-top: 32px
}

#kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
    padding: 20px 15px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (min-width: 1080px) {
    #kv .kvInner .textWrap {
        width: min(52.7086383602vw, 720px);
        padding-top: min(2.3426061493vw, 32px);
        padding-bottom: min(.9516837482vw, 13px);
        padding-left: min(7.3206442167vw, 100px);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0
    }

    #kv .kvInner .photoWrap .photo {
        width: min(72.0351390922vw, 984px);
        margin-left: clamp(0px, calc((1491px - 100vw) / 2), 26px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #kv .kvInner .textWrap .achievementWrap {
        width: 100%;
        padding-top: 2.6041666667vw;
        padding-bottom: 0
    }

    #kv .kvInner .textWrap .cvBlockWrap .cvBlock {
        margin-top: 3.125vw
    }

    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
        padding-top: 2.0833333333vw;
        padding-bottom: 2.0833333333vw
    }
}

@media only screen and (max-width: 767px) {
    #kv .kvBg {
        background-size: 178.08% 100%;
        background-position: center top
    }

    #kv .kvInner {
        height: auto;
        padding-bottom: 15.625vw
    }

    #kv .kvInner .textWrap {
        width: 100%;
        padding-top: 0;
        padding-left: 5.2083333333vw;
        padding-right: 5.2083333333vw;
        box-sizing: border-box;
        display: block
    }

    #kv .kvInner .textWrap .achievementWrap {
        width: 100%;
        padding-top: 5.2083333333vw;
        padding-bottom: 0
    }

    #kv .kvInner .textWrap .cvBlockWrap .cvBlock {
        margin-top: 5.2083333333vw
    }

    #kv .kvInner .textWrap .cvBlockWrap .cvBlock .btnWrap .btn {
        width: min(76.9230769231vw, 300px);
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 5.2083333333vw
    }

    #kv .kvInner .photoWrap {
        width: 100%;
        height: auto;
        padding-top: 0;
        margin-bottom: 10.4166666667vw
    }

    #kv .kvInner .photoWrap .photo {
        width: calc(100% + 9.375vw);
        max-width: none;
        height: auto;
        margin-top: -7.8125vw;
        margin-left: -4.6875vw
    }

    #kv .kvInner .photoWrap .photo img {
        width: 100%;
        height: auto
    }
}

/* KV COMPANY LOGO MARQUEE 2026-09-04 */
#kvCompanyLogo {
    --kv-logo-gap: clamp(28px, 3.6160416667vw, 52.071px);
    padding-top: clamp(24px, 2.0833333333vw, 30px);
    padding-bottom: clamp(24px, 2.0833333333vw, 30px);
    background-color: #fff;
    overflow: hidden
}

#kvCompanyLogo .kvLogoTrack {
    display: flex;
    width: max-content;
    animation: kv-logo-scroll 35s linear infinite;
    will-change: transform
}

#kvCompanyLogo .kvLogoList {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: var(--kv-logo-gap);
    padding-right: var(--kv-logo-gap)
}

#kvCompanyLogo .kvLogoItem {
    flex-shrink: 0
}

#kvCompanyLogo .kvLogoItem img {
    display: block;
    max-width: none
}

#kvCompanyLogo .logoBird img {
    width: clamp(156px, 16.25vw, 234px)
}

#kvCompanyLogo .logoSantoku img {
    width: clamp(85px, 8.8194444444vw, 127px)
}

#kvCompanyLogo .logoDepartures img {
    width: clamp(178px, 18.5416666667vw, 267px)
}

#kvCompanyLogo .logoLinkage img {
    width: clamp(65px, 6.8055555556vw, 98px)
}

#kvCompanyLogo .logoTimewitch img {
    width: clamp(123px, 12.7777777778vw, 184px)
}

@keyframes kv-logo-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media (prefers-reduced-motion: reduce) {
    #kvCompanyLogo .kvLogoTrack {
        animation-play-state: paused
    }
}

/* TOP SERVICE 2026-09-04: Figma 713:8510 */
#service {
    background-color: #f3f3f3;
    overflow: hidden
}

#service .serviceLead {
    max-width: 840px;
    color: #5a6270;
    font-size: 15px;
    line-height: 1.95
}

#service .serviceCardList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px
}

#service .serviceCard {
    display: flex;
    flex-direction: column;
    padding: 32px 22px;
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden
}

#service .serviceCardIcon img {
    display: block;
    max-width: 100%
}

#service .serviceCardEn {
    margin-top: 12px;
    color: #60b6b2;
    font-family: "din-2014", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2
}

#service .serviceCardTitle {
    margin-top: 8px;
    color: #14161a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.55
}

#service .serviceCardText {
    margin-top: 12px;
    color: #000919;
    font-size: 13.5px;
    line-height: 1.9
}

#service .serviceCardLink {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 2
}

#service .serviceCardLink img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: transform .3s ease
}

#service .btnWrap {
    margin-top: 80px
}

@media only screen and (min-width: 1080px) {
    #service .serviceCardLink:hover img {
        transform: translateX(4px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #service .serviceCardList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.6041666667vw;
        margin-top: 3.6458333333vw
    }

    #service .serviceCard {
        padding: 4.1666666667vw 3.6458333333vw
    }

    #service .btnWrap {
        margin-top: 10.4166666667vw
    }
}

@media only screen and (max-width: 767px) {
    #service .bgTitle {
        font-size: 22.1354166667vw
    }

    #service .serviceLead {
        margin-top: 3.125vw;
        font-size: 3.6458333333vw;
        line-height: 1.8
    }

    #service .serviceCardList {
        grid-template-columns: 1fr;
        gap: 5.2083333333vw;
        margin-top: 8.3333333333vw
    }

    #service .serviceCard {
        padding: 7.2916666667vw 6.25vw
    }

    #service .serviceCardEn {
        margin-top: 3.125vw;
        font-size: 2.6041666667vw
    }

    #service .serviceCardTitle {
        margin-top: 2.0833333333vw;
        font-size: 5.7291666667vw
    }

    #service .serviceCardText {
        margin-top: 3.125vw;
        font-size: 3.6458333333vw;
        line-height: 1.8
    }

    #service .serviceCardLink {
        gap: 4.1666666667vw;
        padding-top: 5.2083333333vw;
        font-size: 3.3854166667vw
    }

    #service .serviceCardLink img {
        width: 7.2916666667vw;
        height: 7.2916666667vw
    }

    #service .btnWrap {
        margin-top: 20.8333333333vw
    }
}

/* TOP POINT 2026-09-04: Figma 713:8668 */
#point .pointFeatureList {
    display: flex;
    flex-direction: column;
    gap: 24px
}

#point .pointFeature {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden
}

#point .pointFeatureText {
    align-self: center;
    padding: 48px 52px;
    box-sizing: border-box
}

#point .pointFeatureNum {
    color: #0e3660;
    font-family: "din-2014", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2
}

#point .pointFeatureTitle {
    margin-top: 16px;
    color: #14161a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.65
}

#point .pointFeatureAccent {
    padding: 1px 0;
    color: #fff;
    background-color: #0e3660;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

#point .pointFeatureDescription {
    margin-top: 16px;
    color: #000919;
    font-size: 15px;
    line-height: 1.8
}

#point .pointFeatureFigure {
    display: grid;
    place-items: center;
    margin: 0;
    padding: 44px 48px;
    background-color: #f3f3f3;
    border-left: 1px solid #e4e7ec;
    box-sizing: border-box
}

#point .pointFeatureFigure img {
    display: block;
    width: 100%;
    height: auto
}

#point .pointFeature:nth-child(1) .pointFeatureFigure img {
    max-width: 480px
}

#point .pointFeature:nth-child(2) .pointFeatureFigure img {
    max-width: 393px
}

#point .pointFeature:nth-child(3) .pointFeatureFigure img {
    max-width: 464px
}

#point .btnWrap {
    margin-top: 80px
}

#point .attentionBtn {
    margin-top: 0
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #point .pointFeature {
        grid-template-columns: minmax(0, 48%) minmax(0, 52%)
    }

    #point .pointFeatureText {
        padding: 4.1666666667vw 3.6458333333vw
    }

    #point .pointFeatureFigure {
        padding: 3.6458333333vw
    }

    #point .pointFeatureNum,
    #point .pointFeatureTitle {
        font-size: min(2.34375vw, 24px)
    }

    #point .pointFeatureDescription {
        font-size: min(1.6927083333vw, 15px)
    }

    #point .btnWrap {
        margin-top: 10.4166666667vw
    }
}

@media only screen and (max-width: 767px) {
    #point .pointFeatureList {
        gap: min(5.2083333333vw, 20px)
    }

    #point .pointFeature {
        grid-template-columns: 1fr
    }

    #point .pointFeatureText {
        padding: min(7.2916666667vw, 28px) min(6.25vw, 24px)
    }

    #point .pointFeatureNum {
        font-size: min(5.2083333333vw, 20px)
    }

    #point .pointFeatureTitle {
        margin-top: min(4.1666666667vw, 16px);
        font-size: min(5.7291666667vw, 22px);
        line-height: 1.55
    }

    #point .pointFeatureDescription {
        margin-top: min(4.1666666667vw, 16px);
        font-size: min(3.90625vw, 15px)
    }

    #point .pointFeatureFigure {
        padding: min(6.25vw, 24px);
        border-top: 1px solid #e4e7ec;
        border-left: 0
    }

    #point .btnWrap {
        margin-top: min(20.8333333333vw, 80px)
    }
}

/* TOP ALLIANCE 2026-09-04: Figma 667:1509 */
#alliance {
    overflow: hidden;
    background-color: #f3f3f3;
    border-bottom: 0
}

#alliance .sectionInner {
    padding-top: 80px;
    padding-bottom: 120px
}

#alliance .allianceLogoList {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 42px;
    margin-top: 36px
}

#alliance .allianceLogoCard {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 24px 12px;
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    box-sizing: border-box
}

#alliance .allianceLogoCard>img {
    display: block;
    width: 132px;
    max-width: 100%;
    height: auto
}

#alliance .allianceMoneyForwardLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 80px;
    max-width: 100%
}

#alliance .allianceMoneyForwardLogo img {
    display: block;
    height: auto
}

#alliance .allianceMoneyForwardLogo img:first-child {
    width: 42px
}

#alliance .allianceMoneyForwardLogo img:last-child {
    width: 80px;
    max-width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #alliance .sectionInner {
        padding-top: 7.8125vw;
        padding-bottom: 10.4166666667vw
    }

    #alliance .allianceLogoList {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.6041666667vw;
        margin-top: 4.6875vw
    }
}

@media only screen and (max-width: 767px) {
    #alliance .sectionInner {
        padding-top: 15.625vw;
        padding-bottom: 15.625vw
    }

    #alliance .allianceLogoList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.125vw;
        margin-top: 9.375vw
    }

    #alliance .allianceLogoCard {
        padding: 5.2083333333vw 3.125vw
    }

    #alliance .allianceLogoCard>img {
        width: min(34.375vw, 132px)
    }
}
