@charset "utf-8";

/**
 * ---------------------------------------------------
 * purchasing_staff
 * ---------------------------------------------------
 */
.free_page_body #ulayer_cont .ul_tit_area h2 {
	width: 525px;
}
@media only screen and (max-width: 767px) {
.free_page_body #ulayer_cont .ul_tit_area h2 {
	width: 190px;
}
}
.purchasing_staff {
    font-feature-settings: "palt";
}
/* intro_area */
.intro_area {
    margin: 125px 0 0 0;
    text-align: center;
}
.intro_area .inner {
    position: relative;
    display: inline-block;
}
.intro_area .inner::before {
    content: "";
    width: 183px;
    height: 192px;
    background-image: url(../image/purchasing_staff/bg01.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    bottom: 100px;
    left: -350px;
}
.intro_area .inner h3 {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.intro_area .inner .body {
    margin: 40px 0 0 0;
}
.intro_area .inner .body p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.intro_area .inner .body p:not(:first-child) {
    margin: 25px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .intro_area {
        margin: 85px 0 0 0;
        text-align: left;
    }
    .intro_area .inner {
        width: 80vw;
        margin: 0 auto;
        display: block;
    }
    .intro_area .inner::before {
        width: calc(100vw * 183 / 375);
        height: calc(100vw * 192 / 375);
        bottom: calc(100vw * 100 / 375 * -1);
        left: calc(100vw * 80 / 375 * -1);
    }
    .intro_area .inner h3 {
        font-size: 2.2rem;
        letter-spacing: 0.15em;
        line-height: 1.6;
    }
    .intro_area .inner .body {
        margin: 15px 0 0 0;
    }
    .intro_area .inner .body p:not(:first-child) {
        margin: 15px 0 0 0;
    }
}
/* staff_area */
.staff_area {
    margin: 125px 0 0 0;
}
.staff_area .inner article:not(:first-child) {
    margin: 225px 0 0 0;
}
.staff_area .inner article {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
.staff_area .inner article:nth-child(1)::before {
    content: "";
    width: 215px;
    height: 207px;
    background-image: url(../image/purchasing_staff/bg02.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -100px;
    right: 50px;
}
.staff_area .inner article:nth-child(2)::before {
    content: "";
    width: 168px;
    height: 152px;
    background-image: url(../image/purchasing_staff/bg03.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -50px;
    left: 100px;
}
.staff_area .inner article:nth-child(3)::before {
    content: "";
    width: 118px;
    height: 119px;
    background-image: url(../image/purchasing_staff/bg04.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: -50px;
    right: 100px;
}
.staff_area .inner article:nth-child(even) {
    flex-direction: row-reverse;
}
.staff_area .inner article:nth-child(3) {
    padding: 0 0 100px 0;
}
.staff_area .inner article figure {
    width: calc(100vw * 700 / 1400);
    aspect-ratio: 700 / 525;
    overflow: hidden;
}
.staff_area .inner article:nth-child(odd) figure {
    border-radius: 0 clamp(10px, calc(100vw * 20 / 1400), 20px) clamp(10px, calc(100vw * 20 / 1400), 20px) 0;
}
.staff_area .inner article:nth-child(even) figure {
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px) 0 0 clamp(10px, calc(100vw * 20 / 1400), 20px);
}
.staff_area .inner article .element {
    width: 543px;
    background: #fff;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 60px;
    position: relative;
    z-index: 1;
}
.staff_area .inner article:nth-child(1) .element {
    margin: 0 0 calc(100vw * 100 / 1400 * -1) calc(100vw * 100 / 1400 * -1);
}
.staff_area .inner article:nth-child(2) .element {
    margin: 0 calc(100vw * 100 / 1400 * -1) calc(100vw * 100 / 1400 * -1) 0;
}
.staff_area .inner article:nth-child(3) .element {
    margin: 0 0 calc(100vw * 100 / 1400 * -1) calc(100vw * 100 / 1400 * -1);
}
.staff_area .inner article .element dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.staff_area .inner article .element dl dt {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    font-weight: 500;
    color: #F0885A;
    background: rgba(240, 136, 90, 0.10);
    padding: 10px 25px;
    border-radius: 10px;
}
.staff_area .inner article .element dl dd {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.staff_area .inner article .element p {
    margin: 30px 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.8;
    text-align: justify;
}
@media only screen and (max-width: 767px) {
    .staff_area {
        margin: 65px 0 0 0;
        overflow: hidden;
    }
    .staff_area .inner {
        width: 80vw;
        margin: 0 auto;
    }
    .staff_area .inner article:not(:first-child) {
        margin: 65px 0 0 0;
    }
    .staff_area .inner article {
        display: block;
    }
    .staff_area .inner article:nth-child(1)::before {
        content: none;
    }
    .staff_area .inner article:nth-child(2)::before {
        width: calc(100vw * 168 / 375);
        height: calc(100vw * 152 / 375);
        top: auto;
        left: auto;
        bottom: calc(100vw * 50 / 375 * -1);
        right: calc(100vw * 80 / 375 * -1);
    }
    .staff_area .inner article:nth-child(3)::before {
        content: none;
    }
    .staff_area .inner article:nth-child(even) {
        flex-direction: row;
    }
    .staff_area .inner article:nth-child(3) {
        padding: 0;
    }
    .staff_area .inner article figure {
        width: 100%;
    }
    .staff_area .inner article:nth-child(odd) figure,
    .staff_area .inner article:nth-child(even) figure {
        border-radius: clamp(10px, calc(100vw * 14 / 375), 14px);
    }
    .staff_area .inner article .element {
        width: 100%;
        background: none;
        border-radius: 0;
        padding: 0;
    }
    .staff_area .inner article:nth-child(1) .element,
    .staff_area .inner article:nth-child(2) .element,
    .staff_area .inner article:nth-child(3) .element {
        margin: 20px 0 0 0;
    }
    .staff_area .inner article .element dl {
        gap: 15px;
    }
    .staff_area .inner article .element dl dt {
        padding: 8px 20px;
        border-radius: 5px;
    }
    .staff_area .inner article .element p {
        margin: 20px 0 0 0;
    }
}
/* step_area */
.step_area {
    margin: 125px 0 0 0;
}
.step_area .inner h3 {
    text-align: center;
    color: #005EAC;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.step_area .inner h3 span {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
}
.step_area .inner .list {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 65px auto 0 auto;
    position: relative;
}
.step_area .inner .list::before {
    content: "";
    width: 10px;
    height: 100%;
    background: rgba(128, 174, 213, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.step_area .inner .list article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.step_area .inner .list article:not(:first-child) {
    margin: 60px 0 0 0;
}
.step_area .inner .list article .element {
    width: calc(100% - 300px - 60px);
    position: relative;
    z-index: 1;
}
.step_area .inner .list article .element h4 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #80AED5;
    line-height: 1.4;
}
.step_area .inner .list article .element p {
    margin: 25px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.8;
    font-weight: 500;
    text-align: justify;
}
.step_area .inner .list article figure {
    width: 300px;
    height: 225px;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.step_area .inner .list article::before {
    content: "";
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    position: absolute;
    bottom: -5px;
    left: -5px;
}
.step_area .inner .list article:nth-child(1)::before {
    width: 228px;
    background-image: url(../image/purchasing_staff/step_num01.webp);
}
.step_area .inner .list article:nth-child(2)::before {
    width: 263px;
    background-image: url(../image/purchasing_staff/step_num02.webp);
}
.step_area .inner .list article:nth-child(3)::before {
    width: 261px;
    background-image: url(../image/purchasing_staff/step_num03.webp);
}
@media only screen and (max-width: 767px) {
    .step_area {
        margin: 65px 0 0 0;
    }
    .step_area .inner h3 {
        font-size: 2rem;
        letter-spacing: 0.15em;
    }
    .step_area .inner h3 span {
        margin: 0 0 7px 0;
    }
    .step_area .inner .list {
        width: 80vw;
        max-width: 80vw;
        margin: 45px auto 0 auto;
    }
    .step_area .inner .list article {
        display: block;
        border-radius: clamp(10px, calc(100vw * 14 / 375), 14px);
        padding: 30px;
    }
    .step_area .inner .list article:not(:first-child) {
        margin: 30px 0 0 0;
    }
    .step_area .inner .list article .element {
        width: 100%;
    }
    .step_area .inner .list article .element p {
        margin: 15px 0 0 0;
    }
    .step_area .inner .list article figure {
        width: 100%;
        height: auto;
        aspect-ratio: 300 / 225;
        border-radius: clamp(10px, calc(100vw * 10 / 375), 10px);
        margin: 20px 0 0 0;
    }
    .step_area .inner .list article::before {
        background-position: left top;
        bottom: auto;
        top: -2px;
        left: -2px;
    }
    .step_area .inner .list article:nth-child(1)::before {
        width: calc(100vw * 145 / 375);
    }
    .step_area .inner .list article:nth-child(2)::before {
        width: calc(100vw * 167 / 375);
    }
    .step_area .inner .list article:nth-child(3)::before {
        width: calc(100vw * 166 / 375);
    }
}
/* letter_area */
.letter_area {
    margin: 125px 0 0 0;
}
.letter_area .inner {
    width: calc(100vw * 1100 / 1400);
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.letter_area .inner figure {
    width: 485px;
    height: 364px;
    border-radius: clamp(10px, calc(100vw * 20 / 1400), 20px);
    overflow: hidden;
}
.letter_area .inner .element {
    width: calc(100% - 485px - 60px);
}
.letter_area .inner .element h3 {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    font-weight: 500;
    border-bottom: 1px solid #4F4644;
    padding: 0 0 8px 0;
}
.letter_area .inner .element .body {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    font-weight: 500;
    line-height: 1.8;
    margin: 30px 0 0 0;
}
.letter_area .inner .element .body p:not(:first-child) {
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .letter_area {
        margin: 65px 0 0 0;
    }
    .letter_area .inner {
        width: 80vw;
        max-width: 80vw;
        display: block;
    }
    .letter_area .inner figure {
        width: 100%;
        height: auto;
        aspect-ratio: 485 / 364;
        border-radius: clamp(10px, calc(100vw * 14 / 375), 14px);
    }
    .letter_area .inner .element {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .letter_area .inner .element .body {
        text-align: justify;
        margin: 15px 0 0 0;
    }
    .letter_area .inner .element .body p:not(:first-child) {
        margin: 15px 0 0 0;
    }
}