/******************

common

*******************/

html {
    background: #F7F7F7;
    color: #1C1C1C;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    position: relative;
}

h1,h2,h3,h4,h5,p {
    color: #1C1C1C;
}

a {
    color: #1C1C1C;
    text-decoration: none;
}

.wrapper-lg {
    margin: 0 auto;
    width: 1280px;
}

.wrapper {
    margin: 0 auto;
    width: 1080px;
}

.sub-title {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.sub-title p.line span {
    color: #FCD21C;
    font-size: 16px;
    font-family: "Archivo", serif;
    letter-spacing: .08em;
    font-weight: 600;
}

.sub-title p.line {
    line-height: 18px;
}

.sub-title p {
    letter-spacing: .01em;
    font-weight: 400;
}

.sub-title h3 {
    letter-spacing: .01em;
    font-weight: 600;
    font-size: 28px;
}

@media screen and (max-width: 1280px) {
    .wrapper-lg {
        width: 90vw;
    }
}

@media screen and (max-width: 1080px) {
    .wrapper {
        width: 90vw;
    }
}

@media screen and (max-width: 880px) {
    .sub-title h3 {
        font-size: 5.4vw;
        letter-spacing: .01em;
    }
    .sub-title p {
        font-size: 3.2vw;
        line-height: 5.8vw;
    }
}

/******************

header

*******************/

/* .diagnosis-navigation-content {
    background-color: unset;
    position: initial;
    box-shadow: none;
    transition: all 0.8s ease-out;
    width: auto;    
} */

.diagnosis-navigation {
    display: flex;
    padding: 16px 48px;
    justify-content: space-between;
}

.diagnosis-nav-move {
    animation: fadeNavIn 1.5s ease 1s 1 normal backwards;
}

@keyframes fadeNavIn {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.diagnosis-thumb {
    width: 240px;
}

.diagnosis-thumb img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.diagnosis-navigation nav ul {
    align-items: center;
    display: flex;
}

.diagnosis-navigation nav ul li a {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 600;    
}

.diagnosis-navigation nav ul li {
    border-right: 1px solid #1C1C1C;
    padding: 0 16px;
}

.diagnosis-navigation nav ul li:nth-child(4),
.diagnosis-navigation nav ul li:last-child {
    border-right: none;
}

.diagnosis-navigation nav ul li a.btn {
    align-items: center;
    border: 2px solid #D6AF07;
    border-radius: 32px;
    background: #ffffff;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    padding: 8px 0;
    justify-content: center;
    transition: .2s;
    width: 216px;
}

.diagnosis-navigation nav ul li a.btn svg {
    color: #D6AF07;
}

.diagnosis-navigation nav ul li a.btn:hover {
    background: #1C1C1C;
    color: #ffffff;
}

header.scroll-nav {
    position: fixed;
    border-radius: 120px;
    width: 80%;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin: auto;
    top: 16px;
    right: 0;
    left: 0;
}

header.scroll-nav ul li a {
    color: #1C1C1C;
    display: block;
}

.diagnosis-navigation-sp {
    display: none;
}

@media screen and (min-width: 1130px) {
    .diagnosis-navigation nav ul li a.btn {
        width: 15vw;
    }
}

@media screen and (max-width:1100px) {
    .diagnosis-thumb {
        width: 17vw;
    }
    .diagnosis-navigation nav ul li {
        padding: 0 1.0vw;
    }
}

@media screen and (max-width:880px) {

    header {
        background-color: unset;
        position: fixed;
        box-shadow: none;
        transition: none;
        width: auto;
        display: none;
    }

    header.scroll-nav {
        display: none;
    }

    .diagnosis-navigation {
        display: none;
    }

    .diagnosis-navigation-sp {
        display: block;
    }

    .header-logo a {
        padding: 2vw 0 0 4vw;
        width: 40vw;
    }

    .header-logo a img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .header-wrapper {
        display: block;
        position: fixed;
        width: 95vw;
        padding: 8px 0;
        z-index: 9999;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        width: 40%;
        height: 30%;
        right: 0;
        background: #ffffff;
        transition: all 0.3s;
        display: none;
        border-bottom-left-radius: 8vw;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
        display: block;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav .g-nav-box {
        position: absolute;
        z-index: 999;
        top: 26vw;
        left: 20vw;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    #g-nav .g-nav-box ul.g-nav-main {
        align-items: center;
        display: flex;
        flex-direction: column;    
        margin: 0 auto;
    }

    #g-nav .g-nav-box ul.g-nav-main li a {
        text-decoration: none;
        padding-bottom: 4.4vw;
        font-size: 2.8vw;
        display: block;
        font-weight: 600;
        color: #0a0a0a;
        letter-spacing: .01em;
    }

    .openbtn1 {
        position: absolute;
        z-index: 9999;
        top: 4vw;
        right: 2vw;
        cursor: pointer;
        width: 6vw;
        height: 6vw;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 2px;
        background-color: #0a0a0a;
        width: 100%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 0;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 2vw;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 4vw;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
}

/******************

btn

*******************/

#page-top a.btn {
    align-items: center;
    animation: poyon 2s infinite;
    border: 2px solid #1C1C1C;
    border-radius: 32px;
    box-shadow: 0px 4px 12px 4px rgba(119, 119, 119, 0.6);
    bottom: 32px;
    background: #1C1C1C;
    color: #ffffff;
    column-gap: 8px;
    display: flex;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 600;
    padding: 16px 0 16px 0;
    position: fixed;
    justify-content: center;
    transition: .2s;
    width: 400px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
}

#page-top a.btn:hover {
    background: #ffffff;
    color: #1C1C1C;
}

@media screen and (max-width:880px) {
    #page-top a.btn {
        width: 80vw;
        bottom: 8vw;
    }
}

/******************

first-view

*******************/

.diagnosis-first-catch-background {
    position: absolute;
    top: 80px;
    right: 0;
    width: 520px;
}

.diagnosis-first-catch-background img {
    height: 100%;
    width: 100%;
}

.diagnosis-first-catch__txt {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    position: relative;
    width: 480px;    
    z-index: 1;    
}

.diagnosis-first-catch__txt h2 {
    font-size: 56px;
    font-weight: 600;
}

.diagnosis-first-catch__txt h2.fv-move {
    animation: fadeFirstIn 1s ease 0.5s 1 normal backwards;
}

@keyframes fadeFirstIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.diagnosis-first-catch__txt p {
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 28px;
}

.diagnosis-first-catch {
    align-items: center;
    column-gap: 40px;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.diagnosis-first-catch-btn a.btn {
    align-items: center;
    animation: poyon 2s infinite;
    border: 2px solid #1C1C1C;
    border-radius: 32px;
    box-shadow: 0px 4px 12px 4px rgba(119, 119, 119, 0.6);
    background: #1C1C1C;
    color: #ffffff;
    column-gap: 8px;
    display: flex;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 600;
    padding: 12px 0 12px 0;
    justify-content: center;
    transition: .2s;
    width: 280px;
}

.diagnosis-first-catch-btn a.btn:hover {
    background: #ffffff;
    color: #1C1C1C;
}

@keyframes poyon {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    15%  { transform: scale(0.95, 0.95) translate(0%, 1%); }
    30%  { transform: scale(1.0, 0.95) translate(0%, 2%); }
    50%  { transform: scale(0.95, 1.0) translate(0%, -2%); }
    70%  { transform: scale(1.0, 0.95) translate(0%, 1%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@media screen and (min-width: 1380px) {
    .diagnosis-first-catch__txt {
        width: 45%;   
    }
}

@media screen and (max-width: 880px) {
    .diagnosis-first-catch {
        flex-direction: column;
    }
    .diagnosis-first-catch__txt {
        row-gap: 4.0vw;
        width: 90vw;
    }
    .diagnosis-first-catch__txt h2 {
        font-size: 10vw;
        line-height: 13vw;
        letter-spacing: .08em;
    }
    .diagnosis-first-catch-btn a.btn {
        font-size: 3.2vw;
        padding: 2.1vw 0;
        width: 70vw;
        margin: 0 auto;
    }

}

/*******************

slider

********************/

.progressbar{
    position: relative;
    width: 60%;
    height: 7px;
    margin-top: 10px;
    background: #ccc;
    border-radius: 7px;
    overflow: hidden;
}

.progressbar span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fbca5a;
    border-radius: 7px;
    transform: scaleX(0);
    transform-origin: left center;
    transition-timing-function: linear;
}

.swiper ul.swiper-wrapper {
    margin-top: 40px;
    width: 680px;
}

.swiper ul.swiper-wrapper li img {
    object-fit: cover;
    border-radius: 32px;
    height: 400px;
    width: 100%;
}

@media screen and (max-width: 1115px) {
    .diagnosis-first-catch__txt {
        width: 50vw;
    }
    .diagnosis-first-catch__txt h2 {
        font-size: 4.0vw;
    }
    .swiper ul.swiper-wrapper {
        width: 50vw;
    }
    .swiper ul.swiper-wrapper li img {
        height: 30vw;
    }
    .diagnosis-first-catch-background {
        width: 40vw;
    }
}

@media screen and (max-width: 880px) {
    .diagnosis-slider__box .slick-slide {
        height: 80vw;
        margin: 0 2.1vw;
    }
    .diagnosis-slider__box li.slick-slide a {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .diagnosis-slider__box .slick-slide img {
        border-radius: 2.1vw;
    }
    .swiper ul.swiper-wrapper li img {
        height: 80vw;
        border-radius: 2.1vw;
    }
    .swiper ul.swiper-wrapper {
        width: 80vw;
    }
    .diagnosis-first-catch__txt h2 {
        font-size: 10vw;
    }
    .diagnosis-first-catch__txt {
        margin-top: 8vw;
        width: 90vw;
    }
    .diagnosis-first-catch-background {
        top: 120vw;
        width: 60vw;
    }
}

/*******************

introduction

********************/

.diagnosis-introduction {
    background: #F0F0F0;
    margin: 240px 0 120px 0;
}

.diagnosis-introduction__inner {
    display: flex;
}

.diagnosis-introduction__box-r {
    padding: 120px 40px 120px 100px;
    position: relative;
    width: 50%;
}

.diagnosis-introduction__box-r h3 {
    font-weight: 600;
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.diagnosis-introduction__box-r ul {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    row-gap: 56px;
}

.diagnosis-introduction__box-r ul li span {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(119, 119, 119, 0.1);
    padding: 16px;
    font-weight: 500;
    letter-spacing: .02em;
}

.diagnosis-introduction__box-r ul li {
    transition: opacity .2s;
    opacity: 0;
} 

.diagnosis-introduction__box-r ul li.introduction-show {
    opacity: 1;
}

.diagnosis-introduction__box-r ul li span span.line {
    border-radius: 0;
    background: #FCD21C;
    padding: 0;
}

.diagnosis-introduction__box-l {
    background: #FCD21C;
    border-bottom-left-radius: 72px;
    border-top-left-radius: 72px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    position: relative;
    padding: 80px 56px;
    width: 50%;
}

.diagnosis-introduction__box-r-title {
    position: absolute;
    top: 72px;
}

.diagnosis-introduction__box-r-title h1 {
    color: #DBDBDB;
    font-family: "Archivo", serif;
    font-size: 96px;
}

.diagnosis-introduction__box-l-title {
    position: absolute;
    top: 72px;
}

.diagnosis-introduction__box-l-title h1 {
    color: #FCDE5E;
    font-family: "Archivo", serif;
    font-size: 96px;
}

.diagnosis-introduction__box-l h2 {
    position: relative;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    z-index: 2;
}

.diagnosis-introduction__box-l p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 28px;
}

.diagnosis-introduction__box-l ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 32px;
    z-index: 2;
}

.diagnosis-introduction__box-l ul li span {
    background: #ffffff;
    border-radius: 8px;
    color: #FCD21C;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .06em;
    padding: 8px 16px;
}

.diagnosis-introduction__box-l-bg {
    position: absolute;
    bottom: 40px;
    right: 80px;
}

.diagnosis-introduction__box-l-bg svg {
    color: #FCDE5E;
    font-size: 240px;
}

@media screen and (max-width: 1400px) {
    .diagnosis-introduction__box-l-title h1 {
        font-size: 7.4vw;
        letter-spacing: .01em;
    }
    .diagnosis-introduction__box-r-title h1 {
        font-size: 7.4vw;
        letter-spacing: .01em;
    }
}

@media screen and (max-width: 880px) {
    .diagnosis-introduction {
        margin: 8vw 0;
    }
    .diagnosis-introduction__inner {
        flex-direction: column;
    }
    .diagnosis-introduction__box-r {
        padding: 8vw 2.0vw;
        width: 96vw;
    }
    .diagnosis-introduction__box-r ul li {
        opacity: 1;
    }
    .diagnosis-introduction__box-l {
        padding: 8vw 3.0vw;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        width: 94vw;
    }
    .diagnosis-introduction__box-l h2 {
        font-size: 6.8vw;
        line-height: 7.8vw;
    }
    .diagnosis-introduction__box-l p {
        font-size: 3.2vw;
        line-height: 4.9vw;
        z-index: 2;
    }
    .diagnosis-introduction__box-l-bg svg {
        font-size: 60vw;
    }
    .diagnosis-introduction__box-l ul {
        row-gap: 4.0vw;
        margin-top: 3.8vw;
    }
    .diagnosis-introduction__box-r ul li span {
        font-size: 2.8vw;
        padding: 2.8vw 2.1vw;
    }
    .diagnosis-introduction__box-r h3 {
        font-size: 6.4vw;
    }
    .diagnosis-introduction__box-r ul {
        flex-direction: column;
        margin-top: 14vw;
        row-gap: 4.4vw;
    }
    .diagnosis-introduction__box-r-title {
        top: 12vw;
    }
    .diagnosis-introduction__box-r-title h1 {
        font-size: 12vw;
    }
    .diagnosis-introduction__box-l ul li span {
        font-size: 3.2vw;
    }
}

/*******************

feature

********************/

.diagnosis-feature {
    background: #242424;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
    padding: 80px 0;
    position: relative;
}

.diagnosis-feature__inner h2 {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
}

.diagnosis-feature__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.diagnosis-feature__box {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 24px;
    justify-content: center;
    width: 460px;
}

.diagnosis-feature__content {
    transition: opacity .2s;
    opacity: 0;
}

.feature-show {
    opacity: 1;
}

.diagnosis-feature__box p,
.diagnosis-feature__box-lg p {
    font-weight: 500;
    letter-spacing: .005em;
    line-height: 22px;
    font-size: 14px;
}

.diagnosis-feature__box-lg {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    width: 1030px;
}

.diagnosis-feature__detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.diagnosis-feature__box-separator {
    width: 540px;
}

.diagnosis-feature__box-thumb {
    height: 160px;
    width: 160px;
}

.diagnosis-feature__box-thumb img {
    border-radius: 24px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.diagnosis-feature__box-txt {
    width: 240px;
}

.diagnosis-feature__box-txt p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.diagnosis-feature__box-txt h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
}

.diagnosis-feature__title {
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.diagnosis-feature__title svg {
    color: #FCD21C;
    font-size: 28px;
}

.diagnosis-feature__title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .01em;
    margin-bottom: 8px;
}

.diagnosis-feature__bg {
    bottom: 0;
    position: absolute;
}

.diagnosis-feature__bg h2 {
    font-size: 230px;
    color: #484848;
    line-height: 204px;
    font-family: "Archivo", serif;
}

@media screen and (max-width:1400px) { 
    .diagnosis-feature__bg h2 {
        font-size: 19vw;
    }
}

@media screen and (max-width:1080px) {
    .diagnosis-feature__box-lg {
        width: 80vw;
    }
}

@media screen and (max-width: 880px) {
    .diagnosis-feature__content {
        opacity: 1;
    }
    .diagnosis-feature {
        border-top-left-radius: 8vw;
        border-top-right-radius: 8vw;
        padding: 12vw 0;
    }
    .diagnosis-feature__inner h2 {
        font-size: 5.4vw;
        letter-spacing: .01em;
    }
    .diagnosis-feature__box-lg {
        height: auto;
        width: 80vw;
    }
    .diagnosis-feature__box {
        height: auto;
        width: 80vw;
    }
    .diagnosis-feature__detail {
        flex-direction: column;
        row-gap: 3.2vw;
    }
    .diagnosis-feature__box-separator {
        width: 80vw;
    }
    .diagnosis-feature__box-txt {
        text-align: center;
        width: 80vw;
    }
    .diagnosis-feature__list {
        margin-top: 8vw;
        row-gap: 5.4vw;
    }
    .diagnosis-feature__title h3 {
        font-size: 4.0vw;
        line-height: 4.8vw;
    }
}

/*******************

point

********************/

.diagnosis-point {
    position: relative;
}

.diagnosis-point__inner {
    padding: 80px 0 0 0;
}

.diagnosis-point__inner h3 {
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    z-index: 1;
}

.diagnosis-point__bg {
    position: absolute;
    right: 0;
    top: 64px;
    left: 0;
    margin: auto;
}

.diagnosis-point__bg h2 {
    color: #EAEAEA;
    font-size: 120px;
    text-align: center;    
    font-family: "Archivo", serif;
}   

.diagnosis-parallax_box {
    position: relative;
}

.diagnosis-parallax_content{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.block-one {
    z-index: 100;
}

.block-two {
    z-index: 200;
}

.block-three {
    z-index: 300;
}

.block-fourth {
    z-index: 400;
}

.block-five {
    z-index: 500;
}

.block-six {
    z-index: 600;
}

.diagnosis-parallax_inner {
    align-items: center;
    border-radius: 24px;
    background: #FCD21C;
    display: flex;
    justify-content: space-between;
    padding: 72px 48px;
    width: 1080px;
}

.diagnosis-parallax_inner-white {
    background: #ffffff;
}

.diagnosis-parallax_inner-black {
    background: #242424;
}

.diagnosis-parallax_inner-yellow {
    background: #FCD21C;
}

.diagnosis-parallax_txt {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 50%;
}

.diagnosis-parallax_sub-txt h2 {
    font-size: 28px;
    letter-spacing: .005em;
    font-weight: 600;
    padding-top: 20px;
}

.diagnosis-parallax_txt p {
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .01em;
    font-size: 14px;
}

.diagnosis-parallax_inner-black .diagnosis-parallax_sub-txt h2,
.diagnosis-parallax_inner-yellow .diagnosis-parallax_sub-txt h2 {
    color: #ffffff;
}

.diagnosis-parallax_inner-black .diagnosis-parallax_txt p,
.diagnosis-parallax_inner-yellow .diagnosis-parallax_txt p {
    color: #ffffff;
}

.diagnosis-parallax_sub-txt p.label span {
    background: #F0F0F0;
    border-radius: 40px;
    padding: 8px 32px;
    font-weight: 700;
}

.diagnosis-parallax_inner-black .diagnosis-parallax_sub-txt p.label span,
.diagnosis-parallax_inner-yellow .diagnosis-parallax_sub-txt p.label span {
    color: #1C1C1C;
}

.diagnosis-parallax_thumb {
    width: 46%;
}

.diagnosis-parallax_thumb img {
    border-radius: 24px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .diagnosis-parallax_inner {
        width: 900px;
    }
}

@media screen and (max-width: 980px) {
    .diagnosis-parallax_inner {
        width: 80vw;
    }
}

@media screen and (max-width: 880px) {
    .diagnosis-point__inner h3 {
        text-align: center;
        font-size: 5.8vw;
        letter-spacing: .01em;
    }
    .diagnosis-point__bg h2 {
        font-size: 14vw;
    }
    .diagnosis-point__bg {
        top: 12vw;
    }
    .diagnosis-point__inner {
        padding: 12vw 0 0 0;
    }
    .diagnosis-parallax_inner {
        flex-direction: column;
        padding: 5.8vw;
        width: 80vw;
    }
    .diagnosis-parallax_txt {
        width: 80vw;
    }
    .diagnosis-parallax_txt {
        row-gap: 2.8vw;
    }
    .diagnosis-parallax_sub-txt h2 {
        font-size: 4.8vw;
    }
    .diagnosis-parallax_txt p {
        font-size: 2.8vw;
        letter-spacing: .02em;
        line-height: 4.8vw;
    }
    .diagnosis-parallax_sub-txt p.label span {
        padding: 1.2vw 4.8vw;
    }
    .diagnosis-parallax_content {
        height: 60vh;
    }
    .diagnosis-parallax_thumb {
        margin-top: 4.0vw;
        width: 80vw;
    }
    .diagnosis-parallax_thumb img {
        border-radius: 3vw;
    }
}

/*******************

example

********************/

.example {
    position: relative;
}

.example__inner {
    padding: 80px 0 0 0;
}

.example__inner h3 {
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    z-index: 1;
}

.example__bg {
    position: absolute;
    right: 0;
    top: 64px;
    left: 0;
    margin: auto;
}

.example__bg h2 {
    color: #EAEAEA;
    font-size: 120px;
    text-align: center;    
    font-family: "Archivo", serif;
}  

.example__list {
    margin-top: 120px;
}

.example__list .example__list-box {
    background-image: url(../img/career-diagnosis/ref-example01.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 36.4583333333vw;
    margin-bottom: 40px;
    transition: .2s ease-in-out;    
}

.example__list .example__list-box-secound {
    background-image: url(../img/career-diagnosis/ref-example02.png);
    background-position-x: right;
}

.example__list .example__list-box-third {
    background-image: url(../img/career-diagnosis/ref-example03.png);
}

.example__list-txt {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    justify-content: center;
    padding-left: 4%;
    height: 100%;
    width: 40%;
}

.example__list-sub-txt h2 {
    color: #ffffff;
    padding-top: 16px;
}

.example__list-txt p {
    color: #ffffff;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: .02em;
}

.example__list-sub-txt p span {
    background: rgba(67,67,67,.4);
    border-radius: 12px;
    padding: 8px 14px;
    color: #ffffff;
}

.example__list-box-right {
    background-position: right top;
    height: 40.4583333333vw;
}

.example__list-box-right .example__list-txt {
    padding-left: 15%;
}

@media screen and (max-width:1400px) {
    .example__bg h2 {
        font-size: 8vw;
    }  
}

@media screen and (max-width: 980px) {

    .example__list-sub-txt h2 {
        font-size: 4.4vw;
    }
    .example__list-txt p {
        font-size: 2.1vw;
    }

    .example__list .example__list-box {
        background-image: url(../img/career-diagnosis/ref-example01-sp.png);
        height: 120vw;
    }

    .example__list .example__list-box-secound {
        height: 150vw;
        background-image: url(../img/career-diagnosis/ref-example02-sp.png);
    }

    .example__list .example__list-box-third {
        background-image: url(../img/career-diagnosis/ref-example03-sp.png);
    }

    .example__list-txt {
        row-gap: 2.0vw;
        width: 75%;
    }
}

@media screen and (max-width: 880px) {

    .example__list-txt {
        justify-content: flex-start;
        padding-top: 5.8vw;
    }

    .example__list-sub-txt h2 {
        font-size: 5.4vw;
        letter-spacing: .01em;
    }

    .example__list-txt p {
        font-size: 3.2vw;
        line-height: 5.4vw;
    }
    .example__list {
        margin-top: 8vw;
    }
}

/*******************

chart

********************/

.chart {
    padding-top: 80px;
}

.chart-content {
    display: flex;
    justify-content: space-between;
}

.chart-content .chart-box__title {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    background: #EDEDED;
    padding: 0 32px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 180px;
}

.chart-content table {
    border-collapse: collapse;
    table-layout: fixed;
}

.chart-content table tr th {
    background: #EDEDED;
    padding: 32px 24px;
    border-bottom: 1px solid #cccccc;
    width: 220px;
}

.chart-content table tr td {
    background: #ffffff;
    padding: 32px 24px;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .002em;
    width: 320px;
}

.chart-content table tr th.first {
    border-top-left-radius: 32px;
}

.chart-content table tr th.last {
    border-bottom-left-radius: 32px;
    border-bottom: 0;
}

.chart-content table tr td.last {
    border-bottom: 0;
}

.chart-detail {
    border-radius: 32px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border: 4px solid #FCD21C;
    background: #ffffff;
    padding: 0 32px;
    width: 360px;
}

.chart-detail dl dd,
.chart-detail dl {
    margin: 0;
}

.chart-detail dl dd {
    border-bottom: 1px solid #cccccc;
    padding: 32px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .002em;
}

.chart-detail dl dd:last-child {
    border-bottom: 0;
}

.chart-title ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 40px;
    padding: 0 24px;
    margin: 40px 0 16px 0;
}

.chart-title ul li {
    background: #C4C4C4;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
    letter-spacing: .02em;
    width: 380px;
}

.chart-title ul li.yellow {
    background: #FCD21C;
}

.chart-title-sp {
    display: none;
}

@media screen and (max-width: 880px) {

    .chart-content {
        margin-top: 8vw;
        flex-direction: column;
        row-gap: 3.0vw;
        margin-bottom: 12vw;
    }

    .chart-detail {
        padding: 0;
        border-radius: 0;
        width: 88vw;
    }

    .chart-title ul {
        display: none;
    }

    .chart-title-sp {
        display: block;
    }

    .chart-title-sp ul li {
        background: #C4C4C4;
        border-radius: 40px;
        font-size: 3.6vw;
        font-weight: 700;
        text-align: center;
        padding: 2.1vw 0;
        letter-spacing: .02em;
        margin: 0 auto 3.2vw auto;
        width: 80vw;
    }

    .chart-title-sp ul li.yellow {
        background: #FCD21C;
    }

    .chart-content table tr th {
        width: 30%;
    }

    .chart-content table tr td {
        width: 60%;
    }

    .chart-content table tr th.first {
        border-top-left-radius: 0;
    }

    .chart-content table {
        margin-bottom: 12vw;
    }

    .chart-content table tr th.last {
        border-bottom-left-radius: 0;
    }

    .chart-content table tr th {
        font-size: 3.8vw;
    }

    .chart-content table tr td {
        font-size: 3.6vw;
        line-height: 5.6vw;
        padding: 4.0vw;
    }
    .chart-detail dl dd {
        font-size: 3.6vw;
        line-height: 5.6vw;
        padding: 5.8vw;
    }
}

/*******************

flow

********************/

.flow {
    padding-top: 80px;
}

.flow-item {
    display: flex;
    flex-direction: column;
}

.flow-content {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(84, 84, 84, 0.2);
    padding: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.flow-bar {
    background: #1C1C1C;
    position: absolute;
    height: 3px;
    top: 30%;
    width: 93%;
}

.flow-box {
    box-shadow: 0 4px 18px rgba(84, 84, 84, 0.2);
    border-radius: 8px;
    padding: 16px;
    width: 184px;
}

.flow-item {
    position: relative;
    z-index: 1;
}

.flow-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.flow-circle {
    border-radius: 50%;
    background: #FCD21C;
    display: block;
    height: 16px;
    width: 16px;
}

.flow-dotted-line{
    height: 48px;
    position: relative;
    margin-left: 7px;
}

.flow-dotted-line::before {
    content: "";
    background-image: linear-gradient(to top, #1C1C1C, #1C1C1C 2px, transparent 5px, transparent 8px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.flow-box h5 {
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 14px;
    margin-top: 8px;
}

.flow-box p span {
    background: #7B7B7B;
    border-radius: 24px;    
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 16px;
}

.flow-box p.label {
    font-size: 12px;
}

.flow-box p.label-black span {
    background: #1C1C1C;
}

@media screen and (max-width: 980px) {
    .flow-content {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 880px) {
    .flow {
        padding: 12vw 0;
        margin-top: 12vw;
    }
    .flow-box {
        margin-right: 5.0vw;
    }
    .flow-bar {
        width: 240vw;
    }
}

/*******************

form

********************/

.contact {
    padding-top: 80px;
    position: relative;
}

.contact-box {
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(84, 84, 84, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 64px 48px;
}

.contact-title {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 40%;
}

.contact-title h4 {
    font-weight: 600;
}

.contact-title p {
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 24px;
    font-size: 14px;
}

.contact-content {
    width: 55%;
}

.contact-content dl {
    display: flex;
    margin: 0 0 24px 0;
}

.contact-content dl dt {
    font-size: 14px;
    font-weight: 600;
    width: 25%;
}

.contact-content dl dt span {
    color: #FF0000;
}

.contact-content dl dd {
    margin: 0;
    width: 60%;
}

.contact-content dl dd span input,
.contact-content dl dd span textarea,
.contact-content dl dd span select {
    background: #F4F4F4;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 12px 8px;
    width: 100%;
}

.contact-content input.wpcf7-submit {
    border: 1px solid #FCD21C;
    background: #FCD21C;
    color: #ffffff;
    width: 60%;
    border-radius: 40px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
}

.contact-bg {
    background: #242424;
    bottom: 0;
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 880px) {
    .contact {
        padding-top: 0;
    }
    .contact-box {
        padding: 8vw;
        flex-direction: column;
    }
    .contact-title,
    .contact-content {
        width: 100%;
    }
    .contact-content {
        padding-top: 8.0vw;
    }
    .contact-content input.wpcf7-submit {
        width: 40vw;
        font-size: 3.2vw;
    }
    .contact-bg {
        border-top-left-radius: 8vw;
        border-top-right-radius: 8vw;
    }
}

/*******************

footer

********************/

footer {
    background: #242424;
    position: relative;
}

.footer-bg {
    position: absolute;
    right: 10%;
    top: 10%;
}

.footer-bg svg {
    color: #3C3C3C;
    font-size: 160px;
}

.footer-bar {
    height: 1px;
    background: #ffffff;
    margin: 32px 0;
    width: 100%;
}

.footer-item h3 {
    color: #ffffff;
}

.footer-item dl,
.footer-item dl dd {
    margin: 0;
}

.footer-item dl dt,
.footer-item dl dd {
    color: #ffffff;
}

.footer-item h3 {
    padding: 16px 0;
}

.footer-item dl dt {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
}

.footer-item dl dd {
    font-size: 12px;
    letter-spacing: .08em;
}

.footer-box ul {
    display: flex;
    column-gap: 16px;
}

.footer-box ul li a {
    color: #ffffff;
    font-weight: 500;
}

.footer-box p small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
}

.footer-content {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}