@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
}

.inner {
    max-width: 1074px;
    padding: 0 2rem;
    margin: 0 auto;
    overflow: hidden;
}

p,
h2,
h3,
div {
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
}

/*  --------------  HEADER ---------------------  */
header {
    width: 100%;
    height: 80px;
    /* background-color: #fff; */
    /* box-shadow: 0px 7px 10px -7px rgba(0,0,0, 0.25); */
    position: fixed;
    top: 0;
    z-index: 4;
}

.hamburger {
    display: block;
    position: fixed;
    z-index: 6;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 34px;
    height: 3px;
    background: #474747;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 5px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 35px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #474747;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    left: 6px;
    background: #474747;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #1D2554;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    font-family: "Arial", "メイリオ", "MS Pゴシック", sans-serif;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    background: #A12B24;
    width: 71%;
    max-width: 300px;
    margin: 0 auto;
}

nav.globalMenuSp ul li:hover:last-child {
    /* background: linear-gradient(45deg, rgba(255,85,102,1) 0%,rgba(255,137,109,1) 100%); */
    background: #FF2D2D;
}

nav.globalMenuSp ul li a {
    display: inline-block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    position: relative;
    /* width: 100%; */
    /* margin: 0 auto; */
}

nav.globalMenuSp ul li a::after {
    position: absolute;
    bottom: 13px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #A12B24;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    /* content: none; */
}

nav.globalMenuSp ul li .current::after {
    content: none;
}

nav.globalMenuSp ul li a:hover::after {
    transform: scale(1, 1);
}

nav.globalMenuSp ul li a:hover::after:last-child {
    text-transform: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    opacity: 100;
    z-index: 4;
    display: flex;
}

/*  --------------  ヘッダーロゴ ----------------*/
.header_logo {
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    /*    top: 8px;*/
    left: 15px;
}

/*  -----------  PC　ヘッダー　---------------------*/
.globalMenuPc {
    display: none;
}

.header_link {
    display: none;
}

/*＝＝ページトップボタン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#pageTop {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #837d7c; */
    color: #fff;
    /* width: 60px;
    height: 60px; */
    z-index: 10;

}

.arrow {
    display: block;
    width: 1px;
    height: 54px;
    background: #000;
    position: absolute;
    top: -73px;
    left: 9px;
}

.arrow::after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #000;
    transform: rotate(-45deg);
    margin-left: 4px;
}

#pageTop span {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-family: "Arial", "メイリオ", "MS Pゴシック", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #707070;
    /* margin-top: 1.9rem; */
    display: block;
    text-align: center;
}

/* ---------------  Mainvisual  ------------------- */
.swiper-wrapper {
    /* padding-top: 80px; */
}

.swiper-wrapper div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 180%;
    width: 100%;
    margin: 0;
}

/* FV：1728*960で作成（1.8：1）  */
.swiper-slide.mv1 {
    background-image: url(images/fvsp-20240508.jpg);
}

.swiper-slide.mv2 {
    background-image: url(images/work_2.jpg);
}

.swiper-slide.mv3 {
    background-image: url(images/work_3.jpg);
}

/* -----------------------  MV-PC  ------------------------*/
.mv_pc {
    display: none;
}

/*  ---------------  Mainvisual  Sub ----------------------*/
.mv_sub {
    background-color: #A12A24;
    padding: 2rem 0;

}

.mv_subTitle {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    text-align: center;
}


/* -----------------  philosophy ----------------*/
.philosophy {
    padding-bottom: 6rem;
    /* 余白追加したので山部長任意で調節してください*/
}

.philosophy_titleBox {
    padding: 5.1rem 0;
    /* background-color: #1D2654; */
}

.philosophy_title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #1D2654;
}

.philosophy_flexArea {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    padding: 6.9rem 0 6rem;
}

.philosophy_flex {
    text-align: -webkit-center;
}

.philosophy_box {}

.philosophy_box+.philosophy_box {
    margin-top: 2.5rem;
}

.philosophy_box_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1D2654;
    text-align: center;
}

.philosophy_box_titleSub {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1D2654;
    text-align: center;
}

.philosophy_box_titleSub::after {
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background-color: #A12A24;
    margin: 0.8rem auto 0;

}

.philosophy_box_text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #3F3A39;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.2rem;
}

/* .main_visualSub {
    padding: 5.1rem 0 3.4rem;
}

.main_visualSub_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1.5rem;
}

.main_visualSub_textBox {
    width: 100%;

}
.main_visualSub_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.66;
} */

/*  -------------  infographics  --------------*/
.infographics {
    padding: 4rem 0 2.9rem;
    background-image: url(images/infographics_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.infographics_title {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #fff;
    margin-bottom: 4.9rem;
}

.infographics_mainBox {
    /* width: 100%; */
}

.infographics_flex1 {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.infographics_flex2 {
    gap: 10px;
    width: 100%;
}

.infographics_box1 {
    /* width: 168px; */
    width: 49%;
    padding: 1.6rem 0 2.2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
}

.infographics_box2 {
    width: 100%;
    padding: 1.6rem 0 2.2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.5rem;
}

.infographics_box3 {
    width: 164px;
    width: 100%;
    padding: 1.9rem 0 2.2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.5rem;
}

.infographics_box_text,
.infographics_box_text2,
.infographics_box_text3 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

.infographics_box_text2 {
    margin-bottom: 1.5rem;
}

.infographics_box_text3 {
    font-size: 1.5rem;
}

.infographics_box_text3+.infographics_box_text3 {
    margin-top: 0.6rem;
}

.infographics_box_textBold1 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #fff;
    margin-top: 1.7rem;
}

.infographics_box_textBold2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;

}

.js-num {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

/* .js-num {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
} */
.infographics_imageBox1,
.infographics_imageBox2,
.infographics_imageBox3,
.infographics_imageBox4,
.infographics_imageBox5,
.infographics_imageBox6 {
    width: 100%;
    margin: 0 auto;
}

.infographics_image1 {
    background-image: url(images/infographics_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 90px;
    height: 80px;
    margin: 10px auto 0;
}

.infographics_image2 {
    background-image: url(images/infographics_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 63px;
    height: 76px;
    margin: 10px auto 0;
}

.infographics_image3 {
    background-image: url(images/infographics_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 224px;
    height: 95px;
    margin: 0 auto;
}

.infographics_image4 {
    background-image: url(images/infographics_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 125px;
}

.infographics_image5 {
    background-image: url(images/infographics_5.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 125px;
    margin-top: 2px;
}

.infographics_image6 {
    background-image: url(images/infographics_6.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 125px;
}

.infographics_image7 {
    background-image: url(images/pie-chart.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.infographics_image8 {
    background-image: url(images/infographics_8.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 133px;
    height: 157px;
    margin: 3.6rem auto 0;
}

.infographics_imageFlexbox {
    display: flex;
    justify-content: space-between;
    width: 295px;
    margin: 0 auto;
}


/*  -------------  WORK  --------------*/
.work {
    padding-top: 6.35rem;
    background-color: #1D2654;
}

.work_title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 6.35rem;
}

.work_inner {
    max-width: 1074px;
    padding: 0 2rem;
    margin: 0 auto;
    overflow: hidden;
}

.work_area {}

.work_flex1,
.work_flex2,
.work_flex3,
.work_flex4,
.work_flex5,
.work_flex6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.work_flex1 {
    background-image: url(images/thumbnail/ses_thumbnail.jpeg);
}

.work_flex2 {
    background-image: url(images/thumbnail/carrier-coordinator_thumbnail.jpeg);
}

.work_flex3 {
    background-image: url(images/thumbnail/manufacturing_thumbnail.jpeg);
}

.work_flex4 {
    background-image: url(images/thumbnail/carrier_thumbnail.jpeg);
}

.work_flex5 {
    background-image: url(images/thumbnail/google-program_thumbnail.jpeg);
}

.work_flex6 {
    background-image: url(images/thumbnail/food-delivery_thumbnail.jpeg);
}

.work_box1 {
    padding: 8.8rem 0 3.1rem;

}

.work_box1_titleBox {
    background: rgba(29, 38, 84, 0.8);
    width: 93.2%;
    margin: 0 auto;

}

.work_box1_title {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 1.85rem 0;
}

.work_box2 {}

.work_box2_textBox {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.2rem 2rem;
    margin-bottom: 7.5rem;
}

.work_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.66;
    color: #3F3A39;
}

.work_br2 {
    display: none;
}

/* .work_box1_titleBox [data-aos="new-animation"]{
    opacity: 0;
    transition-property: transform, opacity;
}
.work_box1_titleBox  [data-aos="new-animation"].aos-animate {
    opacity: 1;
} */

/*  ----------------  interview  ---------------------- */
.interview {
    background-color: #EFEFEF;
    padding: 8.1rem 0 5.2rem;
}

.interview_title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #1D2654;
    margin-bottom: 5.9rem;
}

.interview_flex {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
}

.interview_box {
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 5rem;
}

.interview_box:nth-child(4) {
    margin-bottom: 0;
}

.interview_typeBox {
    background-color: #E68A00;
    width: 204px;
    position: absolute;
    top: 0;
    display: none;
}

.interview_typeBox.another1 {
    background-color: #8CE2C2;
}

.interview_typeBox.another2 {
    background-color: #E5AEE1;
}

.interview_type {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1.35rem 0;
}

.interview_imageBox {}

.interview_image1,
.interview_image2,
.interview_image3,
.interview_image4,
.interview_image5,
.interview_image6,
.interview_image7,
.interview_image8,
.interview_image9,
.interview_image10,
.interview_image11,
.interview_image12 {
    background-repeat: no-repeat;
    /*  写真ならcover、ロゴならcontain  */
    background-size: cover;
    background-position: top -100px center;
    padding-top: 63.47%;
}

.interview_image1 {
    /* background-position: top -100px center; */
}

.interview_image2 {
    /* background-position: top -100px center; */
    background-size: 250%;
}

.interview_image3 {
    background-position: top -150px center;
    background-size: 285%;
}

.interview_image4 {
    background-position: top -90px center;
    background-size: 250%;
}

.interview_image1 {
    background-image: url(images/member_01-illustration.webp);
}

.interview_image2 {
    background-image: url(images/member_02-illustration.webp);
}

.interview_image3 {
    background-image: url(images/member_03-illustration.webp);
}

.interview_image4 {
    background-image: url(images/member_04-illustration.webp);
}

.interview_image5 {
    background-image: url(images/interview_t-k.jpeg);
    background-position: top;
}

.interview_image6 {
    background-image: url(images/interview_y-s.jpeg);
    background-position: top;
}

.interview_image7 {
    background-image: url(images/interview_r-m.jpeg);
    background-position: top;
}

.interview_image8 {
    background-image: url(images/interview_k-h.jpeg);
    background-position: top;
}

.interview_image9 {
    background-image: url(images/interview_a-t.jpeg);
    background-position: top;
}

.interview_image10 {
    background-image: url(images/interview_d-n.jpeg);
    background-position: top;
}

.interview_image11 {
    background-image: url(images/interview_m-y.jpeg);
    background-position: top;
}

.interview_image12 {
    background-image: url(images/interview_s-r.jpeg);
    background-position: top;
}

.interview_textBox {
    padding: 3.5rem 2rem 2.1rem;
}

.interview_text1 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.interview_text2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.interview_text3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.interview_adjustment {
    display: none;
}

.interview_buttonBox {
    display: block;
    border: 1px solid #1D2654;
    margin: 2.6rem auto 0;
    width: 220px;
    /* 追記 */
    position: relative;
}

.interview_button {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 1.4rem 0;

}

.interview_buttonBox1,
.interview_buttonBox2,
.interview_buttonBox3,
.interview_buttonBox4,
.interview_buttonBox5,
.interview_buttonBox6,
.interview_buttonBox7,
.interview_buttonBox8,
.interview_buttonBox9,
.interview_buttonBox10,
.interview_buttonBox11,
.interview_buttonBox12 {
    display: block;
    border: 1px solid #1D2654;
    margin: 2.6rem auto 0;
    width: 220px;
    /* box-sizing: border-box; */
    cursor: pointer;
    position: relative;
}

.interview_buttonBox1:hover,
.interview_buttonBox2:hover,
.interview_buttonBox3:hover,
.interview_buttonBox4:hover,
.interview_buttonBox5:hover,
.interview_buttonBox6:hover,
.interview_buttonBox7:hover,
.interview_buttonBox8:hover,
.interview_buttonBox9:hover,
.interview_buttonBox10:hover,
.interview_buttonBox11:hover,
.interview_buttonBox12:hover {
    /* background-color: #333; */
    color: #fff;
    position: relative;
}

.interview_buttonBox1:hover::before,
.interview_buttonBox2:hover::before,
.interview_buttonBox3:hover::before,
.interview_buttonBox4:hover::before,
.interview_buttonBox5:hover::before,
.interview_buttonBox6:hover::before,
.interview_buttonBox7:hover::before,
.interview_buttonBox8:hover::before,
.interview_buttonBox9:hover::before,
.interview_buttonBox10:hover::before,
.interview_buttonBox11:hover::before,
.interview_buttonBox12:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #222;
    animation: btn_slide 0.4s ease-in;

}

/* .interview_button::after,
.interview_button::after,
.interview_button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

@keyframes btn_slide {
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }

    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
}


/* .interview_endMargin {
    background: #1D2654;
    height: 20px;
} */

/* =====================  interview  棒グラフ =========================== */


/* =====================  interviewのモーダルエリア =========================== */
.modal_close_box {
    position: absolute;
    right: 0;
    top: 0;
}

.modal_close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}

.modal_close::before,
.modal_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 30px;
    background: #474747;
}

.modal_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal {
    overflow-y: hidden;
}

.modal_wrap1,
.modal_wrap2,
.modal_wrap3,
.modal_wrap4,
.modal_wrap5,
.modal_wrap6,
.modal_wrap7,
.modal_wrap8,
.modal_wrap9,
.modal_wrap10,
.modal_wrap11,
.modal_wrap12 {
    display: none;
    position: fixed;
    /* z-index: 3; */
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 110px;
    padding-top: 70px;
    overflow-y: hidden;
}

.modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal_wrapper {
    height: 100%;
    overflow-y: auto;
}

.modal_wrapper::-webkit-scrollbar {
    display: none;
}

.interview_box.another {}

.interview_textBox.another {
    padding: 4rem 0 1.9rem;
}

.interview_text3 {
    margin-bottom: 1.4rem;
    color: #1D2654;
}

.interview_text4 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.66;
}

.interview_modalFlexBox2 {
    margin-bottom: 1.9rem;
}

.interview_modalFlex2 {
    margin-bottom: 3.2rem;

}

.interview_questionBox {}

.interview_question {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1D2654;
    margin-bottom: 1.5rem;

}

.interview_answer {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F3A39;
    margin-bottom: 3.2rem;
}

.interview_answerRed {
    color: #A12A24;
}

.interview_routineBox {
    border: 1px solid #3F3A39;
    padding: 1.8rem 1.8rem 0 1.8rem;
    width: 100%;
    margin: 0 auto;
}

.interview_routine_text {
    font-size: 1.5rem;
    font-weight: bold;
}

.interview_timeline {
    margin: 3.5rem auto 5.6rem;
    width: 80%;
}

.interview_timeline_list {
    position: relative;
    height: 100%;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
}

.interview_timeline_list::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    /* height: 219px; */
    height: 98%;
    background: #1D2654;
}

.interview_timeline_listItem {
    display: flex;
    /* margin-bottom: 10px; */
}

/* 1人目*/
.interview_timeline_listItem:nth-child(1) {
    margin-bottom: 2.2rem;
}

.interview_timeline_listItem:nth-child(2) {
    margin-bottom: 4.3rem;
}

.interview_timeline_listItem:nth-child(3) {
    margin-bottom: 1.8rem;
}

.interview_timeline_listItem:nth-child(4) {
    margin-bottom: 2.6rem;
}

.interview_timeline_listItem:nth-child(5) {
    margin-bottom: 1.8rem;
}

.interview_timeline_listItem:nth-child(6) {
    margin-bottom: 2.6rem;
}

.interview_timeline_listItem:nth-child(7) {
    margin-bottom: 2.4rem;
}

.interview_timeline_listItem:nth-child(8) {
    margin-bottom: 2.9rem;
}

/* 2人目*/
.interview_timeline_listItem.another1:nth-child(1) {
    margin-bottom: 3.5rem;
}

.interview_timeline_listItem.another1:nth-child(2) {
    margin-bottom: 1rem;
}

.interview_timeline_listItem.another1:nth-child(3) {
    margin-bottom: 1.8rem;
}

.interview_timeline_listItem.another1:nth-child(4) {
    margin-bottom: 2.6rem;
}

.interview_timeline_listItem.another1:nth-child(5) {
    margin-bottom: 1.8rem;
}

.interview_timeline_listItem.another1:nth-child(6) {
    margin-bottom: 8rem;
}

.interview_timeline_listItem.another1:nth-child(7) {
    margin-bottom: 2.9rem;
}

/* 3人目*/
.interview_timeline_listItem.another2:nth-child(1) {
    margin-bottom: 2.2rem;
}

.interview_timeline_listItem.another2:nth-child(2) {
    margin-bottom: 2.1rem;
}

.interview_timeline_listItem.another2:nth-child(3) {
    margin-bottom: 1.7rem;
}

.interview_timeline_listItem.another2:nth-child(4) {
    margin-bottom: 3.9rem;
}

.interview_timeline_listItem.another2:nth-child(5) {
    margin-bottom: 3.4rem;
}

.interview_timeline_listItem.another2:nth-child(6) {
    margin-bottom: 9.4rem;
}

/* 4人目*/
.interview_timeline_listItem.another3:nth-child(1) {
    margin-bottom: 1.3rem;
}

.interview_timeline_listItem.another3:nth-child(2) {
    margin-bottom: 1.3rem;
}

.interview_timeline_listItem.another3:nth-child(3) {
    margin-bottom: 1.2rem;
}

.interview_timeline_listItem.another3:nth-child(4) {
    margin-bottom: 1.2rem;
}

.interview_timeline_listItem.another3:nth-child(5) {
    margin-bottom: 1.2rem;
}

.interview_timeline_listItem.another3:nth-child(6) {
    margin-bottom: 2.2rem;
}

.interview_timeline_listItem.another3:nth-child(7) {
    margin-bottom: 3rem;
}

.interview_timeline_listItem.another3:nth-child(8) {
    margin-bottom: 3.7rem;
}

.interview_timeline_listItem.another3:nth-child(9) {
    margin-bottom: 4.6rem;
}


.interview_timeline_date {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1D2654;
    width: 60px;
    /*  仮  */
    position: relative;
}

.interview_timeline_date::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: 10px;
    height: 10px;
    background: #1D2654;
}

/* .interview_timeline_date.last::before {
    background:#1D2654;
    top: 11px;
} */
.interview_timeline_date.last1::before {}

.interview_timeline_date.last2::before {}

.interview_timeline_date.last3::before {}

.interview_timeline_content {
    font-size: 1.3rem;
    color: #3F3A39;
}

.interview_youtube {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;

}

.interview_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interview_modalButtonBox {
    display: block;
    padding: 1.4rem 0;
    border: 1px solid #1D2654;
    width: 86.5%;
    max-width: 300px;
    margin: 5.4rem auto 6rem;
    cursor: pointer;
}

.interview_modalButton {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
}

.interview_modalButtonBox:hover {
    color: #fff;
    position: relative;
}

.interview_modalButtonBox:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #222;
    animation: btn_slide 0.4s ease-in;
}

/* =====================  interviewのモーダルエリア ここまで =========================== */

/* ---------------- gallery (スライドショー) ここから -------------- */
.gallery {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 400px;
    background-color: #1D2654;
}

.slideShow {
    display: flex;
    animation: loop-slide 55s infinite linear 1.5s both;
}


.content {
    width: 400px;
}

.content:nth-child(1),
.content:nth-child(2),
.content:nth-child(3),
.content:nth-child(4),
.content:nth-child(5),
.content:nth-child(6),
.content:nth-child(7),
.content:nth-child(8),
.content:nth-child(9),
.content:nth-child(10),
.content:nth-child(11) {
    margin-right: 26px;
}

.slideShow_img {
    width: 400px;
    height: auto;
    margin: 30px;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



/*  ----------------   president  ---------------------- */
.president {
    padding: 4.6rem 0 4rem;
}

.president_title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.5rem;
}

.president_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 4rem;
}


.president_imageBox {
    /* width: 46%; */
}

.president_image {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 168px;
    height: 207px;
}

.president_nameBox {
    width: 43%;
}

.president_name {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    /* margin-top:1.5rem; */
}

.president_textBox {
    margin-bottom: 2.3rem;
}

.president_text1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2.4rem;
}

.president_text2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.66;
    text-align: justify;
}

.president_history {
    padding: 2.3rem 1.9rem 2.3rem 1.9rem;
    border: 1px solid #3F3A39;
    position: relative;
}

.president_history_text1,
.president_history_text2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.president_history_text1 {
    border-bottom: 1px solid #707070;
    padding-bottom: 4px;
    margin-bottom: 1.2rem;
}

.president_history_text2 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}

.president_history_text2 br {
    /* display: none; */
}

.president_history_flex {
    display: flex;
    justify-content: space-between;
}

.president_history_flex+.president_history_flex {
    margin-top: 2.2rem;
}

.president_history_box1 {
    width: 117px;
}

.president_history_box2 {
    width: calc(100% - 117px);
}

/*  ----------------   COMPANY  ---------------------- */
.company {
    background-image: url(images/company_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0 4.2rem;
    position: relative;
    z-index: -1;
}

.company::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

/* .company_mainBox_layer {
    display: block;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
} */
.company_title {
    font-size: 3rem;
    font-weight: bold;
    color: #1D2654;
    text-align: center;
    margin-bottom: 3rem;
}

.company_mainBox {
    /* z-index: 1; */
    width: 100%;
    margin: 0 auto;
}

.company_flex {
    display: flex;
    flex-direction: column;

}

.company_flex:not(:last-child) {
    margin-bottom: 1rem;
}

.company_box1 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    color: #fff;
    background-color: rgba(29, 38, 84, 0.8);
    padding: 0.9rem 2rem;
}

.company_box2 {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    color: #3F3A39;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2.3rem 2rem;
    line-height: 1.66;
}

.company_type1 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    border-bottom: 2px solid #3F3A39;
    padding-bottom: 0.7rem;
    margin-bottom: 1.1rem;
    line-height: 1.66;
}

.company_type1:not(:first-child) {
    margin-top: 0.9rem;
}

.president_history_bgPc {
    display: none;
}

/* --------------------  recruit  --------------------------- */
.recruit {
    padding: 5rem 0;

}

.recruit_title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.5rem;
}

.rectuit_textBox {
    margin-bottom: 4.1rem;
}

.rectuit_text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

.rectuit_text_br {
    display: none;
}

.accordion {
    width: 100%;
    /* border: 1px solid #1D2654; */
}

.recruit_accordion:not(:last-child) {
    margin-bottom: 2rem;
}

.recruit_job {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    letter-spacing: 0.1rem;
    color: #fff;
    background-color: #1D2654;
    padding: 3.8rem 0 3.8rem 6.4rem;
    cursor: pointer;
    position: relative;
}

.recruit_arrow1,
.recruit_arrow2,
.recruit_arrow3 {
    display: block;
    position: relative;
}

.recruit_arrow1::before,
.recruit_arrow1::after,
.recruit_arrow2::before,
.recruit_arrow2::after,
.recruit_arrow3::before,
.recruit_arrow3::after {
    content: "";
    position: absolute;
    top: -11px;
    right: 30px;
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.recruit_arrow1::after,
.recruit_arrow2::after,
.recruit_arrow3::after {
    transform: rotate(90deg);
}

.recruit_arrow1.active::after,
.recruit_arrow2.active::after,
.recruit_arrow3.active::after {
    transform: rotate(0);
    transform: none;
}



/* ---------  アコーディオンメニューの中身  --------- */
.recruit_box {
    display: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    background: #E5E5E5;
    padding: 2rem 2rem 3.3rem 2rem;

}

.recruit_mainbox {
    background-color: #fff;
    padding: 1.9rem 1.5rem 3rem 1.9rem;
}

.recruit_box_flex {
    padding: 1.65rem 0;
    border-top: 1px solid #D5D5D5;
}

.recruit_box_flex:last-child {
    border-bottom: 1px solid #D5D5D5;
}

.recruit_box_type1,
.recruit_box_type2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F3A39;
}

.recruit_box_type1 {
    margin-bottom: 0.5rem;

}

.recruit_box_type2 span {
    font-size: 1.2rem;

}

.recruit_box_type2_small {
    font-size: 1.2rem;
    line-height: 1.66;
}

/* --------------------  entry  ---------------------------- */
.entry {
    background-color: #EFEFEF;
    padding: 8rem 0 7.1rem;
}

.entry_title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #1D2654;
    text-align: center;
    margin-bottom: 5.4rem;
}

.entry_box {
    padding: 3.8rem;
    background-color: #fff;
    width: 95%;
    max-width: 790px;
    margin: 0 auto;
}

.entry_buttonBox {
    background-color: #A12B24;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

.entry_button {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
}

.entry_buttonBox:hover {
    background-color: #FF2D2D;
}

/*  */
.test {
    display: none;
}

/* -----------------  footer  ----------------------  */
.footer {
    padding-top: 3rem;

}

.footer_logoBox {}

.footer_logo {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 58px;
    height: 47px;
    margin: 0 auto 1.6rem;
}

.footer_linkArea {
    /* padding: 2.3rem 0; */
    /* border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5; */
}

.footer_linkArea::before,
.footer_linkArea::after {
    content: "";
    display: block;
    background-color: #D5D5D5;
    width: 100%;
    max-width: 480px;
    height: 1px;
    margin: 0 auto;
}

.footer_linkArea::before {
    margin-bottom: 2.3rem;
}

.footer_linkArea::after {
    margin-top: 2.3rem;
}

.footer_link {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    line-height: 1.5;
    color: #3F3A39;
    text-align: center;
    display: block;
}

.footer_link:not(:last-child) {
    margin-bottom: 1.6rem;
}

.footer_link:hover {
    opacity: 0.6;
}

.footer_copyright {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo UI", "游ゴシック体", "Yu Gothic", sans-serif;
    color: #3F3A39;
    text-align: center;
    padding: 2rem 0;
}


/* 棒グラフ */
.chart-wrap {
    /* max-width: 900px; */
    max-width: 302px;
    margin: 0 auto;
    padding: 10px;
    /* border: 1px solid #eeeeee; */
}

.chart-wrap .chart-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.chart-wrap .row {
    position: relative;
    height: 20px;
    margin-bottom: 7px;
    /* padding: 0 40px 0 160px; */
    padding: 0 50px 0 100px;
}

.chart-wrap .bar-wrap {
    position: relative;
    /* background: #d7dbde; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chart-wrap .bar-wrap .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* background: linear-gradient(45deg, #7fc3ff, #6bb6ff); */
    background: #fff;
    transition: all 1s;
    transform: translateX(-100%);
}

.chart-wrap .bar-wrap .bar.in {
    transform: translateX(0%);
}

.chart-wrap .bar {
    transition: 1s 400ms;
}

.chart-wrap .bar {
    transition: 1s 600ms;
}

.chart-wrap .bar {
    transition: 1s 800ms;
}

.chart-wrap .bar {
    transition: 1s 1000ms;
}

.chart-wrap .bar {
    transition: 1s 1200ms;
}

.chart-wrap .bar {
    transition: 1s 1400ms;
}

.chart-wrap .bar {
    transition: 1s 1600ms;
}

.chart-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    text-align: left;
    font-size: 1.3rem;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    /* z-index: 10; */
    z-index: 3;
}

.chart-wrap .number {
    position: absolute;
    top: 0;
    /* right: 0; */
    right: 30px;
    width: 35px;
    padding-right: 10px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 26px;
    font-weight: bold;
    text-align: right;
    /* z-index: 10; */
    z-index: 3;
}

@media screen and (max-width:350px) {
    /* -----------------  infographics  ------------------- */

    .infographics_imageFlexbox {
        width: 95%;
    }

    .infographics_image4,
    .infographics_image5,
    .infographics_image6 {
        width: 83px;
        height: 166px;

    }
}