@charset "utf-8";

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    line-height: 1;
    font-family: "DIN", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

a {
    text-decoration: none;
    /* 下線を消す */
    background: none;
    /* 背景を消す（必要なら） */
    font: inherit;
    /* フォントを継承 */
    color: #333;
}




/*サイト全体の基準となるCSSを記述*/
html {
    font-size: 16px;
}

body {
    font-family: 'M PLUS 2', sans-serif;
    /*フォントの指定*/
    line-height: 1.4;
    /*行間の指定*/
    margin: 0;
    padding: 0;
    color: #fff;

}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #000;
}


img {
    width: 100%;
}



li {
    list-style: none;
}


/* header */
.header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.headar__inner {
    display: flex;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;

}

.header__logo {
    width: 200px;
}

.header__logo>img {
    width: 100%;
}


.header__items {
    display: flex;
    padding: 20px;
}

.header__item {
    margin-right: 70px;
    color: #333333;
}


.header__item {
    margin-left: auto;
}


.header__btn {
    margin-left: auto;
    max-width: 122px;
}

.header__btn img {
    width: 80%;
}

/* MV */
.mv {
    background: url(/img/mov_hts-samp001.mp4);
    position: relative;
    /* z-indexを有効にするため */

}


.line {
    position: relative;
}

.line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 2px;
    /* 線の太さ（画像の幅に合わせて調整） */
    bottom: 0;
    background-image: url('/img/top-line.png');
    background-repeat: repeat-y;
    /* 画像を縦に繰り返す */
    background-size: contain;
    /* 線の太さに合わせて画像サイズを調整 */
    z-index: 1;
    /* 他のコンテンツの背後に表示 */
}

.mv {
    background-color: #fff;
    background: linear-gradient(to bottom, white 80%, transparent);
}



.mv img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
}


/* COMMON */


.white-bg {
    background-color: #fff;
}

.section__box {
    padding: 40px 0;
    margin-top: 100px;
    position: relative;
    /* ::before疑似要素の基準点にする */
    z-index: 1;
    /* 背景動画より手前に表示 */
    background-color: transparent;
    /* 背景動画が見えるように透明にする */
}

/* aboutセクション以降のエリアにオーバーレイを適用 */
.overlay-area {
    position: relative;
    /* スクロールコンテンツの基準点として残す */
    z-index: 1;
    /* オーバーレイや動画より手前に表示 */
}

.target {

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.target.visible {
    opacity: 1;
    transform: translateY(0);
}


.page__mv {
    margin-top: 90px;
}



.section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section__title {
    font-size: 28px;
    opacity: 0.7;
    text-align: center;
}


.section__title img {
    width: 15;
}


.bg__all {
    /*サイトのデフォルトとなる文字の色を指定*/
    background: url(../img/251001_recruit_BASE.png);
    background-repeat: no-repeat;
    background-position: 0 600px;
    /* 左から0px、上から200pxの位置に表示開始 */
    background-size: 100% 80%;
}


















/* NEWS */
.news__inner {
    background: url(../img/251001_recruit_PEOPLE_BLUE.png);
    background-size: 60% 40%;
    background-repeat: no-repeat;
}

.news__items {
    border: 1px solid skyblue;
    padding: 55px 100px;
    background: #fff;
    max-width: 900px;
    margin: 10px auto 0;
}

.news__item {
    margin-bottom: 20px;
}

.news__item {
    display: flex;
    color: #333333
}

.news__item--date {
    width: 140px;
}


@media (max-width: 450px) {
    .news__item {
        font-size: 12px;
    }
    .news__item--date {
        width: 110px;
    }
}

/* ABOUT */
.about__inner {
    position: relative;
    background: url(../img/251001_recruit_PEOPLE_BLUE.png);
    background-size: 60% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    margin: 60px 0;
}




/* .about__bg {
position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: #0f03ff;
    background: url(/img/251001_recruit_ABOUTUS_BLUE.png);
    display: block;
    content: "";
    z-index: -1;
    width: 60%;
} */


.about__items {
    display: flex;
    justify-content: center;
    gap: 5%;
    max-width: 900px;
    margin: 30px auto;
}

.about__items-left {}

.about__items--btn {
    text-align: right;
}


.about__item--box {
    display: flex;
}

.about__items--line {
    position: absolute;
    bottom: -12%;
    right: -45px;
}

.about__items--line img {
    width: 50%;
}

.about__item {
    position: relative;
}


.histry__item--line {
    position: absolute;
    bottom: 0;
    right: -60%;
}


.histry__item--line img {
    width: 50%;
}


.histry__item {
    text-align: center;
}

.histry__item a {
    display: flex;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    font-size: 30px;
    align-items: center;
    justify-content: center;
}

.histry__item--img {
    position: relative;
}



.histry__item a img:hover {
    filter: grayscale(0);
    transition-duration: 0.5s;
}



/* DATE */
.date__inner {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 20px auto 0;

}

.data-sec {
    margin-top: 30px;
}

/* INTERVIEW */
.interview__inner {
    position: relative;
}

.interview__wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.interview__items {
    display: flex;
    flex-wrap: wrap;
    /* 折り返しを許可 */
    gap: 10px;
    /* 要素間の余白（任意） */

}

.interview__item {
    flex: 0 0 calc(100% / 3 - 10px);
    /* 3人分の幅に調整 */
}

.interview__item-link {
    color: #fff;
    list-style: none;
}

.interview__item img {
    width: 100%;

}

.inetrview__btn {
    margin: 30px auto 0;
    padding: 20px;
    border: 1px solid black;
    width: 40%;
    text-align: center;
}

.inetrview__btn-link {}

.interview__inner {
    background-image: url(../img/251001_recruit_PEOPLE_BLUE.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
    background-size: 100% 100%;
    background-position: left top;
}


.swiper__logo-box {
    display: flex;
}


@media (max-width: 450px) {
    .swiper__logo-box {
        display: block;
    }

    .swiper3 .swiper-slide {
        width: 60% !important;
    }

}


.interview__logo {
    text-align: right;
}

.interview__logo img {
    width: 10%;

}

.interview__title {}

.interview__title img {
    width: 50%;
}




.interview-swiper {
    padding: 60px 0 200px;
}


@media (min-width: 451px) {
    .interview__item-img {
        max-width: 200px;
    }
}

.interview__item-img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    position: relative;
    /* 維持 */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 水平方向にも中央揃え */
}





.interview__item-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
    transform-origin: center center;
    /* 拡大の起点を中央に */
}

.interview__item-img:hover img {
    transform: scale(1.1);
    /* 拡大 */
}

.interview__item-name,
.interview__item-join {
    font-size: 12px;
}










/* ABOUT US 画像ホバーエフェクト（画像切り替え） */
.image-swap-hover {
    position: relative;
    display: inline-block;
}

.image-swap-hover .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-swap-hover:hover .img-hover {
    opacity: 1;
}



.section__box.recruit {
    margin-top: 0 !important;
}



/* RECRUIT */
.recruit>.section__title {
    color: #007AB7;
    opacity: 1;
    margin-bottom: 30px;
}


.recruit__items {
    display: flex;
    gap: 10%;
    justify-content: space-around;
}

.recruit__item {

    border: 1px solid #007AB7;
    border-radius: 40px;
    width: 40%;
    text-align: center;

}

.recruit__item:hover {
    background: #007AB7;
    color: #fff;
    transition: .5s;
}


.recruit__item-link {
    color: #007AB7;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 33px;
    letter-spacing: 0.5rem;
}

.recruit__item-link:hover {
    color: #fff;
}



.section__box.entry {
    margin-top: -40px !important;
}

/* ENTRY */
.entry__inner {}


.entry__btn-link {
    margin: 0 auto;
    max-width: 200px;
}

.entry__btn-link {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 20px;
}



/* CONTACT */
.contact {
    margin-top: 20px;
    padding-bottom: 100px;
}

.content__inner {
    text-align: center;

}

.contact__message {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.contact__btn {
    border: 1px solid #333;
    border-radius: 40px;
    width: 20%;
    margin: 0 auto;
    text-align: center;
}


.contact__btn:hover {
    background: #333;
    transition: .5s;
}


.contact__btn-link {
    margin: 0 auto;
    justify-content: center;
    font-size: 33px;
    letter-spacing: 0.5rem;
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 33px;
    letter-spacing: 0.5rem;

}


.contact__btn-link:hover {
    color: #fff;
}



/* Footer */
.footer {
    padding: 40px 0;
    background: #fff;
}

.footer__inner {
    margin: 0 auto;
}

.footer__logo {
    max-width: 250px;
    margin: 0 auto 50px;
}

.footer__logo img {
    width: 100%;
}

.footer__copy {
    color: #333;
    text-align: center;
}





/* swiper */






/* swiper */



.swiper {
    max-width: 100%;
    /* 親要素の幅に合わせる */
}


.swiper1 {
    margin-bottom: 20px;
}


.swiper-wrapper {
    /* wrapperのサイズを調整 */
    transition-timing-function: linear;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    height: 100%;
    text-align: center;
}

.swiper1 .swiper-slide {
    width: 340px;
    /* コンテンツの横幅を広げる */
    transition: transform 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
    transform: scale(1.275);
    /* 通常スライドの縮小率を調整 */
    opacity: 0.7;
}

.swiper1 .swiper-slide-active {
    transform: scale(1.5);
    /* 中央のスライドをさらに大きく */
    opacity: 1;
    z-index: 1;
}

/* JSで付与するクラスに応じて文字色を変更 */
.swiper-slide.on-blue-bg .interview__item-link {
    color: #fff;
}

.swiper-slide.on-white-bg .interview__item-link {
    color: #007AB7;
}

/* スライド自体の背景は透明にする */
.swiper-slide {
    background-color: transparent !important;
}

.swiper2 {
    max-width: 600px;
    margin-left: 0;
    overflow: hidden;

}


/* .swiper2 .interview__item-link {
    color: #007AB7;
} */




.read_more {
    position: relative;
    z-index: 100;
    margin-left: auto;
    margin-top: -150px;
    width: 7%;
}

.read_more img {}



.video-section {
    position: relative;
    /* z-indexを有効にするため */
    height: 50vh;
    /* ビデオセクションの高さ（画面の高さの50%）。お好みで調整してください。 */
    z-index: 0;
    /* オーバーレイより手前に表示する */
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    object-fit: cover;
}



.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
    /* 動画の上に重なるように */
}

















/* ハンバーガー関連 */

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header_inner {
    padding: 15px;
}

.logo {}

.title {
    font-size: 2rem;
    font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
    margin-top: 60px;
}

.nav_item_logo {
    display: none !important;
    /* スマホでは表示 */
}

@media (min-width: 451px) {

    .nav_item_logo {
        display: none !important;
        /* スマホでは表示 */
    }
}




@media only screen and (max-width: 768px) {
    .nav {
        position: fixed;
        right: -100%;
        /* 右から出てくる */
        top: 0;
        width: 100%;
        /* スマホに収まるサイズ */
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
        display: flex;
        flex-direction: column;
    }

    .nav_item_logo {
        display: block !important;
        /* スマホでは表示 */
        margin-bottom: 20px;
        padding: 20px 14px 0;
    }

    .nav_item_logo img {
        width: 180px;
        height: auto;
    }

    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        /* クリックしやすい幅 */
        height: 40px;
        /* クリックしやすい高さ */
        cursor: pointer;
        z-index: 300;
    }

    .nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav_item {
        text-align: left;
        padding: 0 14px;
    }

    .nav_item a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #333;
        text-decoration: none;
        color: #333;
    }

    .nav_item a:hover {
        background-color: #333;
    }

    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: #333;
        transition: all .6s;
    }

    .hamburger_border_top {
        top: 14px;
    }

    .hamburger_border_center {
        top: 20px;
    }

    .hamburger_border_bottom {
        top: 26px;
    }

    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }

    /* 表示された時用のCSS */
    .nav-open .nav {
        right: 0;
    }

    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }

    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }
}

/* sp */

@media only screen and (min-width: 769px) {
    .header {
        background: #fff;
    }

    .header_inner {
        max-width: 1400px;
        width: 100%;
        padding: 15px 30px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }

    .logo {
        padding: 12px 30px
    }

    .nav_list {
        text-align: right;
        display: flex;
        align-items: center;
    }

    .nav_item_logo {
        display: none;
        /* PCでは非表示 */
    }

    .nav_list li {
        display: inline-block;
        text-align: right;
        margin-right: 70px;

    }

    .nav_list li a {
        font-weight: 600;
        position: relative;
        padding-bottom: 5px;
        /* 下線とのスペース */
    }

    .nav_list li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #007AB7;
        /* 青色 */
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease-in-out;
    }

    .nav_list li a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .header__btn {
        margin-left: auto;
    }
}

/* pc */

.calusrl.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .calusrl.sp {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .carousel-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* for smooth scrolling on iOS */
        scrollbar-width: none;
        /* Firefox */
    }

    .carousel-container::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .carousel-slide {
        flex: 0 0 65%;
        scroll-snap-align: center;
        margin-right: 10px;
    }
}





.page-bg__all {
    background: url(../img/251001_recruit_BASE.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    /* 最低でも画面の高さいっぱいになるようにする */
    box-sizing: border-box;
    /* paddingを含めて高さを計算する */
    background-size: cover;
    background-position: center center;
}






@media screen and (max-width: 768px) {
    .page-bg__all.mimu-bg {
        /* 最低でも画面の高さいっぱいになるようにする */
        box-sizing: border-box;
        /* paddingを含めて高さを計算する */
        background-size: 100% 100%;
    }
}