@charset "Shift_JIS";

/*--------------------------------------------------------
  共通
--------------------------------------------------------*/
html {
    font-size: 1.2195121951vw;
	width: 100vw;
    height: auto;
}

@media (max-width: 640px) {
    html {
        font-size: 4.268vw;
    }
}

@media (min-width: 1340px) {
    html {
        font-size:16px
    }
}
/*--------------------------------------------------------
  staff-list
--------------------------------------------------------*/
.pageHeader {
    border-bottom: 1px solid #bebebe;
}
.container {
    width: min(100% - 2.5rem, 82.5rem);
    padding: 0 1.25rem;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 640px) {
	.container {
		width: 100%;
	}
}
.pageHeader h1 {
    font-size: min(72px, 5rem);
    font-weight: 900;
    line-height: 1;
    padding: 2.5rem 0 2.5rem;
}
@media (max-width: 640px) {
    .pageHeader h1 {
        font-size: 2.5rem;
        padding: 1.25rem 0;
    }
}
.pageHeader .p-container:after, .pageHeader .container:after {
    content: "";
    width: min(90px, 5.625rem);
    height: min(8px, .5rem);
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    display: block;
}
@media (max-width: 640px) {
    .pageHeader .p-container:after, .pageHeader .container:after {
        width: 2.5rem;
        height: .25rem;
    }
}
.interview .pageHeader .container:after {
    background: #e4125b;
}
.interview .interview-list {
    padding-top: 3rem;
}
@media (max-width: 640px) {
    .interview .interview-list {
        padding-top:2rem
    }
}
.interview .interview-list h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 2.8125rem;
}
@media (max-width: 640px) {
    .interview .interview-list h2 {
        font-size:1.625rem
    }
}
.interview .interview-list .list-nav+.interview-staff h2 {
    margin-top: 4rem;
}
@media (max-width: 640px) {
    .interview .interview-list .list-nav+.interview-staff h2 {
        margin-top:3rem
    }
}
.cards-3col {
    display: flex;
    flex-wrap: wrap;
    margin: -1.875rem;
}
@media (max-width: 640px) {
    .cards-3col {
        flex-direction: column;
        margin: -.75rem 0;
    }
}
.cards-3col li {
    width: calc(100% / 3 - 3.75rem);
    margin: 1.875rem;
}
@media (max-width: 640px) {
    .cards-3col li {
        width: 100%;
        margin: .75rem 0;
    }
}
.interview .interview-list .interview-staff .staff-list li, .interview .interview-list .interview-staff .staff-list .staff-item {
    border-radius: .625rem .625rem 0 0;
    border: 1px solid #252525;
    position: relative;
	overflow: hidden;
}
.interview .interview-list .interview-staff .staff-list a {
    display: block;
}
.interview .interview-list .interview-staff .staff-list a:hover {
    text-decoration: none;
}
.interview .interview-list .interview-staff .staff-list .cards-image {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
    border-bottom: 1px solid #252525;
}
.interview .interview-list .interview-staff .staff-list .cards-image img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
    transition: .3s;
    border-radius: .625rem .625rem 0 0;
}
.interview .interview-list .interview-staff .staff-list a:hover .cards-image img {
    transform: scale(1.2);
}
.interview .interview-list .interview-staff .staff-list .cards-text {
    padding: 1.5rem;
}
.interview .interview-list .interview-staff .staff-list .cards-text .cat {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    margin: -.25rem -.25rem .625rem;
}
.interview .interview-list .interview-staff .staff-list .cards-text .cat a, .interview .interview-list .interview-staff .staff-list .cards-text .cat span {
    color: #252525;
    font-weight: 500;
    padding: .375rem .625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bebebe;
    margin: .25rem;
    border-radius: 3.125rem;
}
.interview .interview-list .interview-staff .staff-list .cards-text h3 {
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: .625rem;
}
.interview .interview-list .interview-staff .staff-list .cards-text .name {
    color: #636363;
    font-weight: 500;
}
@media (max-width: 640px) {
    .interview .interview-list .interview-staff.is-cross .staff-list {
        margin:-1.5rem 0
    }
}

.interview .interview-list .interview-staff .staff-list li i, .interview .interview-list .interview-staff .staff-list .staff-item i {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0;
    right: 0;
    display: block;
}
.interview .interview-list .interview-staff .staff-list li .when, .interview .interview-list .interview-staff .staff-list .staff-item .when {
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    display: inline-flex;
    border-radius: .625rem 0 0;
    font-size: .875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .375rem .5rem;
    min-width: 10rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

/*--------------------------------------------------------
  staff interview
--------------------------------------------------------*/
.interview .interview__header {
    width: 100%;
    aspect-ratio: 2;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5.3125rem 0 3.125rem;
    margin-bottom: 6.25rem;
}
@media (max-width: 640px) {
    .interview .interview__header {
        flex-direction: column;
        padding: 2.5rem 0;
        margin-bottom: 4rem;
    }
}
.interview .interview__header .header-mv {
    width: calc(100% - 29.8%);
    height: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 640px) {
    .interview .interview__header .header-mv {
        width: 100%;
        height: 15.625rem;
        position: static;
        margin-bottom: 1.875rem;
    }
}
.interview .interview__header .header-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	ax-width: 100%;
    vertical-align: bottom;
}
.interview .interview__header .header-text {
    position: relative;
}
.interview .interview__header .header-text label {
    display: block;
    margin-bottom: 4.375rem;
}
@media (max-width: 640px) {
    .interview .interview__header .header-text label {
        position: absolute;
        top: -18.4375rem;
        left: 1.25rem;
        width: 14.375rem;
    }
}
.interview .interview__header .header-text h1 {
    font-weight: 900;
    font-size: 3.5rem;
    color: #252525;
    margin-bottom: 3.125rem;
    line-height: 1.65;
}
@media (max-width: 640px) {
    .interview .interview__header .header-text h1 {
        font-size: 1.5rem;
        line-height: 1.75;
        margin-bottom: 1.25rem;
    }
}
.interview .interview__header .header-text h1:before, .interview .interview__header .header-text h1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
@media (max-width: 640px) {
    .interview .interview__header .header-text h1:before, .interview .interview__header .header-text h1:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
    }
}
.interview .interview__header .header-text h1:before {
    margin-top: calc((1 - 1.65) * 0.5em);
}
@media (max-width: 640px) {
    .interview .interview__header .header-text h1:before {
        margin-top: calc((1 - 1.75) * 0.5em);
    }
}
.interview .interview__header .header-text h1 span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #fff;
    border: 1px solid #252525;
    padding: 0 .3125rem;
}
.interview .interview__header .header-text h1::after {
    margin-bottom: calc((1 - 1.65) * 0.5em);
}
@media (max-width: 640px) {
    .interview .interview__header .header-text h1::after {
        margin-bottom: calc((1 - 1.75) * 0.5em);
    }
}
.interview .interview__header .header-text .text-nameplate {
    display: inline-flex;
    padding: 1.5rem;
    font-weight: 700;
    border-radius: .1875rem;
    line-height: 1.6;
    border: 1px solid #252525;
    font-size: 1.125rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 640px) {
    .interview .interview__header .header-text .text-nameplate {
        font-size: .6875rem;
        padding: .5rem 1rem;
        right: 1.25rem;
        bottom: auto;
        top: -7.5rem;
    }
}
.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 640px) {
    .wrapper {
        flex-direction: column;
        margin-bottom: 4rem;
    }
}
.wrapper .content-block {

    border: 2px solid #252525;
    padding: 5rem 5rem 6.25rem;
    border-radius: .625rem;
    background: #fff;
    position: relative;
}
@media (max-width: 640px) {
    .wrapper .content-block {
        width: 100%;
        border: 0;
        background: 0 0;
        padding: 0;
        order: 1;
    }
}
.interview .interview__body {
	margin-bottom: 6.25rem;
}
@media (max-width: 640px) {
	.interview .interview__body {
		margin-bottom: 4rem;
	}
}
.interview .interview__body .section-block {
    font-weight: 500;
    position: relative;
    z-index: 10;
}
.interview .interview__body .section-block h2 {
    font-weight: 900;
    font-size: 3.375rem;
    margin-bottom: 3.75rem;
    line-height: 1.2;
}
@media (max-width: 640px) {
    .interview .interview__body .section-block h2 {
        font-size: 1.625rem;
        margin-bottom: 1.5rem;
    }
}
.interview .interview__body .section-block h2:before, .interview .interview__body .section-block h2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.interview .interview__body .section-block h2:before {
    margin-top: calc((1 - 1.2) * 0.5em);
}
.interview .interview__body .section-block h2::after {
    margin-bottom: calc((1 - 1.2) * 0.5em);
}
.interview .interview__body .section-block h3 {
    display: inline-flex;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.6;
    padding: .3125rem 1.25rem;
    border-radius: 3.125rem;
    border: 2px solid #252525;
    position: relative;
    margin-bottom: 1.875rem;
}
@media (max-width: 640px) {
    .interview .interview__body .section-block h3 {
        line-height: 1.4;
        font-size: 1rem;
    }
}

.interview-tab {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.5rem 1.5rem
}

.clr-green .interview-tab {
    border-color: transparent transparent #47c2a5;
}
.clr-green .interview__header, .clr-green .text-nameplate {
	background: #47c2a5
}
.interview.clr-green .interview__body .content-block h3 {
    background: #47c2a5
}
.interview.clr-green .interview__body .content-block h3.is-baloon:after {
    border-bottom: .9375rem solid #47c2a5
}
.interview.clr-green .interview__body .content-block .interview-schedule dl dt:before {
    background: #47c2a5
}

.clr-yellow .interview-tab {
    border-color: transparent transparent #f5e056;
}
.clr-yellow .interview__header, .clr-yellow .text-nameplate {
	background: #f5e056
}
.interview.clr-yellow .interview__body .content-block h3 {
    background: #f5e056
}
.interview.clr-yellow .interview__body .content-block h3.is-baloon:after {
    border-bottom: .9375rem solid #f5e056
}
.interview.clr-yellow .interview__body .content-block .interview-schedule dl dt:before {
    background: #f5e056
}

.clr-blue .interview-tab {
    border-color: transparent transparent #7b9aff;
}
.clr-blue .interview__header, .clr-blue .text-nameplate {
	background: #7b9aff
}
.interview.clr-blue .interview__body .content-block h3 {
    background: #7b9aff
}
.interview.clr-blue .interview__body .content-block h3.is-baloon:after {
    border-bottom: .9375rem solid #7b9aff
}
.interview.clr-blue .interview__body .content-block .interview-schedule dl dt:before {
    background: #7b9aff
}

.clr-orange .interview-tab {
    border-color: transparent transparent #ff952c;
}
.clr-orange .interview__header, .clr-orange .text-nameplate {
	background: #ff952c
}
.interview.clr-orange .interview__body .content-block h3 {
    background: #ff952c
}
.interview.clr-orange .interview__body .content-block h3.is-baloon:after {
    border-bottom: .9375rem solid #ff952c
}
.interview.clr-orange .interview__body .content-block .interview-schedule dl dt:before {
    background: #ff952c
}

.clr-red .interview-tab {
    border-color: transparent transparent #ff3d80;
}
.clr-red .interview__header, .clr-red .text-nameplate {
	background: #ff3d80
}
.interview.clr-red .interview__body .content-block h3 {
    background: #ff3d80
}
.interview.clr-red .interview__body .content-block h3.is-baloon:after {
    border-bottom: .9375rem solid #ff3d80
}
.interview.clr-red .interview__body .content-block .interview-schedule dl dt:before {
    background: #ff3d80
}

.interview .interview__body .section-block h3.is-baloon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: .5625rem solid transparent;
    border-left: .5625rem solid transparent;
    border-bottom: 1.1875rem solid #252525;
    border-top: 0;
    transform: rotate(155deg);
    position: absolute;
    left: 1.875rem;
    bottom: -.75rem;
    z-index: -1;
}

.interview .interview__body .section-block h3.is-baloon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: .375rem solid transparent;
    border-left: .375rem solid transparent;
    border-bottom: .9375rem solid #000;
    border-top: 0;
    transform: rotate(155deg);
    position: absolute;
    left: 2rem;
    bottom: -.5rem;
}
.interview p {
    line-height: 1.8;
}
.interview .interview__body .section-block p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
}
.alignnone {
    margin: 5px 20px 20px 0;
}


/*--------------------------------------------------------
  staff roll
--------------------------------------------------------*/
:root {
    --viewport-width: 100vw;
    --window-width: tan(atan2(var(--viewport-width), 1px)) ;
    --scrollbar-width: 0px;
    --scroll-offset: 0px;
    --header-height: 0px;
    --scroll-position: 0px;
    --mw: max(1440px, 90rem);
    --max: tan(atan2(var(--mw), 1px)) ;
    --scale: max(1, var(--window-width) / var(--max));
    --px: calc(1px * var(--scale));
    --rem: calc(1rem * var(--scale));
    --max-width: max(calc(1440 * var(--px)), calc(90 * var(--rem)));
    --layout-offset: calc(40 * var(--px));
    --grid-gutter: clamp(20 * var(--px), (var(--window-width) * .0188 + 12.958) * var(--px), 40 * var(--px));
    --inline-space-md: clamp(10 * var(--px), (var(--window-width) * .00939 + 6.479) * var(--px), 20 * var(--px));
    --inline-space-lg: clamp(20 * var(--px), (var(--window-width) * .0188 + 12.958) * var(--px), 40 * var(--px));
    --inline-space-xl: clamp(30 * var(--px), (var(--window-width) * .047 + 12.394) * var(--px), 80 * var(--px));
    --inline-space-container: calc(var(--inline-space-md) + var(--inline-space-xl));
    --content-width: 100vw;
    --content-height: 100dvh;
    --base-font: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --fz-root: clamp(.9375 * var(--rem), (var(--window-width) * .0000587 + .916) * var(--rem), 1 * var(--rem));
    --fz-hgroup-en-lg: clamp(3.375 * var(--rem), (var(--window-width) * .00153 + 2.803) * var(--rem), 5 * var(--rem));
    --fz-hgroup-en-md: clamp(2.5 * var(--rem), (var(--window-width) * .00118 + 2.06) * var(--rem), 3.75 * var(--rem));
    --fz-hgroup-en-sm: clamp(2 * var(--rem), (var(--window-width) * .00047 + 1.824) * var(--rem), 2.5 * var(--rem));
    --fz-3xlg: clamp(1.5 * var(--rem), (var(--window-width) * .00047 + 1.324) * var(--rem), 2 * var(--rem));
    --fz-2xlg: clamp(1.375 * var(--rem), (var(--window-width) * .000353 + 1.243) * var(--rem), 1.75 * var(--rem));
    --fz-xlg: clamp(1.25 * var(--rem), (var(--window-width) * .000235 + 1.162) * var(--rem), 1.5 * var(--rem));
    --fz-lg: clamp(1.125 * var(--rem), (var(--window-width) * .000118 + 1.081) * var(--rem), 1.25 * var(--rem));
    --fz-md: clamp(1 * var(--rem), (var(--window-width) * .000118 + .956) * var(--rem), 1.125 * var(--rem));
    --fz-sm: clamp(.8125 * var(--rem), (var(--window-width) * .0000587 + .791) * var(--rem), .875 * var(--rem));
    --fz-xs: clamp(.6875 * var(--rem), (var(--window-width) * .0000587 + .666) * var(--rem), .75 * var(--rem));
    --fz-en-md: clamp(1.25 * var(--rem), (var(--window-width) * .000235 + 1.162) * var(--rem), 1.5 * var(--rem));
    --fz-en-sm: clamp(.875 * var(--rem), (var(--window-width) * .0000587 + .853) * var(--rem), .9375 * var(--rem));
    --fz-en-xs: clamp(.8125 * var(--rem), (var(--window-width) * .0000587 + .791) * var(--rem), .875 * var(--rem));
    --white: #fff;
    --black: #222;
    --blue: #2750df;
    --dark-blue: #183aae;
    --light-blue: #cfe2ff;
    --dark: #ddd;
    --light-grey: #eee;
    --border-01: #cbd4db;
    --border-02: rgb(221 221 221 / 20%);
    --gradient-1: linear-gradient(90deg, #2750df 0%, #183aae 100%);
    --gradient-2: linear-gradient(90deg, #2750df 0%, #5071e2 30.29%, #3c5fd7 80.29%, #375ad5 100%);
    --gradient-3: linear-gradient(90deg, #ebe8fd 0%, #e4f2fe 50%, #e1e3fd 100%);
    --gradient-4: linear-gradient(90deg, #e9f0fe 0%, #f7f9fd 50.48%, #dee7fe 100%);
    --gradient-5: linear-gradient(114deg, #dfd9ff 0%, #c8e6ff 39.4%, #cddeff 84.03%, #ced1f5 98.75%);
    --gradient-6: linear-gradient(93deg, #afd9ff 20.13%, #bdb9ff 81.55%), #2750df;
    --page-transition-duration: .8s
}
.carousel *:where(:not(html,iframe,canvas,img,svg,video,a,svg *,symbol *)) {
    all: unset;
    display: revert;
}
.carousel[data-astro-cid-dzmf4aea] {
    padding-inline: var(--inline-space-xl);
}
@media screen and (width >= max(768px, 48rem)) {
    .carousel[data-astro-cid-dzmf4aea] {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
        padding-inline: var(--inline-space-container);
    }
}
.carousel .splide {
    position: relative;
    visibility: hidden;
}
.carousel .container[data-astro-cid-j2mqr6ur] {
    display: grid;
    row-gap: clamp(1.25 * var(--rem),(var(--window-width) * .00118 + .81) * var(--rem),2.5 * var(--rem));
}
.carousel .splide.is-initialized, .carousel .splide.is-rendered {
    visibility: visible;
}
.carousel .splide__content[data-astro-cid-vevcelad] {
    container-type: inline-size;
}
.carousel .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.carousel .splide__track[data-astro-cid-vevcelad] {
    overflow: visible;
}
.carousel .splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
.carousel .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative;
}
.carousel .item[data-astro-cid-j2mqr6ur] {
    width: 90.4761904762cqw;
    margin-inline-end: var(--grid-gutter);
}
@media screen and (width >= 768px) {
    .carousel .item[data-astro-cid-j2mqr6ur] {
        width: 29.0322580645cqw;
    }
}
.carousel ._container_1mok9_1 {
    display: grid;
    color: var(--black);
}
.carousel ._image_1mok9_10 {
    display: grid;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: calc(10 * var(--px));
}
.carousel .clr-green ._image_1mok9_10 {
	border: solid 3px #47c2a5
}
.carousel .clr-yellow ._image_1mok9_10 {
	border: solid 3px #f5e056
}
.carousel .clr-blue ._image_1mok9_10 {
	border: solid 3px #7b9aff
}
.carousel .clr-orange ._image_1mok9_10 {
	border: solid 3px #ff952c
}
.carousel .clr-red ._image_1mok9_10 {
	border: solid 3px #ff3d80
}

.carousel .splide__slide img {
    vertical-align: bottom;
}
.carousel ._image_1mok9_10 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform calc(var(--duration) * .8) cubic-bezier(.23,1,.32,1);
}
.carousel ._textBox_1mok9_37 {
    display: grid;
    row-gap: clamp(.9375 * var(--rem),(var(--window-width) * .000294 + .828) * var(--rem),1.25 * var(--rem));
    padding-block: clamp(.9375 * var(--rem),(var(--window-width) * .000294 + .828) * var(--rem),1.25 * var(--rem));
    padding-inline: clamp(15 * var(--px),(var(--window-width) * .0047 + 13.239) * var(--px),20 * var(--px));
}
.carousel ._titleBox_1mok9_44 {
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: calc(10 * var(--px));
    column-gap: calc(10 * var(--px));
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
}
.carousel ._title_1mok9_6 {
    display: grid;
    display: -webkit-box;
    place-items: center;
    min-height: calc(1.75 * var(--rem));
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color calc(var(--duration) * .25) cubic-bezier(.23,1,.32,1);
    font-family: Noto Sans JP,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-optical-sizing: auto;
    font-feature-settings: "palt" on;
    font-size: var(--fz-lg);
    line-height: 1.5;
    letter-spacing: .04em;
}
.carousel ._divider_1mok9_134 {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-height: calc(1.75 * var(--rem));
    padding-inline-start: calc(calc(10 * var(--px)) + calc(.625 * var(--rem)));
    box-shadow: inset calc(1 * var(--px)) 0 var(--border-01);
}
.carousel ._iconBox_1mok9_143 {
    position: relative;
    top: calc((calc(1.75 * var(--rem)) - calc(.625 * var(--rem))) * .5);
    right: 0;
    display: grid;
    place-items: center;
    width: calc(.625 * var(--rem));
    aspect-ratio: 1;
    overflow: hidden;
}
.carousel svg {
    width: 100%;
}
.carousel ._icon_1mok9_7 {
    position: absolute;
    width: 100%;
    color: var(--blue);
}
.carousel ._icon_1mok9_7 path {
    fill: currentcolor;
}
.carousel ._icon_1mok9_7:last-child {
    translate: calc((100% + calc(5 * var(--px))) * -1) 0;
}
.carousel ._box_1mok9_71 {
    display: grid;
    row-gap: calc(.625 * var(--rem));
}
.carousel ._name_1mok9_76 {
    color: var(--blue);
    font-size: var(--fz-en-sm);
    line-height: 1.2;
    letter-spacing: -.01em;
}
.carousel ._name_1mok9_76 {
    font-family: ClashDisplay-Variable,var(--base-font);
    font-style: normal;
    font-weight: 500;
}
@supports (font-variation-settings: normal) {
    .carousel ._name_1mok9_76 {
        font-variation-settings: "wght" 500;
    }
}
.carousel ._occupationBox_1mok9_97 {
    display: grid;
}
@media screen and (width >= 768px) {
    .carousel ._occupationBox_1mok9_97 {
        margin-block-start: calc(.625 * var(--rem));
    }
}
.carousel ._occupation_1mok9_97 {
    font-family: Noto Sans JP,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-optical-sizing: auto;
    font-feature-settings: "palt" on;
    font-size: var(--fz-xs);
    line-height: 1.7;
    letter-spacing: .04em;
}
.carousel ._department_1mok9_117 {
    font-size: var(--fz-xs);
    line-height: 1.7;
    letter-spacing: .04em;
}
.carousel ._joinInfo_1mok9_123 {
    font-family: Noto Sans JP,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-optical-sizing: auto;
    font-feature-settings: "palt" on;
    font-size: var(--fz-xs);
    line-height: 1.7;
    letter-spacing: .04em;
}
.carousel .controls[data-astro-cid-j2mqr6ur] {
    grid-row: 1/2;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: auto;
}
.carousel [data-astro-cid-74tr6g44]:where([data-carousel-arrows]) {
    grid-auto-flow: column;
    -moz-column-gap: calc(10 * var(--px));
    column-gap: calc(10 * var(--px));
    width: -moz-fit-content;
    width: fit-content;
}
.carousel .arrows[data-astro-cid-j2mqr6ur] {
    -moz-column-gap: clamp(5 * var(--px),(var(--window-width) * .0047 + 3.239) * var(--px),10 * var(--px));
    column-gap: clamp(5 * var(--px),(var(--window-width) * .0047 + 3.239) * var(--px),10 * var(--px));
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: auto;
}
.carousel [data-astro-cid-74tr6g44][data-carousel-arrows] {
    display: grid;
}
.carousel .controls button {
    touch-action: manipulation;
    cursor: pointer;
}
.carousel [data-astro-cid-75esexso][data-carousel-arrow] {
    position: relative;
    display: grid;
    place-items: center;
    width: calc(2.5 * var(--rem));
    aspect-ratio: 1;
    background-color: var(--white);
    border-radius: calc(5 * var(--px));
}
.carousel [data-astro-cid-75esexso][data-carousel-arrow]:disabled {
    color: #a6a6a6;
    background-color: #f0f0f0;
}
.carousel [data-astro-cid-75esexso][data-carousel-arrow]:not(:disabled):before {
    position: absolute;
    inset: 0;
    width: calc(100% - calc(10 * var(--px)));
    height: calc(100% - calc(10 * var(--px)));
    margin: auto;
    content: "";
    background: var(--gradient-6);
    border-radius: calc(5 * var(--px));
    opacity: 0;
    transition: calc(var(--duration) * .5) cubic-bezier(.23,1,.32,1);
    transition-property: opacity,width,height,scale;
}
.carousel [data-astro-cid-5eeunz6z][data-chevron] {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    overflow: hidden;
}
.carousel :where([data-chevron]).md[data-astro-cid-5eeunz6z] {
    width: calc(.625 * var(--rem));
}
.carousel .svg[data-astro-cid-5eeunz6z] {
    position: absolute;
    width: 100%;
}
