:root {
    --color-white: white;
    --ja: "Sawarabi Mincho", sans-serif;
    --text-color: #323232;
    --accent-color: #ffb503;
    --en: "PT Serif", serif;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.sg-body {
    padding-top: 130px;
}

.top-section {
    background-image: url('../images/名刺たち.png'), linear-gradient(to bottom, var(--color-white), var(--color-white));
    background-position: 50%, 0 0;
    background-size: cover, auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
}

.main-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    min-width: auto;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 75px;
    display: flex;
}

.div-top {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.top-left {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.top-right {
    position: relative;
}

.white-titanium {
    width: 30vw;
    height: 40vw;
}

.absolute-image-1 {
    width: 14vw;
    height: 9vw;
    position: absolute;
    bottom: 21%;
    left: -43%;
}

.absolute-image-1._1 {
    bottom: -3%;
    left: auto;
    right: -44%;
}

.top-title {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.vw-text-2 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.44vw;
    font-weight: 400;
    line-height: 165%;
}

.service-button-2 {
    background-color: var(--accent-color);
    word-break: keep-all;
    border-radius: 6px;
    padding: 15px 25px;
    text-decoration: none;
}

.text-2 {
    font-family: var(--ja);
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 150%;
}

.text-2._1 {
    color: var(--text-color);
    font-weight: 400;
}

.pain-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.pain-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
}

.section-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.section-title._1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-3 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.pain-image {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 21vw;
    padding-bottom: 7vw;
    display: flex;
    position: relative;
}

.image {
    width: 42vw;
    height: 22vw;
}

.bubble-image-2 {
    width: 27vw;
    height: 24vw;
    position: absolute;
    bottom: 48%;
    left: 8%;
}

.bubble-image-3 {
    width: 23vw;
    height: 19vw;
    position: absolute;
    bottom: 69%;
}

.bubble-image-4 {
    width: 28vw;
    height: 25vw;
    position: absolute;
    bottom: 44%;
    right: 7%;
}

.concept-section-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.concept-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
}

.concept {
    border: 5px solid var(--accent-color);
    word-break: keep-all;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 940px;
    padding: 50px 30px;
    display: flex;
    box-shadow: 0 4px 4px #00000040;
}

.text-4 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-bottom: 0;
    font-size: 32px;
    line-height: 200%;
}

.text-4.mobile {
    display: none;
}

.div-block {
    text-align: center;
}

.span-1 {
    color: var(--accent-color);
}

.concept-image {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.image-2 {
    width: 240px;
    height: 240px;
}

.polygon {
    width: 220px;
    height: 68px;
    margin-top: 60px;
    margin-bottom: 0;
}

.concept-section-2 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/5c481def5d8870ba3b60d98c61d2cc2d.png');
    background-position: 0 0, 50% 135%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
}

.concept-2-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 34px;
    display: flex;
}

.concept-2 {
    width: 100%;
    max-width: 640px;
}

.div-block-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.span-2 {
    color: var(--accent-color);
    font-size: 32px;
    font-weight: 400;
}

.div-block-3 {
    width: 100%;
}

.text-5 {
    font-family: var(--ja);
    color: var(--text-color);
    font-size: 24px;
    line-height: 180%;
}

.text-5._1 {
    line-height: 150%;
}

.concept-2-image {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 72px;
    display: flex;
    position: relative;
}

.image-3 {
    margin-left: 77px;
}

.image-4 {
    z-index: -1;
    width: 240px;
    height: 326px;
    position: absolute;
    bottom: 128px;
}

.value-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
}

.value-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.div-value {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
}

.text-6 {
    font-family: var(--ja);
    color: var(--text-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
}

.text-6._1 {
    line-height: 150%;
}

.value-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.image-5 {
    border-radius: 10px;
    width: 550px;
    height: 367px;
}

.image-5.tablet {
    display: none;
}

.scene-section {
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
}

.scene-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
    display: flex;
}

.div-title-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.text-7 {
    font-family: var(--ja);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.text-8 {
    font-family: var(--en);
    color: #0000000d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    top: 0;
}

.div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 50px 30px;
    display: flex;
    position: relative;
}

.div-block-4._1 {
    padding-left: 117px;
    padding-right: 117px;
}

.div-block-4._2 {
    padding-left: 77px;
    padding-right: 77px;
}

.div-block-4._3 {
    padding-left: 48px;
    padding-right: 48px;
}

.div-block-4._4 {
    padding-left: 52px;
    padding-right: 52px;
}

.div-block-4._5 {
    padding-left: 62px;
    padding-right: 62px;
}

.scene {
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 60px;
    display: flex;
}

.scene-card-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.image-6 {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 4px #0003;
}

.div-block-5 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 464px;
    margin-top: 50px;
    display: flex;
}

.text-9 {
    font-family: var(--ja);
    font-size: 32px;
    line-height: 100%;
}

.text-9._1 {
    color: var(--text-color);
    line-height: 150%;
}

.text-10 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

.text-10._1 {
    line-height: 150%;
}

.scene-grid {
    grid-column-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.scene-card-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
}

.image-7 {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 4px #0003;
}

.scen-card-image {
    width: 100%;
    position: relative;
}

.image-8 {
    width: 51%;
    position: absolute;
    bottom: 0;
    left: 37px;
}

.div-block-6 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.div-block-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    display: flex;
}

.text-11 {
    font-family: var(--ja);
    color: var(--color-white);
    font-size: 20px;
    line-height: 150%;
}

.work-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.work-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 80px;
    display: flex;
}

.work-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    max-width: 545px;
    display: flex;
}

.div-block-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 96px;
    display: flex;
}

.div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 201.578px;
    margin-top: 20px;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
}

.image-9 {
    aspect-ratio: 1.635;
    object-fit: cover;
    border-radius: 10px;
    width: 545px;
    margin-top: 40px;
    box-shadow: 0 4px 4px #0003;
}

.service-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.service-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.service-text {
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin-top: 100px;
}

.text-12 {
    font-family: var(--ja);
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.service {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    display: flex;
}

.div-block-10 {
    grid-column-gap: 10px;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 4px 4px #0003;
}

.image-10 {
    width: 46px;
    height: 63px;
}

.elipse {
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
    display: flex;
    position: relative;
}

.service-image-1 {
    width: 23vw;
    height: 42vw;
    position: absolute;
    bottom: 11%;
}

.service-image-2 {
    width: 29vw;
    height: 22vw;
    position: absolute;
    bottom: -2%;
    right: 6%;
}

.service-image-3 {
    width: 14vw;
    height: 30vw;
    position: absolute;
    bottom: 13%;
    left: 18%;
}

.service-image-4 {
    width: 13vw;
    height: 24vw;
    position: absolute;
    top: -10%;
    right: 18%;
}

.service-image-5 {
    width: 16vw;
    height: 10vw;
    position: absolute;
    top: -6%;
    left: 6%;
}

.service-image-6 {
    width: 16vw;
    height: 10vw;
    position: absolute;
    top: 10%;
    right: 2%;
}

.elipse-image {
    width: 84vw;
    height: 42vw;
}

.options {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 100px;
    display: flex;
}

.div-title-3 {
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-13 {
    font-family: var(--en);
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
}

.text-13.text-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffb503, #f86814);
    -webkit-background-clip: text;
    background-clip: text;
}

.option-grid-1 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 60px;
    display: flex;
}

.option-card-1 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-width: 500px;
    min-height: 450px;
    padding: 35px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 4px #0003;
}

.text-14 {
    font-family: var(--en);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.text-14.text-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffb503, #f86814);
    -webkit-background-clip: text;
    background-clip: text;
}

.div-block-11 {
    word-break: keep-all;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.div-block-12 {
    max-width: 400px;
    margin-top: 20px;
}

.image-11 {
    width: 430px;
}

.image-11._1 {
    bottom: 20px;
}

.option-grid-2 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 80px;
    display: flex;
}

.option-grid-2.from-bottom {
    align-items: stretch;
}

.option-card-2 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    max-width: 330px;
    min-height: 470px;
    padding: 35px 40px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 4px #0003;
}

.div-block-13 {
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.div-block-14 {
    margin-top: 120px;
}

.price-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
}

.price-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.price {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 80px;
    display: flex;
}

.price-card-1 {
    border: 3px solid var(--accent-color);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
}

.div-block-15 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 420px;
    display: flex;
}

.div-block-16 {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    display: flex;
}

.text-15 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 150%;
}

.text-16 {
    font-family: var(--en);
    color: var(--text-color);
    font-size: 40px;
    line-height: 150%;
}

.div-block-17 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.image-12 {
    width: 110px;
    height: 40px;
}

.plus {
    font-family: var(--ja);
    color: var(--accent-color);
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 64px;
    line-height: 100%;
}

.price-text {
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 600px;
    display: flex;
}

.price-grid-1 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.price-grid-1.from-bottom {
    align-items: stretch;
}

.price-card-2 {
    border: 3px solid var(--accent-color);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-width: 535px;
    padding: 40px;
    display: flex;
}

.price-grid-2 {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.price-grid-2.from-bottom {
    align-items: stretch;
}

.price-card-3 {
    border: 3px solid var(--accent-color);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    max-width: 330px;
    padding: 40px;
    display: flex;
}

.div-block-18 {
    margin-top: 100px;
}

.voice-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
}

.voice-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.voice {
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 855px;
    display: flex;
}

.voice-card {
    grid-column-gap: 40px;
    border-bottom: 1px dashed var(--text-color);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
    display: flex;
}

.image-13 {
    border-radius: 100%;
    width: 180px;
    height: 180px;
}

.div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.news-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
}

.news-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.news {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-top: 80px;
    display: flex;
}

.news-card {
    grid-row-gap: 20px;
    border-bottom: 1px dashed var(--text-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 15px;
    text-decoration: none;
    display: flex;
}

.div-block-20 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.category {
    border: 1px solid var(--accent-color);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 3px 15px;
    display: flex;
}

.text-17 {
    font-family: var(--en);
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.text-18 {
    font-family: var(--ja);
    color: var(--accent-color);
    line-height: 150%;
}

.footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
}

.footer-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 60px 60px 50px;
    display: flex;
}

.brand {
    width: 167px;
    min-width: 167px;
    max-width: 167px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
}

.footerlink-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 768px;
    max-width: 768px;
    display: flex;
}

.bottom {
    background-color: var(--text-color);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
}

.text-19 {
    color: var(--color-white);
    font-family: Noto Sans JP, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
}

.text-19.link-2 {
    color: var(--color-white);
}

.navbar-container {
    background-color: var(--color-white);
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 50px;
    display: flex;
}

.image-14 {
    width: 167px;
    height: 100px;
}

.navbar-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 985px;
    display: flex;
}

.nav-link {
    font-family: var(--ja);
    margin-left: 0;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 16px;
    line-height: 150%;
}

.div-block-21 {
    justify-content: space-between;
    align-items: center;
    width: 75%;
    min-width: 570px;
    max-width: 700px;
    display: flex;
}

.div-block-21._2 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
}

.nav-menu {
    grid-column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 958px;
    display: flex;
}

.nav-menu._2 {
    justify-content: flex-end;
    align-items: center;
}

.footer-link {
    padding: 20px 5px;
    text-decoration: none;
}

.vw-text-1 {
    font-family: var(--ja);
    color: var(--color-white);
    font-size: 1.67vw;
    line-height: 150%;
}

.image-15._1 {
    aspect-ratio: 144 / 209;
    width: auto;
    height: auto;
}

.image-15._2 {
    aspect-ratio: 250 / 196;
}

.div-block-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.navbar {
    width: 100%;
    position: fixed;
    box-shadow: 0 4px 4px #0003;
}

.anker-link {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}

.image-16,
.mobile-pain-image {
    display: none;
}

.div-block-1564 {
    width: 100%;
    padding: 30px 24px 80px;
}

.div-block-1568 {
    margin-top: 13px;
    display: flex;
}

.div-block-1563 {
    background-image: url('../images/グループ-177_1グループ 177.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    max-width: 1300px;
    height: 26vw;
    max-height: 40vh;
}

.text-block-352 {
    color: #333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
}

.rich-text-block-2 {
    color: #333;
    margin-top: 28px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
}

.div-block-1562 {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    width: 80%;
    max-width: 1150px;
}

.div-block-1567 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.text-block-353 {
    color: #333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.news-items-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.div-block-1566 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div-block-1565 {
    background-color: #333;
    width: 3px;
    height: 44px;
}

.items_list {
    justify-content: center;
    align-items: center;
    padding: 60px 40px 100px;
    display: flex;
}

.list_grid {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1200px;
    display: grid;
}

.item {
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
}

.div-block-1569 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
}

.heading {
    font-family: var(--ja);
    color: var(--text-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}

.paragraph {
    font-family: var(--ja);
    color: var(--text-color);
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.div-block-1570 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.div-block-1570.cart {
    justify-content: flex-end;
    align-items: flex-end;
}

.div-block-1570.cart.total {
    margin-left: 40px;
}

.text-block-354 {
    font-family: var(--en);
    color: var(--text-color);
    letter-spacing: 2px;
    font-size: 26px;
    line-height: 120%;
}

.text-block-354._2 {
    color: #323232cc;
    letter-spacing: 1px;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 16px;
}

.text-block-354._2.cart {
    margin-bottom: 1px;
    font-size: 16px;
}

.text-block-354._3 {
    margin-right: 5px;
}

.text-block-354._3.cart,
.text-block-354.cart {
    font-size: 20px;
}

.div-block-1571 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
}

.link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--accent-color);
    color: var(--color-white);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 11px;
    text-decoration: none;
    transition: opacity .3s;
    display: flex;
}

.link-block:hover {
    opacity: .6;
}

.image-20 {
    width: 20px;
    height: 20px;
}

.div-block-1572 {
    background-image: url('../images/077efe10bb486c0543c3d0eadf4fcabb.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    min-height: 200px;
    display: flex;
}

.image-21 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.div-block-1573 {
    font-family: var(--ja);
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
}

.div-block-1573:hover {
    opacity: .7;
}

.text-block-355 {
    font-family: var(--en);
    color: var(--color-white);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-decoration: none;
}

.div-block-1574 {
    aspect-ratio: 1;
    background-color: var(--accent-color);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 23px;
    min-width: 23px;
    max-width: 23px;
    height: 23px;
    min-height: 23px;
    max-height: 23px;
    display: flex;
    position: absolute;
    inset: -15px -10px auto auto;
}

.cart-section {
    background-color: #dfdfdf;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    display: flex;
}

.cart-container {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    min-width: 900px;
    max-width: 1200px;
    padding: 60px;
    display: flex;
}

.text-block-356 {
    font-family: var(--ja);
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
}

.text-block-356._2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
}

.cart-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #ffb5034d;
    border-top-width: 0;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .6fr .25fr .6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
}

.cart-item._2 {
    background-color: #dbdbdb;
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-block-1576 {
    object-fit: contain;
    background-image: url('../images/logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
}

.price-div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.volume-div {
    display: flex;
}

.text-block-357 {
    font-family: var(--ja);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
}

.text-block-357._2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.text-block-357._2._3 {
    display: none;
}

.button {
    color: var(--text-color);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    transition: all .4s;
    display: flex;
}

.button:hover {
    opacity: .4;
}

.text-block-358 {
    padding-left: 5px;
    padding-right: 5px;
}

.button-div {
    border: 1px solid #c9c9c9;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
}

.item-list-wrapper {
    flex-flow: column;
    display: flex;
}

.cart-total-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 40px;
    display: flex;
}

.car-total-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
}

.div-block-1577 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.button-2 {
    background-color: #ffb503;
    border-radius: 20px;
    margin-left: 60px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 120%;
}

.mobile {
    display: none;
}

.div-block-1579 {
    flex-flow: column;
    display: flex;
}

.div-block-1580 {
    display: none;
}

.heading-2 {
    border-left: 10px solid var(--accent-color);
    color: var(--text-color);
    background-color: #3232321a;
    padding: 10px 30px 10px 20px;
    line-height: 125%;
}

.heading-3 {
    border-left: 10px solid var(--accent-color);
    color: var(--text-color);
    padding: 10px 30px 10px 20px;
    line-height: 100%;
}

.heading-4 {
    color: var(--text-color);
    background-color: #ffb50333;
    padding: 10px 30px;
    line-height: 100%;
}

.heading-5 {
    color: var(--text-color);
    padding: 10px 10px 10px 0;
    line-height: 100%;
}

.heading-6 {
    color: var(--text-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 100%;
}

.heading-7 {
    color: var(--text-color);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.paragraph-2 {
    color: var(--text-color);
    line-height: 150%;
}

.list,
.list-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.bold-text,
.italic-text {
    line-height: 150%;
}

.superscript,
.subscript {
    line-height: 100%;
}

.link {
    color: #0066c0;
}

.link-2 {
    color: #006aff;
    white-space: nowrap;
    word-break: keep-all;
    text-decoration: none;
}

.text-span {
    color: red;
    white-space: nowrap;
    word-break: keep-all;
}

.div-block-1581 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 20px 0% auto;
}

.cart-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.cart-item-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #ffb5034d;
    border-top-width: 0;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .6fr .25fr .6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
}

.cart-item-title._2 {
    background-color: #dbdbdb;
    border-left-width: 0;
    border-right-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-block-360 {
    display: none;
}

@media screen and (min-width: 1440px) {
    .white-titanium {
        width: 429px;
        height: 571px;
    }
    .absolute-image-1 {
        width: 215px;
        height: 133px;
        bottom: 120px;
        left: -181px;
    }
    .absolute-image-1._1 {
        bottom: -18px;
        right: -185px;
    }
    .vw-text-2 {
        font-size: 64px;
    }
    .pain-image {
        padding-top: 300px;
        padding-bottom: 100px;
    }
    .image {
        width: 600px;
        height: 318px;
    }
    .bubble-image-2 {
        width: 398px;
        height: 347px;
        bottom: 341px;
        left: 19px;
    }
    .bubble-image-3 {
        width: 338px;
        height: 282px;
        bottom: 490px;
    }
    .bubble-image-4 {
        width: 414px;
        height: 370px;
        bottom: 312px;
        right: 19px;
    }
    .service-image-1 {
        width: 324px;
        height: 602px;
        bottom: 65px;
    }
    .service-image-2 {
        width: 423px;
        height: 315px;
        bottom: -14px;
        right: 67px;
    }
    .service-image-3 {
        width: 200px;
        height: 425px;
        bottom: 76px;
        left: 215px;
    }
    .service-image-4 {
        width: 182px;
        height: 343px;
        top: -60px;
        right: 214px;
    }
    .service-image-5 {
        width: 226px;
        height: 141px;
        top: -33px;
        left: 68px;
    }
    .service-image-6 {
        width: 226px;
        height: 141px;
        top: 61px;
        right: 20px;
    }
    .elipse-image {
        width: 1200px;
        height: 601.906px;
    }
    .vw-text-1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .sg-body {
        padding-top: 110px;
    }
    .service-button-2 {
        margin-top: 20px;
    }
    .service-button-2._2 {
        margin-top: 0;
    }
    .text-2._1 {
        font-size: 22px;
    }
    .pain-wrapper {
        padding-top: 70px;
    }
    .section-title._1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text-3 {
        font-size: 32px;
    }
    .concept-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text-4 {
        font-size: 20px;
    }
    .polygon {
        margin-top: 50px;
    }
    .concept-2-wrapper {
        padding-bottom: 28px;
    }
    .span-2 {
        font-size: 28px;
    }
    .text-5 {
        font-size: 20px;
    }
    .text-5._1 {
        letter-spacing: -1px;
        font-size: 24px;
    }
    .image-3 {
        width: 600px;
        height: 383px;
        margin-left: 48px;
    }
    .image-4 {
        width: 200px;
        height: 272px;
    }
    .value-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .text-6 {
        font-size: 18px;
    }
    .text-6._1 {
        letter-spacing: -1px;
        font-size: 17px;
    }
    .image-5 {
        display: none;
    }
    .image-5.tablet {
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }
    .scene-wrapper {
        padding-bottom: 85px;
    }
    .scene {
        grid-row-gap: 80px;
    }
    .div-block-5 {
        margin-top: 40px;
    }
    .text-9 {
        font-size: 28px;
    }
    .text-9._1 {
        font-size: 26px;
    }
    .text-10._1 {
        font-size: 16px;
    }
    .scene-grid {
        grid-column-gap: 30px;
        justify-content: space-between;
        align-items: stretch;
    }
    .div-block-6 {
        margin-top: 40px;
    }
    .div-block-7 {
        margin-top: 70px;
    }
    .text-11 {
        font-size: 18px;
    }
    .work-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .work-grid {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 70px;
    }
    .work-card {
        flex-flow: column-reverse;
        width: 100%;
        max-width: 680px;
    }
    .div-block-8 {
        height: 88px;
        padding-top: 10px;
    }
    .div-block-9 {
        min-height: auto;
    }
    .service-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .service-text {
        max-width: 600px;
        margin-top: 85px;
    }
    .text-12 {
        font-size: 30px;
    }
    .service {
        margin-top: 70px;
    }
    .options {
        padding-top: 85px;
    }
    .option-grid-1 {
        margin-top: 50px;
    }
    .text-14.text-gradient {
        font-size: 18px;
    }
    .option-grid-2 {
        grid-row-gap: 80px;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
    .option-card-2 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .div-block-14 {
        margin-top: 100px;
    }
    .price-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .price {
        margin-top: 70px;
    }
    .text-16 {
        font-size: 30px;
    }
    .price-card-2 {
        padding: 30px;
    }
    .price-card-3 {
        padding: 30px 10px;
    }
    .voice-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .voice-card {
        grid-column-gap: 30px;
    }
    .news-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .news {
        margin-top: 70px;
    }
    .footer-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footerlink-wrapper {
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: none;
        padding-left: 60px;
    }
    .navbar-container {
        height: 110px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-wrapper {
        min-width: 600px;
    }
    .div-block-21 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: auto;
        max-width: none;
    }
    .nav-menu {
        background-color: var(--color-white);
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: none;
        height: 95vh;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-pain-image {
        display: none;
    }
    .menu-button {
        color: var(--text-color);
    }
    .menu-button.w--open {
        background-color: var(--color-white);
        color: var(--accent-color);
    }
    .text-block-352 {
        font-size: 25px;
        line-height: 35px;
    }
    .div-block-1565 {
        height: 35px;
    }
    .list_grid {
        grid-template-columns: 1fr 1fr;
    }
    .text-block-354._2.cart {
        white-space: nowrap;
    }
    .cart-section {
        padding: 30px;
    }
    .cart-container {
        min-width: auto;
        max-width: none;
        padding: 30px;
    }
    .div-block-1580 {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .sg-body {
        padding-top: 82px;
        overflow: hidden;
    }
    .top-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .div-top {
        grid-column-gap: 30px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .white-titanium {
        max-width: 168px;
        max-height: 235.188px;
    }
    .absolute-image-1 {
        max-width: 78px;
        max-height: 52.9063px;
    }
    .absolute-image-1._1 {
        max-height: 52.9063px;
    }
    .vw-text-2 {
        font-size: 30px;
    }
    .text-2._1 {
        font-size: 19px;
    }
    .pain-wrapper {
        padding-top: 60px;
    }
    .section-title._1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .text-3 {
        font-size: 28px;
    }
    .pain-image {
        display: none;
    }
    .image {
        width: auto;
        height: auto;
    }
    .bubble-image-2,
    .bubble-image-3,
    .bubble-image-4 {
        position: static;
    }
    .concept-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .concept {
        border-width: 3px;
        padding: 35px 20px;
    }
    .text-4 {
        font-size: 15px;
        display: none;
    }
    .text-4.mobile {
        display: block;
    }
    .image-2 {
        width: 180px;
        height: 180px;
    }
    .polygon {
        width: 180px;
        height: 46px;
        margin-top: 40px;
    }
    .span-2 {
        font-size: 26px;
    }
    .text-5 {
        font-size: 16px;
    }
    .text-5._1 {
        font-size: 28px;
    }
    .concept-2-image {
        margin-top: 55px;
    }
    .image-3 {
        width: 400px;
        height: 255px;
        margin-left: 0;
    }
    .image-4 {
        width: 150px;
        height: 204px;
        bottom: 20px;
    }
    .value-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .div-value {
        margin-top: 20px;
    }
    .text-6 {
        font-size: 16px;
    }
    .text-6._1 {
        font-size: 15px;
    }
    .image-5 {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    .image-5.tablet {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .scene-wrapper {
        padding-bottom: 70px;
    }
    .div-title-2 {
        justify-content: flex-start;
        align-items: center;
    }
    .text-7 {
        font-size: 16px;
    }
    .text-8 {
        font-size: 60px;
    }
    .div-block-4 {
        padding-top: 60px;
    }
    .scene {
        grid-row-gap: 80px;
        margin-top: 50px;
    }
    .scene-card-1 {
        max-width: 500px;
    }
    .image-6 {
        width: 432px;
        display: none;
    }
    .div-block-5 {
        margin-top: 30px;
    }
    .text-10 {
        font-size: 15px;
    }
    .scene-grid {
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }
    .scene-card-2 {
        width: 100%;
        max-width: 500px;
    }
    .div-block-6 {
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }
    .div-block-7 {
        margin-top: 60px;
    }
    .work-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .work-grid {
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        margin-top: 60px;
    }
    .work-card {
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        max-width: 500px;
    }
    .div-block-8 {
        height: auto;
        padding-top: 0;
    }
    .image-9 {
        margin-top: 0;
    }
    .service-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .service-text {
        max-width: 432px;
        margin-top: 70px;
    }
    .text-12 {
        font-size: 21px;
    }
    .service {
        margin-top: 60px;
    }
    .options {
        padding-top: 70px;
    }
    .text-13.text-gradient {
        font-size: 40px;
    }
    .option-grid-1 {
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 40px;
    }
    .option-card-1 {
        width: 100%;
        max-width: 500px;
        height: 416.031px;
        min-height: auto;
    }
    .div-block-12 {
        max-width: none;
    }
    .image-11 {
        width: 90%;
        bottom: 20px;
    }
    .option-grid-2 {
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
    }
    .option-card-2 {
        width: 100%;
        max-width: 500px;
        height: 416.031px;
        min-height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .div-block-13 {
        max-width: none;
    }
    .div-block-14 {
        margin-top: 80px;
    }
    .price-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .price {
        margin-top: 60px;
    }
    .price-card-1 {
        width: 100%;
        max-width: 500px;
    }
    .price-grid-1 {
        grid-column-gap: 0px;
        grid-row-gap: 80px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .price-card-2 {
        width: 100%;
        max-width: 500px;
    }
    .price-grid-2 {
        grid-column-gap: 0px;
        grid-row-gap: 60px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .price-card-3 {
        width: 100%;
        max-width: 500px;
    }
    .div-block-18 {
        margin-top: 80px;
    }
    .voice-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .voice-card {
        flex-flow: column;
    }
    .div-block-19 {
        grid-row-gap: 10px;
        justify-content: flex-start;
        align-items: center;
        max-width: 500px;
        margin-top: 20px;
    }
    .news-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .news {
        margin-top: 60px;
    }
    .footer-wrapper {
        flex-flow: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .brand {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        height: 72px;
        min-height: 72px;
        max-height: 72px;
    }
    .footerlink-wrapper {
        grid-row-gap: 10px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: none;
        padding-top: 30px;
        padding-left: 0;
    }
    .navbar-container {
        height: 82px;
        padding: 5px 30px;
    }
    .image-14 {
        width: 120px;
        height: 72px;
    }
    .navbar-wrapper {
        min-width: auto;
    }
    .div-block-21._2 {
        padding-right: 10px;
    }
    .nav-menu {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .vw-text-1 {
        font-size: 14px;
    }
    .div-block-22 {
        padding-top: 30px;
    }
    .image-16 {
        border-radius: 10px;
        width: 100%;
        display: block;
    }
    .mobile-pain-image {
        grid-row-gap: 0px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        display: flex;
    }
    .div-block-23 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex;
    }
    .image-18 {
        z-index: -1;
        width: 50vw;
        height: 47vw;
        max-height: 240px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .div-block-24 {
        justify-content: center;
        align-items: center;
        width: 50vw;
        height: 45vw;
        max-height: 240px;
        padding: 40px 30px 55px;
        display: flex;
        position: relative;
    }
    .text-block {
        font-family: var(--ja);
    }
    .div-block-25 {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: -20px;
        display: flex;
    }
    .menu-button,
    .menu-button.w--open {
        background-color: var(--color-white);
    }
    .div-block-26 {
        display: block;
    }
    .div-block-1563 {
        min-height: 170px;
    }
    .list_grid {
        grid-column-gap: 30px;
        grid-row-gap: 50px;
        grid-template-columns: 1fr;
    }
    .heading {
        font-size: 20px;
    }
    .paragraph {
        font-size: 13px;
    }
    .text-block-354 {
        font-size: 24px;
    }
    .text-block-354._2 {
        font-size: 14px;
    }
    .cart-item {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top-width: 1px;
        flex-flow: column;
        align-items: stretch;
        margin-bottom: 20px;
        padding: 0;
        display: flex;
    }
    .cart-item._2 {
        display: none;
    }
    .price-div {
        border-top: 1px solid #ffb5034d;
        border-bottom: 1px solid #ffb5034d;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding: 10px;
    }
    .price-div.mobile {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-name-div.mobile {
        width: auto;
        min-width: auto;
        max-width: none;
    }
    .product-image-div {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .product-image-div.mobile {
        width: auto;
        min-width: auto;
        max-width: none;
    }
    .total-price-div {
        border-bottom: 1px solid #ffb5034d;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        display: flex;
    }
    .total-price-div.mobile {
        border-bottom-width: 0;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .volume-div {
        border-bottom: 1px solid #ffb5034d;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .volume-div.mobile {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .text-block-357 {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .text-block-357._2 {
        justify-content: flex-end;
        align-items: center;
    }
    .text-block-357._2._3 {
        width: auto;
        min-width: auto;
        max-width: none;
        display: flex;
    }
    .car-total-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: flex-end;
    }
    .button-2 {
        margin-top: 60px;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
    .text-block-359 {
        font-size: 13px;
    }
    .mobile {
        flex-flow: column;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: flex;
    }
    .div-block-1578 {
        border-bottom: 1px solid #ffb5034d;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }
    .cart-list {
        flex-flow: column;
        display: flex;
    }
    .cart-item-title {
        border-top-width: 1px;
        flex-flow: column;
        margin-bottom: 20px;
        padding: 0;
        display: flex;
    }
    .cart-item-title._2 {
        display: none;
    }
    .text-block-360 {
        font-family: var(--ja);
        font-size: 16px;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .top-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 75px;
        padding-bottom: 60px;
    }
    .div-top {
        grid-column-gap: 10px;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 30px;
    }
    .top-left {
        z-index: 1;
        grid-row-gap: 20px;
        position: relative;
    }
    .top-right {
        margin-left: 0;
    }
    .absolute-image-1 {
        min-width: 57.1563px;
        min-height: 35.3438px;
    }
    .vw-text-2 {
        word-break: keep-all;
        font-size: 22px;
    }
    .service-button-2 {
        padding: 10px 18px;
        font-size: 14px;
    }
    .service-button-2._2 {
        padding: 6px 12px;
    }
    .text-2._1 {
        font-size: 14px;
    }
    .pain-wrapper {
        padding-top: 50px;
    }
    .section-title._1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-3 {
        font-size: 24px;
    }
    .concept-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .concept {
        padding: 20px 15px;
    }
    .text-4 {
        word-break: normal;
        display: block;
    }
    .text-4.mobile {
        display: none;
    }
    .div-block {
        width: 100%;
    }
    .concept-image {
        grid-column-gap: 10px;
    }
    .image-2 {
        width: 120px;
        height: 120px;
    }
    .polygon {
        width: 130px;
        height: 36px;
    }
    .span-2 {
        font-size: 24px;
    }
    .text-5 {
        font-size: 14px;
    }
    .text-5._1 {
        font-size: 20px;
    }
    .concept-2-image {
        margin-top: 40px;
    }
    .image-3 {
        aspect-ratio: 1.6;
        width: 100%;
        height: auto;
    }
    .value-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text-6 {
        font-size: 14px;
    }
    .text-6._1 {
        letter-spacing: -2px;
    }
    .scene-wrapper {
        padding-bottom: 55px;
    }
    .div-block-4 {
        width: 100%;
        padding: 60px 0 10px;
    }
    .div-block-4._1 {
        padding: 60px 0 0;
    }
    .div-block-4._2,
    .div-block-4._3 {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .scene {
        grid-row-gap: 60px;
        margin-top: 40px;
    }
    .text-9 {
        font-size: 24px;
    }
    .text-9._1 {
        font-size: 22px;
    }
    .text-10 {
        word-break: break-all;
        font-size: 14px;
    }
    .text-10._1 {
        font-size: 14px;
    }
    .scene-grid {
        grid-row-gap: 60px;
    }
    .div-block-7 {
        margin-top: 50px;
    }
    .text-11 {
        font-size: 14px;
    }
    .work-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .work-grid {
        grid-row-gap: 60px;
    }
    .div-block-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .service-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .service-text {
        margin-top: 55px;
    }
    .text-12 {
        font-size: 17px;
    }
    .service {
        margin-top: 50px;
    }
    .div-block-10 {
        padding: 15px 20px;
    }
    .image-10 {
        width: 35px;
        height: 50px;
    }
    .options {
        padding-top: 55px;
    }
    .option-grid-1 {
        grid-row-gap: 60px;
        margin-top: 30px;
    }
    .option-card-1 {
        max-width: 400px;
        height: auto;
    }
    .image-11 {
        position: static;
        bottom: 40px;
    }
    .image-11._1 {
        bottom: 40px;
    }
    .option-grid-2 {
        grid-row-gap: 60px;
        margin-top: 60px;
    }
    .option-card-2 {
        max-width: 400px;
        height: auto;
        max-height: 450px;
    }
    .div-block-14 {
        margin-top: 60px;
    }
    .price-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .price-card-1 {
        max-width: 400px;
    }
    .price-grid-1 {
        grid-row-gap: 60px;
    }
    .price-card-2 {
        max-width: 400px;
    }
    .div-block-18 {
        margin-top: 60px;
    }
    .div-block-18._1 {
        margin-top: 0;
    }
    .voice-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .voice {
        margin-top: 20px;
    }
    .news-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .news {
        grid-row-gap: 40px;
        margin-top: 50px;
    }
    .category {
        padding-left: 10px;
        padding-right: 10px;
    }
    .text-17 {
        font-size: 18px;
    }
    .text-18 {
        font-size: 12px;
    }
    .brand {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: auto;
        min-height: auto;
        max-height: none;
        padding-left: 0;
    }
    .navbar-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-14 {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: auto;
    }
    .nav-menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .vw-text-1 {
        font-size: 13px;
    }
    .image-15 {
        position: static;
    }
    .mobile-pain-image {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .div-block-23 {
        flex-flow: row;
    }
    .image-18 {
        width: 100%;
        height: 78vw;
        max-height: 200px;
    }
    .div-block-24 {
        width: 60%;
        height: 78vw;
        max-height: 200px;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-block {
        font-size: 11px;
        line-height: 150%;
    }
    .div-block-25 {
        margin-bottom: -30px;
    }
    .div-block-26 {
        letter-spacing: 0;
    }
    .div-block-1564 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .div-block-1562 {
        width: 90%;
    }
    .items_list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .list_grid {
        max-width: 350px;
    }
    .div-block-1570.cart.total {
        margin-top: 20px;
        margin-left: 0;
    }
    .text-block-354._2.cart {
        font-size: 14px;
    }
    .text-block-354._3.cart,
    .text-block-354.cart {
        font-size: 18px;
    }
    .cart-section,
    .cart-container {
        padding: 20px;
    }
    .text-block-356._2 {
        font-size: 18px;
    }
    .div-block-1576 {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
    }
    .price-div.mobile {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
    .product-name-div.mobile {
        display: flex;
    }
    .product-image-div.mobile {
        display: block;
    }
    .total-price-div.mobile,
    .volume-div.mobile {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
    .text-block-357._2._3 {
        font-size: 14px;
    }
    .car-total-wrapper {
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 15px;
    }
    .div-block-1577 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-end;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .button-2 {
        margin-top: 40px;
    }
    .div-block-1580 {
        display: flex;
    }
}