/* 都市開発事業 - .business2 */
/* common */
#business #business-details>.wrap::before {
    background: linear-gradient(to right, var(--color-blue) 0 50%, transparent 50% 100%);
}

#business main>section:first-of-type {
    padding-bottom: 0;
}

/* メインコンテンツ */

#business #business-details .main-contents {
    margin: 0;
    background: var(--color-white);
    padding: 5em 0;
}

#business #business-details .message {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.15em;
}

/* 強み */
#business .strong {
    margin-top: 5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
}

#business .strong-img {
    aspect-ratio: 581 / 481;
    overflow: hidden;
}

#business .strong-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#business #business-details .strong-contents {
    margin-top: 0;
}

#business #business-details .strong-contents h3 {
    padding-left: 0;
    border: none;
    font-size: 1.9em;
    padding-bottom: 0.4em;
    border-bottom: 3px solid var(--color-blue);
}

#business #business-details .strong-contents p {
    margin-top: 1.5em;
    font-size: 1.2em;
    line-height: 2;
    color: var(--color-darkgray);
    letter-spacing: 0.1em;
}

/* 事業用途 */
#business #business-details .purpose-title::before {
    content: "";
    width: 1.2em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 0.3em solid var(--color-blue);
}

#business #business-details .purpose-title {
    font-size: 1.8em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

#business #business-details .purpose-list {
    margin-top: 4em;
    position: relative;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding: 0 8em 0 1em;
}

#business #business-details .purpose-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 100%;
    background-image: url(../_img/business/business2_icon_12.svg);
    background-repeat: no-repeat;
}

#business #business-details .purpose-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
    background-image: url(../_img/business/business2_icon_14.svg);
    background-repeat: no-repeat;
}

#business #business-details .purpose-list li:last-child {
    position: relative;
}

#business #business-details .purpose-list li:last-child::after {
    content: "etc…";
    position: absolute;
    bottom: -0.5em;
    right: -5em;
    font-family: "Murecho", sans-serif;
    font-size: 1.3rem;
    color: var(--color-blue);
}

.purpose-img {
    height: 8.2em;
    width: 100%;
    display: flex;
    align-items: end;
}

#business #business-details .purpose-list .purpose-text {
    margin-top: 0;
    height: 5.2em;
    display: flex;
    align-items: center;
}

#business #business-details .purpose-list p {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 800;
    margin-top: 1em;
}

#business #business-details .purpose-list p span {
    font-size: 0.82em;
    font-weight: 500;
}

/* METHOD */
#business .method {
    margin-top: 10em;
}

.method-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.method-inner>* {
    min-height: 0;
}

#business .method-contents {
    padding: 3em;
}

#business .method-header span[lang="ja"]::before {
    display: none;
}

#business .method-header {
    display: flex;
    flex-direction: column;
    color: #231815;

}

#business .method-header small {
    width: fit-content;
    background: var(--color-blue);
    color: var(--color-white);
    padding: 0 0.6em;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
}

#business .method-header span {
    padding-top: 0;
    margin-top: 0.7em;
    font-size: 1.9em;
    letter-spacing: -0.01em;
}

#business .method-header h2 {
    margin-top: 0.2em;
    font-size: 3em;
    letter-spacing: 0.1em;
}

#business .method-text {
    margin-top: 2em;
    font-weight: 700;
    font-size: 1.7em;
}

#business .features {
    padding: 1.4em 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

#business #business-details .features h3 {
    border: none;
    padding-left: 0;
    font-size: 1.4em;
    color: #e59023;

}

#business .features-list {
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

#business .features-list li {
    display: flex;
    align-items: center;
    gap: 0.7em;
}

#business .features-icon {
    width: 3.8em;
    aspect-ratio: 1/1;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.8em;
}

#business .features-icon img {
    width: 100%;
    height: auto;
}

#business .features-list li div {
    margin-top: 0;
    flex: 1;
}

#business .features-list li div span {
    font-size: 1.3em;
    display: block;
    font-weight: 700;
    color: #595757;
}

#business .features-list li div span[lang="en"] {
    padding-top: 0.1em;
    color: #e59023;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}

#business #business-details .button {
    position: relative;
    margin-top: 3em;
    background: #e59023;
    color: var(--color-white);
    display: inline-block;
    border: none;
    padding: 1em 5em;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#business #business-details .button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4em;
    width: 1.5em;
    aspect-ratio: 1/1;
    background-image: url(../_img/business/business2_icon_11.svg);
}

#business #business-details .button:hover::after {
    translate: -5px;
}

#business .method-images {
    position: relative;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#business .method-images-header {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    background: #e59023;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4em 0;
    z-index: 2;
}

#business .method-images-header img {
    width: 20em;
}

#business .method-images-img {
    margin-top: 0;
    height: 100%;
}

#business .method-images-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

/* ソリューション */
#business .solution {
    margin-top: 10em;
}

#business .solution-inner {
    margin-top: 0;
    display: grid;
    grid-template-columns: 22% 1fr 22%;
}

#business .solution-img {
    margin-top: 0;
    height: 100%;
}

#business .solution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#business .solution-img:last-child img {
    object-position: top left;
}

#business .solution-main {
    margin-top: 0;
    text-align: center;
    padding: 4em 3em;
    background: #f0f0f0;
}

#business .solution-main span {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    color: #231815;
}

#business .solution-main span::before {
    content: "";
    width: 1px;
    height: 1.7em;
    background: #231815;
    position: absolute;
    top: 0.1em;
    left: -1em;
    transform: rotate(-30deg);
}

#business .solution-main span::after {
    content: "";
    width: 1px;
    height: 1.7em;
    background: #231815;
    position: absolute;
    top: 0.1em;
    right: -1em;
    transform: rotate(30deg);
}

#business .solution-main h2 {
    margin-top: 1em;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

#business .solution-main p {
    margin-top: 1em;
    font-size: 1.3em;
}

#business .soluiton-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5em;
}

#business #business-details a.outer-link {
    max-width: 230px;
    width: 50%;
    padding: 0.5em 1.5em;
    margin: auto 0;
    display: grid;
    grid-template-columns: 1fr 1.3em;
    align-items: center;
    gap: 20px;
    border-radius: 0;
    letter-spacing: 0;
    background: none;
    font-size: 1.2em;
    background: var(--color-white);
    font-weight: 700;
}

#business #business-details a.outer-link::after {
    content: '';
    width: 1.3em;
    aspect-ratio: 1;
    background: url(../_img/icon/new_tab_black.svg) right center / contain no-repeat;
    transition: var(--transition);
    translate: 0 !important;
}

#business #business-details a.outer-link:hover::after {
    background: url(../_img/icon/new_tab_blue.svg) right center / contain no-repeat;
}

@media (max-width: 1024px) {
    #business #business-details .purpose-list li:last-child::after {
        bottom: -0.5em;
        right: -3em;
    }
}

@media (max-width: 920px) {
    #business #business-details>.wrap::before {
        background: linear-gradient(to right, var(--color-blue) 0 100%);
    }

    #business .strong {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #business #business-details .strong-contents h3 {
        margin-top: 2em;
    }

    #business #business-details .purpose-list {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 1em 0 1em;
    }

    #business #business-details .purpose-list::before,
    #business #business-details .purpose-list::after {
        display: none;
    }

    #business #business-details .purpose-list li {
        width: 30%;
    }

    #business #business-details .purpose-img {
        justify-content: center;
    }

    .method-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    #business #business-details .button {
        margin: 3em auto 0;
        display: block;
        width: fit-content;
    }

    #business .solution-inner {
        grid-template-columns: 1fr;
    }

    #business .solution-img {
        height: 40em;
    }
}

@media (max-width: 720px) {
    #business #business-details .purpose-list {
        gap: 1.5em 2em;
    }

    #business #business-details .purpose-list li {
        width: 25%;
    }
}

@media (max-width: 520px) {
    #business #business-details .message {
        font-size: 1.4em;
        letter-spacing: 0.05em;
    }

    #business #business-details .strong-contents h3 {
        font-size: 1.5em;
    }

    #business #business-details .purpose-list {
        gap: 1.5em;
        padding: 0;
    }

    #business #business-details .purpose-list li {
        width: 30%;
    }

    #business .features-list {
        grid-template-columns: 1fr;
        margin-top: 1em;
        gap: 1.5em;
    }

    #business .features-icon {
        width: 3em;
    }

    #business .method-contents {
        padding: 2em;
    }

    #business .method-header span {
        font-size: 1.6em;
    }

    #business .method-header h2 {
        font-size: 2.6em;
    }

    #business .method-text {
        font-size: 1.4em;
        margin-top: 2em;
    }

    #business .features {
        margin-top: 2em;
    }

    #business .method-images-header {
        padding: 2em 0;
    }

    #business .method-images-header img {
        width: 11em;
    }

    #business #business-details .button {
        margin: 2em auto 0;
        padding: 1em 4em;
        font-size: 1.4em;
    }

    #business .solution-img {
        aspect-ratio: 3/2;
        height: auto;
    }

    #business #business-details .button::after {
        width: 1.2em;
    }

    #business .solution-main span {
        font-size: 1.3em;
    }

    #business .solution-main span::before {
        content: "";
        width: 1px;
        height: 3.4em;
        background: #231815;
        position: absolute;
        top: 0.1em;
        left: -2em;
        transform: rotate(-30deg);
    }

    #business .solution-main span::after {
        content: "";
        width: 1px;
        height: 3.4em;
        background: #231815;
        position: absolute;
        top: 0.1em;
        right: -2em;
        transform: rotate(30deg);
    }

    #business .solution-main p {
        margin-top: 1.5em;
        font-size: 1.2em;
    }

    #business .soluiton-buttons {
        flex-direction: column;
        align-items: center;
    }

    #business #business-details a.outer-link {
        width: 65%;
        min-width: 15em;
    }
}

@media (max-width: 420px) {

    #business #business-details .purpose-img {
        height: 7.2em;
    }

    #business #business-details .purpose-list li {
        width: 35%;
    }

    #business .solution-main span::before {
        top: 0.4em;
        left: -1.5em;
    }

    #business .solution-main span::after {
        content: "";
        top: 0.4em;
        right: -1.5em;
        transform: rotate(30deg);
    }
}