/*
Theme Name: swooo
Version: 2.0.0
*/

/* mark */

mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 72%, #ffff00 0%) repeat scroll 0 0;
}

/* ここまで */

html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html,
body,
.entry-content {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

main#main {
    padding-top: 0;
}

.main__wrapper {
    display: block;
    width: 100vw;
    margin: auto;
    background-color: var(--title-en);;
    padding-bottom: 40px;
    padding-top: 20px;
}


/* categoryページ */

body>#blog {
    margin: 0 auto;
    padding: 56px 0;
    width: clamp(327px, 80%, 1000px);
}


/* categoryページ */

body>section h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(12px, 2.3vw, 24px);
    margin: 0;
    color: #1F2329;
    text-align: center;
    font-size: clamp(16px, 2.8vw, 30px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

body>#blog h2::after {
    content: '';
    display: block;
    width: clamp(51px, 10vw, 103px);
    height: 2px;
    background-color: var(--main-theme-color);;
}

#blog {
    row-gap: clamp(40px, 7vw, 71px);
    background-color: #fff;
}

#blog .wrapper {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 4vw, 50px);
}

#blog .wrapper article a {
    display: flex;
    flex-direction: row;
    column-gap: clamp(16px, 3.5vw, 50px);
    height: auto;
}

#blog .wrapper article .thumbnail img {
    width: clamp(113px, 30vw, 312px);
    aspect-ratio: auto 312 / 162;
    height: auto;
}

#blog .wrapper article .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#blog .wrapper article .right .title {
    color: #383838;
    font-size: clamp(14px, 2.2vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.565px;
}

#blog .wrapper article .right .category-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 2px;
}

#blog .wrapper article .right .category-area .category {
    font-size: clamp(12px, 2.2vw, 18px);
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 16px;
    background: var(--category-btn);;
    border-radius: 100px;
}

#blog .wrapper article .right .title p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 2.1vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#blog #more .wrapper {
    justify-content: center;
    color: #fff;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    text-align: center;
    width: clamp(213px, 30vw, 312px);
    height: clamp(42px, 5vw, 68px);
    border-radius: 60px;
    background-color: var(--main-theme-color);;
    margin: 0;
    padding: 0;
}

* #closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-color: #E3F1FE;
    width: 100vw;
    height: auto;
    padding: 0;
    justify-content: center;
    padding: clamp(24px, 3.8vw, 40px) 0;
}

* #closed .closed__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    width: clamp(327px, 80%, 1000px);
}

* #closed .closed__wrapper .closed__flex--img>img {
    width: 100%;
    max-width: 351px;
    aspect-ratio: auto 351 / 337;
}

* #closed .closed__wrapper .closed__flex--cont {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 3vw, 36px);
}

* #closed .closed__wrapper .copy p {
    margin: 0;
    color: var(--main-theme-color);;
    font-size: clamp(18px, 2.4vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}


.sp_only {
    display: none!important;
}



/* overflow 飛び出しOK */

.overflow_v {
    overflow: visible;
    white-space: nowrap;
}

hr.footer_devider {
    width: 100%;
    height: 2px;
    background: var(--main-theme-color);;
}


/** companyページ **/

main.company {
    padding-top: 50px!important;
}

main.flow {
    padding-top: 50px!important;
}

main.company .page-title {
    display: flex;
    flex-direction: column;
    row-gap: clamp(31px, 4vw, 40px);
}

ul.company-menu {
    display: flex;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    max-width: 1000px;
}

ul.company-menu li {
    display: flex;
    width: clamp(105px, 16vw, 197.123px);
    height: clamp(25px, 3vw, 27px);
    justify-content: center;
    align-items: center;
    gap: 6.917px;
    border-right: 0.865px solid var(--storke, rgba(0, 0, 0, 0.20));
    background: #FFF;
}

ul.company-menu li::after {
    content: url(images/chevron-down.svg);
    margin-top: 6px;
    width: 22px;
    height: 22px;
}

ul.company-menu li:last-child {
    border-right: none;
}

ul.company-menu li a {
    color: #1F2329;
    text-align: center;
    font-size: clamp(12px, 1.9vw, 18.596px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#mission {
    width: 100%!important;
    height: max-content;
    background-image: url("images/mission_ellipse.svg");
    background-size: clamp(28vh, 40vh, 60vh);
    background-position: -50px 100%;
    background-repeat: no-repeat;
    margin-bottom: clamp(55px, 10vw, 84px);
}

#mission .wrapper {
    display: flex;
    flex-direction: column;
    gap: 72px;
    width: clamp(327px, 80%, 1000px);
}

#mission .section_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(4px, .5vw, 8px);
}

#mission .section_body {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#mission .section_body img {
    max-width: 370.5px;
    max-height: 231.823px;
    aspect-ratio: 37/23;
    flex-shrink: 0;
    width: calc(100% - 600px);
}

#mission .section_body .text {
    display: inline-flex;
    flex-direction: column;
    row-gap: clamp(16px, 3.3vw, 40px);
    max-width: 570px;
}

#mission .section_body .title {
    color: var(--main-theme-color);;
    font-size: clamp(22px, 4vw, 56px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

#mission .section_body .content {
    text-align: left;
    align-self: stretch;
    color: #56585C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 2.1vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 150% */
    letter-spacing: 1px;
}

#values {
    background-color: #E3F1FE;
    gap: clamp(4px, .5vw, 8px);
    width: 100%;
    padding: 24px 0;
}

#values .wrapper {
    width: clamp(327px, 80%, 1000px);
}

#values .values_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(22px, 4vw, 56px);
    width: clamp(327px, 80%, 1000px);
}

.title_en.font_white {
    color: #FFF;
}

#values .values-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 22px;
}

#values .values-block .col {
    display: flex;
    width: calc( (100% - 44px)/3);
    height: auto;
    padding: 21.087px 14.058px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(12px, 2vw, 21.087px);
    flex-shrink: 0;
    border-radius: 21.087px;
    background: #FFF;
}

#values .col h3 {
    margin: 0;
    color: var(--main-theme-color);;
    text-align: center;
    font-size: clamp(18px, 2.3vw, 24.601px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.514px;
}

#values .col p {
    margin: 0;
    color: #56585C;
    text-align: center;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.879px;
}

#values .col:last-child p {
    margin-top: -0.6em;
}

#company dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-top: clamp(0px, 2vw, 50px);
    padding-bottom: clamp(0px, 2vw, 50px);
}

#company dl div {
    border-top: 2.651px solid #EEE;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    line-height: 26.506px;
    /* 166.667% */
    letter-spacing: 0.884px;
    text-align: left;
    padding: 24px 0;
}

#company dl div:last-child {
    border-bottom: 2.651px solid #EEE;
}

#company dl dt {
    width: clamp(106px, 18vw, 234px);
    min-width: clamp(106px, 18vw, 234px);
    display: inline-block;
    vertical-align: middle;
    color: #56585C;
    font-weight: 700;
}

#company dl dd {
    width: auto;
    margin: 0;
    color: #56585C;
    font-weight: 500;
}


/* flowページ */

img.w_100 {
    width: 100%;
    height: auto;
}

.step {
    display: flex;
    flex-direction: column;
}

.step .step_header {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    color: #1F2329;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 700;
    line-height: normal;
    margin: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.20);
    box-sizing: border-box;
}

.step .step_header::after {
    content: '';
    display: block;
    position: relative;
    bottom: -4px;
    width: 18%;
    height: 4px;
    background-color: var(--main-theme-color);;
}

.step p {
    margin: 0;
    text-align: left;
}

main span.bold {
    font-weight: 700;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    width: 100vw;
    padding-top: 56px;
    padding-bottom: clamp(0px, 5vw, 84px);
    color: #56585C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}

main>section {
    display: flex;
    flex-direction: column;
    row-gap: clamp(16px, 2.3vw, 24px);
    align-items: center;
    width: clamp(327px, 80%, 1000px);
}

main>section:first-child {
    padding: 40px 0 0;
}

main .page_header {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.title_en {
    color: var(--title-en);;
    text-align: center;
    font-family: Avenir !important;
    font-size: clamp(44px, 10vw, 98px)!important;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: normal;
}

main>section.gap_48 {
    row-gap: clamp(16px, 3.2vw, 48px);
}

main section h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(12px, 2.3vw, 24px);
    margin: 0;
    color: #1F2329;
    text-align: center;
    font-size: clamp(16px, 2.8vw, 30px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main section h2::after {
    content: '';
    display: block;
    width: clamp(51px, 10vw, 103px);
    height: 2px;
    background-color: var(--main-theme-color);;
}

main h3.blue_title {
    margin: 0;
    color: var(--main-theme-color);;
    font-size: clamp(15px, 3vw, 34px);
    line-height: 1.6;
    font-weight: 700;
}

main .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

main .flex-row>img {
    min-width: 327px;
    max-width: 480px;
    width: 100%;
    height: auto;
}

.gap_48 {
    row-gap: 48px!important;
}

.gap_24 {
    row-gap: 24px!important;
}

.mb_16 {
    margin-bottom: 16px;
}

.text_center {
    text-align: center;
}

.txt_left {
    text-align: left!important;
}

.works__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: clamp(24px, 4vw, 50px);
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.works__wrapper article {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    min-width: 25%;
    width: calc( (100% - 80px)/3);
    border-radius: 21.182px;
    border: 2px solid var(--main-theme-color);;
    background: #FFF;
}

.works__wrapper article .thumbnail {
    border-radius: 24px 24px 0 0;
    background: #F0F9FE;
    aspect-ratio: 4 / 3;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.works__wrapper article .cont {
    padding: 30px 16px;
    min-height: 100px;
}

.works__wrapper article .cont .company_name {
    font-size: clamp(14px, 2vw, 18px);
    color: #1F2329;
    font-weight: 500;
}

.works__wrapper article .cont .title {
    font-size: clamp(18px, 2.2vw, 22px);
    color: #1F2329;
    font-weight: 700;
    letter-spacing: 4px;
}

.works__more {
    width: 100%;
    text-align: right;
}

.works__more a {
    color: var(--main-theme-color);;
    font-size: clamp(14px, 2.3vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}


/* メンバー */

#member {
    row-gap: clamp(12px, 1.3vw, 24px);
    padding: 20px 0;
}

.member_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: clamp(24px, 4vw, 50px);
    column-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    max-width: 1000px;
}

.member_block article {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    gap: 8px;
    min-width: calc( (100% - 80px)/3);
    width: calc( (100% - 80px)/3);
    max-width: calc( (100% - 80px)/3);
}

.member_block article img {
    width: 100%;
    height: auto;
    aspect-ratio: 30 / 23;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(219, 219, 219, 0.36) 0%, rgba(219, 219, 219, 0.36) 100%), url(<path-to-image>), lightgray -183.646px -119.117px / 219.267% 150.732% no-repeat;
    background-blend-mode: normal, multiply;
}

.member_block article>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 2.2vw, 22px);
}

.member_block .member_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.683px;
    color: #383838;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2.5vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.683px;
}

.member_block .member_name span {
    color: #1F2329;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 27.622px;
    /* 187.5% */
    letter-spacing: 0.921px;
}

.member_block .member_description {
    color: #56585C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 27.622px;
    /* 166.667% */
    letter-spacing: 0.921px;
    text-align: left;
}

#others .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 50px;
}

#others .wrapper>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.099px;
    justify-content: flex-end;
    flex-shrink: 0;
    width: calc(( 100% - 50px) / 2);
    height: auto;
    aspect-ratio: 48/36;
}

#others .wrapper>a img {
    width: 100%;
}

#others .wrapper>a>div {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

#others .wrapper label {
    color: #383838;
    font-size: 21.148px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.525px;
}

#others .wrapper span {
    color: #1F2329;
    font-size: 14.099px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.435px;
    /* 187.5% */
    letter-spacing: 0.881px;
}

article .category-area .category p {
    margin: 0;
}

main.blogs {
    background-color: #fff!important;
}

@media screen and (max-width: 899px) {
    .company-menu {
        flex-wrap: wrap;
    }
    .company-menu li::after {
        width: 16px;
        height: 16px;
        margin-top: 0px;
    }
    #mission {
        background-position: -100px 30%;
    }
    #mission .section_body {
        flex-direction: column;
        gap: 50px;
    }
    #mission .section_body img {
        width: 100%;
    }
    #mission .section_body .text {
        width: 100%;
        height: auto;
        align-items: center;
        gap: 16px;
    }
    #faq .item .answer {
        padding: 0;
    }
    #values {
        gap: 0px;
    }
    #values .values_body {
        width: 100%;
        gap: 24px;
        margin: 10px 0px 40px 0px;
    }
    #values .values-block {
        flex-direction: column;
    }
    #values .values-block .col {
        width: 279px;
        padding: 24px;
    }
    #values .values-block .col h3 {
        margin-top: 4px;
    }
    #values .values-block .col p {
        text-align: left;
        line-height: 1.7;
        letter-spacing: 1px;
    }
    #reason .wrapper,
    #reason .wrapper:nth-child(2n):not(.btn) {
        flex-direction: column!important;
        padding: 0;
    }
    #plan .wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    #way_of_thinking .wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }
    #way_of_thinking .wrapper .card {
        width: clamp(327px, 80%, 500px);
        box-sizing: border-box;
        row-gap: 16px;
    }
    #faq .item .question span {
        font-size: 23px;
    }
    .sp_left {
        text-align: left!important;
    }
    .works__wrapper {
        width: clamp(327px, 80%, 500px);
        flex-direction: column;
        row-gap: 24px;
        align-content: center;
    }
    .member_block {
        width: clamp(327px, 90vw, 500px);
        flex-direction: column;
        row-gap: 24px;
        align-content: center;
    }
    .works__wrapper article {
        min-width: 327px;
        width: 100%;
        box-sizing: border-box;
    }
    main .flex-row,
    #develop .flex-row {
        flex-direction: column;
    }
    #develop .flex-row {
        align-items: center;
    }
    #develop .flex-row .stance_1:after {
        width: 75px;
        height: 63.261px;
        top: auto;
        bottom: -16.261px;
    }
    #develop .flex-row .stance_2:after {
        width: 51.496px;
        height: 81.021px;
        top: auto;
        bottom: -39.521px;
    }
    main .flex-row img {
        max-width: 100%;
        height: auto;
    }
    .member_block article {
        min-width: 327px;
        width: 100%;
        box-sizing: border-box;
    }
    #plan .wrapper .item {
        min-width: 327px;
        width: clamp(327px, 80%, 500px);
    }
    #plan>.wrapper .data .plan__wrapper--cont .line,
    #plan>.wrapper .data .plan__wrapper--cont .half_line {
        margin-top: -5px;
        margin-bottom: -5px;
        margin-left: 0.4em;
    }
    #plan .wrapper.btn {
        width: 100%;
    }
    #blog .wrapper article .right .category-area .category {
        padding: 2px 8px;
    }
    .works__more {
        min-width: 327px;
        width: 80%;
        text-align: center;
    }
    .mb_16 {
        margin-bottom: 0px;
    }
    #others .wrapper {
        flex-direction: column;
    }
    #others .wrapper a {
        width: clamp(327px, 90vw, 500px);
    }
    #others .wrapper>a>div {
        width: 100%;
    }
    #others .wrapper>a>div>label {
        font-size: 24px;
    }
    #others .wrapper>div>div>span {
        font-size: 16px;
    }
    * #closed .closed__wrapper {
        flex-direction: column;
    }
    * #closed .closed__wrapper .closed__flex--img>img {
        max-width: 238px;
    }
    * #closed .closed__wrapper .copy p {
        text-align: center;
    }
}

@media screen and (min-width: 1201px) {
    .width1336,
    .width768 {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .width1337,
    .width768 {
        display: none;
    }
    .mv__wapper {
        height: 100%;
        background-image: none;
        padding-top: 350px;
        margin-top: -85px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
    }
    #mv .point__wrapper {
        width: 561px;
        /* 	widthを変更（諸藤）	 */
        margin: auto;
        height: 131px;
    }
    .mv__wapper .vector {
        width: 500px;
        background-image: url(images/mv_bg_big.webp);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin-left: 40%;
        margin-top: -180px;
        margin-bottom: 200px;
        animation: fadein 1s ease-in forwards;
    }
    .vector_1 {
        top: 0;
        right: 0;
        margin-top: 20px;
        margin-right: 385px;
    }
    .vector_2 {
        top: 0;
        right: 0;
        margin-top: 130px;
        margin-right: 445px;
    }
    .vector_3 {
        top: 0;
        right: 0;
        margin-top: 250px;
        margin-right: 452px;
    }
    .vector_4 {
        top: 0;
        right: 0;
        margin-top: 388px;
        margin-right: 335px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 16px;
        padding: 10px 14px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -5px;
    }
}

@media screen and (max-width: 1100px) {
    .pc_only {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .width1337,
    .width768 {
        display: none;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -50px;
    }
}

@media screen and (min-width: 769px) {
    .pad_only {
        display: none;
    }
    section#top .wrapper {
        margin: auto;
    }
    .pc_hide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .width1337,
    .width1336 {
        display: none;
    }
    .width768 {
        display: block;
    }
    .mv__wapper {
        height: 100%;
        background-image: none;
        padding-top: 180px;
        margin-top: -85px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -40px;
    }
    #mv .point__wrapper {
        width: 346px;
        margin: auto;
        height: 131px;
    }
    #mv .copy_wrapper {
        max-width: 500px;
        margin: auto;
    }
    #mv .main_copy h1 {
        line-height: 60px;
        font-size: 16px;
    }
    #mv .main_copy h1 span.medium {
        font-size: 26px;
        color: var(--main-theme-color);;
    }
    #mv .main_copy h1 span.medium.black {
        font-size: 36px;
        color: #383838;
    }
    #mv .copy_wrapper .desc p {
        max-width: 500px;
        font-size: 18px;
        margin-top: -5px;
    }
    #mv .point__wrapper {
        width: auto;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point__wrapper--one,
    .point__wrapper--three {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
    .mv__wapper .vector {
        background-image: url(images/mv_bg_mid.webp);
        background-repeat: no-repeat;
        background-position: -7% center;
        margin-left: 40%;
        margin-top: -240px;
        padding-bottom: 50px;
    }
    .vector_img,
    .vector_img img {
        width: 288px;
        height: 288px;
    }
    .vector_1 {
        margin-top: -35px;
        margin-right: 390px;
    }
    .vector_2 {
        margin-top: 50px;
        margin-right: 460px;
    }
    .vector_3 {
        margin-top: 140px;
        margin-right: 462px;
    }
    .vector_4 {
        margin-top: 200px;
        margin-right: 410px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-top: -5px;
    }
}

@media screen and (min-width: 601px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main__wrapper #cv {
        margin-top: 200px;
        z-index: 1;
    }
    .width1337,
    .width1336,
    .pc-only {
        display: none;
    }
    .width768 {
        display: block;
    }
    .mv__wapper {
        background-image: none;
        padding-top: 240px;
        margin-top: -130px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -50px;
    }
    #mv .copy_wrapper {
        width: calc(100% - 48px);
        max-width: 500px;
        margin: auto;
    }
    #mv .copy_wrapper .sub_title {
        font-size: 14px;
        line-height: 2;
    }
    #mv .main_copy h1 {
        line-height: 56px;
        font-size: 14px;
    }
    #mv .main_copy h1 span.medium {
        font-size: 18px;
        color: var(--main-theme-color);;
    }
    #mv .main_copy h1 span.big {
        font-size: 32px;
    }
    #mv .main_copy h1 span.spacing {
        font-size: 22px;
        letter-spacing: .05em;
    }
    #mv .main_copy h1 span.medium.black {
        font-size: 26px;
        color: #383838;
        letter-spacing: .05em;
    }
    #mv .copy_wrapper .desc p {
        font-size: 14px;
        margin-top: -5px;
        letter-spacing: 0;
    }
    #mv .point__wrapper {
        width: 300px;
        margin: auto;
        height: auto;
    }
    .point__wrapper--one,
    .point__wrapper--three {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
    .mv__wapper .vector {
        width: 500px;
        background-image: url(images/mv_bg_mid.webp);
        background-position: left;
        margin-left: 30%;
        margin-bottom: 50px;
        animation: fadein 1s ease-in forwards;
    }
    .vector_img,
    .vector_img img {
        width: 288px;
        height: 288px;
    }
    .vector_1 {
        margin-top: -35px;
        margin-right: 390px;
    }
    .vector_2 {
        margin-top: 50px;
        margin-right: 460px;
    }
    .vector_3 {
        margin-top: 140px;
        margin-right: 462px;
    }
    .vector_4 {
        margin-top: 200px;
        margin-right: 410px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-top: -5px;
    }
    #works {
        padding-top: 0;
    }
    #works .works__more {
        font-size: 16px;
    }
    #way_of_thinking {
        margin-top: -100px;
    }
    #way_of_thinking>.wrapper .card {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        height: auto;
        border-radius: 24px;
        padding: 16px;
    }
    #way_of_thinking,
    #values {
        background-size: 80px, 80px;
        margin-top: -40px;
    }
}

@media screen and (max-width: 375px) {
    #mv .copy_wrapper {
        width: calc(100% - 20px);
    }
}

.single-works .yarpp-related {
    display: none;
}

body {
	overflow-x: clip!important;
}

.nav {
	background-color: white;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 98;
	white-space: nowrap;
	width: 100%;
}

.nav::-webkit-scrollbar {
	display: none;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.nav ul li {
	margin: 0 20px;
	position: relative;
	padding-bottom: 5px;
}

.nav ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ccc;
	width: 1px;
	height: 24px;
}

.nav ul li a {
	display: block;
	color: #56585C;
	text-align: center;
	padding: 14px 16px 0 16px;
	text-decoration: none;
	transition: all 0.3s;
	border-bottom: 4px solid #fff;
}

.nav ul li a:hover,
.nav ul li a:focus {
	color: #555;
}

.nav ul li a:hover {
	color: var(--main-theme-color);;
	border-bottom: 4px solid var(--main-theme-color);;
	opacity: 1;
}

.nav ul li a.active {
	font-weight: bold;
	color: var(--main-theme-color);;
	border-bottom: 4px solid var(--main-theme-color);;
}

#service .title_en {
	color: #C8E4FF;
}

section#service {
	width: 100%;
	background-color: #F4F6FC;
	padding-bottom: 48px;
	margin-bottom: -48px;
}

#service .page_header {
	width: clamp(327px, 80%, 1000px);
}

.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28.09px;
	flex-direction: row;
	align-items: stretch;
	width: clamp(327px, 80%, 1000px);
}

.items a {
	padding: 0 30px;
	width: 42%;
	border: 1.76px solid #00000033;
	border-radius: 8px;
	background-color: #fff;
}

.items .item .title {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: var(--main-theme-color);;
	border-bottom: 1.76px solid #00000033;
}

.items .item .title h3 {
	margin: 20px 0px;
}

.items .item .title svg {
	position: absolute;
	top: 4px;
	right: 0;
}

.item .content {
	margin: 20px 0;
}

.item .content .service_summary {
	margin-bottom: 20px;
}

.item .content .service_summary p {
	font-size: 14px;
	color: #56585C;
	margin: 0;
	line-height: 26px;
}

.item .content .service_list ul {
	padding-left: 25px;
	margin: 6px 0;
}

.item .content .service_list li {
	font-size: 13.44px;
	line-height: 25px;
	list-style: none;
	position: relative;
	color: #56585C;
}

.item .content .service_list svg {
	position: absolute;
	top: 4px;
	left: -28px;
}

.home #works {
	background-color: #f4f6fc;
	width: 100%;
	margin-bottom: -48px;
	padding-bottom: 48px;
}

.home #works .works__wrapper._pc_only {
	display: flex!important;
}

.home #works .works__wrapper._sp_only {
	display: none!important;
}

.home #works .title_en {
	color: #c8e4ff;
}

.home #works .title a {
	font-size: 26px;
	color: #000000;
}

.home #works .description {
	color: #000000;
}

.home #works .company_name {
	color: #000000;
}

.home #works .works__wrapper {
	display: flex;
	flex-direction: column;
	width: clamp(327px, 100%, 1000px);
	flex-wrap: nowrap;
}

.home #works .works__wrapper article {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 6px;
	border: 2px solid #00000033;
	background: #FFF;
	justify-content: space-around;
	align-items: flex-start;
}

.home #works .works__wrapper article .cont .title {
	margin-top: -30px;
	font-size: clamp(18px, 2.2vw, 22px);
	color: #1F2329;
	font-weight: 700;
	letter-spacing: 4px;
}

.home #works .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	clamp(12px, 1.8vw, 16px)
}

.home #works .tags span {
	color: #fff;
	background: var(--category-btn);;
	border-radius: 900px;
	padding: 2px 16px
}

.home #works .works__wrapper article .cont {
	gap: 32px;
	display: flex;
	flex-direction: column;
}

.home #works .cont.cont_left {
	padding: 30px 20px 30px 30px;
	width: 55%;
}

.home #works .cont.cont_right {
	padding: 20px 20px 0px 0px;
	width: 40%;
	align-items: center;
}

.home #works .job_desc {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #000000;
}

.home #works .jobs .job {
	font-size: 13.66px;
	font-weight: 500;
}

.home #works .jobs .client {
	font-size: 15.66px;
	font-weight: 700;
}

.home #works .img-wrap {
	height: 36px;
}

.home #works .img-wrap img {
	border-radius: 100%;
	width: 36px;
	height: 36px;
}

.home #works img,
.home .works img {
	width: 100%;
	aspect-ratio: auto;
	height: auto;
}

.home #works .works__wrapper article .thumbnail {
	background: none;
	aspect-ratio: unset;
	width: 100%;
	border-radius: 0;
}

.home #works .client_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.home #works .cont.cont_left .logos .client_icon {
	width: calc(100% * (40 / 55));
}

.home #works .tool_logo {
	width: 30%;
}

.closed_wrapper {
	display: flex;
	justify-content: center;
	row-gap: clamp(16px, 2.3vw, 24px);
	align-items: flex-start;
	width: clamp(327px, 80%, 1000px);
}

.closed_wrapper .item {
	padding: 0 40px;
}

.closed_wrapper .item:not(:last-child) {
	border-right: 1.75px solid var(--main-theme-color);;
}

.closed_wrapper .item .h3 p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: 0px;
	text-align: left;
	color: var(--main-theme-color);;
	margin: 0;
}

.closed_wrapper .item .msg {
	margin: 24px 0;
}

.closed_wrapper .item .msg p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	color: #56585C;
}

.item #cv .wrapper.btn {
	width: clamp(150px, 20vw, 248px);
	height: clamp(48px, 6vw, 70px);
	margin: 0 auto;
	font-size: clamp(14px, 2vw, 18px);
}

.item #cv .wrapper svg {
	margin-left: 18px;
}

footer .footer_col {
	width: 30%;
}

footer details .useful summary {
	padding-bottom: 0px!important;
}

footer .wrapper .footer_title {
	padding-bottom: 14px!important;
}

.menu_list_middle>summary:nth-of-type(2) {
	margin-top: 30px;
}

footer .wrapper .footer_col .menu_wrap {
	gap: clamp(16px, 3vw, 20px)!important;
}

@media screen and (max-width: 1204px) {
	.nav {
		font-size: clamp(10px, 1.5vw, 18px);
	}
	.items {
		flex-direction: column;
		align-items: center;
	}
	.items a {
		width: 80%;
	}
	.home #works .works__wrapper {
		width: clamp(327px, 90%, 1000px);
	}
}

@media screen and (max-width: 899px) {
	.home #works .works__more {
		width: 100%;
	}
	.home #works .tags span {
		padding: 2px 16px;
		font-size: clamp(12px, 1.8vw, 16px);
	}
}

@media screen and (max-width: 829px) {
	footer .wrapper .footer_row.after_block details .sp_row {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 75px;
		flex-wrap: nowrap;
	}
	footer .wrapper .footer_row.after_block details .sp_row .menu_list ul li a {
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
	._pc {
		display: none;
	}
	._sp {
		display: block;
	}
	.nav {
		overflow-x: auto;
		display: inline-grid;
		justify-content: start;
		font-size: inherit;
	}
	.items {
		flex-direction: column;
	}
	.items a {
		width: clamp(300px, 80%, 1000px);
		padding: 0 13px;
	}
	.items .item .title {
		display: flex;
		font-size: 16px;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.items .item .title h3 {
		margin: 13px 0;
	}
	.item .content .service_summary p {
		font-size: 13px;
	}
	.items .item .title svg {
		width: 20px;
		height: 20px;
		position: initial;
	}
	.item #cv .wrapper.btn {
		justify-content: center;
		width: 80vw;
	}
	.home #works .works__wrapper {
		width: clamp(327px, 80%, 1000px);
	}
	.home #works .works__wrapper article {
		flex-direction: column-reverse;
		padding: 10px;
		align-items: center;
	}
	.home #works .works__wrapper article .cont {
		gap: 15px;
	}
	.home #works .cont.cont_left {
		padding: 10px;
		width: 100%;
	}
	.home #works .cont.cont_right {
		padding: 10px;
		width: 100%;
	}
	.home #works .works__wrapper article .cont .title {
		margin-top: -15px;
	}
	.home #works .works__wrapper article .cont .title {
		font-size: clamp(18px, 2.5vw, 25px);
	}
	.home #works .works__wrapper._pc_only {
		display: none!important;
	}
	.home #works .works__wrapper._sp_only {
		display: flex!important;
	}
	.closed_wrapper {
		flex-direction: column;
	}
	.closed_wrapper .item:not(:last-child) {
		border-bottom: 3px solid var(--main-theme-color);;
		padding: 0 0 25px 0!important;
		border-right: none!important;
	}
	.closed_wrapper .item {
		padding: 0!important;
	}
	.closed_wrapper .item .h3 p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 27px;
		font-weight: 700;
		line-height: 39px;
		letter-spacing: 0px;
		text-align: left;
		color: var(--main-theme-color);;
		margin: 0;
	}
	.closed_wrapper .item .msg {
		margin: 32px 0;
	}
	.closed_wrapper .item .msg p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 1px;
		text-align: left;
	}
	.closed_wrapper .item .h3 p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 26px;
		letter-spacing: 0px;
	}
	.closed_wrapper .item .msg {
		margin: 16px 0;
	}
	.closed_wrapper .item .msg p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		text-align: left;
	}
}
