@charset "UTF-8";
/* ----------------------------------------------------------
人を知る
---------------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
header .hdr_inner nav ul li a{
    color: #111;
}
header .hdr_inner nav ul li a::after{
    background: #111;
}
header .hdr_inner nav ul li.hdr_btn a{
    color: #fff;
}
#menu span{
    background: #111;
}
#menu.active span{
    background: #fff;
}
header.js-header::before{
    background: rgba(255,255,255,1);
}

/* --------------------------------
人を知るTOP
----------------------------------- */
#members [id*=content] {
    margin-top: -70px;
    padding-top: 70px;
}
.member_Wrap{
    padding: 100px 0 0;
}
.arrow_Box {
    position: relative;
}
.member_Wrap .Wrap_ttl{
    padding: 10px;
    border-bottom: 1px solid #111;
    margin-bottom: 50px;
}
.member_Wrap .Wrap_ttl .lead_txt{
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
/* インデックス */
.member_Wrap aside .index_Box .index ul.index-List > li{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.3s;
}
.member_Wrap aside .index_Box .index ul.index-List > li:hover{
    opacity: 0.7;
}
.member_Wrap aside .index_Box .index ul.index-List > li > a{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 1em;
    opacity: 0.3;
    transition: 0s;
}
.member_Wrap aside .index_Box .index ul.index-List > li > a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seablue);
    top: 0.4em;
    left: 0;
}
.member_Wrap aside .index_Box .index ul.index-List > li > a.current,
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a.current{
    opacity: 1;
}
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index{
    margin-top: 1em;
    padding-left: 1em;
}
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item{
    position: relative;
    margin-bottom: 10px;
}
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item:first-child{
    margin-top: 10px;
}
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 1.5em;
    opacity: 0.3;
}
.member_Wrap aside .index_Box .index ul.index-List li > ul.sub_index li.sub_index-item a::before{
    position: absolute;
    content: "";
    width: 1em;
    height: 2px;
    background: var(--skyblue);
    top: 0.5em;
    left: 0;
}

/* インタビュースライダー */
.interview_Area .slider .slider-item .txt_Box h3 {
    font-size: 1.6rem;
}
.interview_Area .slider .slider-item .txt_Box span.job {
    font-size: 1.2rem;
}
.interview_Area .slider .slider-item .txt_Box .name {
    font-size: 1.2rem;
    margin-top: 5px;
}

/* 社員の声 */
.voice_Area{
    margin-top: 50px;
    padding-bottom: 80px;
}
.voice_tabs{
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.voice_tabs:nth-child(2){
    margin-top: 10px;
}
.voice_tabs .q_fukidashi{
    text-align: right;
    padding-right: 8px;
}
.voice_tabs .q_fukidashi p{
    position: relative;
    display: inline-block;
    background: var(--seablue);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding: 15px;
    border-radius: 5px;
}
.voice_tabs .q_fukidashi p::after{
    position: absolute;
    content: "";
    border-left: 15px solid var(--seablue);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}
.tab-List{
    position: relative;
    margin-top: 15px;
    padding-left: 2.2em;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
}
.tab-List::before{
    position: absolute;
    content: "\f05b";
    color: var(--seablue);
    font-size: 2rem;
    font-family: "material symbols sharp";
    font-variation-settings: 'FILL' 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tab-List::after{
    position: absolute;
    content: "キーワード";
    font-size: 1.4rem;
    color: #555;
    top: 50%;
    left: 1.7em;
    transform: translateY(-50%);
}
.tab-List .tab-item{
    position: relative;
    display: inline-block;
    border: 1px solid var(--seablue);
    padding: 7px 12px 7px calc(12px + 1em);
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-left: 8px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 0.8;
    color: var(--seablue);
    transition: 0.3s;
    cursor: pointer;
    flex: 0 0 auto;
    min-width: 80px;
}
.tab-List .tab-item::before{
    position: absolute;
    content: "\e9ef";
    font-size: 2rem;
    font-weight: 400;
    font-family: "material symbols sharp";
    color: var(--seablue);
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    transition: 0.3s;
}
.tab-List .tab-item:first-child{
    margin-left: 5.5em;
}
.tab-List .tab-item:hover,
.tab-List .tab-item.active{
    background: var(--seablue);
    color: #fff;
}
.tab-List .tab-item:hover::before,
.tab-List .tab-item.active::before{
    color: #fff;
}
.tab-container .tab-panel{
    display: none;
    transition: 0.3s;
}
.tab-container .tab-panel.active{
    display: block;
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content{
    margin-top: 15px;
    align-items: flex-start;
}
.tab-container .tab-panel .tab-content figure{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.tab-container .tab-panel .tab-content figure img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}
.tab-container .tab-panel .tab-content .fukidashi{
    position: relative;
    width: calc(98% - 70px);
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
}
.tab-container .tab-panel .tab-content .fukidashi::after{
    position: absolute;
    content: "";
    border-right: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    left: -8px;
}
.tab-container .tab-panel .tab-content .fukidashi span.tag{
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--seablue);
    padding-left: 1.2em;
    margin-bottom: 5px;
}
.tab-container .tab-panel .tab-content .fukidashi span.tag::before{
    position: absolute;
    content: "\e9ef";
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "material symbols sharp";
    color: var(--seablue);
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content .fukidashi span.detail{
    display: inline-block;
    margin-top: 5px;
    font-size: 1.4rem;
    color: #555;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link{
    position: relative;
    font-weight: 500;
    color: var(--seablue);
    border-bottom: 1px solid var(--seablue);
    transition: 0.3s;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link:hover{
    border-bottom: none;
    opacity: 0.7;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link span{
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: -0.1em;
    padding-right: 0.1em;
    z-index: 1;
}
.tab-container .tab-panel .tab-content .fukidashi .txt_Link span::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: var(--seablue);
    border-radius: 50%;
    top: 0.05em;
    left: 0;
    z-index: -1;
}

/* どんな人と一緒に働きたいですか？ */
.voice_tabs.fukidashi{
    position: relative;
    padding: 30px 20px 0
}
.voice_tabs.fukidashi::after{
    position: absolute;
    content: "";
    width: 90%;
    height: 310px;
    background: url(../img/member_question_bg.png) center top repeat-y;
    background-size: contain;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.voice_tabs.fukidashi .ttl{
    text-align: center;
}
.voice_tabs.fukidashi .ttl h3{
    font-size: 2rem;
    font-weight: 600;
    color: var(--seablue);
    margin-bottom: 10px;
}
.voice_tabs.fukidashi .ttl h3 span{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.voice_tabs.fukidashi .ttl h3 span::before,
.voice_tabs.fukidashi .ttl h3 span::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: var(--seablue);
    top: 50%;
}
.voice_tabs.fukidashi .ttl h3 span::before{
    left: -1.5em;
    transform: translateY(-50%) rotate(45deg);
}
.voice_tabs.fukidashi .ttl h3 span::after{
    right: -1.5em;
    transform: translateY(-50%) rotate(-45deg);
}
.voice_tabs.fukidashi .ttl .note{
    font-size: 1.2rem;
    color: #555;
}
.voice_tabs.fukidashi .fukidashi-List{
    position: relative;
    width: 96%;
    height: 130px;
    margin: 20px auto 0;
    z-index: 1;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item{
    position: absolute;
    width: 30%;
    text-align: center;
    padding: 15px 5px;
    border-radius: 100px;
    /* filter: brightness(0.7); */
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item:hover,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.active{
    /* filter: brightness(1); */
    opacity: 1;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item::after{
    position: absolute;
    content: "";
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    padding-left: 1.2em;
    color: #fff;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt::before{
    position: absolute;
    content: "\e9ef";
    font-size: 2.2rem;
    font-weight: 400;
    font-family: "material symbols sharp";
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::before,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background: var(--seablue);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::after,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.active span.open-close::before{
    transform: translate(-50%,-50%) rotate(90deg);
}

.voice_tabs.fukidashi .fukidashi-container{
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.voice_tabs.fukidashi .fukidashi-panel{
    display: none;
}
.voice_tabs.fukidashi .fukidashi-panel.active{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.voice_tabs.fukidashi .fukidashi-content .fukidashi{
    position: relative;
    display: inline-block;
    background: var(--seablue);
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 100px;
}
.voice_tabs.fukidashi .fukidashi-content .fukidashi::after{
    position: absolute;
    content: "";
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.voice_tabs.fukidashi .fukidashi-content:nth-child(even){
    text-align: right;
}
.voice_tabs.fukidashi .fukidashi-content .fukidashi span.detail{
    display: inline-block;
    font-size: 1.2rem;
    color: #ddd;
    margin-top: 5px;
}

/* ＃成長意欲 */
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f01{
    border: 2px solid var(--seablue);
    background: var(--seablue);
    color: #fff;
    top: 15px;
    left: 30px;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f01::after,
.voice_tabs.fukidashi .fukidashi-panel.f01 .fukidashi-content .fukidashi::after{
    border-top-color: var(--seablue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f01 span.txt::before{ color: #fff;}


/* ＃主体性 */
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02{
    background: #fff;
    color: var(--seablue);
    border: 2px solid var(--seablue);
    top: 90px;
    left: 25%;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02::after{
    background: #fff;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid var(--seablue);
    border-bottom: 2px solid var(--seablue);
    bottom: -8px;
    transform: translateX(-30%) rotate(45deg);
    transform-origin: center center;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02 span.txt{
    color: var(--seablue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02 span.txt::before{ color: var(--seablue);}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02 span.open-close{
    background: var(--seablue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02 span.open-close::before,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02 span.open-close::after{
    background: #fff;
}

.voice_tabs.fukidashi .fukidashi-panel.f02 .fukidashi-content .fukidashi{
    background: #fff;
    color: var(--seablue);
    border: 2px solid var(--seablue);
}
.voice_tabs.fukidashi .fukidashi-panel.f02 .fukidashi-content .fukidashi::after{
    background: #fff;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid var(--seablue);
    border-bottom: 2px solid var(--seablue);
    bottom: -8px;
    transform: translateX(-30%) rotate(45deg);
    transform-origin: center center;
}
.voice_tabs.fukidashi .fukidashi-panel.f02 .fukidashi-content .fukidashi span.detail{
    color: #555;
}

/* ＃思いやり */
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03{
    background: #fff;
    color: var(--skyblue);
    border: 2px solid var(--skyblue);
    top: 0;
    right: 20%;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03::after{
    background: #fff;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid var(--skyblue);
    border-bottom: 2px solid var(--skyblue);
    bottom: -8px;
    transform: translateX(-30%) rotate(45deg);
    transform-origin: center center;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03 span.txt{
    color: var(--skyblue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03 span.txt::before{ color: var(--skyblue);}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03 span.open-close{
    background: var(--skyblue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03 span.open-close::before,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03 span.open-close::after{
    background: #fff;
}

.voice_tabs.fukidashi .fukidashi-panel.f03 .fukidashi-content .fukidashi{
    background: #fff;
    color: #1fb1e7;
    border: 2px solid var(--skyblue);
}
.voice_tabs.fukidashi .fukidashi-panel.f03 .fukidashi-content .fukidashi::after{
    background: #fff;
    width: 10px;
    height: 10px;
    border: none;
    border-right: 2px solid var(--skyblue);
    border-bottom: 2px solid var(--skyblue);
    bottom: -8px;
    transform: translateX(-30%) rotate(45deg);
    transform-origin: center center;
}
.voice_tabs.fukidashi .fukidashi-panel.f03 .fukidashi-content .fukidashi span.detail{
    color: #555;
}

/* ＃責任感・誠実さ */
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04{
    border: 2px solid var(--skyblue);
    background: var(--skyblue);
    color: #fff;
    top: 90px;
    right: 5%;
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04::after,
.voice_tabs.fukidashi .fukidashi-panel.f04 .fukidashi-content .fukidashi::after{
    border-top-color: var(--skyblue);
}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04 span.txt::before{ color: #fff;}
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04 span.open-close::before,
.voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04 span.open-close::after{
    background: var(--skyblue);
}

.voice_tabs.fukidashi .fukidashi-panel.f04 .fukidashi-content .fukidashi{
    background: var(--skyblue);
    color: #fff;
}
.voice_tabs.fukidashi .fukidashi-panel.f04 .fukidashi-content .fukidashi span.detail{
    color: #eee;
}

.voice_tabs.fukidashi figure.bottom_img{
    width: 95%;
    max-width: 771px;
    margin: 20px auto 0;
}

/* --------------------------------
人を知る＞社員インタビューページ
----------------------------------- */
.detail_Wrap{
    position: relative;
    background: #fff;
    padding: 80px 0;
}
.detail_bg{
    position: fixed;
    background: url(../img/blue_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 90%;
    height: 70%;
    top: 70px;
    right: 0;
    z-index: 0;
}
.detail_Wrap .inner_1200{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
/* 目次・ボタン等 */
.detail_Wrap aside .index_Box .member_detail .job_name{
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.08em;
    font-weight: 600;
    color: var(--seablue);
    margin-bottom: 5px;
}
.detail_Wrap aside .index_Box .member_detail .name{
    font-size: 1.4rem;
    color: #111;
    margin-bottom: 20px;
}
.detail_Wrap aside .index_Box .index{
    margin: 40px 0;
}
.detail_Wrap aside .index_Box .index ul li{
    font-size: 1.6rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
    transition: 0.3s;
}
.detail_Wrap aside .index_Box .index ul li:hover{
    opacity: 0.7;
}
.detail_Wrap aside .index_Box .index ul li a{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 1em;
    opacity: 0.3;
    transition: 0s;
}
.detail_Wrap aside .index_Box .index ul li a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seablue);
    top: 0.4em;
    left: 0;
}
.detail_Wrap aside .index_Box .index ul li a.current{
    opacity: 1;
}
.detail_Wrap aside .index_Box .side_Btn{
    margin-top: 40px;
}

/* インタビュー */
.detail_Wrap main .lower_ttl_Box[id]{
    margin-top: -100px;
    padding-top: 100px;
}
.detail_Wrap main .lower_ttl_Box h2{
    margin-bottom: 20px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #bbb;
}
.detail_Wrap main .lower_ttl_Box .main_ttl{
    padding: 0 5px 0 calc(1em + 5px);
}
.detail_Wrap main .lower_ttl_Box .main_ttl::before{
    left: 7px;
}
.detail_Wrap main .interview_Box .interview_txt .q_txt{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}
.detail_Wrap main .interview_Box .interview_txt .q_txt span{
    color: var(--seablue);
    font-weight: bold;
}
.detail_Wrap main .interview_Box .interview_txt .blue_txt{
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--seablue);
    margin-bottom: 15px;
    padding-left: 1.1em;
}
.detail_Wrap main .interview_Box .interview_txt .txt{
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    padding-left: 1.3em;
}
.detail_Wrap main .interview_Box .interview_txt .interview_Img{
    width: 90%;
    max-width: 700px;
    margin: 0 auto 30px;
}
.detail_Wrap main .schedule_Box{
    margin-top: 50px;
}
/* 1日のスケジュール */
.time_schedule{
    position: relative;
    margin-top: 30px;
}
.time_schedule .time-line{
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 100px;
    z-index: 2;
    padding-top: 15px;
}
.time_schedule .time-line span {
    display: block;
    width: 100%;
    height: 95%;
    background: var(--seablue);
}
.time_schedule .schedule-item{
    margin-bottom: 50px;
}
.time_schedule .schedule-item .time{
    position: relative;
    width: 14%;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: var(--seablue);
}
.time_schedule .schedule-item .time .point{
    position: absolute;
    display: block;
    top: 0;
    left: 94px;
    margin-top: 8px;
    width: 15px;
    height: 15px;
    background: var(--seablue);
    border-radius: 50%;
}
.time_schedule .schedule-item .detail{
    width: 86%;
}
.time_schedule .schedule-item .detail .sch_ttl{
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--seablue);
}
.time_schedule .schedule-item .detail .sch_txt {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
}
.time_schedule .schedule-item .detail figure{
    width: 99%;
    margin: 20px auto 0;
}

/* ==============================================================
PC(1600px~)
============================================================== */
@media screen and (min-width: 1600px) {


}

/* ==============================================================
PC・TAB(~1100px)
============================================================== */
@media screen and (max-width:1100px) {
    .time_schedule .schedule-item .detail {
        width: 79%;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item{
        width: 40%;
        padding: 12px 5px;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f01{
        left: 0;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02{
        left: 12%;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03{
        right: 10%;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04 {
        right: 0;
    }
}

/* ==============================================================
PC・TAB(~820px)
============================================================== */
@media screen and (max-width:820px) {

    .detail_bg{
        top: 58px;
        height: 20%;
    }
    .detail_Wrap .inner_1200{
        margin-top: 0;
    }
    .detail_Wrap aside {
        width: 100%;
        max-width: none;
    }
    .detail_Wrap aside .index_Box{
        display: flex;
        flex-wrap: wrap;
    }
    .detail_Wrap aside .index_Box .member_detail{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .detail_Wrap aside .index_Box .member_detail figure{
        order: 1;
        max-width: 200px;
        margin: 0 auto 10px;
    }
    .detail_Wrap aside .index_Box .member_detail .job_name{
        order: 2;
    }
    .detail_Wrap aside .index_Box .member_detail .name{
        order: 3;
    }
    .detail_Wrap aside .index_Box .index{
        display: none;
    }
    .detail_Wrap aside .index_Box .side_Btn{
        position: fixed;
        display: flex;
        justify-content: space-between;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: rgba(255,255,255, 0.8);
        padding: 10px;
        z-index: 3;
    }
    .detail_Wrap aside .index_Box .side_Btn .job_detail_Btn,
    .detail_Wrap aside .index_Box .side_Btn .job_recruit_Btn{
        width: 49%;
        margin-bottom: 0;
    }
    .detail_Wrap main{
        width: 100%;
        max-width: none;
    }
    .time_schedule .schedule-item .detail {
        width: 83%;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt {
        font-size: 1.6rem;
        padding-left: 1em;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt::before {
        font-size: 1.6rem;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close{
        width: 16px;
        height: 16px;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::before,
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::after{
        width: 1px;
        height: 8px;
    }
    #Pagetop {
        bottom: 7.5%;
    }

}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {

    .member_Wrap {
        padding: 70px 0 0;
    }
    .member_Wrap aside{
        display: none;
    }
    .member_Wrap .Wrap_ttl{
        margin-bottom: 25px;
    }
    .voice_tabs {
        margin-top: 15px;
        padding: 12px;
    }
    .voice_tabs .q_fukidashi p {
        font-size: 1.4rem;
        padding: 10px;
        border-radius: 3px;
    }
    .tab-List {
        margin-bottom: 10px;
        padding-left: 1.8em;
    }
    .tab-List::before {
        font-size: 1.8rem;
    }
    .tab-List::after{
        font-size: 1.2rem;
    }
    .tab-List .tab-item {
        /* margin-bottom: 5px; */
        margin-left: 5px;
        padding: 5px 10px 5px calc(10px + 1em);
        font-size: 1.4rem;
    }
    .tab-List .tab-item:first-child {
        margin-left: 5em;
    }
    .tab-List .tab-item::before{
        font-size: 1.6rem;
    }
    .tab-container .tab-panel .tab-content {
        margin-top: 15px;
    }
    .tab-container .tab-panel .tab-content:first-child{
        margin-top: 5px;
    }
    .tab-container .tab-panel .tab-content figure {
        width: 40px;
        height: 40px;
    }
    .tab-container .tab-panel .tab-content figure img{
        width: 35px;
        height: 35px;
    }
    .tab-container .tab-panel .tab-content .fukidashi {
        width: 85%;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.detail {
        margin-top: 2px;
        font-size: 1.2rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.tag{
        font-size: 1.2rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi span.tag::before{
        font-size: 1.4rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi .txt_Link span {
        font-size: 1.4rem;
    }
    .tab-container .tab-panel .tab-content .fukidashi .txt_Link span::before {
        width: 14px;
        height: 14px;
        top: 0.05em;
    }
    .voice_Area {
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .voice_tabs.fukidashi {
        padding: 20px 12px 0;
    }
    .voice_tabs.fukidashi::after{
        content: none;
    }
    .voice_tabs.fukidashi .ttl h3 span{
        font-size: 1.4rem;
    }
    .voice_tabs.fukidashi .ttl h3 {
        font-size: 1.6rem;
    }
    .voice_tabs.fukidashi .fukidashi-List{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item {
        width: 49%;
        margin-bottom: 15px;
        padding: 12px 5px;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f01,
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f02,
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f03,
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item.f04{
        position: relative;
        top: unset;
        left: unset;
        right: unset;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt {
        font-size: 1.2rem;
        padding: 0 15px 0 1.2em;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.txt::before{
        font-size: 1.2rem;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close {
        width: 17px;
        right: 8px;
        height: 17px;
    }
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::before,
    .voice_tabs.fukidashi .fukidashi-List .fukidashi-item span.open-close::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 7px;
    }
    .voice_tabs.fukidashi .fukidashi-container{
        margin-top: 10px;
    }
    .voice_tabs.fukidashi .fukidashi-panel.active{
        width: 100%;
    }
    .voice_tabs.fukidashi .fukidashi-content .fukidashi {
        display: block;
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 15px;
        padding: 12px;
        border-radius: 5px;
    }
    .voice_tabs.fukidashi .fukidashi-content .fukidashi::after{
        bottom: -7px;
    }
    .voice_tabs.fukidashi .fukidashi-content .fukidashi span.detail{
        font-size: 1.1rem;
    }

    .detail_Wrap{
        padding-bottom: 30px;
    }
    .detail_Wrap aside .index_Box .member_detail .job_name {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .detail_Wrap main .interview_Box .interview_txt .q_txt {
        font-size: 1.6rem;
    }
    .detail_Wrap main .interview_Box .interview_txt .blue_txt {
        font-size: 1.6rem;
        padding-left: 0;
    }
    .detail_Wrap main .interview_Box .interview_txt .txt {
        font-size: 1.4rem;
        padding-left: 0;
    }

    .time_schedule{
        margin-top: 0;
    }
    .time_schedule .time-line{
        left: 65px;
    }
    .time_schedule .time-line span{
        height: 92%;
    }
    .time_schedule .schedule-item {
        margin-bottom: 20px;
    }
    .time_schedule .schedule-item .time .point{
        left: 59px;
    }
    .time_schedule .schedule-item .time {
        font-size: 2rem;
        padding-top: 5px;
    }
    .time_schedule .schedule-item .detail {
        width: 75%;
        padding-top: 2px;
    }
    .time_schedule .schedule-item .detail .sch_ttl {
        font-size: 1.8rem;
    }
    .time_schedule .schedule-item .detail .sch_txt {
        font-size: 1.4rem;
    }

    footer{
        padding-bottom: 100px;
    }

    #Pagetop {
        bottom: 10%;
    }
}