

p{
    font-size: 21px;
    color: #4C4948;
    line-height: 45px;
}
h2{
    color: #70BD18;
    font-size: clamp(20px,3vw,45px);
    line-height: 170%;
    padding-bottom: 25px;
}
.title-area{
    margin-bottom: 100px;
}
.title-area b{
    font-size: 21px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
}
#intro{
    position: relative;
    margin-top: 10vw;
}
#intro .title{
    height: 70px;
    width: auto;
}
#intro p{
    color: #4C4948;
    line-height: 45px;
    font-size: 21px;
}
#intro .service-photo{
    position: absolute;
    width: 70%;
    top: -10vw;
    right: -22vw;
    z-index: -1;
    max-width: 1000px;
    aspect-ratio: 62 / 51;
}
.intro-head{
    background-color: #F7F7F7
}
#intro-content .flex-wrap{
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 100px 0 150px;
}
#intro-content .small-text{
    font-size: 24px;
}
#intro-content .service-text{
    padding-right: 0;
}
.intro-head-image{
    flex: 0.4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    row-gap: 20px;
}
.intro-head-image img {
    max-width: 300px;
    height: auto;
    margin-left: auto;
    max-height: 210px;
}
.intro-head-image.sv02 img {
    max-width: 250px;
}
.intro-head-image.sv03 img {
    max-width: 250px;
    max-height: 180px;
}
#intro-content h2{
    font-size: 45px;
    margin-left: 0;
    padding: 0;
}
#intro-content p{
    font-size: 24px;
    margin-left: 0;
    padding: 0;
}

#osusume{
    position: relative;
    background-color: #70BD18;
    font-size: calc(min(18px, 1.68686vw));
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 80px;
}

#osusume .wrap{
    display: flex;
    gap: 30px;
    justify-content: center;
}
#osusume .wrap.ul2wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}
#osusume ul{
    display: flex;
    gap: 30px;
}
#osusume .ul2wrap ul{
    flex: 1;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: auto;
}
#osusume .ul2wrap ul:nth-child(1){
    margin-bottom: 15px;
}
#osusume .ul2wrap li {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    min-width: 340px;
}
#osusume li{
    position: relative;
    padding-left: 1.2em;
    text-align: left;
}
#osusume  li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}
#osusume:before{
    position: absolute;
    content: "\3053\3093\306a\65b9\3078\304a\3059\3059\3081";/*こんな方へおすすめ*/
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 55px;
    font-size: 24px;
    background: #FFFFFF;
    border: 1px solid #70BD18;
    color: #70BD18;
    font-weight: 700;
    border-radius: 10px;
    width: fit-content;
}
#osusume .wrap{
    padding: 80px 0 50px;
    color: #fff;
}
#contents h2{
    margin-left: 0;
}
#contents .icon-memo:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-memo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-graph:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-graph.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-building:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-building.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-binder:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-binder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-registry:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-registry.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-inclusion:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-inclusion.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-operation:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-operation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
#contents .icon-network:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-network.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -70px;
    top: 18px;
}
.accordion {
    width: 100%;
    border: 1px solid #70BD18;
    background-color: #F3FAEE;
    padding: 30px 50px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-radius 0.3s ease;
    box-sizing: border-box;
}
.accordion-wrap{
    margin: 20px auto 50px;
}
.accordion-wrap .wrap{
    padding: 50px 0;
    width: 80%;
}
.accordion span {
    font-size: 18px;
    font-weight: 700;
    color: #4C4948;
}
.accordion-wrap .icon {
    transition: transform 0.3s ease;
}
.accordion-wrap .content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    background-color: #fff;
    padding: 0;
    border: 1px solid #70BD18;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
.accordion-wrap .content p {
    margin: 10px 0;
}
.accordion.active {
    border-radius: 10px 10px 0 0; /* 開いたときは下の角をなくす */
}
.group {
    margin-left: 10px; /* 全体の調整 */
    margin-bottom: 30px;
}
.group-item {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #4C4948;
}
.group-item img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.subgroup {
    list-style: none;
    padding-left: 20px; /* 「-」と本文を揃える */
    margin: 0;
    font-size: 18px;
    color: #4C4948;
}
.subgroup li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.subgroup li::before {
    content: "-"; /* 「-」をリストの前に追加 */
    margin-right: 6px;
}
.effect{
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 400px;
    width: 35vw;
}
#modal .wrap{
    position: relative;
}
.modal-btn{
    max-width: 400px;
    display: block;
    margin: 100px auto 80px;
}
.other{
    text-align: center;
}
.other p{
    font-weight: 700;
}
.other .tab-buttons{
    max-width: 750px;
    margin: auto;
}
.other .tab-btn{
    display: flex;
    padding: 30px;
    justify-content: center;
    font-size: 27px;
    gap: 10px;
}
.other .tab-btn img{
    width: 30px;
}
/* .other .tab-btn b{
    color: #70BD18;
    font-weight: 400;
} */
.flow{
    width: auto;
    padding: 50px 60px;
    max-width: 750px;
}
.normaltext{
    font-weight: normal;
}

#main-menu{
    width: 90%;
    margin: auto;
    margin-top: 22vw;
}
#main-menu .wrap{
    max-width: 1100px;
}
.service-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 30px 50px 30px 0px;
    margin: 0px auto 50px;
    position: relative;
}

.service-text {
    flex: 1;
    padding-right: 20px;
    margin-left: 70px;
    position: relative;
}
.service-text .small-text{
    font-size: 24px;
    vertical-align: middle;
}
.service-text h2 {
    color: #70BD18;
    font-size: 35px;
    margin: 0;
    margin-left: -20px;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 200%;
    position: relative;
}
.service-container h2:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/menu-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 43px;
    height: 50px;
    left: -70px;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.service-text p {
    color: #4C4948;
    font-size: 24px;
    line-height: 180%;
    font-weight: 400;
    margin-left: 25px;
}
#main-menu .service-text p{
    margin-top: 30px;
    margin-bottom: 80px;
}
#contents .service-text p{
    margin-left: 0;
    font-size: 24px;
}
.service-list {
    list-style: none;
    padding-left: 30px;
    color: #4C4948;
    font-size: 18px;
    line-height: 40px;
    padding-top: 10px;
}
.service-list li {
    margin-bottom: 5px;
}
.service-image {
    flex: 0.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
}
.service-image img {
    max-width: 250px;
    aspect-ratio: 50 / 40;
    height: auto;
    margin: auto;
    max-height: 150px;
}
#main-menu .wrap:first-child img{
    max-height: unset;
    max-width: 230px;
}
.more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #4C4948;
    font-size: 18px;
    padding: 20px 25px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: auto;
    font-weight: 500;
}
.more-button b{
    color: #70BD18;
    font-size: 32px;
    line-height: 0
}
.more-button b img{
    width: 25px;
    line-height: 0;
    margin: auto;
}
    .normaltext{
        font-size: 18px;
    }
@media screen and (max-width:1183px) {

#osusume{
    font-size: 1.47686vw;
}

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

#osusume .wrap.service01 ul,
#osusume .wrap.service03 ul{
    flex-wrap: wrap;
    row-gap: 15px;
}
#osusume .wrap.service01 li,
#osusume .wrap.service03 li{
    max-width: 390px !important;
    width: 100%;
    min-width: unset;
}
}
@media screen and (max-width:1100px) {
    .effect{
        position: unset;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 350px;
    }
}
@media screen and (max-width:993px) {

#osusume .service01 ul{
    justify-content: center;
}

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

  #osusume .service03 ul{
    justify-content: center;
  }

}
@media (max-width: 768px) {
    #main{
        overflow: unset;
        padding-top: 60px;
    }
    #intro .title{
        height: 34px;
    }
    .title-area{
        bottom: -25vw;
        position: relative;
    }
    #intro .service-photo {
        position: absolute;
        width: 100%;
        top: 40vw;
        right: -32vw;
        z-index: -1;
        max-width: 1000px;
        aspect-ratio: 62 / 51;
    }
    .under-bg {
        position: absolute;
        z-index: 1;
        width: 50%;
        top: 10vw;
    }
    #m-v {
        margin: 110vw auto 80px;
    }
    #m-v .flex-wrap {
        padding: 5vw 0;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .sub-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    h2{
        font-size: 33px;
        line-height: 180%;
        letter-spacing: 4px;
    }
    p{
        font-size: 18px;
        letter-spacing: 0;
    }
    #main-menu{
        margin-top: 100vw;
    }
    #main-menu .wrap{
        width: 100%;
    }
    .service-container{
        flex-wrap: wrap;
        margin: 0 auto 10px;
        padding: 20px 24px;
    }
    .service-container:before {
        width: 45px;
        height: 50px;
        left: -20px;
        top: 10vw;
    }
    .service-text,.service-image,.intro-head-image{
        flex: unset;
        width: 100%;
        padding: 0;
        margin: auto;
        text-align: center;
        align-items: center;
    }
    .service-text h2{
        margin-left: 0;
        font-size: 24px;
        line-height: 200%;
        margin-bottom: 5px;
        text-align: left;
    }
    .service-text .small-text{
        /* display: block; */
        font-size: 24px;
        line-height: 100%;
        /* margin-top: -10px; */
        vertical-align: baseline;
    }
    #intro-content h2{
        font-size: 35px;
        text-align: center;
    }
    .service-text .row .small-text{
        display: block;
        font-size: 24px;
        line-height: 100%;
        margin-top: -10px;
        margin-bottom: 50px;
    }
    .service-text p{
        font-size: 16px;
        line-height: 180%;
        text-align: justify;
        letter-spacing: 2px;
        margin: auto;
    }
    #main-menu .service-text p{
        margin: auto;
        text-align: left;
    }
    .service-image img{
        margin-top: 30px;
    }
    .service-container h2:before{
        left: -30px;
        top: 0px;
        width: 21px;
        height: 25px;
        background-image: url(../img/service/menu-icon-sp.svg);
    }
    #intro-content .flex-wrap{
        flex-wrap: wrap;
        padding: 50px 0 100px;
    }
    .intro-head-image img{
        margin: 0 auto 30px;
        max-width: 230px;
        max-height: 170px;
    }
    .intro-head-image.sv02 img {
        max-width: 220px;
    }
    .intro-head-image.sv03 img{
        max-height: 150px;
    }
    /* .js-observer .is-digout .row{
        display: inline;
    } */
    #intro-content p{
        font-size: 18px;
    }
    #osusume{
        font-size: 17px;
        letter-spacing: 0;
    }
    #osusume:before{
        padding: 15px 15px;
        font-size: 21px;
        top: -35px;
    }
    #osusume .wrap {
        padding: 50px 0 30px;
    }
    #osusume ul{
        gap: 15px;
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: left;
    }
    #osusume .service01 ul,
    #osusume .service03 ul{
        justify-content: center;
    }
    #osusume li{
        font-size: 16px;
        letter-spacing: 0;
    }
    #contents h2{
        font-size: 24px;
        padding-left: 45px;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-align: left;
        line-height: 170%;
    }
    #contents .icon-network{
        font-size: 23px;
    }
    #contents .icon-memo:before,#contents .icon-graph:before,#contents .icon-building:before,
    #contents .icon-binder:before,#contents .icon-registry:before,#contents .icon-inclusion:before,
    #contents .icon-operation:before,#contents .icon-network:before{
        width: 30px;
        height: 30px;
        left: 0px;
        top: 5px;
    }
    #contents p{
        font-size: 18px;
    }
    #contents .service-text p{
        font-size: 18px;
    }
    .accordion{
        padding: 20px;
        font-size: 18px;
    }
    .accordion-wrap {
        margin: 20px auto 80px;
    }
    .accordion-wrap .wrap{
        width: 95%;
        padding: 20px 0;
    }
    .other{
        margin-bottom: 80px;
    }
    .other p{
        font-size: 24px;
    }
    .other .tab-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    .other .tab-btn {
        font-size: 18px;
        font-weight: 700;
    }
    .other .tab-btn b{
        font-size: 28px;
    }
    .tab-btn{
        font-size: 32px;
        line-height: 100%;
        padding: 20px 20px;
    }
    .tab-btn small{
        font-size: 24px;
    }
    .other .tab-btn img {
        width: 25px;
    }
    .group {
        margin-bottom: 20px;
    }
    .group-item{
        align-items: baseline;
        font-size: 24px;
        line-height: 180%;
        font-weight: 700;
    }
    .group-item span{
        font-size: 21px;
        line-height: 180%;
        font-weight: 400;
    }
    .subgroup {
        font-size: 16px;
    }
    .effect{
        position: unset;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #modal .wrap {
        position: relative;
        max-height: 70vh;
        overflow-y: scroll;
    }
    .flow{
        padding: 50px 0;
    }
    .normaltext{
        display: block;
        font-size: 16px!important;
    }
}

@media screen and (max-width:360px) {
    #osusume .ul2wrap ul {
        justify-content: start;
    }
    #osusume .ul2wrap li {
        min-width: unset !important;
    }
    .other .tab-btn {
        font-size: 17px;
    }
}

@media screen and (max-width:320px) {
.service-container {
    padding: 20px 20px;
}
.service-text .small-text{
    letter-spacing: 1px;
}
.other .tab-btn {
    padding: 30px 20px;
}
}