body {
    background: #F6F6F6;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

header .container {
    height: 80px;
    align-items: center;
}

header .logo {
    width: 170px;
}

header .btn {
    border-radius: 20px;
    width: 160px;
    transition: 0.3s;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
}

header nav {
    align-items: center;
}

header nav ul {
    width: 500px;
}

@media (max-width: 768px) {

    header {
        transition: ease 0.5s;
    }

    header .container {
        height: 50px;
    }

    header .logo {
        width: 94px;
        transition: ease;
    }

    body.active header {
        background: transparent;
    }


    body.active header .logo {
        opacity: 0;
    }

    header nav ul {
        display: none !important;
    }

    header .btn {
        width: 140px;
        height: 32px;
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        letter-spacing: 1.0499999523162842px;
        transition: ease 0.5s;
    }

    body.active header .btn {
        opacity: 0;
    }

    .hamburger,
    .hamburger-btn {
        height: 32px;
        width: 32px
    }

    .hamburger-btn {
        align-items: center;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0
    }

    .menu-trigger,
    .menu-trigger span {
        box-sizing: border-box;
        display: inline-block;
        transition: all .4s
    }

    .menu-trigger {
        float: right;
        height: 16px;
        position: relative;
        width: 24px;
        z-index: 3;
    }

    .menu-trigger span {
        background: #000;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .menu-trigger span:first-of-type {
        top: 0
    }

    .menu-trigger span:nth-of-type(2) {
        top: 7px
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }

    .active .menu-trigger span:nth-of-type(3) {
        display: none !important
    }

    .active .menu-trigger {
        transform: rotate(1turn)
    }

    .active .menu-trigger span:first-of-type {
        transform: translateY(7px) rotate(-45deg)
    }

    .active .menu-trigger span:nth-of-type(2) {
        transform: translateY(0) rotate(45deg)
    }

    .active .menu-trigger span:nth-of-type(3) {
        display: flex
    }
}

h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
}

p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 16px;
}

.btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    background: #111;
    border: 1px solid #111;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.btn.white {
    background: #fff;
    color: #111;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 2.4000000953674316px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    section {
        padding: 35px 0;
        position: relative;
    }

    .btn.sp-flex {
        display: none !important;
    }

    .btn-area .btn {
        width: 100%;
    }
}

.cta {
    padding: 80px 0;
    background-image: url(../../../images/service/consulting/cta/bg-dot.webp);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: right;
}

.cta .text {
    width: 554px;
}

.cta .text h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 47.6px;
    letter-spacing: 2.0999999046325684px;
    margin-bottom: 24px;
}

.cta .text p {
    margin-bottom: 32px;
}

.cta picture {
    width: 390px;
}

.cta .btn {
    margin: 0;
    width: 240px;
}
.cta-btm{
    margin-bottom: 80px;
}
.cta-btm .certification-lp{
    width: 100%;
    display: block;
}
.cta-btm .certification-lp img{
    width: 100%;
}

@media (max-width: 768px) {
    .cta {
        padding: 32px 16px;
        background-image: url(../../../images/service/consulting/cta/bg-dot.webp);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .cta .text {
        width: 100%;
        margin-bottom: 15px;
    }

    .cta .text h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }

    .cta .text p {
        margin-bottom: 24px;
    }

    .cta picture {
        width: 80%;
        margin: 0 -16px 0 auto;
    }

    .cta .btn {
        width: 295px;
        margin: 0 auto;
    }
    .cta-btm{
        padding: 40px 20px 0 20px;
        margin-bottom: 40px;
    }
}

#fv {
    margin-top: 80px;
    padding: 66px 0 20px 0;
    background-image: url(../../../images/service/consulting/first-view/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#fv:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100px;
    height: 300px;
    background-image: url(../../../images/service/consulting/first-view/decoration.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

#fv .text {
    width: 50%;
    padding-left: calc(50% - 600px);
    position: relative;
    z-index: 5;
}

#fv .text .logo-image-text {
    gap: 20px;
}

#fv .text .logo-image {
    width: 256px;
}

#fv .text .logo-text {
    width: 278px;
}

#fv .text .logo-text li {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
}

#fv .text .logo-text li:before {
    content: "・";
}

#fv .image {
    width: 50%;
    position: relative;
    z-index: 3;
}

#fv .image img {
    position: absolute;
    right: 0;
    bottom: -50px;
    max-width: 650px;
}

#fv h1 {
    color: #007B65;
    margin-bottom: 25px;
}

#fv .detail>ul {
    margin-bottom: 32px;
}

#fv .detail>ul li:before {
    content: "";
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/consulting/first-view/icon-check.webp);
    margin-right: 10px;
}

#fv .detail>ul li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #007B65;
}

#fv .btn {
    border-radius: 69px;
    width: 240px;
    transition: 0.3s;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
}

#fv .btn-area {
    margin: 0 0 47px 0;
}

#fv .fv-bnr{
    position: absolute;
    right: 0px;
    bottom: 24px;
    z-index: 10;
}
#fv .fv-bnr a{
    width: 481px;
    display: block;
}
#fv .fv-bnr a img{
    display: block;
    width: 100%;
    box-shadow: 0px 4px 50px 3px rgba(0, 0, 0, 0.25);
}
#fv .fv-bnr a:hover{
    opacity: 1;
}
#fv .fv-bnr a img.hovered{
    display: none;
}
#fv .fv-bnr a:hover img.hovered{
    display:block;
}
#fv .fv-bnr a:hover img.normal{
    display:none;
}
@media (max-width: 1400px) {
    #fv:after {
        display: none;
    }
}

@media (max-width: 768px) {
    #fv {
        margin-top: 48px;
        padding: 30px 24px 0px 24px;
    }

    #fv:after {
        width: 32px;
        height: 180px;
        display: block;
    }

    #fv h1 {
        padding-left: 30px;
    }

    #fv .text {
        width: 100%;
    }

    #fv .detail>ul li {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 27.2px;
        letter-spacing: 1.2000000476837158px;
        align-items: flex-start;
    }

    #fv .detail>ul li:before {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
    }

    #fv .btn {
        border-radius: 69px;
        width: 100%;
        height: 48px;
        font-size: 20px;
    }

    #fv .btn-area {
        margin: 0 0 24px 0;
    }

    #fv .image {
        width: 70%;
        margin: 0 0 0 auto;
    }

    #fv .image img {
        right: -24px;
        bottom: 0px;
        max-width: 650px;
    }

    #fv .logo-image-text {
        background: rgba(255, 255, 255, 0.8);
        padding: 16px 8px;
        position: relative;
        z-index: 5;
        width: 90%;
        margin: 0 auto 91px auto;
    }

    #fv .logo-image-text .logo-image {
        width: 100%;
        padding: 0 5px;
    }
}

main {
    padding: 60px 0 0 0;
}

main .main-container {
    width: 1000px;
}

main .side-container {
    width: 200px;
    position: sticky;
    top: 100px;
    height: 720px;
    padding-left: 30px;
}

main .side-container.sp_only {
    display: none;
}

.mokuji {
    margin-bottom: 16px;
}

.mokuji-item {
    color: #B2B2B2;
    position: relative;
    line-height: 22.4px;
    letter-spacing: 1.2000000476837158px;
    display: block;
    margin-bottom: 12px;
}

.mokuji-item:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    background: #329966;
    left: -30px;
    top: calc(50% - 1px);
    opacity: 0;
}

.mokuji-item.section_active {
    color: #111;
    font-weight: 700;
}

.mokuji-item.section_active::before {
    opacity: 1;
}

main .side-container .btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 1.2000000476837158px;
    margin-bottom: 15px;
}

main .side-container .certification-lp{
    width: 100%;
    display: block;
}
@media (max-width: 768px){
    main .side-container .certification-lp{
        width:calc(100% - 40px);
        margin: 0 auto;
    }
}
main .side-container .certification-lp img{
    width: 100%;
    display: block;
}

main .main-container section {
    background: #fff;
    padding: 64px;
    position: relative;
    margin-bottom: 48px;
}

main .main-container section:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 55px;
    height: 145px;
    background-image: url(../../../images/service/consulting/common-decoration.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

main .main-container section h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 54.4px;
    letter-spacing: 2.4000000953674316px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    main {
        padding: 0 !important;
    }

    main .main-container {
        width: 100%;
    }

    main .side-container {
        position: fixed;
        width: 100%;
        background: #F6F6F6;
        padding: 48px 0 0 0;
        z-index: 15;
        top: 0;
        height: 100%;
        top: -100%;
        transition: ease 0.5s;
    }

    main .side-container.sp_only {
        display: block;
    }

    body.active main .side-container {
        top: 0;
    }

    .side-container-cover {
        height: 100%;
        overflow: scroll;
        padding-bottom: 40px;
    }

    main .main-container section {
        padding: 32px 16px;
        margin-bottom: 24px;
    }

    main .main-container section h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 40.8px;
        letter-spacing: 1.7999999523162842px;
        margin-bottom: 24px;
        padding-left: 10px;
    }

    main .main-container section:after {
        width: 40px;
        height: 80px;
    }

    .mokuji {
        margin-bottom: 16px;
    }

    .mokuji li:first-of-type {
        border-top: 1px solid #B2B2B2;
    }

    .mokuji li {
        border-bottom: 1px solid #B2B2B2;
    }

    .mokuji-item {
        color: #111;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
        padding: 12px 24px;
    }

    main .side-container .btn {
        width: calc(100% - 52px);
        margin: 0 auto 15px auto;
    }

    .side-container figure {
        width: calc(100% - 52px);
        margin: 0 auto;
    }
}

.text-image01 .text {
    width: 454px;
}

.text-image01 .image {
    width: 410px;
}

.text-image02 {
    margin-bottom: 40px;
}

.text-image02 dl {
    width: 487px;
}

.text-image02 dl dt {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
}

.text-image02 picture {
    width: 353px;
}

@media (max-width: 768px) {
    .text-image01 .text {
        width: 100%;
    }

    .text-image01 .image {
        width: 100%;
    }

    .text-image02 {
        margin-bottom: 40px;
    }

    .text-image02 dl {
        width: 100%;
    }

    .text-image02 dl dt {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    .text-image02 picture {
        width: 100%;
        margin-bottom: 16px;
        order: -1;
    }
}

#sec02>p {
    margin-bottom: 32px;
}

.image-image {
    margin-bottom: 61px;
}

.image-image .image {
    width: 416px;
}

.image-image .image h4 {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px;
    letter-spacing: 1.0499999523162842px;
    margin-bottom: 12px;
}

figure figcaption {
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.25px;
    text-align: left;
    color: #757575;
}

.gray-back {
    background: #F6F6F6;
    padding: 32px 80px;
}

@media (max-width: 768px) {
    .image-image {
        margin-bottom: 32px;
    }

    .image-image .image {
        width: 100%;
        margin-bottom: 16px;
    }

    .gray-back {
        padding: 24px;
    }
}

.solution-list li {
    padding: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: left;
    margin-bottom: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.solution-list li:before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../../images/service/consulting/icon-check.webp);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.reason-block {
    margin-bottom: 32px;
    align-items: center;
}

.reason-block figure {
    width: 200px;
}

.reason-block dl {
    width: 648px;
}

.reason-block dt {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .solution-list li {
        padding: 16px;
        font-size: 16px;
        font-weight: 700;
        line-height: 27.2px;
        letter-spacing: 1.2000000476837158px;
    }

    .solution-list li:before {
        width: 24px;
        height: 24px;
    }

    .reason-block figure {
        margin: 0 auto 16px auto;
    }

    .reason-block dl {
        width: 100%;
    }

    .reason-block dt {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }
}

#sec05,
#sec09 {
    margin-bottom: 0;
}

#sec05>p,
#sec06>p,
#sec08>p {
    margin-bottom: 40px;
}

#sec06>p,
#sec08>p {
    font-size: 18px;
}

.flow-list {
    margin-bottom: 32px;
}

.flow-list li {
    padding: 24px 40px;
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.350000023841858px;
    text-align: left;
    margin-bottom: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.flow-list li span {
    width: 40px;
    height: 40px;
    background: #1F9970;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.flow-tips {
    background: #E5F6EF;
    padding: 24px 40px;
    border-radius: 8px;
}

.flow-tips h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: left;
    margin-bottom: 8px;
}

.flow-tips p {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    #sec05>p,
    #sec06>p,
    #sec08>p {
        margin-bottom: 24px;
    }

    #sec06>p,
    #sec08>p {
        font-size: 16px;
    }

    .flow-list {
        margin-bottom: 24px;
    }

    .flow-list li {
        padding: 16px;
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    .flow-list li span {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .flow-tips {
        padding: 16px;
    }

    .flow-tips h5 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }
}

.able-list {
    margin-bottom: 40px;
}

.able-image {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.able-list dt {
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: left;
    margin-bottom: 16px;
    padding: 0 24px;
}

.able-list dd.text {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 24px;
}

.able-list dd.image01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.able-list dd.image01 .image01-01 {
    width: 502px;
    display: block;
}

.able-list dd.image01 .image01-02 {
    width: 370px;
    display: block;
}

.able-list dd.image02 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.able-list dd.image02 img {
    width: 490px;
    display: block;
}

.able-list .text-more h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    margin-bottom: 8px;
}

.able-list .text-more p {
    margin-bottom: 0;
}

.able-list .text-more .kome {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: 1.0499999523162842px;
    color: #757575;
}

@media (max-width: 768px) {
    .able-list {
        margin-bottom: 24px;
    }

    .able-image {
        height: 190px;
        margin-bottom: 24px;
    }

    .able-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .able-list dt {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
        padding: 0;
    }

    .able-list dd.text {
        padding: 0;
    }

    .able-list dd.image01 {
        width: 100%;
    }

    .able-list dd.image01 img {
        width: 100% !important;
        display: block;
    }

    .able-list dd.image01 .image01-01 {
        margin-bottom: 24px;
    }

    .able-list dd.image02 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .able-list dd.image02 img {
        width: 100%;
    }

    .able-list .text-more h5 {
        font-size: 16px;
        line-height: 27.2px;
        letter-spacing: 1.2000000476837158px;
        margin-bottom: 8px;
    }
}

.case-container {
    flex-wrap: wrap;
}

.case-block {
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    margin-bottom: 16px;
}

.case-block.left {
    width: 562px;
    margin-bottom: 0;
}

.case-block.right {
    width: 294px;
    margin-bottom: 0;
}

.case-block.half {
    width: 49%;
    margin-bottom: 0;
}

.case-block dt {
    background: #E5F6EF;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: center;
    color: #757575;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 40px;
}

.case-block dd {
    padding: 24px 77px;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;

}

.case-block.left dd {
    padding: 24px 32px;
}

.case-block dd img {
    width: 100%;
}

.track-record .track-record-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 32px;
}

.track-record .track-record-boxes {
    gap: 0 32px;
}

.track-record .track-record-boxes .each-record {
    width: 269px;
}

.track-record .track-record-boxes .each-record img {
    width: 100%;
    height: auto;
}

.track-record .track-record-boxes .each-record .record-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    letter-spacing: 1.35px;
    margin-bottom: 0;
    font-family: "Noto Sans JP";
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.track-record .track-record-boxes .each-record .record-company-name {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-family: "Noto Sans JP";
}

.track-record .track-record-boxes .each-record .record-tag {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #007B65;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    font-family: "Noto Sans JP";
    border-radius: 60px;
    background-color: #E5F6EF;
    padding: 2px 16px;
}

.swiper-navigation-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-top: 48px;
}

.swiper-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* 丸いボタンデザイン */
.swiper-navigation-wrapper .swiper-button-prev,
.swiper-navigation-wrapper .swiper-button-next {
    flex-shrink: 0;
    position: static ;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #111111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: border-color 0.2s;
    margin-top: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #111111;
}

/* Swiperのデフォルト矢印をSVGで上書き（FontAwesome等でもOK） */
.swiper-navigation-wrapper .swiper-button-prev::after,
.swiper-navigation-wrapper .swiper-button-next::after {
  font-size: 20px;
  color: #111111;
}

.custom-progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  margin: 0 16px;
  overflow: hidden;
  flex-shrink: 1;
  position: relative;
}

.custom-progress-bar-fill {
  height: 100%;
  background: #111111;
  transition: width 0.3s;
}

@media (max-width: 768px) {

    .track-record .track-record-title {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .track-record .track-record-boxes {
        display: block;
    }

    .track-record .track-record-boxes .each-record .each-record-box {
        margin-bottom: 12px;
    }

    .swiper-navigation-wrapper {
        flex-direction: column-reverse;
        margin-top: 8px;
    }

    .swiper-buttons {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .case-block.left {
        width: 100%;
        margin-bottom: 16px;
    }

    .case-block.right {
        width: 100%;
    }

    .case-block dd {
        padding: 16px;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 1.5px;
    }

    .case-block.right dd img {
        width: 160px;
        margin: 0 auto;
    }

    .comming-soon {
        padding: 24px 16px;
    }

    .case-block.half {
        width: 100%;
        margin-bottom: 16px;
    }

}

.faq-block {
    border-top: 1px solid #B2B2B2;
}

.faq-block:last-of-type {
    border-bottom: 1px solid #B2B2B2;
}

.faq-block dt {
    padding: 20px 32px;
    display: flex;
    gap: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    cursor: pointer;
    position: relative;
}

.faq-block dt::after,
.faq-block dt::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 1px;
    height: 20px;
    background-color: #007B65;
    transition: all 0.3s;
}

.faq-block dt::after {
    transform: rotate(90deg);
}

.faq-block dt.action::before {
    transform: rotate(90deg);
}

.faq-block dt span {
    font-family: Arial, Helvetica, sans-serif;
    color: #007B65;
    font-weight: 700;
}

.faq-block dd {
    background: #E5F6EF;
    padding: 20px 32px;
}

.faq-block dd p:last-of-type {
    margin-bottom: 0;
}

.faq-block dd a {
    color: #007B65;
}

@media (max-width: 768px) {
    .faq-block dt {
        padding: 16px 35px 16px 0;
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    .faq-block dd {
        padding: 16px;
    }
}

footer .up-container {
    background: #fff;
    padding: 24px 0px;
}

footer .up-container .cover {
    justify-content: center;
    gap: 16px;
    align-items: center;
}

footer .up-container figure {
    width: 256px;
}

footer .up-container .text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0.30000001192092896px;
}

footer .bottom-container {
    background: #444444;
    padding: 24px 0px;
    justify-content: flex-end;
}

footer .bottom-container figure {
    width: 256px;
}

footer .bottom-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

footer .bottom-container ul li {
    border-right: 1px solid #fff;
}

footer .bottom-container ul li:last-of-type {
    border-right: none;
}

footer .bottom-container ul li a {
    padding: 0 14px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block;
}

footer .bottom-container .copy {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    footer .up-container .cover {
        justify-content: center;
        gap: 16px;
        align-items: center;
    }
}

.cases.inner01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 80px;
}

.cases.inner01 .pankuzu-list {
    height: 90px;
    padding-top: 40px;
    padding-bottom: 32px;
    display: flex;
    width: 1000px;
}

.cases.inner01 .pankuzu-list p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6px;
}

.cases .main-container .case-title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.8px;
    margin-bottom: 40px;
}
.cases.inner01 section{
    margin-bottom: 0;
}
.cases .company-section {
    border: 1px solid #E5E5E5;
    padding: 16px 32px 32px 32px;
    margin-top: 40px;
}

.cases .company-section .company-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}

.cases .company-section .company-meta .company-tag {
    height: 24px;
    border-radius: 60px;
    background-color: #E5F6EF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    color: #007B65;
    margin-bottom: 0;
    line-height: 24px;
}

.cases .company-section .company-meta .company-logo {
    margin-bottom: 0;
    width: 160px;
}

.cases .company-section .company-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.35px;
    margin-top: 16px;
}

.cases .main-container .section-title {
    margin-top: 64px;
    margin-bottom: 24px;
}

.cases .main-container .section-picture-having-margin-top {
    margin-top: 16px;
}

.cases .main-container .section-text {
    letter-spacing: 1.2px;
}

.cases .main-container .section-text .section-text-link {
    text-decoration: underline;
}

.cases .main-container .image-caption {
    font-size: 12px;
    color: #757575;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}

.cases .main-container .annotation-text {
    font-size: 16px;
    color: #757575;
    letter-spacing: 1.2px;
    margin-top: 24px;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .cases.inner01 {
        margin-top: 50px;
    }

    .cases.inner01 .pankuzu-list {
        display: block;
        width: 100%;
        height: 34px;
        padding: 8px 16px;
    }

    .cases.inner01 .pankuzu-list p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cases .main-container .case-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 40.8px;
        letter-spacing: 1.8px;
        color: #111111;
        margin-left: 8px;
        margin-bottom: 24px;
    }

    .cases .company-section {
        border: 1px solid #E5E5E5;
        padding: 16px;
        margin-top: 24px;
    }

    .cases .company-section .company-name {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1.35px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .cases .main-container .section-title {
        padding-left: 0px;
        margin-top: 48px;
        margin-bottom: 16px;
    }

}
