@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */


@media screen and (max-width: 767px) {

}
@media screen and (min-width: 1026px) {

}
@media screen and (max-width: 1025px) {

}
/* ----------------------------------------------------------------
page_top_tl
---------------------------------------------------------------- */
body.pages .page_top_tl{
        width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
}
body.pages .page_top_tl .page_h3_tl_area{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
body.pages .page_top_tl .recruit_page_main{
    position: relative;
    background: url("../img/tl_bg_pc.jpg") center center no-repeat;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    height: 100%;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 690px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
body.pages .page_top_tl.is-show .recruit_page_main div p {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    body.pages .page_top_tl{
        margin-bottom: 40px;
    }
body.pages .page_top_tl .recruit_page_main{
    background: url("../img/tl_bg_sp.jpg") center center no-repeat;
    height: 115px;
        background-size: cover;
}
body.pages .page_top_tl .recruit_page_main div p{
    width: 270px;
}
}
/* ----------------------------------------------------------------
member_area
---------------------------------------------------------------- */
#member_area{
    max-width: 1070px;
    margin: 0 auto 80px;
    width: 90%;
}
#member_area .tl {
    padding-left: 35px;
    font-weight: 800;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
#member_area ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#member_area ul li {
    padding: 15px 35px;
}
#member_area ul li:nth-child(2) {
    border-left: dashed 2px #ccc;
    border-right: dashed 2px #ccc;
}
#member_area ul li img{
    margin-bottom: 20px;
}
#member_area ul li .txt_area .name{
    margin-bottom: 10px;
}
#member_area ul li .txt_area span.big{
    font-size: 1.5rem;
    font-weight: 600;
}
#member_area ul li .txt_area div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#member_area ul li .txt_area div .busyo {
    padding: 5px 8px;
    border-radius: 5px;
    text-align: center;
    background: #989898;
    color: #fff;
}
#member_area ul li .txt_area div .nen{
    padding-left: 10px;
}
#member_area ul li .txt_area div .nen span {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 5px;
        display: inline-block !important;
}
#member_area ul li .btn_area{
    margin-top: 20px;
}
#member_area ul li .btn_area a{
    background: #000;
}
#member_area ul li .btn_area a:before {
    content: "";
    color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    /* 元の線の色 */
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    right: 11px;
    top: 34%;
    /* アニメーションのスムーズさを指定 */
    transition: border-color 0.4s ease-out;
    z-index: 1;
}
#member_area ul li .btn_area a p{
    padding: 10px 35px;
    color: #fff;
}
@media screen and (min-width: 768px) {
	#member_area ul li .btn_area a:hover p{
		color: #000;
	}
#member_area ul li .btn_area a:hover::after {
    transform: translateX(0);
}
.btn_area a::after {
    background: #fff;
}
    /* ホバー時の指定を追記 */
#member_area ul li .btn_area a:hover:before {
    border-top-color: #000;
    border-right-color: #000;
}
}
@media screen and (max-width: 767px) {
#member_area {
    margin: 0 auto 0px;
}
#member_area .tl {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}
#member_area ul {
    display: block;
}
    #member_area ul li .txt_area div .nen span.pc-tablet{
        display: none !important;
    }
#member_area ul li {
    padding: 20px 0;
            display: flex;
    justify-content: space-between;
            align-items: center;
}
    #member_area ul li img{
                width: 42%;
        margin-bottom: 0;
    }
        #member_area ul li .txt_area{
            width: 52%;
        
    }
#member_area ul li:nth-child(2) {
    border: none;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
}
#member_area ul li .txt_area  span.big {
    font-size: 1.2rem;
}
#member_area ul li .txt_area .name {
    font-size: 0.8rem;
}
#member_area ul li .txt_area div .busyo {
    padding: 5px 5px;
    font-size: 0.7rem;
}
#member_area ul li .txt_area div .nen {
    font-size: 0.9rem;
}
#member_area ul li .txt_area div {
    justify-content: flex-start;
    margin-top: 10px;
}
}
/* ----------------------------------------------------------------
oneday_list
---------------------------------------------------------------- */
#oneday_list .list_box{
    
}
#oneday_list .list_box#list02{
background: #f0f0f0;
}
#oneday_list .list_box > .inner{
        max-width: 1000px;
    margin: 0 auto ;
    padding: 100px 0;
    width: 90%;
}
#oneday_list .list_box .tl_area{
    margin-bottom: 30px;
}
#oneday_list .list_box .tl_area p {
    position: relative;
    padding: 43px 0 0;
    text-align: center;
    font-weight: 800;
    font-size: 2.7rem;
}
#oneday_list .list_box .tl_area p span{
    font-size: 1.5rem;
}
#oneday_list .list_box .tl_area p:before{
    position: absolute;
    content: "";
    background: url("../img/icon01.png")center center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
        left: 0;
    right: 0;
    margin: auto;
    top: 5px;
}
#oneday_list .list_box ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 40px;
    position: relative;
}
#oneday_list .list_box ul:before {
    content: "";
    width: 95%;
    height: 3px;
    background: #858585;
    position: absolute;
    top: 57%;
    margin: auto;
    left: 0;
    right: 0;
}
#oneday_list .list_box#list02 ul:before {
    top: 51%;
}
#oneday_list .list_box ul li{
 text-align: center;
    position: relative;
}
#oneday_list .list_box ul li .time{
    font-size: 1.4rem;
    line-height: 1;
}
#oneday_list .list_box ul li .icon{
    height: 40px;
    padding: 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
        box-sizing: content-box;
}
#oneday_list .list_box ul li .icon .icon_df {
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 2px #858585;
    border-radius: 50%;
}
#oneday_list .list_box ul li .txt{
        font-size: 0.9rem;
}
#oneday_list .list_box ul li.start .icon .icon_df,
#oneday_list .list_box ul li.end .icon .icon_df{
        width: 20px;
    height: 20px;
        background: #000;
    border: none;
}
#oneday_list .list_box ul li.img_link .img_icon{
        width: 38px;
    height: 38px;
        cursor: pointer;
    background: #858585;
    border-radius: 50%;
    position: relative;
}
#oneday_list .list_box ul li.img_link .img_icon:before{
    content: "";
    background: url("../img/icon03.png")center center no-repeat;
    width: 20px;
    height: 15px;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -7px;
}
#oneday_list .list_box ul li.start .time,
#oneday_list .list_box ul li.end .time{
    position: relative;
}
#oneday_list .list_box ul li.start .time:before,
#oneday_list .list_box ul li.end .time:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
#oneday_list .list_box ul li.start .time:before{
    background: url("../img/icon02.png") center center no-repeat;
    background-size: contain;
}
#oneday_list .list_box ul li.end .time:before{
    background: url("../img/icon04.png") center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
#oneday_list .list_box > .inner {
    padding: 50px 0;
    width: 100%;
}
    #oneday_list .list_box .tl_area{
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
#oneday_list .list_box .tl_area p {
    font-size: 1.6rem;
}
#oneday_list .list_box .tl_area p span {
    font-size: 1rem;
}
#oneday_list .list_box .tl_area p:before {
    width: 34px;
    height: 34px;
    top: 0px;
}
    #oneday_list .list_box#list02 ul:before {
    top: 1%;
}
#oneday_list .list_box .tl_area:before, #oneday_list .list_box .tl_area:after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 3px;
    border-bottom: dashed 3px #ccc;
    top: 15px;
}
    #oneday_list .list_box .tl_area:after{
        right: 0;
    }
    #oneday_list .list_box ul{
                width: 90%;
        margin: 30px auto 30px;
        display: block;
        padding: 0;
    }
    #oneday_list .list_box ul li {
    display: flex;
    padding-left: 35px;
    align-items: center;
            padding-bottom: 25px;
}
#oneday_list .list_box ul li .icon {
    height: auto;
    padding: 0px 10px;
    width: 38px;
}
#oneday_list .list_box ul li .time {
    font-size: 1.1rem;
    line-height: 1;
    width: 55px;
    text-align: left;
}
#oneday_list .list_box ul li .txt {
    font-size: 0.8rem;
    text-align: left;
    width: calc(100% - 113px);
}
#oneday_list .list_box ul li .icon .icon_df {
    width: 10px;
    height: 10px;
}
#oneday_list .list_box ul li.start .icon .icon_df, #oneday_list .list_box ul li.end .icon .icon_df {
    width: 16px;
    height: 16px;
}
#oneday_list .list_box ul li.img_link .img_icon {
    width: 33px;
    height: 33px;
}
#oneday_list .list_box ul:before {
    content: "";
    width: 3px;
    height: 92%;
    background: #858585;
    position: absolute;
    top: 1%;
    margin: auto;
    left: 117px;
    right: auto;
}
#oneday_list .list_box ul li.start .time:before, #oneday_list .list_box ul li.end .time:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 29px;
    left: -27px;
    right: auto;
    margin: auto;
    top: -5px;
}
}
/* ----------------------------------------------------------------
pcホバー時に画像表示
---------------------------------------------------------------- */
@media screen and (min-width: 768px) {
#oneday_list .list_box ul li .img_icon {
  position: relative;
}
.img_warp {
position: absolute;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #000;
    width: 500px;
    top: 97px;
    z-index: 1;
    opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
}
.img_icon:hover + .img_warp {
  opacity: 1;
  visibility: visible;
}
.img_warp::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 46%;
    border: 20px solid transparent;
    border-bottom-color: #000;
}

.img_warp::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 46%;
    border: 19px solid transparent;
    border-bottom-color: #fff;
    margin-left: 1px;
}
    .img_warp .close_btn{
        display: none;
    }
}
/* ========================================================
   スマホ用スタイル（767px以下）
   ======================================================== */
@media screen and (max-width: 767px) {
.img_warp {
    opacity: 0;
    position: absolute;
  visibility: hidden;
}
  /* PC用のホバーイベントやpointer-eventsをスマホ時は無効化 */
  .img_icon:hover + .img_warp {
    opacity: 0;
    visibility: hidden;
  }

  /* モーダルが開いた時（jQueryで active クラスがついた時）のスタイル */
  .img_warp.active {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 90%;          /* 画面幅の90%に設定 */
    max-width: 400px;    /* 大きくなりすぎないように制限 */
    height: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;       /* 一番手前に表示 */
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  /* 吹き出しの三角をスマホ時は非表示にする */
  .img_warp::before,
  .img_warp::after {
    display: none !important;
  }

  /* 右上の閉じるボタン */
.img_warp .close_btn {
    position: absolute;
    top: -16px;
    right: -10px;
    font-size: 24px;
    padding: 5px 5px 6px 6px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    background: #8d8d8d;
    border-radius: 50%;
}

  /* 背景の半透明の黒マスク */
  .modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 黒の70%不透明 */
    z-index: 9998;       /* モーダルのすぐ後ろ */
    display: none;       /* 初期状態は非表示 */
  }
    .img_icon,.close_btn {
    -webkit-tap-highlight-color: transparent;
    outline: none; /* フォーカス時の枠線も念のため消す */
  }
}