@charset "UTF-8";

main {
    font-family: "Noto Sans JP", sans-serif;
}

.ceo_message {
    text-align: center;
    margin: 3rem auto 1rem;
}

.ceo_btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: "Ropa Sans", "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    max-width: 300px;
    min-height: 58px;
    z-index: 2;
    color: #098898;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    padding: 25px 60px 25px 35px;
    position: relative;
    margin: 0 auto;
}

.ceo_btn:hover {
    opacity: 0.8;
}

.ceo_btn::after {
    content: "";
    background: url(../images/arrow-right-short-primary.svg) no-repeat center / contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 15px;
    height: 12px;
}

/* 社員紹介 */
.r_member_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
}

.r_member_item {
    background-color: #fff;
    border-radius: 30px;
    padding: 1.5rem 1.35rem;
}

.r_member_item.none a.full-link {
    display: flex;
    /* aタグがリストアイテム全体を囲む */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r_member_thumbnail img {
    width: 100%;
    border-radius: 25px;
}

.r_member_info {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding-top: 1.35rem;
}

.r_member_position {
    color: #2b8999;
    font-weight: 500;
}

.r_name_con {
    color: #4c4948;
    display: flex;
    align-items: flex-end;
    gap: 2%;
}

.r_member_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 0.932rem + 0.34vw, 1.313rem);
}

.r_member_alpha {
    font-size: clamp(0.75rem, 0.723rem + 0.14vw, 0.875rem);
}

.r_m_border {
    width: 5px;
    height: 40px;
    border-radius: 50vh;
    margin-right: 1rem;
    background: linear-gradient(to bottom, #3fc1d3, #5ed6e5);

}

.r_m_message_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.r_member_message {
    color: #2b8999;
}

.r_memver_more {
    display: flex;
    width: auto !important;
    gap: 0.6rem;
    background-color: #3fc1d3;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    border-radius: 50vh;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    margin-left: auto;
    align-items: center;
}
.r_memver_more:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.r_memver_more p {
    margin-bottom: 0.3em;
}

.com_soon_txt {
    font-size: clamp(1.188rem, 1.147rem + 0.2vw, 1.375rem);
    color: #2b8999;
}

/* スライダー */
 .member-swiper-wrap {
    position: relative;
}
.r_m_btnbox {
    display: flex;
    gap: 1.25rem;
    margin-top: 50px;
}
.member-swiper-wrap .swiper-button-prev {
    position: absolute;
    left: 0 !important;
    bottom: 0;
}
.member-swiper-wrap .swiper-button-next, 
.member-swiper-wrap .swiper-button-prev {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #078997;
}
/* .member-swiper-wrap .swiper-button-prev  {
    background-color: rgb(208 208 209 / var(--tw-bg-opacity));
} */
.member-swiper-wrap .swiper-button-next:after {
    content: "";
    background-image: url(../images/careers/arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 8px;
}
.member-swiper-wrap .swiper-button-prev:after {
    content: "";
    background-image: url(../images/careers/arrow-left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 8px;
}

/* 福利厚生 */
.benefit_con_wrapper {
    position: relative;
    z-index: 2;
}

.bene_secttl_txt {
    line-height: 1.8;
    padding-top: 0.5rem;
}

.benefit_ttl {
    color: #2b8999;
    font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.813rem);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding-bottom: 1.5rem;
}

.benefit_ttl.teate {
    padding-top: 12rem;
}

.benefit_ttl.hukuri,
.benefit_ttl.event {
    padding-top: 8rem;
}

.benefit_ttl::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50vh;
    background-color: #6fdeec;
}

.card_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.8%;
    row-gap: 5%;
}

.card_item {
    background-color: #e7f7f9;
    border-radius: 20px;
    padding: 3rem 2rem;
}

.card_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    padding-bottom: 2rem;
}

.card_ttl h5 {
    color: #2b8999;
    font-size: clamp(0.938rem, 0.847rem + 0.5vw, 1.2rem);
    font-weight: bold;
}

.card_detail {
    line-height: 1.8;
}

/* 数字で見る澪標 */
.view_number_mioana {
    background: linear-gradient(to bottom right, #0f9aab, #30d5ea);
    padding: 140px 80px;
}

.view_subttl h3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50vh;
    background-color: #6fdeec;
}

.view_subttl {
    display: flex;
    align-items: center;
    gap: 2%;
    padding-top: 7rem;
}

.view_subttl h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: clamp(1.25rem, 1.196rem + 0.27vw, 1.5rem);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.view_subttl h3 span {
    font-weight: 500;
    font-size: 1.2rem;
    margin-left: 20px;
    letter-spacing: 0.02em;
}

.view_subttl p {
    color: #b7e8ee;
}
.view_number_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
    row-gap: 2%;
}
.view_number_item {
    background-color: #fff;
    border-radius: 20px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    position: relative;
}
.view_number_item h4 {
    font-weight: 500;
    font-size: clamp(1.063rem, 1.035rem + 0.14vw, 1.188rem);
    color: #078997;
}

.view_number_bg {
    position: absolute;
    right: 0;
    top: 10%;
    width: 19%;
    z-index: 1;
}

/* 数字で見る澪標アニメーション */
/* 1.従業員数 */
.employees_chart_wrapper {
    padding: 2em;
}
.employees_chart {
    display: flex;
    gap: 28px;
    flex-direction: column;
    position: relative;
}
.employees_item {
    display: grid;
    grid-template-columns: 5% 90%;
    gap: 5%;
    align-items: center;
}
.employees_number {
    color: #858585;
    font-size: 12px;
}
.employees_border {
    width: 100%;
    height: 1px;
    background-color: #dedede;
}
.employees_year {
    color: #858585;
    font-size: 13px;
    display: flex;
gap: 13%;
    justify-content: flex-end;
}
.employees_attention {
    color: #858585;
    font-size: 13px;
}
.employees_bar_box {
    width: 100%;
    display: flex;
    flex-direction: row;
gap: 17.5%;
    position: absolute;
    left: 0;
    bottom: 30px;
    align-items: flex-end;
    justify-content: flex-end;
        height: 220px; /* 最大の棒より少し余裕 */
}
.employees_bar_box .bar {
    width: 13px;
    border-radius: 10px;
    background-color: #45d0e5;
    height: 0; /* 初期は0 */
    transition: height 1.5s ease-out;
}



/* 2.平均年齢 */
.old_ttl {
    font-size: clamp(3.75rem, 2.939rem + 4.05vw, 7.5rem);
    font-weight: bold;
    color: #078997;
    text-align: center;
    margin-top: -5%;
}
.old_ttl span {
    font-size: clamp(1.625rem, 1.49rem + 0.68vw, 3.25rem);
    margin-left: 0.1em;
}
.old_box {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 300px;      /* 中央寄せ用の固定幅 */
    margin: 0 auto;    /* 中央寄せ */
    padding-left: 2em;
    /* 中央寄せをpaddingで調整 */
}
.old_box li {
    display: flex;
    gap: 0.5em;
    align-items: center;  /* 縦揃え */
    font-size: clamp(0.75rem, 0.736rem + 0.07vw, 0.813rem);
    color: #858585;
}
.old_box li h5 {
    white-space: nowrap;
}
.old_border {
    flex-shrink: 0;   /* 縮小防止 */
    width: 0;         /* 初期0、JSで%幅に変更 */
    height: 10px;
    background-color: #45d0e5;
    border-radius: 5px;
}
/* 3.男女比率 */
.ratio_chart_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}
.ratio_right_box {
    display: flex;
}
.ratio_chart_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.ratio_detail_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 1.5em;
}
.ratio_chart {
    display: flex;
    align-items: center;
    gap: 5%;
}
.ratio_chart svg {
    transform: rotate(-90deg);
    /* 上からスタート */
}
.ratio_info {
    display: flex;
    flex-direction: column;
}
.ratio_info_ttl {
    font-size: clamp(1.875rem, 1.537rem + 1.69vw, 3.438rem);
}
.ratio_info_ttl span {
    /* ％ */
    font-size: clamp(1.125rem, 0.99rem + 0.68vw, 1.75rem);
    margin-left: 0.1em;
}
.ratio_chart {
    position: relative;
}
/* 4.育児別男女比率 */
.childcare_chart_box {
    display: flex;
    justify-content: center;
    gap: 9%;
}
.chart {
    position: relative;
}
.chart svg {
    transform: rotate(-90deg);
    /* 上からスタート */
}
.circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    /* 角を丸く */
    stroke-dasharray: 440;
    /* 円周 */
    stroke-dashoffset: 440;
    /* 初期は全部隠す */
}
.childcare_text {
    position: absolute;
top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(1.875rem, 1.672rem + 1.01vw, 2.813rem);
    font-weight: bold;
}
.childcare_text span {
/* % */
    font-size: clamp(0.875rem, 0.794rem + 0.41vw, 1.25rem) !important;
    margin-left: 0.1em;
}
.childcare_label {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(0.875rem, 0.848rem + 0.14vw, 1rem);
    font-weight: normal;
}
.female {
    color: #ef9c93;
    font-weight: bold;
}
.male {
    color: #45d0e5;
    font-weight: bold;
}
/* 育児別男女比率終わり */
/* 5.カテゴリ別 資格保有者数 */
.view_number_item.license h4 {
     text-align: center;
}
.view_number_item.license .view_number_bg {
    width: 12%;
}
.license_txt {
    color: #858585;
    font-size: clamp(0.813rem, 0.778rem + 0.17vw, 0.906rem);
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.license_txt li {
    display: flex;
    align-items: center;
    gap: 23px;
}
.license_txt li::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50vh;
    background-color: #b2e6ed;
}
.license_graph_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10%;
}
.license_graph {
    max-width: 600px;
    display: flex;
    gap: 5rem;
    margin-top: 30px;
    position: relative;
}
.license_graph.sp {
    justify-content: space-between;
    margin: 0 auto;
}
.license_graph .license_graph_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}
.lincense_number {
    color: #858585;
    font-size: 12.5px;
}
.vertical_line {
    background-color: #e6e6e6;
    width: 1px;
    height: 200px;
}
.vertical_line.sp {
    height: 230px;
}
.license_bar_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.license_bar_box.sp {
    gap: 14px;
}
.license_bar {
    width: 0%; /* 初期状態で横幅を0%に設定 */
    height: 9px; /* 高さはそのまま */
    border-radius: 10px;
    background-color: #45d0e5;
    transition: width 1.1s ease-in-out; /* 横幅の変更にアニメーションを適用 */
}
.sp_license_bar {
    width: 0; /* 初期状態で横幅を0%に設定 */
    height: 9px; /* 高さはそのまま */
    border-radius: 10px;
    background-color: #45d0e5;
    transition: width 1.1s ease-in-out; /* 横幅の変更にアニメーションを適用 */
}
.license_txt {
    color: #858585;
    font-size: clamp(0.813rem, 0.778rem + 0.17vw, 0.906rem);
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.license_bar_item.sp p {
    color: #858585;
    font-size: clamp(0.813rem, 0.778rem + 0.17vw, 0.906rem);
    margin-top: 5px;
}
.lisense_chart_box.sp {
    display: none;
}
@media screen and (min-width: 800px) {
    .tablet\:pl-\[80px\] {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width: 1120px) {
    /* カテゴリ別 資格保有者数グラフ要素切り替え */
    .lisense_chart_box.pc {
        display: none;
    }
    .lisense_chart_box.sp {
    display: block;
}
.license_graph_wrapper {
    display: block;
}
.view_number_item.license .view_number_bg {
    width: 19%;
}
}
@media screen and (max-width: 1040px) {
    .card_wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2%;
    }

    .benefit_back01 {
        opacity: 0.25;
    }
}

@media screen and (max-width: 820px) {
    .r_member_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .r_member_item.none {
        min-height: 450px;
    }

    /* 数字で見る澪標 */
    .view_number_mioana {
        padding: 140px 1.25rem;
    }
    .view_subttl {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .view_number_box {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0%;
    }
    /* 育児男女比率 */
    .childcare_chart_box {
        gap: 2%;
    }
}

@media screen and (max-width: 430px) {
    .card_wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1%;
    }

    .benefit_ttl.teate {
        padding-top: 18rem;
    }

    .r_member_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .r_member_item.none {
        min-height: 550px;
        margin-bottom: 3rem;
    }
    /* 数字で見る澪標 */
    .view_number_mioana {
        padding: 120px 1.25rem;
    }
    /* 1.従業員グラフ */
    .employees_year {
        gap: 10%;
        font-size: 12px;
    }
    .employees_bar_box {
        gap: 15.5%;
    }
    /* 2.平均年齢 */
    .old_box {
        width: 242px;
        padding-left: 0;
        padding-bottom: 1em;
    }
    /* 3.男女比率の円 */
    .ratio_chart svg {
        width: 120px !important;
        height: 120px !important;
    }
    /* 4.育児別男女比率の円 */
    .chart svg {
        width: 120px !important;
        height: 120px !important;
    }
    .childcare_chart_box {
        padding: 5% 0;
    }
    /* カテゴリ別 資格保有者数グラフ要素切り替え */
.license_graph {
    max-width: none;
    width: 100%;
    gap: 13%;
}
.view_number_item.license {
    padding: 9%;
}
}

.br_sasao {
    display: block;
}
@media screen and (max-width: 1300px) {
   .br_sasao {
    display: none;
} 
}