@charset "utf-8";
@import "anime.css";

/*
------------
business.css
------------
*/
/* wrapper */
#wrapper {
    background: #ece6d8;
}
/* title_area */
.index #title_area {
    background-image: url(../../images/content/business/titBg.webp);
}
@media only screen and (max-width: 768px) {
    .index #title_area {
        background-image: url(../../images/content/business/titBgSP.webp);
    }
}
/* summary_area */
#summary_area {
    margin: 125px 0 0 0;
    padding: 0 0 100px 0;
}
#summary_area .head {
    text-align: center;
}
#summary_area .head h3 {
    display: inline;
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.5;
    background: #806627;
    padding: 3px 10px 5px 10px;
    font-feature-settings: "palt";
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#summary_area .inner {
    width: 1100px;
    margin: 0 auto;
}
#summary_area .inner article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#summary_area .inner article:nth-child(1) {
    margin: 100px 0 0 0;
}
#summary_area .inner article:nth-child(1) figure {
    width: 502px;
    height: 408px;
    position: relative;
}
#summary_area .inner article:nth-child(1) figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #888039;
    position: absolute;
    top: 90px;
    left: -90px;
    z-index: -1;
    transition: all .5s ease;
}
#summary_area .inner article:nth-child(1) dl {
    width: calc(100% - 502px - 50px);
    padding: 170px 0 0 0;
}
#summary_area .inner article:nth-child(2) {
    margin: 125px 0 0 0;
    padding: 125px 0 200px 0;
    position: relative;
    flex-direction: row-reverse;
    align-items: flex-end;
}
#summary_area .inner article:nth-child(2) dl {
    width: calc(100% - 502px - 50px);
}
#summary_area .inner article:nth-child(2) figure {
    width: 502px;
    height: 366px;
}
#summary_area .inner article:nth-child(2)::before {
    content: "";
    width: calc(100% + (100vw - 1100px));
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#summary_area .inner article:nth-child(3) {
    position: relative;
    padding: 150px 0 0 0;
}
#summary_area .inner article:nth-child(3) figure {
    width: 712px;
    height: 418px;
    position: absolute;
    top: -50px;
    left: -65px;
}
#summary_area .inner article:nth-child(3) dl {
    position: relative;
    z-index: 1;
    width: 615px;
    margin: 0 0 0 auto;
    background: #ece6d8;
    padding: 45px;
}
#summary_area .inner article dl {
    font-feature-settings: "palt";
    color: #806627;
}
#summary_area .inner article dl dt {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 2;
}
#summary_area .inner article dl dd {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 2.2;
    text-align: justify;
    margin: 35px 0 0 0;
}
@media only screen and (max-width: 768px) {
    #summary_area {
        margin: 65px 0 0 0;
    }
    #summary_area .head {
        text-align: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    #summary_area .head h3 {
        font-size: 1.9rem;
        line-height: 2.2;
        padding: 1px 5px 3px 5px;
    }
    #summary_area .inner {
        width: 80vw;
    }
    #summary_area .inner article {
        display: block;
    }
    #summary_area .inner article:nth-child(1) figure {
        width: 256px;
        height: auto;
        aspect-ratio: 502 / 408;
    }
    #summary_area .inner article:nth-child(1) figure::before {
        top: -40px;
        left: -10vw;
    }
    #summary_area .inner article:nth-child(1) dl {
        width: 100%;
        padding: 0;
        margin: 45px 0 0 0;
    }
    #summary_area .inner article:nth-child(2) {
        margin: 65px 0 0 0;
        padding: 65px 0 150px 0;
    }
    #summary_area .inner article:nth-child(2) figure {
        width: 100%;
        height: auto;
        position: relative;
        right: -15vw;
    }
    #summary_area .inner article:nth-child(2)::before {
        width: calc(100% + 20vw);
    }
    #summary_area .inner article:nth-child(2) dl {
        width: 100%;
        margin: 50px 0 0 0;
    }
    #summary_area .inner article:nth-child(3) {
        padding: 160px 0 0 0;
    }
    #summary_area .inner article:nth-child(3) figure {
        width: 286px;
        height: auto;
        top: -50px;
        left: -15vw;
    }
    #summary_area .inner article:nth-child(3) dl {
        width: 100%;
        margin: 0;
        background: none;
        padding: 0;
    }
    #summary_area .inner article dl dt {
        font-size: 1.9rem;
        letter-spacing: 0.075em;
        line-height: 1.8;
    }
    #summary_area .inner article dl dd {
        font-size: 1.6rem;
        letter-spacing: 0.075em;
        line-height: 1.8;
        margin: 25px 0 0 0;
    }
}
/* business_area */
#business_area {
    width: 100%;
}
#business_area .head {
    min-height: 600px;
    background-image: url(../../images/content/business/business_areaBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 90px 0 0 0;
}
#business_area .head h3 {
    display: inline;
    font-size: 3rem;
    color: #806627;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.5;
    background: #fff;
    padding: 3px 10px 5px 10px;
    font-feature-settings: "palt";
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#business_area .inner .bto_c {
    background: #888039;
    padding: 90px 0 0 0;
}
#business_area .inner .bto_c .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-feature-settings: "palt";
}
#business_area .inner .bto_c .container .item {
    width: 550px;
}
#business_area .inner .bto_c .container .item h4 {
    display: inline-block;
    color: #806627;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    background: #fff;
    padding: 5px 10px 8px 10px;
}
#business_area .inner .bto_c .container .item p {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.2;
    color: #fff;
    margin: 30px 0 0 0;
}
#business_area .inner .bto_c .container p.lead {
    width: calc(100% - 550px);
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: justify;
}
#business_area .inner .bto_c p.link_area {
    text-align: center;
    margin: 120px 0 0 0;
}
#business_area .inner .bto_c p.link_area a {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #fff;
    position: relative;
    padding: 0 30px 0 0;
}
#business_area .inner .bto_c p.link_area a::before {
    content: "";
    width: 22px;
    height: 19px;
    background-image: url(../../images/global/arrow_right02_w.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#business_area .inner .bto_c p.link_area a:hover::before {
    right: -5px;
}
#business_area .inner .bto_c .loop_slide {
    overflow: hidden;
    width: 100vw;
    margin: 65px 0 0 0;
    box-sizing: content-box;
}
#business_area .inner .bto_c .loop_slide ul {
    display: flex;
    gap: 0;
    animation: scrollLoop 30s linear infinite;
    padding: 0;
    margin: 0;
}
#business_area .inner .bto_c .loop_slide li {
    flex: 0 0 auto;
    list-style: none;
}
#business_area .inner .bto_c .loop_slide img {
    display: block;
    width: calc(100vw * 290 / 1400);
    height: auto;
    object-fit: cover;
    pointer-events: none;
}
#business_area .inner .bto_b {
    padding: 125px 0 150px 0;
    background: #fff;
}
#business_area .inner .bto_b .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-feature-settings: "palt";
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
#business_area .inner .bto_b .container .item {
    background: #806627;
    padding: 55px 90px;
}
#business_area .inner .bto_b .container .item h4 {
    display: inline-block;
    color: #806627;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    background: #fff;
    padding: 5px 10px 8px 10px;
}
#business_area .inner .bto_b .container .item p {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.2;
    color: #fff;
    margin: 30px 0 0 0;
}
#business_area .inner .bto_b .container p.lead {
    width: 430px;
    font-size: 1.7rem;
    font-weight: 500;
    color: #806627;
    letter-spacing: 0.09em;
    line-height: 2.5;
    text-align: justify;
    margin: 180px 0 0 50px;
    position: relative;
}
#business_area .inner .bto_b .container p.lead::before {
    content: "";
    width: calc(100% + 200px);
    height: calc(100% + 120px);
    background: rgba(128, 128, 57, .2);
    position: absolute;
    top: -60px;
    left: -100px;
    z-index: -1;
}
#business_area .inner .bto_b .case {
    width: 1100px;
    margin: 65px auto 0 auto;
    font-feature-settings: "palt";
}
#business_area .inner .bto_b .case h5 {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #806627;
    border-bottom: 2px solid #806627;
    padding: 0 0 15px 0;
}
#business_area .inner .bto_b .case ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 19px 19px;
    margin: 45px 0 0 0;
    position: relative;
    z-index: 1;
}
#business_area .inner .bto_b .case ul li {
    width: 354px;
    color: #806627;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    background: #fff;
    border: 1px solid #806627;
    padding: 20px 0;
}
@media only screen and (max-width: 768px) {
    #business_area .head {
        min-height: 280px;
        background-image: url(../../images/content/business/business_areaBgSP.webp);
        padding: 40px 0 0 0;
    }
    #business_area .head .item {
        text-align: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: max-content; 
    }
    #business_area .head h3 {
        font-size: 1.9rem;
        line-height: 2;
        display: inline-block;
        background: none;
    }
    #business_area .head h3 span {
        display: block;
        background: #fff;
        padding: 2px 5px 3px 5px;
        margin: 6px 0 0 0;
        line-height: 1.2;
    }
    #business_area .inner .bto_c {
        padding: 65px 0 0 0;
    }
    #business_area .inner .bto_c .container {
        width: 80vw;
        display: block;
    }
    #business_area .inner .bto_c .container .item {
        width: 100%;
    }
    #business_area .inner .bto_c .container .item h4 {
        font-size: 2rem;
        letter-spacing: 0.125em;
        padding: 4px 6px 6px 6px;
    }
    #business_area .inner .bto_c .container .item p {
        font-size: 2rem;
        letter-spacing: 0.075em;
        line-height: 1.8;
    }
    #business_area .inner .bto_c .container p.lead {
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.8;
    }
    #business_area .inner .bto_c p.link_area {
        width: 80vw;
        text-align: left;
        margin: 65px auto 0 auto;
    }
    #business_area .inner .bto_c p.link_area a {
        font-size: 1.7rem;
        letter-spacing: 0.125em;
        padding: 0 25px 0 0;
    }
    #business_area .inner .bto_c p.link_area a::before {
        width: 18px;
        height: 14px;
    }
    #business_area .inner .bto_c .loop_slide {
        margin: 45px 0 0 0;
    }
    #business_area .inner .bto_c .loop_slide img {
        width: 50vw;
    }
    #business_area .inner .bto_b {
        padding: 65px 0 0 0;
    }
    #business_area .inner .bto_b .container {
        width: 80vw;
        display: block;
    }
    #business_area .inner .bto_b .container .item {
        background: none;
        padding: 35px 0;
        position: relative;
        z-index: 1;
    }
    #business_area .inner .bto_b .container .item::before {
        content: "";
        width: calc(100% + 15vw);
        height: 100%;
        background: #806627;
        position: absolute;
        top: 0;
        left: -10vw;
        z-index: -1;
    }
    #business_area .inner .bto_b .container .item h4 {
        font-size: 2rem;
        letter-spacing: 0.125em;
        padding: 4px 6px 6px 6px;
    }
    #business_area .inner .bto_b .container .item p {
        font-size: 2rem;
        letter-spacing: 0.125em;
        line-height: 1.8;
    }
    #business_area .inner .bto_b .container p.lead {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 0;
        padding: 35px 0 65px 0;
    }
    #business_area .inner .bto_b .container p.lead::before {
        width: calc(100% + 20vw);
        height: calc(100% + 100px);
        top: -100px;
        left: -10vw;
    }
    #business_area .inner .bto_b .case {
        width: 80vw;
        margin: 45px auto 0 auto;
        text-align: center;
        padding: 0 0 100px 0;
    }
    #business_area .inner .bto_b .case h5 {
        font-size: 1.8rem;
        padding: 0 0 10px 0;
    }
    #business_area .inner .bto_b .case ul {
        display: flex;
        gap: 10px;
        margin: 30px 0 0 0;
    }
    #business_area .inner .bto_b .case ul li {
        width: 100%;
        font-size: 1.6rem;
        padding: 13px 0;
    }
}