@charset "utf-8";
/* 自動生成 — 手編集しないこと。
 * 正本: public/common/assets/css/main.css(求人ページのヘッダー)
 * 生成: node scripts/generate-myuser-header-css.mjs
 * 用途: myuser系ページのヘッダーを求人ページと同じ見た目に揃える(mypage.co.css の後に読む)。
 *       main.css を丸ごと読むとページ本体まで変わるため、ヘッダー関連のルールだけを抽出している。
 */
.header{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;}
.header .header_text{font-size: 13px;}
.header .header_logo{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;}
.header .header_logo a{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
		align-items: flex-start;}
.header .header_logo a > img{width: 58px;
    height: 58px;
    object-fit: contain;}
.header .header_logo a div img{height: 58px;}
.header .header_logo .header_area{text-align: center;
  position: relative;}
.header .header_logo .header_area .name{font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
  margin: 0 0 5px;}
.header .header_logo .header_area .name img{display: none;}
.header .header_logo .header_area .change{font-size: 14px;
  font-weight: bold;
  background-color: #337bae;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  display: block;
  cursor: pointer;}
.header .header_logo .header_area .change::after{font-family: "FontAwesome" !important;
  content: "\f0d7";
  float: right;
  color: #ffffff;
  font-size: 13px;
  margin-right: 3px;}
.header .header_logo .header_area .change:hover .sel_bk{display: block;}
.header .header_logo .header_area .change .sel_bk{display: none;
  
  background-repeat: no-repeat;
  width: 308px;
  
  position: absolute;    
  padding: 15px 0;
  z-index: 1000;}
.header .header_logo .header_area .change .btop{background-color: #fff;
  box-shadow: 0 0 10px 1px #ca8685;
  border: 1px solid #a05d5c;
  color: #000;
  position: relative;
  border-radius: 10px;}
.header .header_logo .header_area .change .btop.ttop:before{position: absolute;
  top: -11px;
  left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 11px 13px;
  border-color: transparent transparent #a05d5c;}
.header .header_logo .header_area .change .btop:before{content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #c7cdcf transparent;
  display: block;
  width: 0;}
.header .header_logo .header_area .change .btop.ttop:after{content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 11px 11px 11px;
  border-color: transparent transparent #fff;}
.header .header_logo .header_area .change .btop:after{content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;}
.header .header_logo .header_area .change .sel_bk ul{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 15px 0px 15px;}
.header .header_logo .header_area .change .sel_bk ul li{width: 48%;
  margin-bottom: 12px;}
.header .header_logo .header_area .change .sel_bk ul li a{display: block;
  text-align: center;
  border: 1px solid #cecbcb;
  background-color: #ddd;
  border-radius: 5px;
  padding: 15px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  -webkit-box-shadow: 0 1px rgba(133, 133, 133, 0.6);
          box-shadow: 0 1px rgba(133, 133, 133, 0.6);}
.header .header_logo .header_area .change .sel_bk ul li a::after{font-family: "icomoon" !important;
  content: "\e99f";
  float: right;
  color: #b3b0ab;
  font-weight: bold;
  padding-right: 10px;}
.header #header_nav #pnav{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 10px;}
.header #header_nav #pnav li{width: auto;}
.header #header_nav #pnav li a{color: #2f0afd;
  margin-left: 20px;}
.header #header_nav #pnav li a .underline{text-decoration: underline;}
.header #header_nav #gnav{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.header #header_nav #gnav li{width: 200px;}
.header #header_nav #gnav li a{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fee4e3;
  border: 1px solid #b05c5b;
  color: #7c4140;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  height: 30px;
  border-radius: 5px;}
.header #header_nav #gnav li a img{margin-right: 10px;}
.header #header_nav_btn{display: none;}
.header .header_nav_heart{display: none;}
@media screen and (max-width: 1200px){
.header .header_logo .header_area .change .btop.ttop:before{left: 148px;}
.header .header_logo .header_area .change .btop.ttop:after{left: 150px;}
.header_area{border-bottom: 1px solid #fee4e3;}
.header{height: 60px;}
.header .header_logo{-webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
.header .header_logo a{-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
.header .header_logo a img{max-width: 40px;
    height: 40px;
    margin-right: 2%;}
.header .header_logo a div p{font-size: 3.3vw;
    display: none;}
.header .header_logo a div img{max-width: 140px;
    width: 35vw;}
.header .header_logo .header_area{border-bottom: none;}
.header .header_logo .header_area .name{font-size: 16px;
    border: 1px solid #ffbebd;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-left: 7px;
    color: #7c4140;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
	white-space: nowrap;}
.header .header_logo .header_area .name img{width: 8px;
    margin-left: 3px;
    display: block;}
.header .header_logo .header_area .act{position: absolute;
    display: block !important;
    padding: 0 !important;
    height: 0px !important;}
.header .header_logo .header_area .act span{display: none !important;}
.header .header_logo .header_area .act .sel_bk{display: block !important;}
.header .header_logo .header_area .change{font-size: 12px;
    width: 38px;
    display: none;}
.header .header_logo .header_area .change ::after{content: "";
    display: none;
    height: 0;}
.header .header_logo .header_area .change .sel_bk{display: none;
    
    background-size: cover;
    background-repeat: no-repeat;
    width: 246px;
    
    position: absolute;
    left: -130px;
    z-index: 12;}
.header .header_logo .header_area .change .sel_bk ul{padding: 22px 20px 3px 20px;}
.header .header_logo .header_area .change .sel_bk ul li{height: 40px;
    margin-bottom: 10px;}
.header .header_logo .header_area .change .sel_bk ul li a{padding: 10px 0;}
.header #header_nav{width: 100%;
    padding-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
            box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
    display: none;
    position: absolute;
    top: 70px !important;
    left: 0;
    z-index: 998;
    border-bottom: solid 1px #cdcdcd;}
.header #header_nav #pnav{display: block;
    text-align: center;
    float: none;
    margin: 0;}
.header #header_nav #pnav li{display: block;
    font-size: 100%;
    margin-right: 0;
    width: 100%;
    border-top: solid 1px #eee;}
.header #header_nav #pnav li a{font-size: 15px;
    position: relative;
    color: #333;
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;}
.header #header_nav #pnav li a::after{content: "";
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}
.header #header_nav #pnav li a .underline{text-decoration: none;}
.header #header_nav #gnav{display: block;
    text-align: center;
    float: none;}
.header #header_nav #gnav li{display: block;
    font-size: 100%;
    margin-right: 0;
    width: 100%;
    border-top: solid 1px #eee;}
.header #header_nav #gnav li a{font-size: 15px;
    position: relative;
    color: #333;
    display: block;
    text-decoration: none;
    border: none;
    background-color: #ffffff;
    height: auto;
    padding: 20px 0;}
.header #header_nav #gnav li a::after{content: "";
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}
.header .header_nav_heart{top: 18px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    border: none;
    background: none;
    padding: 0;}
.header .header_nav_heart .snum{position: absolute;
    background-color: #f93f3f;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -6px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
.header .header_nav_heart img{width: 27px;
    margin-bottom: 5px;}
.header .header_nav_heart p{width: 100%;
	  margin: 0 0;
    text-align: center;
    font-family: "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;
    font-size: 11px;
    line-height: 1;
    height: 16px;
    color: #137AF1;}
.header #header_nav_btn{top: 18px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    margin: 0;}
.header #header_nav_btn .hb_circle{width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f78fb3 0%, #ffb088 100%);
    box-shadow: 0 3px 8px rgba(244, 143, 177, .45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 4px;}
.header #header_nav_btn .hb_circle span{display: block;
    width: 18px;
    height: 2.5px;
    border-radius: 2px;
    background: #fff;}
.header #header_nav_btn p{width: 100%;
    margin: 0;
    font-family: "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    color: #ec6e9a;}
}
@media screen and (max-width: 320px){
.header .header_logo a img{max-width: auto;
    max-height: 56px;
    width: 10vw;
    margin-right: 2%;}
.header .header_logo a div img{max-width: auto;
    width: 30vw;}
.header .header_logo .header_area .name{font-size: 5vw;
    padding: 5px;
    margin-left: 5px;}
.header .header_logo .header_area img{width: 3vw;}
}
@media screen and (max-width: 767px){
.header .header_logo a div img{height: inherit;}
}
.header_area.non-print{line-height: 1.3;
  letter-spacing: normal;}
#sp_drawer,#sp_drawer_overlay{display: none;}
@media screen and (max-width: 1200px){
.header #header_nav{display: none !important;}
#sp_drawer_overlay{position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9998;}
#sp_drawer_overlay.open{display: block;}
#sp_drawer{display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 80%;
    max-width: 340px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 58px 0 28px;}
#sp_drawer.open{-webkit-transform: translateX(0);
            transform: translateX(0);}
#sp_drawer .sp_drawer_close{position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #f783ac, #ec6e9a);
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;}
#sp_drawer .sp_drawer_list{margin: 0;
    padding: 0;
    list-style: none;}
#sp_drawer .sp_drawer_list li{margin: 0;
    padding: 0;
    width: auto;
    border: none;}
#sp_drawer .sp_drawer_list li a{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin: 0 18px;
    padding: 15px 4px;
    border-bottom: 1px solid #f3b8cd;
    color: #bd8195;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;}
#sp_drawer .sp_drawer_list li a i.fa{-webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 22px;
    text-align: center;
    color: #ec6e9a;
    font-size: 18px;}
#sp_drawer .sp_drawer_list li a span{-webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;}
#sp_drawer .sp_drawer_sep{height: 1px;
    background: #dcdcdc;
    margin: 10px 18px;}
#sp_drawer .sp_drawer_foot{padding: 20px 18px 0;}
#sp_drawer .sp_drawer_top{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 0 18px auto;
    border: 1px solid #ec6e9a;
    border-radius: 50%;
    color: #ec6e9a;
    text-decoration: none;
    line-height: 1;}
#sp_drawer .sp_drawer_top i{font-size: 16px;}
#sp_drawer .sp_drawer_top span{font-size: 11px;
    margin-top: 2px;}
#sp_drawer .sp_drawer_sns{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fdeef4;
    border-radius: 10px;
    padding: 12px 6px;}
#sp_drawer .sp_drawer_sns a{display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ec6e9a;}
#sp_drawer .sp_drawer_sns a svg{width: 26px;
    height: 26px;
    fill: currentColor;}
}
@media screen and (max-width: 767px){
body.p_discount .header .header_text{color: #c9cdf0;}
body.p_discount .header .header_logo .header_area .name{color: #fff;
    border-color: #ff8fb8;}
body.p_discount .header .header_logo .header_area .name img{filter: brightness(0) invert(1);}
}

/* --- 書体同期: 求人ページ(main.css の body / リセット)へ合わせる ---
 *   書体 : .header_area に指定し、配下のヘッダーテキスト全体へ継承させる
 *          (mypage.co.css の body{font-family:游ゴシック} を上書き)。
 *   太さ : #gnav の li・リンクは mypage.co.css / yorumachi2.css が独自 weight を高詳細度で
 *          当てているため(#gnav li a{normal} / #gnav>li{normal})、同等以上の詳細度で
 *          main.css の実効値(リセット)へ戻す(可視テキストは a 側だが計測差を残さないため li も)。
 *   ※ #pnav は上書きしない。PC は元からリセットで一致し、SP ドロワーでは main.css が
 *      pnav a を 700 にする(抽出済み)。一律上書きするとこの SP 700 を潰してしまう。
 * 値は main.css から自動抽出(手編集しないこと)。 */
.header_area{font-family:"Noto Sans JP", "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;}
.header #header_nav #gnav li,
.header #header_nav #gnav li a{font-weight:500;}
