/* ==========================================================
   company/css/style.css
   G-Call 会社情報ページ（PC用 / min-width: 768px）
   ========================================================== */

/* カラー変数 */
:root {
}

/* ----------------------------------------------------------
   header company独自
   ---------------------------------------------------------- */

.logo_group {
    gap: 0;
}

.logo_gcall {
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: var(--color-primary);
}

.company_smenu {
    display: flex;
    gap: 24px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 0 48px;
}
.company_smenu li a {
    text-decoration: none;
}
.company_smenu li a:hover {
    color: var(--color-mygcall);
}

/* ----------------------------------------------------------
   HERO SECTION (新)
   ---------------------------------------------------------- */
.sec_hero {
    position: relative;
    z-index: 0;
    line-height: 1.8;
    background: url(../img/bg_sec_hero.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sec_hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 378px;
    background: linear-gradient(rgba(193, 226, 238, 0), rgba(193, 226, 238, 1));
}

.sec_hero .sec_hero_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 56px 0 64px;
}

.hero_heading {
    margin: 0 0 32px;
    font-size: 4rem;
    font-weight: 900;
    color: var(--color-primary);
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.hero_heading .hero_heading_accent {
    color: var(--color-mygcall);
}

.hero_sub {
    font-size: 8rem;
    color: var(--color-primary);
    line-height: 0.9;
}

.hero_sub .hero_sub_en {
    margin: 0 24px 0 0;
    font-size: 8.8rem;
    font-family: "Amiri", serif;
}

.hero_sub .hero_sub_bold {
    font-weight: bold;
    font-family: "Outfit", serif;
}

.hero_title {
    margin: 40px 0 16px;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Outfit", serif;
    color: var(--color-primary);
    line-height: 1;
}

.hero_foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero_foot .hero_foot_txt {
    width: calc(100% - 232px);
}

.hero_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 16px 24px 17px 40px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.hero_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.hero_cta_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   ABOUTUS SECTION (新)
   ---------------------------------------------------------- */
.sec_aboutus {
    background-color: var(--color-white);
    padding: 100px 0 80px;
    line-height: 1.8;
    overflow: hidden;
}
.sec_aboutus_inner {
    width: 1200px;
    margin: 0 auto;
}
.sec_aboutus_title {
    margin: 0 0 64px;
    font-size: 6.4rem;
    font-weight: bold;
    font-family: "Outfit", serif;
    color: var(--color-primary);
    line-height: 1;
    text-align: center;
}
.sec_aboutus_col {
    display: flex;
    justify-content: space-between;
}
.sec_aboutus_col .sec_aboutus_col_txt {
    width: 540px;
}
.sec_aboutus_col .sec_aboutus_col_img {
    width: 600px;
}
.sec_aboutus_col .sec_aboutus_col_img .sec_aboutus_col_img_01 img {
    border-radius: 16px 0 0 16px;
}
.sec_aboutus_col .sec_aboutus_col_img .sec_aboutus_col_img_02 {
    margin: -32px 0 0;
}
.sec_aboutus_col .sec_aboutus_col_img img {
    max-width: none;
}
.sec_aboutus_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 32px 0 0;
    padding: 16px 24px 17px 40px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.sec_aboutus_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.sec_aboutus_cta_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   SERVICE SECTION (新)
   ---------------------------------------------------------- */
.sec_service {
    background-color: var(--color-bg-light);
    padding: 100px 0;
    line-height: 1.8;
}
.sec_service .sec_service_inner {
    width: 1200px;
    margin: 0 auto;
}
.sec_service_title {
    margin: 0 0 64px;
    font-size: 6.4rem;
    font-weight: bold;
    font-family: "Outfit", serif;
    color: var(--color-primary);
    line-height: 1;
    text-align: center;
}
.sec_service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin: 0 0 64px;
}
.sec_service_list .sec_service_list_col {
    display: flex;
    flex-direction: column;
    width: 376px;
    padding: 23px 20px 20px;
    border-radius: 16px;
    color: var(--color-text);
    text-decoration: none;
    background: var(--color-white);
    box-shadow: 0 8px 24px rgba(0, 51, 102, 0.12);
}
.sec_service_list .sec_service_list_col .sec_service_list_col_ico {
    margin: 0 0 10px;
}
.sec_service_list .sec_service_list_col .sec_service_list_col_ico img {
    margin: 0 auto;
    border-radius: 24px;
    box-shadow: 4px 8px 16px rgba(0, 151, 206, 0.4);
}
.sec_service_list .sec_service_list_col .sec_service_list_col_title {
    margin: 0 0 16px;
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--color-text-bold);
    text-align: center;
    line-height: 1.4;
}
.sec_service_list .sec_service_list_col .sec_service_list_col_txt {
    flex: 1;
    margin: 0 0 32px;
    padding: 0 10px;
}
.sec_service_list .sec_service_list_col .sec_service_list_col_img img {
    margin: 0 auto;
    border-radius: 16px;
}
.sec_service_cta {
    text-align: center;
}
.sec_service_cta .sec_service_cta_btn {
    margin: 0;
}
.sec_service_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 32px 0 0;
    padding: 16px 24px 17px 40px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.sec_service_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.sec_service_cta_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}
.sec_service_ps {
    margin: 64px 0 0;
    padding: 56px;
    border-radius: 16px;
    color: var(--color-white);
    background: var(--color-mygcall);
}
.sec_service_ps .sec_service_ps_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
}
.sec_service_ps .sec_service_ps_title .sec_service_ps_title_en {
    font-size: 3.6rem;
    font-family: "Outfit", serif;
}
.sec_service_ps .sec_service_ps_col {
    display: flex;
    justify-content: space-between;
}
.sec_service_ps .sec_service_ps_col .sec_service_ps_col_list {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 464px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.sec_service_ps .sec_service_ps_col .sec_service_ps_col_list li {
    padding: 1px 0 1px 46px;
    background: url(../img/ico_check.svg) no-repeat 0 center;
    background-size: 30px auto;
}
.sec_service_ps .sec_service_ps_col .sec_service_ps_col_txt {
    order: 0;
    width: 560px;
    padding: 32px 0 0;
}

/* ----------------------------------------------------------
   RECRUIT SECTION (新)
   ---------------------------------------------------------- */
.sec_recruit {
    background: linear-gradient(
        -45deg,
        rgba(0, 180, 245, 0.15),
        rgba(23, 68, 85, 0.15)
    );
    padding: 80px 0;
    line-height: 1.8;
    overflow: hidden;
}
.sec_recruit_inner {
    width: 1200px;
    margin: 0 auto;
}
.sec_recruit_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_recruit_col .sec_recruit_col_img {
    width: 580px;
    margin: 0 0 0 -100px;
}
.sec_recruit_col .sec_recruit_col_img img {
    border-radius: 0 16px 16px 0;
}
.sec_recruit_col .sec_recruit_col_txt {
    width: 640px;
}
.sec_recruit_col_head {
    display: flex;
    align-items: center;
}
.sec_recruit_col_head .sec_recruit_col_img {
    width: 300px;
}
.sec_recruit_col_head .sec_recruit_col_img img {
    border-radius: 16px;
    width: 255.2px;
    height: 211.2px;
}
.sec_recruit_col_head .sec_recruit_col_txt {
    width: 640px;
    margin-left: 40px;
}
.sec_recruit_title {
    margin: 0 0 40px;
    font-size: 6.4rem;
    font-weight: bold;
    font-family: "Outfit", serif;
    color: var(--color-primary);
    line-height: 1;
}
.sec_recruit_col .sec_recruit_col_txt .sec_recruit_col_tit {
    margin: 0 0 16px;
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--color-mygcall);
    line-height: 1.4;
}
.sec_recruit_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 32px 0 0;
    padding: 16px 24px 17px 40px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.sec_recruit_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.sec_recruit_cta_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    -webkit-mask: url("/designChange/common/img/ico_arw.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   下層HERO SECTION
   ---------------------------------------------------------- */
.sec_un_hero {
    margin: 0 0 40px;
    background: url(../img/bg_un_hero.png) no-repeat right center;
    background-size: cover;
}
.sec_un_hero .sec_un_hero_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0;
}
.un_hero_heading {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-primary);
}

/* ----------------------------------------------------------
   下層CONTENS SECTION (新)
   ---------------------------------------------------------- */
.sec_contents {
    margin: 0 0 80px;
    line-height: 1.8;
}
.sec_contents .sec_contents_inner {
    width: 1200px;
    margin: 0 auto;
}
.sec_contents .sec_contents_inner .sec_contents_block {
    margin: 0 0 48px;
}
.un_contents_heading {
    margin: 0 0 32px;
    padding: 14px 0 0;
    border-top: 2px solid var(--color-bg);
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
    position: relative;
    z-index: 0;
}
.un_contents_heading::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--color-mygcall);
}
.un_contents_sub_heading {
    margin: 0 0 24px;
    padding: 12px 24px 12px 20px;
    border-left: 4px solid var(--color-mygcall);
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-text-bold);
    line-height: 1.4;
    background: var(--color-bg-light);
}

.sec_contents .sec_contents_inner .sec_contents_block .tbr {
    border-left-color: var(--color-footer-sub);
    border-top-color: var(--color-footer-sub);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr th {
    border-right-color: var(--color-footer-sub);
    border-bottom-color: var(--color-footer-sub);
    background: var(--color-bg-light);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr td {
    border-right-color: var(--color-footer-sub);
    border-bottom-color: var(--color-footer-sub);
}
.sec_contents .sec_contents_inner .sec_contents_block .tbr thead th {
    color: var(--color-white);
    background: var(--color-text);
}
.sec_contents_block .tbr.outline th {
    width: 20%;
}
.sec_contents_block .tbr td dl {
    display: flex;
    gap: 20px;
}
.sec_contents_block .tbr td dl dt {
    min-width: 120px;
}
.sec_contents_block .tbr td ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.sec_contents_block .tbr td ul li {
    width: 48%;
}

/* ----------------------------------------------------------
   Purpose Section
   ---------------------------------------------------------- */
.purpose-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.purpose-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--color-bg-light);
    border-radius: 16px;
    padding: 32px 40px;
}

.purpose-number {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
    width: 64px;
}

.purpose-label {
    font-family: "Outfit", "Noto Sans JP", system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-mygcall);
    line-height: 1;
}

.purpose-num {
    font-family: "Outfit", "Noto Sans JP", system-ui, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-mygcall);
    line-height: 1;
}

.purpose-text {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--color-text-bold);
    line-height: 1.8;
    margin: 0;
}

/* ----------------------------------------------------------
   Recruit Section (113-2666)
   ---------------------------------------------------------- */
.recruit-tabs {
    display: flex;
    align-items: flex-end;
    margin-top: 32px;
    gap: 8px;
    padding: 0 8px;
    border-bottom: 1px solid #45556c;
}

.recruit-tab {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 11px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #314158;
    line-height: 1.4;
    border: 1px solid #45556c;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    bottom: -1px;
    transition: 0.2s;
}
.recruit-tab:hover {
    background: #003366;
    color: #ffffff;
}
.recruit-tab--active {
    background: #003366;
    color: #ffffff;
    border-bottom: 1px solid #003366;
    z-index: 1;
}

.recruit-detail {
    margin-top: 24px;
}
.recruit-detail-row {
    display: flex;
    border-bottom: 1px solid #c2cfd8;
}
.recruit-detail-row:last-child {
    border-bottom: none;
}
.recruit-detail-label {
    width: 200px;
    flex-shrink: 0;
    padding: 10px 16px;
    background: #eef4f7;
    font-size: 1.6rem;
    font-weight: 400;
    color: #314158;
    line-height: 1.8;
    border-right: 1px solid #c2cfd8;
}
.recruit-detail-value {
    flex: 1;
    padding: 10px 16px;
    background: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    color: #45556c;
    line-height: 1.8;
}

.recruit-staff {
    margin-top: 24px;
    background: #eef4f7;
    border-radius: 16px;
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruit-staff-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #314158;
    padding: 12px 24px;
    margin: 0;
    line-height: 1.4;
}

.recruit-staff-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 40px 16px 32px;
    text-decoration: none;
}
.recruit-staff-card:hover {
    text-decoration: none;
}
.recruit-staff-photo {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background: #c2cfd8;
}
.recruit-staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-staff-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruit-staff-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.recruit-staff-team {
    display: inline-flex;
    align-items: center;
    background: #0097ce;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2px 16px;
    border-radius: 4px;
    line-height: 1.4;
}

.recruit-staff-entry {
    font-size: 1.6rem;
    font-weight: 400;
    color: #314158;
    line-height: 1.8;
}

.recruit-staff-quote {
    font-size: 1.8rem;
    font-weight: 700;
    color: #314158;
    line-height: 1.8;
    margin: 0;
}

.staff-info {
    display: flex;
    align-items: center;
    gap: 40px;
    text-decoration: none;
    margin: 0 0 32px;
}
.staff-info:hover {
    text-decoration: none;
}
.staff-info-photo {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background: #c2cfd8;
}
.staff-info-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-info-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.staff-info-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.staff-info-name {
    font-weight: 700;
}
.staff-info-team {
    display: inline-flex;
    align-items: center;
    background: #0097ce;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2px 16px;
    border-radius: 4px;
    line-height: 1.4;
}

.staff-info-entry {
    font-size: 1.6rem;
    font-weight: 400;
    color: #314158;
    line-height: 1.8;
}
.staff-block {
    margin: 0 0 32px;
}

.un_cta {
    margin: 32px 0 0;
    text-align: center;
}

.un_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: var(--color-mygcall);
    color: var(--color-white);
    font-size: 2.4rem;
    font-weight: 700;
    padding: 24px 80px;
    border-radius: 200px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.un_cta_btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: var(--color-white);
}
.un_cta_btn::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    mask: url("../img/ico_request.svg") no-repeat center / contain;
    -webkit-mask: url("../img/ico_request.svg") no-repeat center / contain;
    background-color: var(--color-white);
}

/* ----------------------------------------------------------
   partner CTA
   ---------------------------------------------------------- */

.partner-cnt {
    display: flex;
    gap: 40px;
}
.partner-cnt .partner-cnt-txt .catch {
    display: inline-block;
    padding: 3px 10px 5px;
    margin: 0 0 20px;
    background: var(--color-bg-light);
    font-size: 1.8rem;
    font-weight: 700;
}
.partner-cnt .partner-cnt-txt .catch span {
    color: var(--color-mygcall);
}
.partner-cnt .partner-cnt-txt p {
    margin: 0 0 20px;
}
.partner-cnt .partner-cnt-img {
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.partner-cta {
    max-width: 980px;
    margin: 0 auto;
    background: #eef4f7;
    border-radius: 16px;
    border: 1px solid #c2cfd8;
    overflow: hidden;
}

.partner-cta-heading {
    background: #314158;
    border-radius: 16px 16px 0 0;
    padding: 16px;
    text-align: center;
    margin: 0;
}
.partner-cta-heading p {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.partner-cta-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 40px 32px;
}

.partner-cta-tel {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.partner-cta-tel-num {
    display: flex;
    align-items: center;
    gap: 8px;
}

.partner-cta-tel-number {
    font-size: 3.2rem;
    font-weight: 700;
    color: #003366;
    line-height: 1;
}

.partner-cta-tel-hours {
    font-size: 1.4rem;
    font-weight: 400;
    color: #003366;
    margin: 0;
    line-height: 1.6;
}

.partner-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border-radius: 200px;
    padding: 18px 48px;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 151, 206, 0.2);
    transition: opacity 0.2s;
}
.partner-cta-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}
.partner-cta-btn span {
    font-size: 2rem;
    font-weight: 700;
    color: #003366;
    line-height: 1.4;
}
