@charset "UTF-8";

/* ============================================
汎用
============================================ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


._sp{
    display: none;
}

html.is-megamenu-open {
    overflow: hidden;
}

.d_hover body{
    -webkit-font-smoothing: antialiased;
}
body.open_modal{
    position: fixed;
    width: 100%;
}

body .r3Header .r3Header_nav .fnR3Current::before {
    z-index: 111;
}

#wrapper{
    position: relative;
    min-width: 950px;
}

#main {
    position: relative;
    width: auto;
    /* 横950でスクロールバーが出るため調整
     * min-width: 950px;
     */
    min-width: 935px;
    padding: 0;
    /* stickyのために一旦解除しています
     * overflow: hidden;
     */
    background-color: #f5f5f5;
    color: #000;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#main * {
    box-sizing: border-box;
}
#main section,
#main .section {
    margin: 0;
}
#main .rInner04 {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
#main a {
    text-decoration: none;
    color: #000;
}
#main h1,
#main h2,
#main h3,
#main h4 {
    margin: 0;
    padding: 0;
    border: none;
    color: #000;
}
#main img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#topicPath {
    min-width: 935px;
    position: absolute;
    z-index: 1;
}
#topicPath .baseIn {
    max-width: 1280px;
    width: 90%;
}

/* ===========================================
cMenu02 ナビゲーション
=========================================== */
.cMenu02__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    position: absolute;
    top: 116px;
    right: 50px;
    z-index: 999;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
.cMenu02__nav.show {
    visibility: visible;
    opacity: 1;
}
.cMenu02__nav.is-fixed {
    top: 20px;
    position: fixed;
}
.cMenu02__nav img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.cMenu02__nav-wrap {
    position: relative;
}
.cMenu02__nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FA0046;
    color: #fff;
    font-size: 116%;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    width: 240px;
    height: 64px;
    border-radius: 7px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.cMenu02__nav-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 192px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    border-radius: 4px;
    padding: 16px 24px;
}
.cMenu02__nav-wrap:hover .cMenu02__nav-dropdown {
    opacity: 1;
    visibility: visible;
}
.cMenu02__nav-dropdown-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    font-size: 133%;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 500;
    color: #000;
    position: relative;
}
.cMenu02__nav-dropdown-item:last-child a {
    border-bottom: none;
}
.cMenu02__nav-dropdown-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FA0046;
    transition: width 0.3s ease-out;
}
.cMenu02__nav-dropdown-item a:hover::after {
    width: 100%;
}
.cMenu02__link-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FA0046;
    border-radius: 50%;
}
/*
.cMenu02__link-icon.cMenu02__link-icon--accordion {
    display: none;
}
*/
.item-division .cMenu02__link-icon {
    display: none;
}
.cMenu02__link-icon.cMenu02__link-icon--arrow {
    background-image: url(../../images/rn02/icon_arrow.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cMenu02__link-icon.cMenu02__link-icon--window {
    background-image: url(../../images/rn02/icon_window.svg);
    background-size: 11px 9px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cMenu02__menu-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
    border: none;
}
.cMenu02__nav .cMenu02__menu-line {
    display: block;
    width: 24px;
    height: 14px;
}
/* ===========================================
cMegamenu
=========================================== */
.cMegamenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
    pointer-events: none;
}
.cMegamenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cMegamenu__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
.cMegamenu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cMegamenu__logo img {
    display: block;
}
.cMegamenu__close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
}
.cMegamenu__content {
    padding-top: 30px;
    padding-bottom: 70px;
}
.cMegamenu__main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}
.cMegamenu__main-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 133%;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #000;
    position: relative;
}
.cMegamenu__main-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FA0046;
    transition: width 0.3s ease-out;
}
.cMegamenu__main-link:hover::after {
    width: 100%;
}
.item-division .cMegamenu__main-link::after{
    display: none;
}
.cMegamenu__main-hText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 133%;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #000;
    position: relative;
}
.cMegamenu__main-text {
    flex: 1;
}
.cMegamenu__main-text + .cMenu02__link-icon {
    flex: 0 1 24px;
    margin-left: 8px;
}
.cMegamenu__sub-list {
    margin-bottom: 16px;
}
.cMegamenu__sub-item {
    margin-top: 16px;
}
.cMegamenu__sub-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 116%;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}
.cMegamenu__sub-icon {
    stroke: #FA0046;
    flex: 0 1 10px;
}
.cMegamenu__sub-item a p {
    flex: 1;
}
.cMegamenu__sub-item span {
    position: relative;
}
.cMegamenu__sub-item span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FA0046;
    transition: width 0.3s ease-out;
}
.cMegamenu__sub-item a:hover span::after {
    width: 100%;
}
.cMegamenu__banner {
    display: block;
    position: fixed;
    bottom: 36px;
    right: 40px;
    width: 343px;
    height: 90px;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cMegamenu__banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.cMegamenu__banner-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 343/90;
}
.cMegamenu__banner-text {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY( -50%);
}
.cMegamenu__banner-text span {
    font-size: 114%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #fff;
    font-weight: 600;
}
/* ============================================
cEntry
============================================ */
#main .cEntry {
    position: relative;
    padding-top: 120px;
    background-color: #fff;
    overflow: hidden;
}
#main .cEntry__title {
    font-size: 120px;
    font-weight: 800;
    color: #FA0046;
    text-align: center;
    background-color: transparent;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Inter Tight', sans-serif;
}
#main .cEntry__inner {
    position: relative;
    width: 97.22222%;
    margin-inline: auto;
    max-width: 1400px;
}
#main .cEntry__inner::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
#main .cEntry__slider {
    width: 100%;
    height: 640px;
}
#main .cEntry__slider .swiper-slide {
    overflow: hidden;
    width: 100%;
    margin: 0;
}
#main .cEntry__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .cEntry__content {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX( -50%);
    z-index: 10;
    width: 90%;
}
#main .cEntry__text {
    text-align: center;
    margin-top: 52px;
}
#main .cEntry__catch br{
    display: none;
}
#main .cEntry__catch {
    margin: 0 auto;
    text-indent: -9999px;
    background: url(/recruit/common/images/rn02/entry_copy.svg) left top / contain no-repeat;
    width: 270px;
    aspect-ratio: 270/184;
}
#main .cEntry__description {
    margin-top: 24px;
    font-weight: 500;
    font-size: clamp(14px, 13.296px + 0.188vw, 16px);
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #fff;
}
#main .cEntry__buttons {
    margin-top: 48px;
}
#main .cEntry__buttons-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    max-width: 976px;
}
#main .cEntry__buttons-item {
    max-width: 320px;
    width: 100%;
}
#main .cEntry__buttons-item a{
    width: 100%;
}
#main .cEntry__buttons-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FA0046;
    color: #fff;
    font-size: clamp(14px, 12.592px + 0.376vw, 18px);
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    padding: 0 32px;
    width: 100%;
    height: 81px;
    text-decoration: none;
    transition: padding 0.3s ease-out;
}
#main .cEntry__buttons-link:hover {
    padding: 0 22px 0 32px;
}
#main .cEntry__buttons-icon {
    stroke: #fff;
    width: 10px;
    height: 10px;
}
/* ===========================================
cSitemap
=========================================== */
#main .cSitemap {
    padding-top: 104px;
    padding-bottom: 80px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#main .cSitemap__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#main .cSitemap__top-link a {
    font-weight: 500;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    line-height: 1;
}
#main .cSitemap__pagetop a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    line-height: 1;
}
#main .cSitemap__pagetop-icon {
    stroke: #FA0046;transform: rotate(-90deg);
}
#main .cSitemap__main {
    display: grid;
    grid-template-columns: 52% 48%;
    margin-top: 80px;
    display: flex;
}
#main .cSitemap__catch {
    flex: 1;
}
#main .cSitemap__catch img {
    display: block;
    width: 220px;
    height: auto;
}
#main .cSitemap__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    flex: 0 1 620px;
}
#main .cSitemap__nav-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#main .cSitemap__nav-title {
    font-weight: 600;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-size: 125%;
}
#main .cSitemap__nav-title span {
    position: relative;
}
#main .cSitemap__nav-title span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FA0046;
    transition: width 0.3s ease-out;
}
#main .cSitemap__nav-title span:hover::after {
    width: 100%;
}
#main .cSitemap__nav-subtitle {
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    font-size: 108%;
}
#main .cSitemap__nav-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#main .cSitemap__nav-item a {
    position: relative;
    padding-left: 16px;
    font-size: 107%;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
}
#main .cSitemap__nav-item a::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#main .cSitemap__nav-item a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FA0046;
    transition: width 0.3s ease-out;
}
#main .cSitemap__nav-item a:hover::after {
    width: 100%;
}
#main .cSitemap__nav-icon {
    display: inline-block;
    width: 11px;
    height: 9px;
    margin-left: 4px;
}
#main .cSitemap__nav-icon path,
#main .cSitemap__nav-icon rect {
    fill: #FA0046;
}


#main .cSection02__title {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
}
#main .cSection02__title .en {
    display: block;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 900;
    color: #FA0046;
    font-size: 125%;
    line-height: 150%;
}
#main .cSection02__title .ja {
    display: block;
    /*
    font-weight: 700;
    line-height: 120%;
    font-size: 350%;
    transform: skewX(-9deg);
    */
    margin-top: clamp(24px, 15.549px + 2.254vw, 48px);
}
#main .cSection02__lead {
    font-weight: 500;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    line-height: 180%;
    font-size: 150%;
    margin-top: 40px;
    text-align: justify;
}
#main .cSection02__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}
#main .cSection02__text  .cSection02__lead{
    margin: 0;
}
/* ===========================================
下層ページタイトル
=========================================== */
#main .cPagetitle {
    padding-top: 70px;
}
#main .cPagetitle__inner {
    max-width: 1280px;
    width: 90%;
    margin-inline: auto;
}
#main .cPagetitle__title {
    position: relative;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    z-index: 1;
    background-color: transparent;
}
#main .cPagetitle__title::before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 52px;
    height: 58px;
    background-image: url(/recruit/common/images/rn02/pagetitle_icon-union.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
#main .cPagetitle__catchcopy {
    display: block;
    margin-top: 48px;
}
#main .cPagetitle__catchcopy img {
    object-fit: contain;
}
#main .cPagetitle__lead {
    font-size: 150%;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    margin-top: 48px;
    max-width: 950px;
    text-align: justify;
    font-feature-settings: 'palt' on;
}
/* ============================================
下層ページメインビジュアル（画像＋テキスト）
============================================ */
#main .cPageMv {
    padding-top: 96px;
}
#main .cPageMv__inner {
    position: relative;
    padding: 0 20px 72px;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}
#main .cPageMv__img img {
    aspect-ratio: 1400/540;
    object-fit: cover;
}
#main .cPageMv__title {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 192px;
    font-weight: 900;
    color: #FA0046;
    text-align: center;
    background-color: transparent;
    line-height: 80%;
    margin: 0;
    text-align: right;
    padding: 0;
    font-family: 'Inter Tight', sans-serif;

}


.cArrowAnimTrg svg{
    width: 100%;
    height: 100%;
}
.cArrowAnimTrg .arrowAnimFill{
    transform: translateX(-100%)
}
a:hover + a[class$="Title"] .cArrowAnimTrg .cArrowAnimMask,
a:hover .cArrowAnimTrg .cArrowAnimMask{
    animation: arrowAnim 0.7s ease-in;
}
a:hover + a[class$="Title"] .cArrowAnimTrg .cArrowAnimFill,
a:hover .cArrowAnimTrg .cArrowAnimFill{
    animation: arrowAnimFill 0.7s ease-in;
}
@keyframes arrowAnim{
    0%{
        transform: translateX(0%)
    }
    50%{
        transform: translateX(100%)
    }
    100%{
        transform: translateX(100%)
    }
}
@keyframes arrowAnimFill{
    0%{
        transform: translateX(-100%)
    }
    50%{
        transform: translateX(0%)
    }
    100%{
        transform: translateX(0%)
    }
}
.cImgAnimTrg img{
    transform: scale(1);
    transition: transform 0.3s ease-out;
}
a:hover .cImgAnimTrg img{
    transform: scale(1.1);
}


/* 共通ボタン */
#main .cLinkBtn{
}
#main .cLinkBtnRect{
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    backdrop-filter: blur(10px);
    border: solid 1px #FA0046;
    background: #fff;
    -webkit-transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 2px;
}
#main .cLinkBtnRect.black{
    border: solid 1px #000;
}
#main .cLinkBtnRect.white{
    border: solid 1px #fff;
}
#main .cLinkBtnRect:after{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #FA0046;
    -webkit-animation: left-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: left-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#main .cLinkBtnRect.black:after{
    background-color: #000;
}
#main .cLinkBtnRect.white{
    background-color: #FA0046;
}
#main .cLinkBtnRect.white:after{
    background-color: #fff;
}
#main .cLinkBtn_text{
    font-weight: 700;
    font-size: clamp(18px, 17.296px + 0.188vw, 20px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #FFFFFF;
    padding: clamp(20px, 15.775px + 1.127vw, 32px) clamp(51px, 46.423px + 1.221vw, 64px) clamp(20px, 15.775px + 1.127vw, 32px) clamp(20px, 15.775px + 1.127vw, 32px);
    position: relative;
    z-index: 2;
}
#main .cLinkBtn_chevron,
#main .cLinkBtn_window,
#main .cLinkBtn_arrow{
    position: absolute;
    z-index: 5;
    right: clamp(20px, 15.070px + 1.315vw, 34px);
    top: 50%;
    transform: translateY(-50%);
}
#main .cLinkBtn_arrow svg path{
    stroke: #fff !important;
}
#main .cLinkBtn_chevron{
    width: 32px;
    height: 44px;
}
#main .cLinkBtn_chevron svg{
    width: 100%;
    height: 100%;
}
#main .cLinkBtn_chevron svg path{
    stroke: #FA0046 !important;
}
#main .cLinkBtn_window svg path{
    fill: #fff !important;
}
#main .cLinkBtnRect:hover:after{
    -webkit-animation: right-out 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: right-out 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#main .cLinkBtnRect:hover .cLinkBtn_text{
    color: #FA0046;
}
#main .cLinkBtnRect.black:hover .cLinkBtn_text{
    color: #000;
}
#main .cLinkBtnRect.white .cLinkBtn_text{
    color: #FA0046;
}
#main .cLinkBtnRect.white:hover .cLinkBtn_text{
    color: #fff;
}
#main .cLinkBtnRect:hover .cLinkBtn_chevron svg,
#main .cLinkBtnRect:hover .cLinkBtn_arrow svg{
    -webkit-animation: forward 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: forward 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#main .cLinkBtnRect:hover .cLinkBtn_arrow svg path{
    stroke: #FA0046 !important;
}
#main .cLinkBtnRect:hover  .cLinkBtn_chevron svg path{
    stroke: #fff !important;
    fill: #fff !important;
}
#main .cLinkBtnRect:hover .cLinkBtn_window svg path{
    fill: #FA0046 !important;
}
#main .cLinkBtnRect.black:hover .cLinkBtn_arrow svg path{
    stroke: #000 !important;
}
#main .cLinkBtnRect.black:hover .cLinkBtn_window svg path{
    fill: #000 !important;
}
@keyframes left-in {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%)
    }

    to {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes right-out {
    0% {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translateX(102%);
        transform: translateX(102%)
    }
}
@keyframes forward{
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    30% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    30.1% {
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }
    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

/*LinkText*/
#main .cLinkWrap{
    display: flex;
    align-items: center;
    width: fit-content;
}
#main .cLinkWrapText{
    margin: 0 0 0 10px;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 0.03em !important;
    font-feature-settings: 'palt' on !important;
    text-align: left !important;
    padding-bottom: 2px !important;
    word-break: break-all;
    position: relative;
    overflow: hidden;
}
#main .cLinkWrapText:before{
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
#main .cLinkWrapText:after{
    content: "";
    display: block;
    background: #FA0046;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-animation: right-out 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: right-out 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#main a:hover .cLinkWrapText:after{
    -webkit-animation: left-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: left-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
#main .cLinkWrapText.ls_0{
    letter-spacing: 0 !important;
}
#main .cLinkWrapText.white{
    color: #fff;
}
#main .cLinkWrapText.l_white:before{
    background: rgba(255, 255, 255, 0.8);
}
#main .cCircleIcon{
    display: block;
    position: relative;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
}
#main .cCircleIconWrap{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#main .cCircleIconWrap svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
}
#main .cCircleIconWrap svg path{
    stroke: #FA0046 !important;
}
#main .cCircleIconWrap.window svg{
    fill: #FA0046 !important;
}
#main .cCircleIconWrap.window svg path{
    stroke: none !important;
}
#main .cCircleIconBg{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#main .cCircleIcon.gray .cCircleIconBg{
    background-color: #F3F3F3;
}
#main .cCircleIconBg:after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FA0046;
    border-radius: 100%;
    -webkit-transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1), height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1), height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: width, height;
}
#main .cWindowIcon{
    margin: 0 0 0 4px;
}
#main .cWindowIcon svg{
    fill: #FA0046 !important;
}
#main a:hover .cCircleIconWrap svg path{
    stroke: #fff !important;
}
#main a:hover .cCircleIconWrap.window svg{
    fill: #fff !important;
}
#main a:hover .cCircleIconWrap.window svg path{
    stroke: none !important;
}
#main a:hover .cCircleIconBg:after{
    width: 100%;
    height: 100%;
}

#main .tVoices__link {
    flex: 0 0 auto;
}

/* 社員の声スライダー */
#main .voiceSlide{
}
#main .voiceSlideItem{
    overflow: hidden;
    min-width: 400px;
}
#main .voiceSlideLink{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#main .voiceSlideImage{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
#main .voiceSlideImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .voiceSlideText{
    position: absolute;
    z-index: 2;
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    aspect-ratio: 320 / 188;
}
#main .voiceSlideTextWrap{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/recruit/common/images/rn02/voiceSlide_bg.png) center / 100% 100% no-repeat;
}
#main .voiceSlideTextBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 4;
    transform: matrix(1, 0, -0.16, 0.99, 0, 0) translateY(-50%);
    padding: clamp(16px, 6.857px + 1.19vw, 24px) 0px clamp(6px, -0.857px + 0.893vw, 12px) clamp(24px, 5.714px + 2.381vw, 40px);
}
#main .voiceSlideTextBox .job{
    font-family: 'Inter Tight', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #FA0046;
}
#main .voiceSlideTextBox .copy{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: clamp(18px, 13.429px + 0.595vw, 22px);
    line-height: 140%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #1C1C1C;
    margin: 20px 0 0;
    width: 85%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
#main .voiceSlideCategory{
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0 0;
    gap: 0 5px;
}
#main .voiceSlideCategory li{
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    font-weight: 400;
    font-size: clamp(10px, 7.714px + 0.298vw, 12px);
    line-height: 100%;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' on;
    color: #000000;
    padding: 8px 10px;
}


#main .cRelated{
    background: #F3F3F3;
    margin: clamp(80px, 57.465px + 6.009vw, 144px) auto 0;
    max-width: 1440px;
    padding: clamp(80px, 57.465px + 6.009vw, 144px) 0;
}
#main .cRelatedWrap{
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}
#main .cRelatedItem{
    width: calc((100% - 24px) / 2);
    display: block;
    position: relative;
    aspect-ratio: 628 / 240;
    border-radius: 4px;
    overflow: hidden;
}
#main .cRelatedItem:after{
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#main .cRelatedItem:nth-child(1):after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.4) 100%);
}
#main .cRelatedItem:nth-child(2):after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.38%, rgba(0, 0, 0, 0.4) 100%);
}
#main .cRelatedImage{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#main .cRelatedText{
    position: absolute;
    z-index: 3;
    left: clamp(20px, 15.775px + 1.127vw, 32px);
    bottom: clamp(20px, 15.775px + 1.127vw, 32px);
}
#main .cRelatedText h3{
    font-weight: 700;
    font-size: clamp(16px, 13.183px + 0.751vw, 24px);
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #fff;
}
#main .cRelatedArrow{
    position: absolute;
    z-index: 3;
    bottom: clamp(20px, 15.775px + 1.127vw, 32px);
    right: clamp(20px, 15.775px + 1.127vw, 32px);
    width: clamp(24px, 15.549px + 2.254vw, 48px);
    height: clamp(33px, 21.028px + 3.192vw, 67px);
    transition: transform 0.3s ease-out;
}
#main .cRelatedArrow svg{
    width: 100%;
    height: 100%;
}
