/* ====================================================
about common style
==================================================== */
.about h3 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    padding-bottom: .3rem;
    border-bottom: 2px solid var(--main_color);
}

.about .about__data,
.about .about__information,
.about__organization_chart {
    text-align: center;
}

.com__sub__ttl span {
    display: block;
}

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

    .about h3,
    .about__data h3 {
        font-size: 2.2rem;
    }
}



/* ====================================================
about__ttl_wap
==================================================== */
.about__ttl p {
    width: 106rem;
}

.about__ttl_wap ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 5rem auto 9rem;
}

.about__ttl_wap .com__more__btn_hov {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #00F;
    width: 27rem;
}

/* about__arrow__btn */
.about__arrow__btn {
    width: 3rem;
    height: 3rem;
}

.about__arrow__btn {
    width: 4rem;
    cursor: pointer;
    overflow: visible;
}

.about__arrow__btn__circle-element {
    overflow: hidden;
}

.about__arrow__btn__arrow-path {
    transform: translateY(0);
}


@media screen and (max-width: 767px) {
    .about__ttl p {
        width: 100%;
    }

    .about__ttl_wap ul {
        flex-direction: column;
        margin: 6.2rem auto 4.8rem;
    }

    .about__ttl_wap li a {
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .about__ttl_wap .com__more__btn_hov:hover .about__arrow__btn__circle-element {
        stroke: var(--accent_color);
    }

    .about__ttl_wap .com__more__btn_hov:hover .about__arrow__btn__arrow-path {
        stroke: var(--accent_color);
        animation: slide-loop 0.2s cubic-bezier(.25, .46, .45, .94) forwards;
    }

    .about__ttl_wap .com__more__btn_hov:hover {
        color: var(--accent_color);
        border: 1px solid var(--accent_color);
    }
}


@keyframes slide-loop {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(16px);
    }

    41% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0);
    }
}



/* ====================================================
about__data
==================================================== */
.about__data {
    background-color: var(--bg_color);
    padding: 10.8rem 0 13.3rem;
}

.about__data__main {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 7rem;
}

.about__data__main__item {
    display: flex;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    background-color: var(--sub_color);
    padding: 8rem;
    border-radius: 5rem;
    width: 101rem;
    margin: auto;
}

.about__data__main__item h4 {
    font-size: 2.15rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: left;
}

.about__data__main__item__box__flex .container {
    font-weight: 600;
}

.js-countUp-target {
    font-family: 'Inter', sans-serif;
}

.js-countUp-target .decimal {
    font-size: 0.7em !important;
    display: inline-block;
    vertical-align: baseline
}

.about__data__main__item__box__data {
    font-size: 8.3rem;
    text-align: left;
}

.about__data__main__item__box__data span {
    font-size: 13.2rem;
    line-height: 1;
}


@media screen and (max-width: 767px) {
    .about__data {
        padding: 8rem 0 10rem;
    }

    .about__data__main {
        gap: 5rem;
        margin-top: 5rem;
    }

    .about__data__main__item {
        flex-direction: column;
        width: 100%;
        padding: 7rem 2.5rem;
    }

    .about__data__main__item h4 {
        font-size: 1.8rem;
        text-align: center;
    }

    .about__data__main__item__box__data {
        font-size: 7.4rem;
        text-align: center;
    }

    .about__data__main__item__box__data span {
        font-size: 10.6rem;
    }

}


/* employees */
.employees img {
    width: 23rem;
}

.employees .about__data__main__item__box__flex .container {
    display: flex;
    gap: 4.6rem;
}

.employees .about__data__main__item__box__sub__ttl {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: .3rem;
}

.employees .about__data__main__item__box__data {
    font-size: 4.7rem;
    display: inline-block;
    height: 8rem;
    overflow: hidden;
}

.employees .about__data__main__item__box__data span {
    font-size: 7.6rem;
}

@media screen and (max-width: 767px) {
    .employees img {
        width: 18.3rem;
    }

    .employees .about__data__main__item__box__flex .container {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }

    .employees .about__data__main__item__box__sub__ttl {
        font-size: 1.5rem;
    }

    .employees .about__data__main__item__box__data {
        font-size: 3.8rem;
    }

    .employees .about__data__main__item__box__data span {
        font-size: 6.1rem;
    }
}


/* age */
.age img {
    width: 15.7rem;
}

.age.about__data__main__item {
    gap: 2rem;
}

.age.about__data__main__item h4 {
    text-align: center;
}


@media screen and (max-width: 767px) {
    .age img {
        width: 23rem;
    }

    .age.about__data__main__item {
        gap: 4.8rem;
        padding: 7rem 2rem;
    }

    .age.about__data__main__item h4 {
        margin-bottom: 1rem;
    }

    .age .js-countUp-target {
        width: initial !important;
    }
}


/* overtime */
.occupation__chart_wrapper {
    position: relative;
    width: 72rem;
}

.pie_chart {
    width: 28rem;
    margin: auto;
}

.occupation__chart_wrapper .legend_item {
    position: absolute;
}

.occupation__chart_wrapper .legend_item:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    width: 18.7rem;
    height: 1px;
    background-color: #000;
}

.occupation__chart_wrapper .legend_item:nth-child(1) {
    right: 6%;
    top: 25%;
}

.occupation__chart_wrapper .legend_item:nth-child(1):before {
    right: 0;
}

.occupation__chart_wrapper .legend_item:nth-child(2) {
    left: -7%;
    top: 69%;
}

.occupation__chart_wrapper .legend_item:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../img/about/about__data__occupation__chart_wrapper__label.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22.7rem;
    height: 4.7rem;
    top: 10%;
    left: 28%;
}

.occupation__chart_wrapper .legend_item:nth-child(2) .legend_label {
    margin-left: 7rem;
}

.occupation__chart_wrapper .legend_item:nth-child(3) {
    left: -6%;
    top: 31%;
}

.occupation__chart_wrapper .legend_item:nth-child(3) .legend_label_line svg {
    width: 29rem;
    height: auto;
}

.occupation__chart_wrapper .legend_item:nth-child(3) .legend_label_line {
    position: absolute;
    top: 5%;
    left: -1%;
}

.occupation__chart_wrapper .legend_item:nth-child(4) {
    left: -18%;
    top: -10%;
}

.occupation__chart_wrapper .legend_item:nth-child(4) .legend_label {
    margin-left: 9rem;
}

.occupation__chart_wrapper .legend_item:nth-child(4) .legend_label_line svg {
    width: 25rem;
    height: auto;
}

.occupation__chart_wrapper .legend_item:nth-child(4) .legend_label_line {
    position: absolute;
    top: 40%;
    left: 71%;
}

.legend_label {
    text-align: left;
    line-height: 1.2;
}

.occupation__chart_wrapper .legend_percentage {
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: .3rem;
}

.occupation__chart_wrapper .percentage_symbol {
    font-size: 4.2rem;
}

.occupation__chart_wrapper .legend_percentage.blue {
    color: var(--main_color);
}

.occupation__chart_wrapper .legend_percentage.color2 {
    color: #96ADD0;
}

.occupation__chart_wrapper .legend_percentage.color3 {
    color: #4D83CF;
}

.occupation__chart_wrapper .legend_percentage.color4 {
    color: #A0A0A0;
}

.occupation__chart_wrapper .pie_chart_container {
    position: relative;
}

.occupation canvas {
    width: 100%;
    height: 100%;
}


/* occupation */
.occupation.about__data__main__item h4 {
    position: absolute;
    left: 68%;
    top: 22%;
}

.occupation.about__data__main__item {
    position: relative;
    display: initial;
}

.occupation__chart_wrapper {
    position: relative;
    width: 72rem;
    margin: auto;
}


@media screen and (max-width: 767px) {
    .occupation.about__data__main__item h4 {
        position: initial;
    }

    .occupation.about__data__main__item {
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }

    .occupation__chart_wrapper {
        width: 100%;
    }

    .pie_chart {
        width: 20rem;
        margin: 11rem auto 5rem;
    }

    .legend_label {
        font-size: 1.2rem;
    }

    .occupation__chart_wrapper .legend_percentage {
        font-size: 4.4rem;
    }

    .occupation__chart_wrapper .percentage_symbol {
        font-size: 3.3rem;
    }

    .occupation__chart_wrapper .legend_item:nth-child(1):before,
    .occupation__chart_wrapper .legend_item:nth-child(2):before,
    .occupation__chart_wrapper .legend_item:nth-child(3):before,
    .occupation__chart_wrapper .legend_item:nth-child(4):before {
        display: none;
    }

    .occupation__chart_wrapper .legend_item:nth-child(1) {
        top: 88%;
        right: 0;
    }

    .occupation__chart_wrapper .legend_item:nth-child(2) {
        top: 75%;
        left: 2%;
    }

    .occupation__chart_wrapper .legend_item:nth-child(2) .legend_label,
    .occupation__chart_wrapper .legend_item:nth-child(4) .legend_label {
        margin-left: 0;
    }

    .occupation__chart_wrapper .legend_item:nth-child(3) {
        top: 0%;
        left: -3%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .occupation__chart_wrapper .legend_item:nth-child(4) {
        top: -37%;
        left: 36%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}



/* ====================================================
about__information
==================================================== */
.about__information {
    padding: 12rem 0 6rem;
    letter-spacing: .2rem;
}

.about__information__table {
    font-size: 1.8rem;
    text-align: left;
    width: 107rem;
    border-collapse: collapse;
    margin: 6rem auto 0;
}

.about__information__table tr {
    border-bottom: 1px solid var(--main_color);
}

.about__information__table td {
    padding: 2.2rem 0;
    vertical-align: top;
}

.label_cell {
    color: var(--main_color);
    font-weight: 600;
    width: 37.5rem;
    white-space: nowrap;
}

.content_cell__item {
    display: flex;
    gap: 2rem;
}

.content_cell__item:not(:last-child) {
    margin-bottom: 1rem;
}

.content_cell {
    font-weight: 400;
    line-height: 1.3;
}

.about-name {
    margin-bottom: 2px;
}

.business_line {
    margin-bottom: 3px;
}

.business_line:last-child {
    margin-bottom: 0;
}

.shareholder_line {
    margin-bottom: 3px;
}

.shareholder_line:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
    .about__information__table {
        font-size: 1.4rem;
        width: 100%;
    }

    .about__information__table tr {
        display: flex;
        gap: 3rem;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 3rem;
    }

    .about__information__table tr:not(:last-child) {
        margin-bottom: 3rem;
    }

    .about__information__table td {
        padding: 0;
    }

    .label_cell {
        width: 100%;
    }
}


/* ====================================================
about__organization_chart
==================================================== */
.about__organization_chart {
    padding: 6rem 0;
}

.about__organization_chart img {
    width: 101rem;
    margin: 6rem auto 0;
}


@media screen and (max-width: 767px) {
    .about__organization_chart img {
        width: 100%;
        margin: 5.5rem auto 0;
    }
}