@charset "UTF-8";
/*
Theme Name: strategy
Author: Catwork Co., Ltd.
*/

/* strategy
------------------------------------------------------------------------*/
img {
    vertical-align: bottom;
}

.ttl-01 .en {
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    color: #e74921;
    font-family: "Outfit", sans-serif;
    font-weight: 500 !important;
    text-align: center;
}

.ttl-01 h2 {
    font-size: 4.2rem;
    color: #222;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0;
}

.ttl-01 h2:has(.num) {
    margin-top: -3px;
}

.ttl-01 .jp .color {
    color: #e74921;
}

.ttl-01 .num {
    font-size: 6.4rem;
}

.button01 a {
    display: block;
    height: 6.4rem;
    background: #222 url(../img/home/arrow01.png) right 1.7rem center no-repeat;
    border-radius: 3.2rem;
    padding: 1.6rem 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    transition: all .2s;
}

@media screen and (max-width: 750px) {
    .page-header.detail {
        background-size: 100% calc(100% - 30px);
    }
    
    .page-header .ttl-box .ttl02 .ja {
        letter-spacing: -.05em;
    }

    .with_enbig.ttl-01 {
        margin-bottom: 14px;
    }

    .enbig {
        font-size: 70px;
    }

    .ttl-01 .en {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .with_enbig.ttl-01 .jp {
        font-size: 24px;
        line-height: calc(64/48);
        letter-spacing: 0;
        padding-top: 7px;
        margin: 0;
    }

    .ttl-01 h2:has(.num) {
        margin-top: 3px;
    }

    .ttl-01 .num {
        font-size: 32px;
    }
}

/* strategy-reason */
.strategy-reason {
    margin-top: 9.2rem;
    padding: 0 20px;
}

.reason-achievement {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 6.8rem;
}

.reason-achievement::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 585px;
    max-width: 49%;
    height: auto;
    aspect-ratio: 585 / 334;
    background: url(../img/strategy/reason-illust.png) center / contain no-repeat;
    margin: auto;
    transform: translateX(3.3%) translateY(-4.6%);
}

.strategy-reason .achievement-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40rem;
    height: 40rem;
    border: solid .6rem #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
    padding: 1.5rem 0 0;
}

.strategy-reason .achievement-item.rank {
    background-color: #e74921;
    transform: translateX(.6rem);
}

.strategy-reason .achievement-item.rank::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82.6%;
    display: block;
    width: 82px;
    height: auto;
    aspect-ratio: 82 / 92;
    background: url(../img/strategy/reason-left-icon.png) center / contain no-repeat;
    margin: auto;
}

.strategy-reason .achievement-item.sales {
    background-color: #0f91ce;
    transform: translateX(.5rem);
}

.strategy-reason .achievement-item.sales::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 83.6%;
    display: block;
    width: 79px;
    height: auto;
    aspect-ratio: 79 / 71;
    background: url(../img/strategy/reason-right-icon.png) center / contain no-repeat;
    margin: auto;
}

.strategy-reason .achievement-item .ttl {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.strategy-reason .achievement-item .ttl span {
    display: block;
    width: 15rem;
    border: solid 1px #fff;
    border-width: 1px 0;
    font-size: 2.5rem;
    padding: .55rem 0;
    margin: .9rem auto 0;
}

.strategy-reason .achievement-item .result {
    color: #ffeb52;
    font-family: "Outfit", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 1rem;
}

.strategy-reason .achievement-item .result .num {
    font-size: 12rem;
}

.strategy-reason .txt {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 3.4rem;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .strategy-reason {
        margin-top: 15rem;
    }

    .reason-achievement::after {
        top: 3rem;
        max-width: 42%;
    }
}

@media screen and (max-width: 750px) {
    .strategy-reason {
        margin-top: 48px;
    }

    .reason-achievement {
        margin-top: 22px;
        padding-bottom: 42vw;
    }

    .reason-achievement::after {
        top: unset;
        width: 89.73vw;
        max-width: unset;
        height: auto;
        transform: none;
    }

    .strategy-reason .achievement-item {
        width: 44vw;
        height: 44vw;
        border-width: 2.5px;
        box-shadow: 0 1.5px 4px rgba(0,0,0,.06);
        padding-top: 1vw;
    }

    .strategy-reason .achievement-item.rank {
        background-color: #e94b08;
        transform: translateX(-1px);
    }

    .strategy-reason .achievement-item.rank::before {
        bottom: 82.6%;
        width: 8.93vw;
    }

    .strategy-reason .achievement-item.sales {
        transform: translateX(3px);
    }

    .strategy-reason .achievement-item.sales::before {
        bottom: 83.6%;
        width: 8.667vw;
    }

    .strategy-reason .achievement-item .ttl {
        font-size: 4.8vw;
    }

    .strategy-reason .achievement-item .ttl span {
        width: 16.53vw;
        font-size: 3.73vw;
        padding: .3vw 0;
        margin-top: 1vw;
    }

    .strategy-reason .achievement-item .result {
        font-size: 5.33vw;
        margin-top: 1.6vw;
    }

    .strategy-reason .achievement-item .result .num {
        font-size: 12vw;
    }

    .strategy-reason .txt {
        margin-top: 8px;
        font-size: 14px;
        line-height: calc(52/28);
        text-align: left;
    }
}

/* strategy-strategy */
.strategy-strategy {
    margin-top: 11.6rem;
    padding: 0 20px;
}

.normal_three_flex_inner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    margin-top: 6.2rem;
}

.normal_three_flex_inner ul li {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    border: 6px solid #f5f5fa;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    padding: 3.1rem 1.5rem 3.2rem;
}

.normal_three_flex_inner ul li::before {
    top: -2.6rem;
    left: -2.6rem;
    width: 5.8rem;
    height: 5.8rem;
}

.normal_three_flex_inner ul li:nth-child(4)::before {
    background-image: url("../img/common/flow_num_04.png");
}

.normal_three_flex_inner li p {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
}

.normal_three_flex_inner li h4 {
    line-height: 1.5;
    margin-top: 0.3rem;
}

.sec-strategy {
    margin-top: 6rem;
    position: relative;
    padding: 5.2rem 4.4rem 6.2rem;
    background: #fff;
    border-radius: 15px;
    border: 6px solid #f5f5fa;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.sec-strategy::before {
    position: absolute;
    content: '';
    width: 122px;
    height: 19px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/common/clip.png) center / cover no-repeat;
    z-index: 1;
}

.sec-strategy01::after {
    position: absolute;
    content: '';
    width: 416px;
    height: 390px;
    top: -133px;
    left: -242px;
    background: url(../img/strategy/bg_ye.png) center / cover no-repeat;
    z-index: -1;
}

.sec-strategy02::after {
    position: absolute;
    content: '';
    width: 236px;
    height: 211px;
    bottom: 90px;
    right: -192px;
    background: url(../img/strategy/bg_gr.png) center / cover no-repeat;
    z-index: -1;
}

.sec-strategy03 {
    padding-bottom: 5.55rem;
}

.sec-strategy03::after {
    position: absolute;
    content: '';
    width: 416px;
    height: 390px;
    bottom: 116px;
    left: -344px;
    background: url(../img/strategy/bg_bl.png) center / cover no-repeat;
    z-index: -1;
}

.sec-strategy04 {
    padding-bottom: 4.4rem;
}

@media screen and (max-width: 750px) {
    .strategy-strategy {
        margin-top: 46px;
        padding: 0;
    }

    .strategy-strategy .inner {
        padding: 0;
    }

    .strategy-strategy .with_enbig.ttl-01 .jp {
        line-height: calc(52/48);
    }

    .normal_three_flex_inner {
        padding: 0 20px;
    }

    .normal_three_flex_inner ul {
        counter-reset: c;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 35px;
    }

    .normal_three_flex_inner ul li {
        counter-increment: c;
        border-radius: 7.5px;
        border-width: 3px;;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
        padding: 18px 5px 14px;
        margin-bottom: 0;
    }

    .normal_three_flex_inner ul li::before {
        content: counter(c, decimal-leading-zero);
        top: -13.5px;
        left: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 29px;
        height: 29px;
        box-sizing: border-box;
        background: #00a23f;
        border-radius: 14.5px 14.5px 2.5px 14.5px;
        color: #fff;
        font-family:  "Outfit", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .08em;
        padding-top: 1px;
    }

    .normal_three_flex_inner li p {
        font-size: 11.5px;
        line-height: 12px;
    }

    .normal_three_flex_inner li h4 {
        font-size: 14px;
        margin-top: 4px;
    }

    .sec-strategy {
        margin-top: 30px;
        padding: 44px 0;
        border-radius: 0;
        border: 4px solid #ebebeb;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

    .sec-strategy::before {
        width: 77px;
        height: 13px;
        top: -6px;
        background-size: contain;
    }

    .sec-strategy01::after {
        display: none;
    }

    .sec-strategy02::after {
        display: none;
    }

    .sec-strategy03 {
        padding-bottom: 44px;
    }

    .sec-strategy03::after {
       display: none;
    }

    .sec-strategy04 {
        padding-bottom: 35px;
    }
}

/* strategy-chapter__ttl */
.strategy-chapter__ttl {
    position: relative;
}

.strategy-chapter__ttl::before {
    position: absolute;
    content: '';
    width: 102px;
    height: 71px;
    top: -37px;
    left: 22px;
    background: url(../img/strategy/pencil.png) center/cover no-repeat;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .strategy-chapter__ttl::before {
        width: 77px;
        height: 54px;
        top: -34px;
        left: 19px;
    }
}

.strategy-chapter-ttl__en {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    font-size: 2.0rem;
    letter-spacing: .08em;
    line-height: 1;
    color: #e74921;
    background: #fff;
    z-index: 1;
    padding: 0 20px;
    transform: translateY(-7px);
}
@media screen and (max-width: 750px) {
    .strategy-chapter-ttl__en {
        font-size: 14px;
        padding: 0 18px;
        transform: translateY(-10px);
    }
}

.strategy-chapter-ttl__ja {
    position: relative;
    font-size: 3.2rem;
    line-height: calc(34/32);
    font-weight: 700;
    letter-spacing: 0;
    padding: 20px 0 42px;
}
@media screen and (max-width: 750px) {
    .strategy-chapter-ttl__ja {
        font-size: 20px;
        line-height: 1.5;
        padding: 3px 0 22px;
    }
}

.strategy-chapter-ttl__ja .color {
    color: #e74921;
}

.strategy-chapter-ttl__ja::before,
.strategy-chapter-ttl__ja::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
}
.strategy-chapter-ttl__ja::before {
    height: 3px;
    top: -18px;
    background: #222222;
}
.strategy-chapter-ttl__ja::after {
    height: 4px;
    bottom: 0;
    background: url(../img/strategy/ttl-line.png) center right/cover no-repeat;
}
@media screen and (max-width: 750px) {
    .strategy-chapter-ttl__ja::before {
        height: 2px;
    }
        .strategy-chapter-ttl__ja::after {
        height: 3px;
        background-image: url(../img/strategy/ttl-line-sp.png);
    }
}

.sec-strategy .head {
    margin-top: 2.8rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0;
}

.sec-strategy mark {
    padding: 3px;
}

.sec-strategy .img {
    margin-top: 2.4rem;
}

.sec-strategy .txt {
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 2;
}

.sec-strategy .big {
    margin-top: 5.1rem;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: calc(34/28);
    letter-spacing: .1rem;
    color: #e74921;
}

.sec-strategy .big + .txt {
    margin-top: 2rem;
}

@media screen and (max-width: 750px) {
    .sec-strategy .head {
        margin-top: 23px;
        font-size: 14px;
        line-height: calc(48/28);
    }

    .sec-strategy mark {
        padding: 0;
    }

    .sec-strategy .img {
        text-align: center;
    }

    .sec-strategy .img img {
        width: calc(654/750*100%);
        height: auto;
    }

    .sec-strategy .txt {
        margin: 22px 20px 0;
        font-size: 14px;
        line-height: calc(52/28);
        text-align: left;
    }

    .sec-strategy .big {
        margin-top: 27px;
        font-size: 18px;
        line-height: calc(54/36);
    }

    .sec-strategy .big + .txt {
        margin-top: 12px;
    }
}

/* strategy_five_flex  */
.strategy_five_flex {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem;
    padding: 0;
    margin: 4.1rem auto -0.1rem;
    list-style: none;
}

.strategy_five_flex li:last-of-type .step-img::after {
    display: none;
}

.strategy_five_flex .step-img {
    position: relative;
}

.strategy_five_flex .step-img::after {
    position: absolute;
    content: '';
    width: 4.6rem;
    height: 0.6rem;
    top: 50%;
    right: 0.4rem;
    transform: translate(100%, -50%);
    background: url(../img/strategy/dots.png) center/cover no-repeat;
    z-index: 1;
}

.strategy_five_flex .step-img img {
    position: relative;
    width: 100%;
    height: auto;
}

.strategy_five_flex p {
    margin-top: 1.9rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    color: #e74921;
}

.strategy_five_flex h3 {
    margin-top: 0.3rem;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.6191;
}

@media screen and (max-width: 750px) {
    .strategy_five_flex {
        max-width: 335px;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin: 33px auto 0;
    }

    .strategy_five_flex li {
       display: grid;
       align-items: center;
       gap: 0 24px;
       grid-template-columns: 84px auto;
       text-align: left;
    }

    .strategy_five_flex .step-img::after {
        width: 23px;
        height: 3px;
        top: auto;
        right: auto;
        bottom: -13px;
        left: 50%;
        transform: translate(-50%, -100%) rotate(90deg);
    }

    .strategy_five_flex .step-img img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .strategy_five_flex p {
        margin-top: 0;
        font-size: 14px;
    }

    .strategy_five_flex h3 {
        margin-top: 12px;
        font-size: 18px;
        line-height: 1;
    }
}

/* strategy-table  */
.strategy-table {
    margin-top: 7rem;
    table-layout: fixed;
    position: relative;
}

.strategy-table thead th {
    background: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    padding: 0.3rem 1rem 0.2rem;
    position: relative;
    vertical-align: middle;
}

.strategy-table thead th span {
    font-size: 1.6rem;
}

.strategy-table thead th:first-child {
    border-radius: 10px 0 0 0;
}

.strategy-table thead th:last-child {
    border-radius: 0 10px 0 0;
}

.strategy-table thead th.no-01  {
    width: calc(367/1100*100%);
    position: relative;
    z-index: 1;
}

.strategy-table thead th.no-01 strong  {
    display: inline-block;
    font-weight: 700;
    font-size: 2.8rem;
    margin-top: -1.3rem;
}

.strategy-table thead th.no-01 span {
    display: inline-block;
    font-size: 1.8rem;
    padding-bottom: 1.3rem;
}

.strategy-table thead th.no-01::before {
    content: "";
    position: absolute;
    top: -3rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/strategy/table-bg.png) center/cover no-repeat;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}

.strategy-table tbody th,
.strategy-table tbody td {
    height: 141px;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 1.8;
    background: #fff;
    border-bottom: solid 1px #dbdbdb;
    padding: 1rem 3.1rem;
    text-align: center
}

.strategy-table tbody th {
    display: flex;
    align-items: center;
    gap: 16px;
}

.strategy-table tbody th .plan-list-name {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}

.strategy-table tbody td {
    padding-top: 22px;
}

.strategy-table tbody td p {
    margin-top: 1.4rem;
    font-size: 1.8rem;
}

.strategy-table tbody td:nth-child(2) {
    background: #fffbfa;
    padding-top: 2.2rem;
    position: relative;
}

.strategy-table tbody td:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    border-left: 4px solid #e74921;
    border-right: 4px solid #e74921;
    box-sizing: border-box;
}

.strategy-table tbody td:nth-child(2) p {
    margin-top: 0.7rem;
    font-weight: 500;
    font-size: 2.0rem;
}

.strategy-table tbody tr:last-child td:nth-child(2)::before {
    border-bottom: 4px solid #e74921;
}

@media screen and (max-width: 750px) {
    .strategy-table {
        margin-top: 50px;
    }

    .strategy-table thead th {
        font-size: 14px;
        line-height: calc(38/28);
        padding: 9px 10px 10px;
    }

    .strategy-table thead th span {
        font-size: 10px;
    }

    .strategy-table thead th:first-child {
        border-radius: 0
    }

    .strategy-table thead th:last-child {
        border-radius: 0;
    }

    .strategy-table thead th.no-01  {
        width: calc(250/750*100%);
    }

    .strategy-table thead th.no-01 strong  {
        font-size: 16px;
        margin-top: -4px
    }

    .strategy-table thead th.no-01 span {
        font-size: 12px;
        padding-bottom: 7px;
    }

    .strategy-table thead th.no-01::before {
        top: -14px;
        background: url(../img/strategy/table-bg.png) center/cover no-repeat;
        border-radius: 5px 5px 0 0;
    }

    .strategy-table tbody th,
    .strategy-table tbody td {
        height: 101px;
        padding: 5px 10px;
    }

    .strategy-table tbody th {
        flex-flow: column;
        justify-content: center;
        gap: 4px;
    }

    .strategy-table tbody th img {
        width: 36px;
        height: auto;
    }

    .strategy-table tbody th .plan-list-name {
        font-size: 12px;
    }

    .strategy-table tbody td {
        padding-top: 10px;
    }

    .strategy-table tbody td img {
        width: 29px;
        height: 29px;
    }

    .strategy-table tbody td p {
        margin-top: 8px;
        font-size: 12px;
        line-height: calc(34/24);
    }

    .strategy-table tbody td:nth-child(2) {
        padding-top: 10px;
    }

    .strategy-table tbody td:nth-child(2)::before {
       border-width: 2px;
    }

    .strategy-table tbody td:nth-child(2) img {
        width: 35px;
        height: 35px;
    }

    .strategy-table tbody td:nth-child(2) p {
        margin-top: 6px;
        font-size: 12px;
    }

    .strategy-table tbody tr:last-child td:nth-child(2)::before {
        border-width: 2px;
    }
}

/* sec-service */
.sec-service {
    margin-top: 8.2rem;
    padding: 4rem;
    position: relative;
    background: #f4f0ed;
}

.sec-service .ttl {
    position: absolute;
    top: -5.1rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 2rem;
    color: #e74921;
    background: url(../img/strategy/service-frame.png) center/contain no-repeat;
    padding: 1.8rem 2.9rem 3.2rem;
}

.sec-service ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem calc(30/1020*100%);
}

.sec-service li {
    height: 80px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.sec-service li a {
    display: flex;
    align-items: center;
}

.sec-service li a:hover .service-txt::after {
    right: 0.8rem;
}

.sec-service .service-txt {
    padding: 0 3rem 0 2rem;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: calc(25/17);
    letter-spacing: 0;
    text-align: left;
}

.sec-service .service-txt::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    width: 9px;
    height: 15px;
    background: url(../img/strategy/chevron.png) center/cover no-repeat;
    transition: all .2s;
}

@media screen and (max-width: 960px) {
    .sec-service ul {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 750px) {
    .sec-service {
        margin: 72px 20px 0;
        padding: 35px 20px 20px;
    }

    .sec-service .ttl {
        top: -38px;
        font-size: 16px;
        padding: 14px 23px 26px;
        white-space: nowrap;
    }

    .sec-service ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sec-service li {
        width: 100%;
        height: 75px;
        border-radius: 5px;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    }

    .sec-service li a:hover .service-txt::after {
        right: 6px;
    }

    .sec-service .icon img {
        width: 75px;
        height: auto;
    }

    .sec-service .service-txt {
        padding: 0 22px 0 20px;
        font-size: 16px;
    }

    .sec-service .service-txt::after {
        right: 10px;
        width: 9px;
        height: 14px;
    }
}

/* strategy-contact-bnr */
.strategy-contact-bnr .contact-bnr {
    margin-top: 10.1rem;
    border-radius: 0;
}

@media screen and (min-width: 751px) {
    .strategy-contact-bnr .contact-bnr{
        height: 280px;
    }
}

@media screen and (min-width: 1000px) {
    .strategy-contact-bnr .contact-bnr {
        height: 400px;
    }
}

@media screen and (max-width: 750px) {
    .strategy-contact-bnr .contact-bnr {
        margin-top: 40px;
    }
}

/* strategy-result */
.strategy-result {
    margin-top: 9.4rem;
    padding: 0 20px;
}

.strategy-result .ttl-01 h2 {
    margin-top: 2.1rem;
}

.strategy-result .ttl-01 .lead {
    margin-top: 3.1rem;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
}

.case-box-ul {
    gap: 5.5rem 6rem;
    margin-top: 6rem;
}

.case-box-li.case a {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}

.case-box-li .img {
    aspect-ratio: 360 / 240;
}

.case-box-li .case-info {
    padding: 3.2rem 3.0rem 2.3rem;
}

.case-box-li.case .category {
    top: -1.8rem;
}

.case-box-li .case-info .ttl {
    padding: 0;
}

.case-box-li .case-info .service {
    margin-top: 4.1rem;
    background: #f7f7f7;
}

.strategy-result .button01 {
    margin: 4.2rem auto 0;
    width: 36rem;
}

.strategy-result .button01 a {
    font-size: 1.8rem;
    padding-right: 2rem;
}

.strategy-result .button01 a:hover {
    background: #e74921 url(../img/home/arrow02.png) right 1.7rem center no-repeat;
}

@media screen and (max-width: 1200px) {
    .case-box-ul {
        gap: 4rem;
    }
}

@media screen and (max-width: 960px) {
    .case-box-ul {
        gap: 2rem;
    }
}

@media screen and (max-width: 750px) {
    .strategy-result {
        margin-top: 40px;
    }

    .strategy-result .ttl-01 .lead {
        margin-top: 15px;
    }

    .case-box-ul {
        gap: 30px;
        margin-top: 30px;
        padding: 0;
    }

    .case-box-li .case-info {
        padding: 32px 30px 23px;
    }

    .case-box-li .category {
        top: -18px;
    }

    .case-box-li .case-info .service {
        margin-top: 30px;
    }

    .strategy-result .button01 {
        margin-top: 30px;
        width: auto;
    }

    .strategy-result .button01 a {
        width: 280px;
        margin: auto;
        font-size: 14px;
        padding-right: 15px;
    }
}

/* about us */
#about {
	position: relative;
    margin-bottom: 15rem;
}

#about .inner {
	max-width: 1400px;
	padding: 305px 50px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
	#about .inner {
		padding: calc(18.93vw + 40px) 50px 0;
		max-width: 100%;
	}
}

@media screen and (max-width: 750px) {
	#about .inner {
		padding: 13.4vw 5.333vw 0;
	}
}

@media screen and (max-width: 375px) {
	#about .inner {
		padding: 50px 20px 0;
	}
}

#about .inner h2 {
	background: url("../img/home/ttl_text04.png")center top no-repeat;
	background-size: 49.6rem;
	padding: 10.8rem 0 0;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
}

@media screen and (max-width: 500px) {
	#about .inner h2 {
		background: url("../img/home/ttl_text04.png")center top no-repeat;
		background-size: 27.76rem;
		padding: 5.6rem 0 0;
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0.03em;
		text-align: center;
	}
}

#about .inner .about-box {
	width: 1300px;
	background: #0f91ce;
	padding: 0px 0 86px;
	border-radius: 230px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 1400px) {
	#about .inner .about-box {
		width: 100%;
		background: #007ab5;
		padding: 0 0 6.786vw;
		border-radius: 27.5vw;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		position: relative;
	}
}

@media screen and (max-width: 750px) {
	#about .inner .about-box {
		width: 100%;
		background: #007ab5;
		padding: 14vw 0 8vw;
		border-radius: 26.666vw;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		margin-top: 13.86vw;
		position: relative;
	}
}

@media screen and (max-width: 375px) {
	#about .inner .about-box {
		width: 100%;
		background: #007ab5;
		padding: 52.5px 0 30px;
		border-radius: 100px;
		box-sizing: border-box;
		color: #fff;
		text-align: center;
		margin-top: 67px;
		position: relative;
	}
}

#about .inner .about-box h3 {
	font-size: 4.2rem;
	line-height: calc(60/42);
    color: #ffeb52;
	position: relative;
}

#about .inner .about-box h3 .span01 {
	position: relative;
    font-weight: 700;
    letter-spacing: .05em;
}

#about .inner .about-box h3 .span01::before {
	position: absolute;
	top: -3.5rem;
	left: -9rem;
	content: "“";
	color: rgba(0, 0, 0, 0.5);
	font-size: 10rem;
    font-weight: 400;
}

#about .inner .about-box h3 .span01::after {
	position: absolute;
	top: -6.5rem;
	right: 2rem;
	content: "“";
	color: rgba(0, 0, 0, 0.5);
	font-size: 10rem;
	transform: rotate(180deg);
    font-weight: 400;
}

#about .inner .about-box h3 .span02 {
	color: #fbe851;
	font-size: 8rem;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
	position: relative;
}

#about .inner .about-box h3 .span02::before {
	position: absolute;
	top: -0.8rem;
	left: -2.4rem;
	content: "";
	background: url("../img/home/about_deco01.png")no-repeat;
	background-size: 100%;
	width: 3.2rem;
	height: 3.3rem;
}

@media screen and (max-width: 1600px) {
	#about .inner .about-box h3::after {
		right: -3.125vw;
		background: url("../img/home/about_img02.png")no-repeat;
		background-size: 100%;
		width: 18.75vw;
		height: 18.75vw;
	}
}

@media screen and (max-width: 1400px) {
	#about .inner .about-box h3 {
		font-size: 2.857vw;
	}

	#about .inner .about-box h3::after {
		position: absolute;
		top: -2.143vw;
	}

	#about .inner .about-box h3 .span01::before {
		position: absolute;
		top: -3vw;
		left: -5vw;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 7.142vw;
	}

	#about .inner .about-box h3 .span01::after {
		position: absolute;
		top: -5vw;
		right: 5vw;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 7.142vw;
		transform: rotate(180deg);
	}

	#about .inner .about-box h3 .span02 {
		color: #fbe851;
		font-size: 5.714vw;
		font-weight: 500;
		font-family: "Outfit", sans-serif;
		position: relative;
	}

	#about .inner .about-box h3 .span02::before {
		position: absolute;
		top: -0.5714vw;
		left: -1.714vw;
		content: "";
		background: url("../img/home/about_deco01.png")no-repeat;
		background-size: 100%;
		width: 2.286vw;
		height: 2.357vw;
	}
}

@media screen and (max-width: 750px) {
	#about .inner .about-box h3 {
		font-size: 5.333vw;
		line-height: 1.2;
	}

	#about .inner .about-box h3::after {
		content: none;
	}

	#about .inner .about-box h3 .span01::before {
		position: absolute;
		top: -4vw;
		left: -8vw;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 13.333vw;
	}

	#about .inner .about-box h3 .span01::after {
		position: absolute;
		top: -8vw;
		right: 10vw;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 13.333vw;
		transform: rotate(180deg);
	}

	#about .inner .about-box h3 .span02 {
		color: #fbe851;
		font-size: 10.666vw;
		font-weight: 500;
		font-family: "Outfit", sans-serif;
		position: relative;
	}

	#about .inner .about-box h3 .span02::before {
		position: absolute;
		top: -1.5vw;
		left: -4vw;
		content: "";
		background: url("../img/home/about_deco01.png")no-repeat;
		background-size: 100%;
		width: 4.2666vw;
		height: 4.4vw;
	}
}

@media screen and (max-width: 375px) {
	#about .inner .about-box h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	#about .inner .about-box h3 .span01::before {
		position: absolute;
		top: -15px;
		left: -30px;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 50px;
	}

	#about .inner .about-box h3 .span01::after {
		position: absolute;
		top: -28px;
		right: 30px;
		content: "“";
		color: rgba(0, 0, 0, 0.5);
		font-size: 50px;
		transform: rotate(180deg);
	}

	#about .inner .about-box h3 .span02 {
		color: #fbe851;
		font-size: 40px;
		font-weight: 500;
		font-family: "Outfit", sans-serif;
		position: relative;
	}

	#about .inner .about-box h3 .span02::before {
		position: absolute;
		top: -5.625px;
		left: -15px;
		content: "";
		background: url("../img/home/about_deco01.png")no-repeat;
		background-size: 100%;
		width: 16px;
		height: 16.5px;
	}
}

#about .inner .about-box .text01 {
    font-weight: 500;
	font-size: 2rem;
	line-height: 2;
	margin-top: 2.7rem;
	position: relative;
}

@media screen and (max-width: 1400px) {
	#about .inner .about-box .text01 {
		font-size: 1.14285vw;
		line-height: 2.5;
		margin-top: 3vw;
		position: relative;
	}
}

@media screen and (max-width: 750px) {
	#about .inner .about-box .text01 {
		font-size: 3.4666vw;
		line-height: 1.769;
		letter-spacing: 0.01em;
		margin-top: 4vw;
		position: relative;
	}
}

@media screen and (max-width: 375px) {
	#about .inner .about-box .text01 {
		font-size: 13px;
		line-height: 1.769;
		letter-spacing: 0.01em;
		margin-top: 15px;
		position: relative;
	}
}

/* aboutのポワポワのアニメーション */
.illust.illust_person img,
.illust.illust_bird img,
.illust.illust_sta img {
    width: 100%;
}

.about-illusts {
    padding-bottom: 10.7rem;
}

/* 汎用ふわっとアニメーション（他の2つに使用） */
@keyframes popIn {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(0.85);
    }

    60% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

/* .illust_person 用の控えめアニメーション */
@keyframes popInPerson {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(1.15);
    }

    60% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.2);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.15);
    }
}

.illust {
    position: absolute;
    opacity: 0;
    transform: translate(-50%, 0) scale(0.85);
}

.illust.illust_person {
    left: 49.5%;
    top: -51%;
    width: calc(516/1495*100%);
}

.illust.illust_bird {
    left: 5.6%;
    top: 9.3%;
    width: calc(126.5/1300*100%);
}

.illust.illust_sta {
    right: -2%;
    bottom: 5.5%;
    width: calc(100/1300*100%);
}

.illust.inview {
    animation: popIn 0.7s ease forwards;
}

.illust_person.inview {
    animation: popInPerson 0.7s ease forwards;
}

/* 各イラストの delay（ほんの少しずつ） */
.illust_person.inview {
    animation-delay: 0.9s;
}

.illust_bird.inview {
    animation-delay: 0.8s;
}

.illust_sta.inview {
    animation-delay: 0.4s;
}

@media screen and (max-width: 1400px) {
    .illust.illust_person {
        width: 32vw;
        top: -46%;
    }

    .illust.illust_bird {
        width: 13vw;
    }

    .illust.illust_sta {
        bottom: -5%;
        width: 7vw;
    }
}

@media screen and (max-width: 750px) {
    #about {
        margin-bottom: 50px;
    }

    .about-illusts {
        padding-bottom: 0;
    }

    .illust.illust_person {
        width: calc(170/375*100%);
        top: -30%;
    }

    .about-box.about-box2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .illust.illust_bird {
        width: calc(63/375*100%);
        left: 1.5%;
        top: 4%;
    }

    .illust.illust_sta {
        width: calc(50/375*100%);
        right: -7.5%;
        bottom: 0;
    }

    .illust_person.inview {
        animation-delay: 0.9s;
    }

    .illust_bird.inview {
        animation-delay: 1s;
    }

    .illust_sta.inview {
        animation-delay: 1s;
    }
}