main {
    overflow: inherit;
}

/* 法人向けお見積り */
/* mv */
.sec-fb-mv {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}
.sec-fb-mv .mv-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: 50px;
}
.sec-fb-mv .text-bg {
    width: 63%;
    padding: 50px min(11vw, 180px) 30px 40px;
    text-align: center;
    background-color: #ECF1F8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sec-fb-mv .title-img {
    position: absolute;
    top: -78px;
    left: 0;
    right: 0;
    margin: auto;
    width: 215px;
}
.sec-fb-mv .title-sub {
    font-size: 1.6rem;
    position: relative;
}
.sec-fb-mv .title {
    font-size: min(2.4vw ,2.9rem);
    font-weight: 700;
    color: #FF9402;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.sec-fb-mv .title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: auto;
    width: 42vw;
    max-width: 525px;
    height: 13px;
    background-color: #fff;
    border-radius: 50px;
    z-index: -1;
}
.sec-fb-mv .text {
    font-size: 1.6rem;
    line-height: 1.8;
    display: inline;
    border-bottom: 1px solid #333;
}
.sec-fb-mv .text span {
    font-weight: 700;
}
.sec-fb-mv .text-bg .estimate-btn-container {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 30px;
}
.sec-fb-mv .text-bg .estimate-btn-container p:first-child {
    font-weight: 700;
}
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2) {
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
}
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2)::before,
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2)::after {
    content: "";
    width: 23px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: -10px;
    margin: auto;
}
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2)::before {
    left: -40px;
    transform: rotate(56deg);
}
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2)::after {
    right: -40px;
    transform: rotate(-56deg);
}
.sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2) span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2E49A3;
}
.sec-fb-mv .text-bg .estimate-btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #FF9402;
    width: 286px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
}
.sec-fb-mv .text-bg .estimate-btn img {
    width: 14px;
    margin-left: 15px;
}

.sec-fb-mv .image-wrapper {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 46vw;
    max-width: 655px;
    height: auto;
    aspect-ratio: 1.66 / 1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.sec-fb-mv .image {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec-fb-mv .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-fb-mv .image .points {
    position: absolute;
    bottom: 4%;
    left: 4%;
    display: flex;
}
.sec-fb-mv .image .points li {
    font-size: min(1.142vw, 1.6rem);
    line-height: 1.3;
    color: #fff;
    border-radius: 100%;
    background-color: #2E49A3;
    width: min(10vw, 125px);
    height: min(10vw, 125px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.sec-fb-mv .image .points li span {
    font-size: min(1.714vw, 2.4rem);
    font-weight: 700;
    color: #FFEB00;
}
@media screen and (max-width: 1024px) {
    
    .sec-fb-mv .text-bg {
        width: 72%;
        padding: 30px 30px 50px 0;
    }
    .sec-fb-mv .title-img {
        top: -59px;
    }

    .sec-fb-mv .image-wrapper {
        width: 40vw;
        bottom: -60px;
    }
}
@media screen and (max-width: 900px) {
    .sec-fb-mv .mv-wrapper {
        margin-bottom: min(47vw, 300px);
    }
    .sec-fb-mv .text-bg {
        padding: 40px 30px 130px 10px;
    }
    .sec-fb-mv .image-wrapper {
        top: 80%;
        bottom: auto;
        margin: auto;
        width: 75vw;
        max-width: 590px;
    }
}
@media screen and (max-width: 768px) {
    .sec-fb-mv {
        padding: 0;
    }
    .sec-fb-mv .text-bg {
        width: 100%;
        margin-left: 20px;
    }
    .sec-fb-mv .title-sub {
        font-size: 1.4rem;
        position: relative;
    }
    .sec-fb-mv .title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .sec-fb-mv .title::after {
        content: none;
    }
    .sec-fb-mv .title span {
        position: relative;
    }
    .sec-fb-mv .title span::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        margin: auto;
        width: 105%;
        height: 10px;
        background-color: #fff;
        border-radius: 50px;
        z-index: -1;
    }
    .sec-fb-mv .text {
        font-size: 1.4rem;
    }
    .sec-fb-mv .text-bg .estimate-btn-container {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .sec-fb-mv .text-bg .estimate-btn-container p:first-child {
        font-size: 1.6rem;
    }
    .sec-fb-mv .text-bg .estimate-btn-container p:nth-child(2) span {
        font-size: 2.0rem;
    }
    .sec-fb-mv .text-bg .estimate-btn {
        width: 266px;
        height: 40px;
    }
    
    .sec-fb-mv .image-wrapper {
        width: calc(100% - 20px);
        margin-right: 20px;
    }
    .sec-fb-mv .image .points {
        bottom: 4%;
        left: 0;
        flex-flow: column;
    }
    .sec-fb-mv .image .points li {
        font-size: 1.4rem;
        padding: 6px 14px 6px 6px;
        border-top-left-radius: 0;
        border-top-right-radius: 100px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 100px;
        width: fit-content;
        height: auto;
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .sec-fb-mv .image .points li span {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 520px) {
    .sec-fb-mv .text-bg .description.not_520 {
        display: none;
    }
    .sec-fb-mv .text-bg .description.for_520 {
        display: inline-block;
    }
}

/* all */
.for-business-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 0 150px;
    position: relative;
}
.sec-invoice .for-business-wrapper {
    padding: 0 30px;
    margin: 0 auto 150px;
}
.for-business-wrapper .back-btn {
    position: absolute;
    top: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.for-business-wrapper .back-btn img {
    width: 12px;
    margin-right: 10px;
    transform: rotate(90deg);
}
.for-business-wrapper .column-left {
    width: 17%;
    max-width: fit-content;
    position: sticky;
    top: 30px;
    padding-top: 90px;
    height: fit-content;
}
.for-business-wrapper .column-left li {
    position: relative;
    margin-bottom: 5px;
}
.for-business-wrapper .column-left li.select {
    background-color: #F7F7F7;
}
.for-business-wrapper .column-left li.select::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1px;
    height: 64%;
    background-color: #333;
    border-radius: 5px;
    transform: scaleX(150%);
}
.for-business-wrapper .column-left li a {
    display: block;
    padding: 5px 10px 5px 20px;
}
.for-business-wrapper .column-right {
    width: 79%;
}
.sec-invoice .for-business-wrapper .column-right {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.for-business-wrapper .sec-for-business-item {
    padding-top: 90px;
}
.for-business-wrapper .sec-for-business-item h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.for-business-wrapper .sec-for-business-item h2 img {
    width: 5px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.for-business-wrapper .sec-for-business-item h2 img.open {
    transform: rotate(-90deg);
}
.for-business-wrapper .sec-for-business-item .container {
    padding-top: 20px;
}
.for-business-wrapper .sec-for-business-item .container p {
    margin-bottom: 15px;
}
.for-business-wrapper .sec-for-business-item .estimate-btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #FF9402;
    width: 260px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
}
.for-business-wrapper .sec-for-business-item .estimate-btn img {
    width: 20px;
    margin-left: 15px;
}
@media screen and (min-width: 1400px) {
    .for-business-wrapper {
        max-width: 1400px;
        padding: 0 150px 0 30px;
        margin: 0 auto 150px;
    }
}
@media screen and (max-width: 768px) {
    .for-business-wrapper {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .sec-invoice .for-business-wrapper {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .for-business-wrapper .back-btn {
        display: none;
    }
    .for-business-wrapper .column-left {
        display: none;
    }
    .for-business-wrapper .column-right {
        width: 100%;
    }
    .for-business-wrapper .sec-for-business-item {
        padding-top: 60px;
    }
    .for-business-wrapper .sec-for-business-item:first-child {
        padding-top: 0;
    }
    .for-business-wrapper .sec-for-business-item h2 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* about */
.for-business-wrapper .sec-for-business-item#about .service {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 60px;
}
.for-business-wrapper .sec-for-business-item#about .service li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.for-business-wrapper .sec-for-business-item#about .service li p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    min-height: 58px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #FFEB00;
    background-color: #2E49A3;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#about .service li p:first-child span {
    position: absolute;
    top: -100%;
    left: 4px;
    font-size: 5.9rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #2E49A3;
}
.for-business-wrapper .sec-for-business-item#about .service li p:last-child {
    width: 60%;
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#about .more-service .title {
    font-size: 1.6rem;
    font-weight: 700;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul::before, 
.for-business-wrapper .sec-for-business-item#about .more-service ul::after {
    content: "";
    width: 31.4%;
    order: 1;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 31.4%;
    padding: 25px 20px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul li img {
    height: 72px;
    object-fit: contain;
    margin-bottom: 14px;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul li p:nth-child(2) {
    font-weight: 700;
}
.for-business-wrapper .sec-for-business-item#about .more-service ul li p:last-child {
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#about ul li a {
    margin-right: auto;
    margin-top: 10px;
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#about .service li {
        flex-flow: column;
    }
    .for-business-wrapper .sec-for-business-item#about .service li p:first-child {
        width: 250px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    .for-business-wrapper .sec-for-business-item#about .service li p:last-child {
        width: 100%;
    }
    .for-business-wrapper .sec-for-business-item#about .more-service .title {
        line-height: 1.4;
    }
    .for-business-wrapper .sec-for-business-item#about .more-service ul li {
        width: 100%;
        max-width: 400px;
        padding: 25px 15px;
        margin: 0 auto 15px;
    }
    .for-business-wrapper .sec-for-business-item#about .more-service ul::before, 
    .for-business-wrapper .sec-for-business-item#about .more-service ul::after {
        width: 100%;
    }
    .for-business-wrapper .sec-for-business-item#about .more-service ul li p:nth-child(2) {
        margin-bottom: 5px;
    }
    .for-business-wrapper .sec-for-business-item#about ul li a {
        margin-top: 6px;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

/* method */
.for-business-wrapper .sec-for-business-item#method .about-rack {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.for-business-wrapper .sec-for-business-item#method .about-rack .text {
    width: 48%;
    padding-top: 10px;
}
.for-business-wrapper .sec-for-business-item#method .about-rack p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
}
.for-business-wrapper .sec-for-business-item#method .pattern p:first-child {
    font-size: 1.4rem;
    text-align: center;
}
.for-business-wrapper .sec-for-business-item#method .pattern-1 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.for-business-wrapper .sec-for-business-item#method .pattern-1,
.for-business-wrapper .sec-for-business-item#method .pattern-2 {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 35px 25px 20px;
}
.for-business-wrapper .sec-for-business-item#method .about-rack img {
    width: 48%;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#method .about-rack {
        flex-flow: column;
        align-items: center;
    }
    .for-business-wrapper .sec-for-business-item#method .about-rack .text {
        width: 100%;
        padding-top: 0;
    }
    .for-business-wrapper .sec-for-business-item#method .about-rack .text p:first-child {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .for-business-wrapper .sec-for-business-item#method .pattern-1, 
    .for-business-wrapper .sec-for-business-item#method .pattern-2 {
        padding: 15px 15px 1px;
    }
    .for-business-wrapper .sec-for-business-item#method .about-rack img {
        width: 100%;
        max-width: 440px;
    }
    
}

/* flow */
.for-business-wrapper .sec-for-business-item#flow ol {
    padding: 0 40px;
    margin-bottom: 25px;
}
.for-business-wrapper .sec-for-business-item#flow ol li {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}
.for-business-wrapper .sec-for-business-item#flow ol li:first-child {
    padding-top: 0;
}
.for-business-wrapper .sec-for-business-item#flow .title {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.for-business-wrapper .sec-for-business-item#flow .title p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#flow .title .overpass {
    font-size: 2.0rem;
    line-height: normal;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #ECF1F8;
    margin-right: 20px;
}
.for-business-wrapper .sec-for-business-item#flow .title .mark {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: auto;
}
.for-business-wrapper .sec-for-business-item#flow .title .mark::before, 
.for-business-wrapper .sec-for-business-item#flow .title .mark::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s;
}
.for-business-wrapper .sec-for-business-item#flow .title .mark::before {
    transform: rotate(-90deg);
}
.for-business-wrapper .sec-for-business-item#flow .title .mark.open::before {
    transform: rotate(0deg);
}
.for-business-wrapper .sec-for-business-item#flow .description {
    padding: 20px 55px 0;
}
.for-business-wrapper .sec-for-business-item#flow .description a {
    display: flex;
    align-items: center;
}
.for-business-wrapper .sec-for-business-item#flow .description a img {
    width: 10px;
    transform: rotate(-90deg);
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#flow ol {
        padding: 0;
    }
    .for-business-wrapper .sec-for-business-item#flow .description {
        padding: 20px 0 5px 0;
    }
}

/* client */
.for-business-wrapper .sec-for-business-item#client .example {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.for-business-wrapper .sec-for-business-item#client .example li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 23.8%;
}
.for-business-wrapper .sec-for-business-item#client .example li img {
    margin-bottom: 7px;
}
.for-business-wrapper .sec-for-business-item#client .example li p {
    letter-spacing: 0;
}
.for-business-wrapper .sec-for-business-item#client .example li p:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.for-business-wrapper .sec-for-business-item#client .voice {
    position: relative;
    padding: 40px 30px;
    margin-bottom: 45px;
    border-radius: 5px;
    background-color: #ECF1F8;
}
.for-business-wrapper .sec-for-business-item#client .voice::after {
    content: "お客様の声";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.for-business-wrapper .sec-for-business-item#client .voice li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 30px;
}
.for-business-wrapper .sec-for-business-item#client .voice li .text {
    width: 72%;
}
.for-business-wrapper .sec-for-business-item#client .voice li .text p {
    letter-spacing: 0;
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#client .voice li .text p:first-of-type {
    font-weight: 700;
    color: #29446C;
    margin-bottom: 10px;
}
.for-business-wrapper .sec-for-business-item#client .voice li img {
    width: 20%;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#client .example {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .for-business-wrapper .sec-for-business-item#client .example li {
        width: 48.6%;
    }
    .for-business-wrapper .sec-for-business-item#client .example li p:first-of-type {
        font-size: 1.4rem;
    }
    .for-business-wrapper .sec-for-business-item#client .voice::after {
        top: -13px;
        font-size: 1.6rem;
    }
    .for-business-wrapper .sec-for-business-item#client .voice {
        padding: 35px 0 15px;
        margin-bottom: 40px;
        background-color: inherit;
    }
    .for-business-wrapper .sec-for-business-item#client .voice li {
        margin-bottom: 24px;
    }
    .for-business-wrapper .sec-for-business-item#client .voice::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 100vw;
        height: 100%;
        background-color: #ECF1F8;
        z-index: -1;
    }
    .for-business-wrapper .sec-for-business-item#client .voice li .text {
        width: 100%;
    }
    .for-business-wrapper .sec-for-business-item#client .voice li .text p:first-of-type {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6px;
    }
    .for-business-wrapper .sec-for-business-item#client .voice li .text span {
        width: 77%;
    }
    .for-business-wrapper .sec-for-business-item#client .voice li img {
        width: 20%;
    }
}

/* reason */
.for-business-wrapper .sec-for-business-item#reason ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.for-business-wrapper .sec-for-business-item#reason ul li {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: 49%;
    margin-bottom: 10px;
}
.for-business-wrapper .sec-for-business-item#reason ul li img {
    margin-bottom: 7px;
}
.for-business-wrapper .sec-for-business-item#reason ul li p {
    letter-spacing: 0;
}
.for-business-wrapper .sec-for-business-item#reason ul li p:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 51.19px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#reason ul {
        margin-bottom: 10px;
    }
    .for-business-wrapper .sec-for-business-item#reason ul li {
        width: 100%;
        margin-bottom:15px;
    }
    .for-business-wrapper .sec-for-business-item#reason ul li p:first-of-type {
        font-size: 1.4rem;
        margin-bottom: 5px;
        min-height: inherit;
    }
}

/* faq */
.for-business-wrapper .sec-for-business-item#faq .container {
    display: flex;
    justify-content: space-between;
}
.for-business-wrapper .sec-for-business-item#faq ul  {
    width: 47%;
}
.for-business-wrapper .sec-for-business-item#faq ul li {
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
}
.for-business-wrapper .sec-for-business-item#faq ul li:first-child {
    padding-top: 0;
}
.for-business-wrapper .sec-for-business-item#faq .question {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.for-business-wrapper .sec-for-business-item#faq .question p {
    margin-bottom: 0;
    padding-right: 20px;
}
.for-business-wrapper .sec-for-business-item#faq .question span:first-of-type {
    font-size: 2.0rem;
    margin-right: 13px;
}
.for-business-wrapper .sec-for-business-item#faq .question .mark {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: auto;
}
.for-business-wrapper .sec-for-business-item#faq .question .mark::before, 
.for-business-wrapper .sec-for-business-item#faq .question .mark::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s;
}
.for-business-wrapper .sec-for-business-item#faq .question .mark::before {
    transform: rotate(-90deg);
}
.for-business-wrapper .sec-for-business-item#faq .question .mark.open::before {
    transform: rotate(0deg);
}
.for-business-wrapper .sec-for-business-item#faq .answer {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.for-business-wrapper .sec-for-business-item#faq .answer p {
    width: 85%;
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#faq .answer span:first-of-type {
    font-size: 2.0rem;
    margin-right: 16px;
}
.for-business-wrapper .sec-for-business-item#faq .answer p a {
    border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#faq .container {
        flex-wrap: wrap;
    }
    .for-business-wrapper .sec-for-business-item#faq ul {
        width: 100%;
    }
    .for-business-wrapper .sec-for-business-item#faq ul:nth-child(2) li:first-child {
        padding-top: 20px;
    }
    .for-business-wrapper .sec-for-business-item#faq .question .mark {
        width: 14px;
        height: 14px;
    }
}

/* estimate */
.for-business-wrapper .sec-for-business-item#estimate .title {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.for-business-wrapper .sec-for-business-item#estimate .title span:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.for-business-wrapper .sec-for-business-item#estimate .title span:last-child {
    font-size: 2.0rem;
    font-weight: 700;
    color: #FF9402;
    position: relative;
}
.for-business-wrapper .sec-for-business-item#estimate .title span:last-child::before,
.for-business-wrapper .sec-for-business-item#estimate .title span:last-child::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 26px;
    background-color: #FF9402;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.for-business-wrapper .sec-for-business-item#estimate .title span:last-child::before {
    left: -30px;
    transform: rotate(-30deg)
}
.for-business-wrapper .sec-for-business-item#estimate .title span:last-child::after {
    right: -30px;
    transform: rotate(30deg)
}
.for-business-wrapper .sec-for-business-item#estimate .form-mailer {
    padding: 40px 80px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.for-business-wrapper .sec-for-business-item#estimate .form-mailer h2 {
    font-size: 2.4rem;
    padding-bottom: 0;
    padding-right: 0;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 15px;
}
.for-business-wrapper .sec-for-business-item#estimate .form-mailer .form-item--title {
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#estimate .form-mailer .form-item--field {
    margin-bottom: 0;
}

.for-business-wrapper .sec-for-business-item#estimate .about-tell {
    text-align: center;
    margin: 40px auto;
}
.for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
    margin: 5px auto 0;
    padding: 15px 20px;
    border-radius: 100px;
    background-color: #ECF1F8;
}
.for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number p {
    margin-bottom: 0;
}
.for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number p:first-child {
    display: flex;
    align-items: center;
    padding-right: 23px;
    border-right: 1px solid #333;
}
.for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number p:first-child img {
    width: 32px;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .for-business-wrapper .sec-for-business-item#estimate .title span:first-child {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
    .for-business-wrapper .sec-for-business-item#estimate .title span:last-child {
        font-size: 1.8rem;
    }
    .for-business-wrapper .sec-for-business-item#estimate .title span:last-child::before,
    .for-business-wrapper .sec-for-business-item#estimate .title span:last-child::after {
        width: 2px;
        height: 20px;
    }
    .for-business-wrapper .sec-for-business-item#estimate .title span:last-child::before {
        left: -20px;
    }
    .for-business-wrapper .sec-for-business-item#estimate .title span:last-child::after {
        right: -20px;
    }
    .for-business-wrapper .sec-for-business-item#estimate .form-mailer {
        position: relative;
        padding: 25px 0;
        border-radius: 0;
    }
    .for-business-wrapper .sec-for-business-item#estimate .form-mailer::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100vw;
        height: 100%;
        transform: translateX(-50%);
        background-color: #F5F5F5;
        border-radius: 10px;
        z-index: -1;
    }
    .for-business-wrapper .sec-for-business-item#estimate .form-mailer h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .for-business-wrapper .sec-for-business-item#estimate .about-tell p:first-child {
        margin-bottom: 10px;
    }
    .for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number {
        flex-flow: column;
        margin: 10px auto 0;
        padding: 8px 15px;
    }
    .for-business-wrapper .sec-for-business-item#estimate .about-tell .tell-number p:first-child {
        margin-bottom: 0;
        padding-right: 0;
        border-right: none;
    }
}


/* ルミナスクラブとは */
/* mv */
.sec-about-mv {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 30px;
}
.sec-about-mv .mv-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sec-about-mv .mv-wrapper .text-bg {
    width: 35%;
    font-size: 1.6rem;
    margin-right: min(3vw, 70px);
}
.sec-about-mv .mv-wrapper .text-bg .title {
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.sec-about-mv .mv-wrapper .text-bg .title-sub {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.sec-about-mv .mv-wrapper .text-bg .title-sub::before {
    content: "";
    background-color: #333;
    width: 72px;
    height: 1px;
    margin-right: 7px;
}
.sec-about-mv .mv-wrapper .image-wrapper {
    width: 52%;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .sec-about-mv {
        padding-left: 20px;
    }
    .sec-about-mv .mv-wrapper {
        flex-flow: column;
    }
    .sec-about-mv .mv-wrapper .text-bg {
        width: 100%;
        font-size: 1.4rem;
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 20px;
    }
    .sec-about-mv .mv-wrapper .text-bg .title-sub {
        margin-bottom: 3px;
        font-size: 1.2rem;
    }
    .sec-about-mv .mv-wrapper .text-bg .title-sub::before {
        width: 20px;
    }
    .sec-about-mv .mv-wrapper .text-bg .title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .sec-about-mv .mv-wrapper .image-wrapper {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/* all */
.about-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 30px;
    margin: 0 0 150px;
    position: relative;
}
.about-wrapper .back-btn {
    position: absolute;
    top: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.about .back-btn img {
    width: 12px;
    margin-right: 10px;
    transform: rotate(90deg);
}
.about-wrapper .column-left {
    width: 17%;
    max-width: fit-content;
    position: sticky;
    top: 30px;
    padding-top: 90px;
    height: fit-content;
}
.about-wrapper .column-left li {
    position: relative;
    margin-bottom: 5px;
}
.about-wrapper .column-left li.select {
    background-color: #F7F7F7;
}
.about-wrapper .column-left li.select::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1px;
    height: 64%;
    background-color: #333;
    border-radius: 5px;
    transform: scaleX(150%);
}
.about-wrapper .column-left li a {
    display: block;
    padding: 5px 15px 5px 20px;
}
.about-wrapper .column-right {
    width: 79%;
}
.about-wrapper .sec-about-item {
    padding-top: 90px;
}
.about-wrapper .sec-about-item h2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 7px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}
.about-wrapper .sec-about-item h2 img {
    width: 5px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.about-wrapper .sec-about-item h2 img.open {
    transform: rotate(-90deg);
}
.about-wrapper .sec-about-item .container {
    padding-top: 20px;
}
.about-wrapper .sec-about-item .container p {
    margin-bottom: 15px;
}
.about-wrapper .sec-about-item .estimate-btn {
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    background-color: #2E49A3;
    width: 260px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.about-wrapper .sec-about-item .estimate-btn img {
    width: 20px;
    margin-left: 15px;
}
@media screen and (min-width: 1400px) {
    .about-wrapper {
        max-width: 1400px;
        padding: 0 150px 0 30px;
        margin: 0 auto 150px;
    }
}
@media screen and (max-width: 768px) {
    .about-wrapper {
        padding: 0 20px;
        margin: 0 auto 100px;
    }
    .about-wrapper .back-btn {
        display: none;
    }
    .about-wrapper .column-left {
        display: none;
    }
    .about-wrapper .column-right {
        width: 100%;
    }
    .about-wrapper .sec-about-item {
        padding-top: 60px;
    }
    .about-wrapper .sec-about-item h2 {
        font-size: 1.4rem;
    }
    .about-wrapper .sec-about-item .estimate-btn {
        font-size: 1.6rem;
        width: 212px;
        height: 45px;
    }
    .about-wrapper .sec-about-item .estimate-btn img {
        width: 13px;
        margin-left: 10px;
    }
}

/* merit */
.sec-about-item#merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-about-item#merit ul li {
    display: flex;
    align-items: center;
    width: 47%;
    margin-bottom: 50px;
}
.sec-about-item#merit ul li img {
    width: 50px;
    margin-right: 20px;
}
.sec-about-item#merit ul li .text {
    width: 70%;
    letter-spacing: 0;
}
.sec-about-item#merit ul li .text p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.sec-about-item#merit ul li .text p:last-of-type {
    margin-bottom: 0;
}
.sec-about-item#merit ul li .text a {
    border-bottom: 1px solid #333;
}
.sec-about-item#merit .more-btn {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .sec-about-item#merit ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-about-item#merit ul li img {
        width: 60px;
        margin-right: 20px;
    }
    .sec-about-item#merit ul li .text {
        width: 76%;
    }
    .sec-about-item#merit ul li .text p:first-child {
        font-size: 1.4rem;
        margin-bottom: 2px;
    }
    .sec-about-item#merit ul li .text p:last-of-type {
        font-size: 1.2rem;
    }
    .sec-about-item#merit ul li .text a {
        font-size: 1.2rem;
    }
    .sec-about-item#merit .more-btn {
        margin-top: 20px;
    }
}

/* flow */
.sec-about-item#flow ol {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 10px;
    max-width: 800px;
    margin: 0 auto;
}
.sec-about-item#flow ol li {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 18%;
    min-width: 120px;
}
.sec-about-item#flow ol li span {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.8;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
    width: 105px;
    height: 32px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 15px;
}
.sec-about-item#flow ol li .login {
    position: absolute;
    bottom: -20px;
    font-size: 1.2rem;
    word-break: keep-all;
}
.sec-about-item#flow ol li .login a {
    border-bottom: 1px solid #333;
}
.sec-about-item#flow ol li .image {
    width: 93px;
    height: 93px;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 100%;
    margin-bottom: 5px;
}
.sec-about-item#flow ol li:nth-child(5) .image,
.sec-about-item#flow ol li:last-child .image {
    padding: 27px;
}
.sec-about-item#flow ol li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec-about-item#flow ol li p {
    font-size: 1.6rem;
    text-align: center;
}
.sec-about-item#flow ol .step-arrow {
    width: 8%;
    min-width: inherit;
    transform: rotate(90deg);
    justify-content: center;
}
.sec-about-item#flow ol .step-arrow.for_pc {
    display: flex!important;
}
@media screen and (max-width: 768px) {
    .sec-about-item#flow ol .step-arrow.for_pc {
        display: none!important;
    }
    .sec-about-item#flow ol {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
    }
    .sec-about-item#flow ol li {
        width: 40%;
        max-width: 230px;
        margin-bottom: 20px;
    }
    .sec-about-item#flow ol li:nth-child(5) {
        margin-left: auto;
    }
    .sec-about-item#flow ol li span {
        font-size: 1.4rem;
        line-height: 2.1;
        width: 68px;
        height: 25px;
        margin-bottom: 9px;
    }
    .sec-about-item#flow ol li .image {
        width: 80px;
        height: 80px;
        padding: 13px;
    }
    .sec-about-item#flow ol li:nth-child(5) .image, 
    .sec-about-item#flow ol li:last-child .image {
        padding: 22px;
    }
    .sec-about-item#flow ol li p {
        margin-bottom: 0;
    }
    .sec-about-item#flow ol li:nth-child(5) p {
        word-break: keep-all;
    }
    .sec-about-item#flow ol li:first-child p,
    .sec-about-item#flow ol li:last-child p {
        margin-top: 15px;
    }
    .sec-about-item#flow ol li .login {
        font-size: 1.0rem;
        bottom: -4px;
    }
}

/* estimate */
.sec-about-item#estimate ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-about-item#estimate ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 31%;
}
.sec-about-item#estimate ul li:first-child {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 25px;
}
.sec-about-item#estimate ul li:first-child p:first-child {
    font-size: 2.0rem;
    justify-content: flex-start;
    padding-left: 30px;
}
.sec-about-item#estimate ul li:first-child .text {
    width: 66%;
}
.sec-about-item#estimate ul li:first-child img {
    width: 32%;
    height: auto;
    margin-bottom: 0;
}
.sec-about-item#estimate ul li img {
    height: 95px;
    margin-bottom: 10px;
}
.sec-about-item#estimate ul li:nth-child(3) img {
    width: 53%;
    margin-left: 20px;
}
.sec-about-item#estimate ul li p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-about-item#estimate ul li p:first-child span {
    font-size: 5.0rem;
    font-weight: 300;
    color: #BCBCBC;
    margin-right: 5px;
    line-height: 0.7;
}
@media screen and (max-width: 768px) {
    .sec-about-item#estimate ul li {
        flex-flow: row;
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-about-item#estimate ul li:first-child {
        flex-flow: column;
    }
    .sec-about-item#estimate ul li:first-child p:first-child {
        font-size: 1.6rem;
        padding-left: 0;
        margin-bottom: 7px;
    }
    .sec-about-item#estimate ul li:first-child .text {
        width: 100%;
    }
    .sec-about-item#estimate ul li:nth-child(3) {
        flex-flow: row-reverse;
    }
    .sec-about-item#estimate ul li img {
        height: 65px;
        margin-bottom: 0;
    }
    .sec-about-item#estimate ul li p:first-child {
        font-size: 1.4rem;
        margin-bottom: 0;
        justify-content: flex-start;
    }
    .sec-about-item#estimate ul li p:first-child span {
        font-size: 4.0rem;
    }
    .sec-about-item#estimate ul li p:last-child {
        font-size: 1.2rem;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .sec-about-item#estimate .more-btn {
        margin-top: 15px;
    }
    .sec-about-item#estimate ul li p:last-child {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .sec-about-item#estimate ul li:first-child img {
        width: 100%;
        margin-bottom: 0;
    }
}

/* オリジナルスチールラックの組み立て方 */
.original-lead__inner {
    margin-bottom: 100px;
}
.original-lead__ttl {
    padding: 28px 30px 34px;
    background-color: #ECF1F8;
    margin-bottom: 70px;
}
.original-lead__ttl p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 12px;
}
.original-lead__ttl p::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #333;
    margin-left: 10px;
}
.original-lead__ttl h1 {
    font-size: 4.0rem;
    font-weight: 700;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.original-lead__ttl h1 span {
    position: relative;
    font-size: 2.4rem;
    z-index: 1;
}
.original-lead__ttl h1 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    margin: auto;
    inset: auto 0 3px 0;
    z-index: -1;
}
.original-lead__txt h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.6;
    display: block;
    margin: 0 auto 24px;
    width: fit-content;
    border-bottom: 1px solid #333;
}
.original-lead__txt p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 55px;
}
.original-lead__images {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto 35px;
    padding: 54px 0 64px;
}
.original-lead__images__product {
    width: 305px;
    height: 305px;
    background-color: #fff;
    border-radius: 50%;
    padding: 25px;
    margin: 0 auto;
}
.original-lead__images__product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.original-lead__images__desc {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 313px;
    height: fit-content;
    padding: 17px;
    margin: auto;
}
.original-lead__images__desc:first-child {
    inset: 60px auto auto 4%;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/icons/hukidashi1.png);
}
.original-lead__images__desc:last-child {
    inset: auto 4% 60px auto;
    background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/icons/hukidashi2.png);
}
.original-lead__images__desc p {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .original-lead__inner {
        margin-bottom: 80px;
    }
    .original-lead__ttl {
        padding: 22px 20px 26px;
        margin-bottom: 40px;
    }
    .original-lead__ttl p {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .original-lead__ttl h1 {
        font-size: 3rem;
    }
    .original-lead__ttl h1 span {
        font-size: 1.8rem;
    }
    .original-lead__ttl h1 span::after {
        inset: auto 0 0 0;
    }
    .original-lead__txt h2 {
        line-height: 1.8;
        margin: 0 auto 16px;
    }
    .original-lead__txt p {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.7;
        margin-bottom: 140px;
    }
    .original-lead__txt.--second p {
        margin-bottom: 0;
    }
    .original-lead__images {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin: 0 auto 20px;
        padding: 124px 20px 50px;
    }
    .original-lead__images__product {
        width: 236px;
        height: 236px;
        position: absolute;
        margin: auto;
        inset: -118px 0 auto 0;
    }
    .original-lead__images__desc {
        position: static;
    }
    .original-lead__images__desc:first-child {
        background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/icons/hukidashi1-sp.png);
        margin-left: 0;
    }
    .original-lead__images__desc:last-child {
        background-image: url(https://luminousclub.itembox.design/item/luminous-club/images/icons/hukidashi2-sp.png);
        margin-top: 15px;
        margin-right: 0;
    }
    .original-lead__images__desc p {
        padding-top: 27px;
        padding-bottom: 0;
    }
}

.original__inner {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 87px;
}
.original__inner h2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.original__inner__desc {
    line-height: 1.6;
    margin-bottom: 36px;
}
.original-exp img {
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .original__inner h2 {
        margin-bottom: 14px;
    }
    .original__inner__desc {
        margin-bottom: 20px;
    }
    .original-exp img {
        margin-bottom: 40px;
    }
    .original-exp__item {
        border: 1px solid #333;
        border-radius: 10px;
        padding: 9px 14px 10px;
        margin-bottom: 20px;
    }
    .original-exp__item__ttl {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        padding-bottom: 4px;
        border-bottom: 1px solid #333;
        margin-bottom: 9px;
    }
    .original-exp__item__flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .original-exp__item__flex img {
        width: 32%;
        object-fit: contain;
        padding: 0;
        margin-bottom: 0;
    }    
    .original-exp__item__flex p {
        width: 65%;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

.sec-about-rack .rack-create {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1060px;
    margin: 0 auto;
}
.sec-about-rack .rack-create .images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30vw;
    max-width: 390px;
    height: 30vw;
    max-height: 390px;
    padding: 40px;
    background-color: #fff;
    border-radius: 100%;
}
.sec-about-rack .rack-create .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec-about-rack .rack-create .description {
    width: 80%;
    padding: 40px 30px 15px min(17vw, 210px);
    background-color: #F7F7F7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sec-about-rack .rack-create .description p {
    margin-bottom: 25px;
}
.sec-about-rack .rack-create .description p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #333;
}
.sec-about-rack .flow-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 90px auto 0;
}
.sec-about-rack .flow-item {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 30%;
    max-width: 310px;
    padding: 32px 10px 23px;
    border-radius: 20px;
    border: 1px solid #333;
}
.sec-about-rack .flow-item::before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background-color: #ECF1F8;
    border: 1px solid #333;
    width: 110px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-about-rack .step-1::before {
    content: "STEP 1";
}
.sec-about-rack .step-2::before {
    content: "STEP 2";
}
.sec-about-rack .step-3::before {
    content: "STEP 3";
}
.sec-about-rack .flow-item img {
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}
.sec-about-rack .flow-item a {
    position: relative;
    font-size: 1.2rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: 10px;
    border-bottom: 1px solid #333;
}
.sec-about-rack .flow-item a img {
    width: 4px;
    height: auto;
    position: absolute;
    margin: auto;
    inset: 3px -10px 0 auto;
}
.sec-about-rack .flow-item p:first-child {
    font-weight: 700;
    margin-bottom: 20px;
}
.sec-about-rack .flow-item p:nth-child(3) {
    margin-bottom: 20px;
}
.sec-about-rack .parts-flow .arrow-next {
    width: 13px;
}
.sec-about-rack .parts-flow .fs-itemSearch-sizeBtn {
    display: block;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
    width: fit-content;
    margin: 15px auto 0;
    cursor: pointer;
}
.fs-itemSearchArea {
    max-width: 1000px;
}
@media screen and (max-width: 768px) {
    .sec-about-rack .sec-wrapper {
        padding: 0;
    }
    .sec-about-rack .rack-create {
        display: block;
    }
    .sec-about-rack .rack-create .images {
        width: 280px;
        height: 280px;
        right: 0;
        top: -140px;
        bottom: auto;
    }
    .sec-about-rack .rack-create .description {
        width: 100%;
        padding: 175px 20px 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }
    .sec-about-rack .rack-create .description p:first-child {
        display: block;
        width: fit-content;
        margin: 0 auto 20px;
        text-align: center;
    }
    .sec-about-rack .title {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }
    .sec-about-rack .flow-wrapper {
        padding: 0;
        flex-flow: column;
        align-items: center;
        margin-top: 0;
    }
    .sec-about-rack .flow-item {
        width: 100%;
        max-width: none;
    }
    .sec-about-rack .flow-item a {
        padding-bottom: 5px;
    }
    .sec-about-rack .parts-flow .arrow-next {
        width: 13px;
        transform: rotate(90deg);
        margin: 10px auto 20px;
    }
}

.original-series ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 132px;
}
.original-series ul::before, 
.original-series ul::after {
    content: "";
    width: 32%;
    order: 1;
}
.original-series ul li {
    position: relative;
    width: 32%;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 100px 20px 25px;
}
.original-series ul li img {
    position: absolute;
    margin: auto;
    inset: auto 0 calc(100% - 76px) 0;
    width: 156px;
    height: 156px;
    object-fit: cover;
    border-radius: 10px;
}
.original-series ul li h3 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.original-series ul li p {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.original-series ul li a {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: block;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
    margin-right: 10px;
    border-bottom: 1px solid #333;
}
.original-series ul li a img {
    width: 4px;
    height: auto;
    position: absolute;
    margin: auto;
    inset: 3px -10px 0 auto;
}
@media screen and (max-width: 768px) {
    .original-series ul {
        flex-flow: column;
        align-items: center;
        margin-top: 118px;
    }
    .original-series ul::before,
    .original-series ul::after {
        content: none;
    }
    .original-series ul li {
        width: 100%;
    }
    .original-series ul li:last-child {
        margin-top: 110px;
    }
}

.original-custom ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 80px;
}
.original-custom ul li {
    display: flex;
    align-items: center;
    width: 48%;
}
.original-custom__img {
    position: relative;
    width: 42%;
    margin-right: 15px;
}
.original-custom__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.original-custom__img::before {
    position: absolute;
    inset: -18px auto auto -20px;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background-color: #ECF1F8;
    border: 1px solid #333;
    width: 110px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.original-custom ul li:first-child .original-custom__img::before {
    content: "CUSTOM1";
}
.original-custom ul li:last-child .original-custom__img::before {
    content: "CUSTOM2";
}
.original-custom__txt {
    width: 54%;
}
.original-custom__txt h3 {
    font-weight: 700;
    margin-bottom: 3px;
}
.original-custom__txt p {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.original-custom__txt a {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: block;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
    margin-right: 10px;
    border-bottom: 1px solid #333;
}
.original-custom__txt a img {
    width: 4px;
    height: auto;
    position: absolute;
    margin: auto;
    inset: 3px -10px 0 auto;
}

.original__more-btn {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #FF9402;
    width: 260px;
    height: 45px;
    margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
    .original-custom ul {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .original-custom ul li {
        flex-flow: column;
        align-items: center;
        width: 92%;
    }
    .original-custom ul li:first-child {
        margin-bottom: 54px;
    }
    .original-custom__img {
        width: 80%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .original-custom__txt {
        width: 100%;
    }
    .original-custom__txt h3 {
        text-align: center;
        word-break: keep-all;
    }
}

.fs-itemSearch-modal .fs-itemSearchArea.size .title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    text-align: center;
}