@charset "UTF-8";
/*
Theme Name: STEPING
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/axh4bxd.css");

:root {
    --color-brand: #2cbce0;
    --color-brand-sub: #0039a6;
    --color-brand-blue: #009de8;
    --color-lightnavy: #6991b3;
    --color-skyblue: #f3f9fe;
    --color-linkblue: #a1dbf7;
    --bs-list-group-border-color: #909192;
    --bs-border-color: #6991b3;
}

html,
body {
    height: 100%;
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    background: #fcfdfd;
    color: #2f2725;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .064em;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    transition-duration: .45s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
    position: relative;
    font-size: 0.84rem;
    scroll-padding-top: 700px;
}

.font-en {
    font-family: "Barlow", serif;
    font-weight: 400;
    font-style: normal
}

.font-number {
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-style: normal
}

.fs-10 {
    font-size: 10px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 32px;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

[class^="d-"]>img,
[class*=" d-"]>img,
.d-flex img,
.card img,
.row img {
    flex: none;
}

a,
*::after,
*::before,
a span,
a img,
a svg,
button {
    color: inherit;
    -webkit-transition-duration: .16s;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    transition-duration: .16s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
    outline: none !important;
}

a:visited,
a:link,
a:active,
a:hover {
    text-decoration: none;
}

.nav-link,
.nav-link:hover,
a:hover {
    color: inherit;
}

a:hover img,
a:hover svg,
.pointer:hover {
    opacity: 0.7;
}

.form-min {
    width: 100px;
}

.form-minmin {
    width: 60px;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.navbar-custom {
    -webkit-transition-duration: .40s;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    transition-duration: .40s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
    min-height: 58px;
}


.navbar-custom.affix {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fcfdfd;
    color: inherit;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    padding-top: 0 !important;
}

#drawer {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    background-image: none;
    top: 0;
    right: 16px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.icon-bar {
    display: block;
    width: 24px;
    height: 1px;
    border-radius: 1px;
    border-color: transparent;
    cursor: pointer;
    margin: auto;
    background-color: #2f2725;
}

.icon-bar+.icon-bar {
    margin-top: 6px;
}

.btn-close {
    width: 21px;
    height: 21px;
    --bs-btn-close-bg: none;
    position: relative;
    z-index: 10;
}

.btn-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 21px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 21px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 256px;
}

.ls-0 {
    letter-spacing: 0;
}

.ls-normal {
    letter-spacing: .064em;
}

.ls-wide {
    letter-spacing: 0.3rem;
}

.hover-bottom-line span {
    position: relative;
}

.hover-bottom-line span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 50%;
    background: #0081f4;
    background: linear-gradient(90deg, #0081f4 0%, #0081f4 64%, #22d170 100%);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center bottom;
}

.hover-bottom-line.active span::after,
.hover-bottom-line:hover span::after {
    height: 1px;
    border-radius: 0;
    transform: scale(1, 1);
}

.nav-underline .nav-link {
    transition: all .3s;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link,
.nav-underline .nav-link:hover {
    font-weight: 400;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: var(--color-brand);
    transform: scale(1, 1);
}

.link-underline-hover {
    text-underline-offset: 0.32rem !important;
    --bs-link-underline-opacity: 0;
    text-decoration-color: #2f2725 !important;
}

.link-underline-hover:hover {
    --bs-link-underline-opacity: 0.75;
    text-decoration: underline !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.8s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.table-like-title,
.table-like-text {
    padding: 0.75em;
}

#pageTop {
    position: fixed;
    right: 8px;
    bottom: 0;
    width: 80px;
    transition: .3s;
    z-index: 999;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    opacity: 0;
    visibility: hidden;

}

#pageTop.active {
    opacity: 1;
    visibility: visible;
}

#pageTop.absolute {
    position: absolute;
    top: -48px;
    bottom: auto;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: inherit;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid var(--color-brand);
    border-top-color: var(--color-brand-sub);
    animation: spin 2s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.page-link {
    color: #000 !important;
    border-color: transparent;
    background-color: transparent;
    align-items: center;
    border-radius: 70px !important;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 27.36px;
    width: 40px;
}


a.page-link {
    color: #2f2725 !important;
    border-color: var(--color-brand) !important;
    background-color: #fff;
    font-size: 0.875rem;
}

.active>.page-link,
.page-link.active {
    background: var(--color-brand);
    color: #fff !important;
    border-color: transparent;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
}

.line-4 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?e2gfba');
    src: url('fonts/icomoon.eot?e2gfba#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?e2gfba') format('truetype'),
        url('fonts/icomoon.woff?e2gfba') format('woff'),
        url('fonts/icomoon.svg?e2gfba#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e906";
}

.icon-arrow-left:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

#intern_info a,
.text-brand {
    color: var(--color-brand);
}

.text-brand-sub {
    color: var(--color-brand-sub);
}

.text-brand-blue {
    color: var(--color-brand-blue);
}

.text-lightnavy {
    color: var(--color-lightnavy);
}

a.text-brand-sub.btn:hover,
.bg-brand-sub {
    background-color: var(--color-brand-sub);
    color: #fff;
}

.bg-skyblue {
    background-color: var(--color-skyblue);
}

.bg-lightnavy {
    background-color: var(--color-lightnavy);
}

.text-gradient {
    background-image: linear-gradient(90deg, rgba(44, 186, 254, 1), rgba(0, 130, 232, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_end {
   background-color: #e50012;
   color: #fff;
   padding: 0 1rem;
}

.text-redded {
    color: #e50012;
}

#eventSlider .event_end {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.brand-link {
    line-height: 0.8;
    font-size: 3rem;
}

.snsLink img {
    max-width: 32px;
}

#globalNav .nav-link,
#globalNav .snsLink {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


#globalNav .nav-link:hover,
#globalNav .nav-link.active {
    background-color: var(--color-brand);
    color: #fff;
}

.imageTrimming,
.companyTrimming,
.verticalTrimming,
.listTrimming {
    position: relative;
}

.imageTrimming img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
}

.verticalTrimming img {
    object-fit: cover;
    aspect-ratio: 9 / 10;
}
.listTrimming img {
    object-fit: cover;
    aspect-ratio: 43 / 20;
}
.companyTrimming img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.ceoTrimming img {
    object-fit: cover;
    aspect-ratio: 16 / 15;
}

.subscribers {
    font-size: 4.5rem;
    line-height: 4rem;
}

.swiper-next,
.swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 5.6rem;
    font-size: 10px;
}

.swiper-prev::before {
    content: "";
    position: absolute;
    width: 2.8rem;
    height: 5.6rem;
    background: #fff;
    border-radius: 0 2.8rem 2.8rem 0;
}

.swiper-next::before {
    content: "";
    position: absolute;
    width: 2.8rem;
    height: 5.6rem;
    background: #fff;
    border-radius: 2.8rem 0 0 2.8rem;
}

.swiper-next span,
.swiper-prev span {
    position: relative;
    z-index: 11;
}

.swiper-next:hover span,
.swiper-prev:hover span {
    color: #fff;
}

.swiper-next:hover:before,
.swiper-prev:hover:before {
    background: #2f2725;
}

.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
    opacity: 0;
}

.arrow-more,
.link-list {
    position: relative;
}

.arrow-more:after,
.link-list:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 10px;
}

.sw-prev:before,
.sw-next:before,
.arrow-more:before,
.swiper-next1:before,
.swiper-prev1:before,
.link-list:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: var(--color-linkblue);
    transition: all .3s;
}
.sw-prev:hover:before,
.sw-next:hover:before,
.arrow-more:hover:before,
.swiper-next1:hover:before,
.swiper-prev1:hover:before,
.link-list:hover:before {
    background: var(--color-brand-sub);
}
.sw-prev::before,
.sw-next::before,
.swiper-next1:before,
.swiper-prev1:before {
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-top-bottom-brand {
    border-top: 1px solid var(--color-lightnavy);
    border-bottom: 1px solid var(--color-lightnavy);
}

footer,
.border-top-brand {
    border-top: 1px solid var(--color-lightnavy);
}

.newsTickerContainer {
    position: relative;
    overflow: hidden;
    height: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#newsTicker {
    position: absolute;
    transition: transform 0.8s ease-in-out;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);  /* アニメーション開始時、要素を下（Y軸方向）に100%移動 */
    }
    to {
        transform: translateY(0);  /* アニメーション終了時、要素の位置を初期状態（Y軸方向0%）に戻す */
    }
}

#voiceList .swiper-wrapper{
    transition-timing-function: linear;
}
.sw-prev,
.sw-next,
.swiper-next1,
.swiper-prev1 {
    position: relative;
}

.sw-prev span,
.sw-next span,
.swiper-next1 span,
.swiper-prev1 span {
    position: relative;
    font-size: 10px;
    color: #fff;
}

.interview-title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 4rem;
}

.brands img {
    width: 130px;
    height: 75px;
    object-fit: contain;
}

.brands img[src$='.jpg'],
.brands img[src$='.png'] {
    mix-blend-mode: multiply;
}

#companyTab.nav-tabs {
    border-color: var(--color-lightnavy);
    font-weight: 700;
}

#companyTab.nav-tabs .nav-item,
#companyTabBottom.nav-tabs .nav-item {
    max-width: 400px;
    position: relative;
}

#companyTab.nav-tabs #infoTab,
#companyTab.nav-tabs #messageTab {
    background-color: #fff;
    border-color: var(--color-lightnavy);
    border-bottom: 1px solid var(--color-lightnavy);
    border-radius: 0;
}

#companyTab.nav-tabs #infoTab.active,
#companyTab.nav-tabs #messageTab.active {
    background-color: var(--color-skyblue);
    border-bottom: 1px solid transparent;
}

.form-control,
.form-select,
.btn {
    border-radius: 0;
}

a.infoLink {
    position: relative;
    background: #fff;
    color: var(--color-brand);
    display: block;
    text-align: center;
    font-weight: 500;
}
a.infoLink:after {
    font-family: 'icomoon';
    content: "\e901";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80%;
}
a.infoLink:hover {
    color: #fff;
    background-color: var(--color-brand);
}

@media (min-width: 992px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    .navbar-custom {
        border-bottom: 1px solid var(--color-lightnavy);
    }

    #globalNav .nav-link,
    #globalNav .snsLink {
        border-left: 1px solid var(--color-lightnavy);
        padding-top: 3rem;
        padding-bottom: 3rem;
        height: 100%;
        line-height: 36px;
    }

    .affix #globalNav .nav-link,
    .affix #globalNav .snsLink {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}


@media (max-width: 575.98px) {
    .lead {
        font-size: 1rem;
    }

    .ratio-21x9 {
        --bs-aspect-ratio: 100%;
    }

    .swiper-next,
    .swiper-prev {
        width: 2rem;
        height: 4rem;
    }

    .swiper-prev::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 4rem;
        background: #fff;
        border-radius: 0 2rem 2rem 0;
    }

    .swiper-next::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 4rem;
        background: #fff;
        border-radius: 2rem 0 0 2rem;
    }

}