p{
    font-size: 21px;
    color: #4C4948;
    line-height: 45px;
}
h2{
    color: #EB6100;
    font-size: 42px;
    line-height: 180%;
    padding-bottom: 25px;
}
.service .title-area{
    margin-bottom: 100px;
    margin-left: 5%;
}
.title-area b{
    font-size: 21px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
}
#intro{
    position: relative;
    margin-top: 15vw;
}
#intro .title{
    height: 70px;
    width: auto;
}
#intro p{
    color: #4C4948;
    line-height: 45px;
    font-size: 21px;
}
#intro .service-illust{
    position: absolute;
    width: 29vw;
    top: -53%;
    right: 11vw;
    z-index: -1;
    max-width: 360px;
    aspect-ratio: 32 / 21;
}
.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.sv03 img{
    max-height: 170px;
}
#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: #EB6100;
    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 li {
    position: relative;
    padding-left: 1.2em;
    text-align: left;
    min-width: calc(min(360px, 32.72727vw));
}
#osusume .ul2wrap li.middle-list{
    min-width: calc(min(260px, 21.636363vw));
}
#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 #EB6100;
    color: #EB6100;
    font-weight: 700;
    border-radius: 10px;
    width: fit-content;
}
#osusume .wrap{
    padding: 80px 0 50px;
    color: #fff;
}
#contents h2{
    margin-left: 0;
    position: relative;
}
#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: -50px;
    top: 18px;
}
#contents .icon-agency:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-agency.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-support:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-support.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-finance:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-finance.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-expert:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-expert.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-point:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-point.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-financing:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-financing.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
#contents .icon-money:before{
    content: "";
    position: absolute;
    background-image: url(../img/service/icon-money.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -50px;
    top: 18px;
}
.accordion {
    width: 100%;
    border: 1px solid #EB6100;
    background-color: #FFF2E8;
    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-wrap .flex-wrap{
    display: flex;
    justify-content: space-between;
}
.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 #EB6100;
    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; /* 開いたときは下の角をなくす */
}
.service03-plat{
    max-width: 1100px;
}
.platform{
    background-color: #F7F7F7;
    margin: 0px 10px;
    padding: 50px 80px;
    text-align: center;
}
.platform .plat-title{
    font-size: 32px;
    color: #EB6100;
    border-bottom: solid 2px #EB6100;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
}
.platform p{
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
}
.platform img{
    width: 80%;
}
.wide-wrap{
    padding-bottom: 20px;
}
.group {
    margin-left: 10px; /* 全体の調整 */
    margin-bottom: 30px;
}
.group-item {
    display: flex;
    align-items: baseline;
    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;
}
.nowrap-effect{
    position: absolute;
    right: 0;
    bottom: -150px;
    max-width: 400px;
    width: 35vw;
    z-index: -1;
}
#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: #EB6100;
    font-weight: 400;
} */
.flow{
    width: auto;
    padding: 50px 60px;
    max-width: 750px;
}
.normaltext{
    font-weight: normal;
}

#main-menu{
    width: 95%;
    margin: auto;
    margin-top: 15vw;
    position: relative;
    z-index: 2;
}
#main-menu .org{
    width: 95%;
}
.dotted-bg{
    background-color: #F7F7F7;
    background-image: radial-gradient(#EB6100 3%, transparent 3%);
    background-size: 40px 40px;
    background-position: 5px 10px, 0px 0px;
    width: 90%;
    max-width: 1200px;
    padding: 10px 30px;
    margin: auto;
    border-radius: 10px;
}
.service-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px 30px 50px 30px;
    margin: 0px auto 0px;
    position: relative;
    border-bottom: solid 1px #EB6100;
}
#main-menu .wrap:last-child .service-container{
    border-bottom: unset;
}
.service-container:before{
    content: "→";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #EB6100;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50px;
    font-size: 24px;
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.service03mb{
    margin-bottom: 50px;
}
.service-text {
    flex: 1;
    padding-right: 20px;
    margin-left: 50px;
    position: relative;
}
.service-text .small-text{
    font-size: 24px;
    vertical-align: middle;
}
.service-text h2 {
    color: #EB6100;
    font-size: 35px;
    margin: 0;
    padding-left: 0;
    padding-bottom: 0;
    line-height: 70px;
}
.service-text p {
    color: #4C4948;
    font-size: 19px;
    line-height: 180%;
}
#contents .service-text p{
    font-size: 24px;
    line-height: 180%;
    font-weight: 400;
}
.service-list {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    padding-top: 20px;
    color: #EB6100;
}
.service-list li {
    margin-bottom: 5px;
}
.service-image {
    flex: 0.4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    row-gap: 20px;
}
.dotted-bg .service-image{
    justify-content: center;
    align-items: center;
}
.service-image img {
    max-width: 300px;
    aspect-ratio: 50 / 45;
    height: auto;
    margin: auto;
    max-height: 250px;
}
#main-menu .wrap:first-child img{
    max-height: unset;
    aspect-ratio: 50 / 50;
    position: relative;
    left: -30px;
    max-width: unset;
    width: 118%;
}
.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: 700;
}
.more-button b{
    color: #EB6100;
    font-size: 32px;
}
.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: 700;
}
.more-button b{
    color: #EB6100;
    font-size: 32px;
}
.service01-pc,.service02-pc{
    display: inline-block!important;
}
.service01-sp,.service02-sp{
    display: none!important;
}
@media screen and (max-width:1130px) {

.service01-pc,.service02-pc{
    display: none!important;
}
.service01-sp,.service02-sp{
    display: inline-block!important;
}
#osusume .ul2wrap.service01-sp ul,
#osusume .ul2wrap.service02-sp ul{
    flex-wrap: wrap;
    row-gap: 0px;
}
#osusume .ul2wrap.service01-sp li,
#osusume .ul2wrap.service02-sp li{
    max-width: 400px !important;
    width: 100%;
    min-width: unset;
}
}
@media screen and (max-width:1100px) {

    .nowrap-effect {
        position: unset;
        max-width: unset;
        width: 100%;
        margin: 50px auto;
        max-width: 350px;
    }
    .zoom-btn {
        max-width: 200px;
        margin: 50px auto 20px;
    }

}

@media screen and (max-width:767px) {
    #main{
        overflow: unset;
    }
    #intro .title{
        height: 34px;
    }
    .title-area{
        bottom: -30vw;
        position: relative;
        text-align: center;
    }
    .service .title-area {
        margin-bottom: 100px;
        margin-left: 0%;
    }
    #intro .service-illust {
        width: 80%;
        top: 60vw;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 260px;
    }
    #m-v {
        margin: 130vw auto 50px;
    }
    #m-v .flex-wrap {
        padding: 0;
        flex-wrap: wrap;
        row-gap: 50px;
        margin-bottom: 50px;
    }
    #m-v .contents:last-child {
        width: 100%;
        align-content: center;
        text-align: center;
    }
    #m-v .illust {
        max-width: 200px;
        vertical-align: bottom;
    }
    h2{
        font-size: 26px;
        line-height: 160%;
    }
    p{
        font-size: 16px;
        line-height: 200%;
    }
    #main-menu {
        margin: 150vw auto 50px!important;
        width: 100%;
    }
    #main-menu .title{
        height: 40px;
      }
      .title-wrap {
        margin-top: -65px;
      }
      .title-wrap b{
        padding-top: 05px;
      }
      .dotted-bg{
        padding: 10px 10px 50px 10px;
      }
      .service-container{
        padding: 50px 0px 150px 0px;
        flex-wrap: wrap;
        justify-content: center;
      }
      .service-image,.service-text{
        flex: unset;
        width: 100%;
        margin: auto;
        padding: 0;
        justify-content: center;
        align-items: center;
      }
      .service-image h2 {
        color: #EB6100;
        font-size: 28px;
        margin: 0;
        padding-left: 0;
        padding-bottom: 0;
        line-height: 110%;
        text-align: center;
        position: relative;
        letter-spacing: 4px;
        z-index: 2;
      }
      .service-text p{
        font-size: 16px;
        line-height: 180%;
      }
      .service-image img {
        margin: -20px auto 20px;
      }
      #main-menu .wrap:first-child img{
        z-index: -1;
        width: 100%;
        max-width: 300px;
        left: 0;
        aspect-ratio: 50 / 40;
      }
      #main-menu .wrap:nth-child(2) .service-image img{
        aspect-ratio: 40 / 35;
      }
      #main-menu .wrap:last-child .service-image img{
        margin: -25px auto 20px;
      }
      .service-list{
        font-size: 16px;
        line-height: 30px;
        text-align: left;
      }
      .service-container:before {
        right: 0px;
        left: 0;
        top: unset;
        bottom: 50px;
      }
      .service-list li{
        padding-left: 12px;
        text-indent: -17px;
      }
    .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: 26px;
        line-height: 200%;
        margin-bottom: 5px;
    }
    .service-text .small-text{
        /* display: block; */
        font-size: 26px;
        line-height: 100%;
        /* margin-top: -10px; */
    }
    #intro-content h2{
        font-size: 35px;
    }
    .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;
    }
    #main-menu .service-text p{
        text-align: left;
    }
    .service-container h2:before{
        left: -40px;
        width: 25px;
        height: 30px;
    }
    #intro-content .flex-wrap{
        flex-wrap: wrap;
        padding: 50px 0 100px;
    }
    .intro-head-image img{
        margin: 0 auto 30px;
        max-width: 230px;
        max-height: 150px!important;
    }
    /* .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;
    }
    #osusume .ul2wrap li {
        min-width: 300px!important;
    }
    #osusume li{
        font-size: 16px;
        letter-spacing: 0;
    }
    #contents h2{
        font-size: 24px;
        padding-left: 38px;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-align: left;
    }
    #contents .icon-registry:before,#contents .icon-agency:before,#contents .icon-support:before,
    #contents .icon-finance:before,#contents .icon-expert:before,#contents .icon-point:before,
    #contents .icon-financing:before,#contents .icon-money:before{
        width: 30px;
        height: 30px;
        left: 0px;
        top: 10px;
    }
    #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;
        flex-wrap: wrap;
    }
    .other{
        margin-bottom: 80px;
    }
    .other p{
        font-size: 24px;
    }
    .other .tab-buttons{
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        justify-content: space-between;
    }
    .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-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;
    }
    .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;
    }
    .group {
        margin-bottom: 20px;
    }
    .subgroup {
        font-size: 16px;
    }
    .normaltext{
        display: block;
    }
    .platform{
        padding: 30px 10px;
    }
    .platform .plat-title{
        font-size: 30px;
    }
    .platform img {
        width: 100%;
    }
    .nowrap-effect{
        position: unset;
        max-width: unset;
        width: 100%;
        margin: 50px auto;
    }
    .service03-plat .platform{
        margin: 0;
        border-radius: 10px;
    }
    .service03-plat .plat-title{
        font-size: 26px;
        width: 95%;
    }
    .service03-plat p{
        width: 95%;
        margin: auto;
    }
    .zoom-btn{
        max-width: 150px;
        margin: 50px auto 20px;
    }
    .pswp__zoom-wrap img{
        background-color: #F7F7F7;
    }
}

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

}
@media screen and (max-width:340px) {
.service-image h2{
    font-size: calc(min(27px, 7.2vw));
}
}
@media screen and (max-width:320px) {

.other .tab-btn {
    padding: 30px 20px;
}
.group-item span {
    font-size: 20px;
}
}