@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/
body {
    color: #000;
}

.siteTitle {
    float: left;
    /* width: calc(100% - 350px); */
    height: 30px;
    overflow: hidden;
    margin-top: 20px !important;
}

/* TOP最上部のインフォード広告スペース */
.infoHead__link {
    display: block;
    font-weight: 700;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.content {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 60px;
}

/* テキストリンク */
.content a {
    color: #1E2973 !important;
    font-weight: 700;
}
.content a:hover {
    font-weight: bold;
    border-bottom: #1E2973 1px solid !important;
}

/* フッター部 */
/* AGへ戻る */
div.return a {
    padding: 6px 20px 8px;
    margin: 30px auto;
    border: 2px solid #b41749;
    display: block;
    width: 100%;
    border-radius: 6px;
    background-repeat: no-repeat;
	background-image: linear-gradient(
    to right,
    #b41749 0%,
    #b41749 50%,
    #fff 50%,
    #fff 100%
  );
    background-position: 100% 0;
    background-size: 200% auto;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    transition: background-position ease 0.4s;
    text-align: center;
    color: #b41749;
    text-decoration: none;
    font-size: 20px;
}
.arrow:before {
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    margin-right: 1em;
    font-size: 16px;
    position: relative;
}
div.return a:hover {
    color: #fff;
    background-color: #b41749;
    transition: .3s;
    border: 2px solid #b41749;
    background-position: 0 0;
}


/* 緊急お知らせ枠 */

.emergency {
    background-color: #fff;
    padding: 25px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-right: 0;
    border: 7px solid #dc0606;
}
p.head {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background-color: #dc0606;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 3px 10px;
    text-align: center;
}
p.txt {
    text-align: left;
    font-weight: bold;
}

p.txt2 {
    text-align: center;
	margin-bottom: 30px;
}

/* 見出し（検索結果） */
.heading.heading-first {
    float: left;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: #b41749 3px solid;
}
.archiveTitle::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #E5E5E5;
    z-index: -2;
}


/* 緊急お知ら枠ここまで */

p.block {
    background-color: #330715;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
span.tag {
    background-color: #b41749;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
}

div.img {
    margin: 50px auto;
}

/* リスト */
.content ul li, .content ol li {
    font-size: 1.6rem;
}

/* 番号リスト */
ol.bubble{
  counter-reset:list;
  list-style-type:none;
  /* font: 14px/1.6 'arial narrow', sans-serif; */
  padding: 1em 1em 0 1em;
}
ol.bubble li {
    position: relative;
    line-height: 30px;
    margin: 7px 0 10px 30px;
    padding-left: 15px;
    background: #f7f7f7;
    padding: 3px 10px;
	font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
ol.bubble li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #330715;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.bubble li:after{
  content:"";
  display: block;
  position: absolute;
  left: -10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #330715;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 注意枠 */
ol.km {
    margin: 15px 0 40px 0;
}
div:not(.hl_frame:first-child) { /* ここだけ除外 */
    margin-top: 0;
}

.flex2 {
    width: 100%;
    display: flex;
    margin-top: 20px !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hl_frame {
    border: 1px solid #5f5f5f;
    padding: 15px;
    margin: 20px auto 30px;
    background-color: rgb(238 204 204 / 10%);
    width: 48%;
}

h5 {
    font-weight: bold;
    color: #000;
    border-bottom: double #b41749;
    margin: 0 0 20px !important;
    line-height: 1.8em !important;
}
.hl_frame p {
    margin-top: 10px;
}

/* PDFアイコン自動付与　センター揃え */
.ctr {
    display: block;
    text-align: center;
}
p.pdf {
    padding-left: 45px;
    margin-bottom: 1.8em;
    font-weight: bold;
    position: relative;
    line-height: 2.1875em;
    text-indent: 0em;
    display: inline-block;
}
p.pdf:before {
    background: url(http://event.koei-agency.com/wp-content/uploads/2021/08/ico_pdf.png) no-repeat;
    width: 2.1875em;
    height: 2.1875em;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    content: "";
    background-size: contain;
    position: absolute;
    left: 0;
}

/* 外部リンク */
.etlink {
    margin: 15px 0 !important;
}
.etlink a {
    font-size: 16px;
    color: #fff !important;
    width: 100%;
    padding: 6px 16px 8px;
    text-align: center;
    background: transparent linear-gradient(90deg, #0046ae 0%, #0b81e3 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    font-weight: normal;
}
.etlink a:hover {
    border: none !important;
    opacity: 0.7;
    transition: .2s;
    font-weight: normal;
}
.etlink a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 1em;
    font-weight: 900;
    margin-left: 0.5em;
    color: #fff;
    position: relative;
    top: 0;
    right: 0em;
}

/* 急募（点滅） */
span.tenmetsu2{-webkit-animation:flash 1.0s infinite linear;-moz-animation:flash 1.0s infinite linear;animation:flash 1.0s infinite linear;color: #FF0000; font-weight: bold; margin-left: 15px;}
@-webkit-keyframes flash{
0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}

/*囲み枠box */
.attn{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 3px #b41749;
    border-bottom: solid 3px #b41749;
}
.attn:before, .attn:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 3px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #b41749;
}
.attn:before {left: 10px;}
.attn:after {right: 10px;}
.attn p {
    margin: 0; 
    padding: 0;
}

/* h2代替 */
p.h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}

/* サブ枠 */
.fr {
    display: block;
    border: 2px solid #b41749;
    padding: 20px;
    text-align: center;
    margin: 50px auto;
    background-color: rgb(238 204 204 / 10%);
    width: 85%;
}

/* 斜め線見出し */
p.naname {
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: bold;
    text-align: center;
    display: block;
    width: auto;
	max-width: 480px;
    font-size: 18px;
    margin: 0 auto;
	color: #b41749;
}

p.naname::before,
p.naname::after {
    position: absolute;
    top: 1.2rem;
    height: 2.8rem;
    content: '';
}

p.naname::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

p.naname::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}

/* 応募フォーム */

#inquiry {
    width: 100%;
    display: block;
    margin: 50px auto 0;
    background-color: rgb(238 204 204 / 10%);
    padding: 40px;
    border: 5px solid #f56285;
    border-image: conic-gradient(#f56285, #f089e5, #f56285) 1;
}

#inquiry span.wpcf7-list-item {
    display: initial; /* block */
    margin-right: 20px;
}
#inquiry p.formitem {
	margin-bottom: 40px !important;
	width: 100%
}

#inquiry input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 0.375rem 1.5rem;
}

#inquiry input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 0.375rem 1.5rem;
}
select.wpcf7-form-control.wpcf7-select {
    padding: 0.375rem 1.5rem;
}
.reds {
	color:#cc0000;font-size:13px;
}

p.formitem b {
    font-size: 1.8rem;
}

/* 枚数 */
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    float: left;
    margin-right: 10px;
    padding: 0.375rem 1.5rem;
}

/* 入力確認ボタン */
input.sub-btn {width: 300px;
	height: 60px;
	background: #666;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

/* 入力確認ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #666;
		border: 1px solid #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

/* 送信ボタン */
input.wpcf7-form-control.wpcf7-submit.sub-btn.wpcf7c-elm-step2 {
    width: 300px;
    height: 60px;
    background: #0564c8;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #0564c8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
}

p.formitem2 {
	margin-bottom: 40px !important;
	text-align: center;
}
p.center {
	text-align: center;
}
.waku {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #333;
    padding: 1em;
    display: block;
    background-color: #fff;
}

.waku::-webkit-scrollbar {
  width: 12px;
}

.waku::-webkit-scrollbar-thumb {
  background: #B41749;
	height: 30px;
	border-radius: 3px;
}

.waku::-webkit-scrollbar-track-piece:start {
  background: #efefef;
}

.waku::-webkit-scrollbar-track-piece:end {
  background: #efefef;
}

/* 給与明細枠 */
.waku.km {
    height: auto;
    overflow: auto;
    padding-top: 4rem;
	 margin-bottom: 30px;
}

p.formitem {
    font-size: 16px;
	width: 80%;
}

div.wpcf7 .ajax-loader {
	display: block;
}

/* フォーム枠 */
#inquiry .wpcf7-form-control-wrap {
    position: relative;
    margin-top: 10px;
    display: block;
}
#inquiry .mt {
    position: relative;
    margin-top: 10px;
    display: block;
}

/* 必須マーク */
.must {
	background: #ff0000;
	
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
	span.wpcf7-list-item {
    margin: 0.5em 0;
}

/* 名前フリガナ */
span.name {
    display: flex;
    width: 35%;
    float: left;
    margin-right: 50px;
}
span.name-num {
    margin: 10px 0 0 0!important;
    display: block;
    width: 100%;
}


/* 生年月日 */
span.subtxt {
    margin: 15px 0 0 0;
    display: inline-block;
}
span.birth {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    float: left;
    margin-right: 10px;
    padding: 0.375rem 1.5rem;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 0.375rem 1.5rem;
}

/* 郵便番号 */
span.zip {
    display: flex;
    width: 20%;
}
span.yubin-m {
    float: left;
    position: relative;
    margin: 10px 10px 0 0!important;
    display: block;
}

/* 電番 */
span.phone {
    display: flex;
    width: 40%;
}
span.phone-num {
    margin: 10px 10px 0 0!important;
    display: block;
    width: 65%;
}

/* 添付ファイル */
span.attach {
    display: block;
    margin-top: 15px;
}

/* 勤務地 */
span.attn {
    font-size: 16px;
    padding: 20px;
    display: block;
    border: 3px solid #FF0000;
    margin: 15px auto;
    background-color: #fff;
}
span.red {
    color: #ff0000;
}


/* 送信完了 */
.btn-flat-border {
  display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #B41749;
    border: solid 2px #B41749;
    border-radius: 3px;
    transition: .4s;
    font-size: 18px;
}

.btn-flat-border:hover {
	background: #B41749;
	color: white;
	text-decoration: none;
	opacity: 1;
}
.wpcf7-mail-sent-ok{
    display:none!important;
}

/* エラーメッセージ関連 */
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    clear: both;
}

/* 入力間違い時のエラーメッセージ */
.wpcf7-response-output {
    border-color: #ff0000 !important;
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    padding: 1em !important;
    margin: 2em 0 3em !important;
    text-align: center !important;
}
/* 送信完了後のメッセージ表示 */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background-color: #46b450;
    color: #fff;
    font-size: 18px;
    padding: 1em;
    margin: 2em 0 3em;
    text-align: center !important;
}

/* 登録フォーム */
.register {
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* 住所補足文 */
span.txt_i {
    display: block;
    position: relative;
    padding-left: 20px;
    margin: 10px 0 10px 5px;
}
span.txt_i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2a";
    position: absolute;
    left: 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 22px;
}
span.txt_i a[target=_blank]:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 1em;
    color: #1E2973;
    font-weight: 900;
    display: inline-block;
    margin: 0 5px;
    position: initial;
}

/* 郵便番号自動入力用 */
span.zip {
    display: flex;
    width: 25%;
}
span.yubin-m {
    font-weight: bold;
    font-size: 18px;
    margin: auto 10px;
}

/* 郵便番号自動入力2か所用 */
span.zip1 {
    display: flex;
}
span.zip2, span.zip3 {
    display: flex;
    width: 50%;
}
span.yubin-m2 {
    font-weight: bold;
    font-size: 18px;
    margin: auto 10px;
}

/* PCのみ改行 */
.br_pc::before {
	content: "\A" ;
	white-space: pre ;
}
span.sub {
    color: #ff0000;
    font-size: 22px;
}

/* NEW点滅 */
span.blink {
    animation: blinking 1s ease-in-out infinite alternate;
    color: #ff0000;
	font-size: 18px;
    margin-left: 15px;
}

@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/* スマホ */
@media only screen and (max-width: 767px) {
.siteTitle {
	width: 100%;
	margin: 20px auto 10px !important;
}   
.content {
    font-size: 1.6rem;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}
.br_pc::before {
    content: "\A";
    white-space: initial;
}
span.sub {
    color: #ff0000;
    font-size: 18px;
}
	
/* 注意枠 */	
.hl_frame {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
	
#inquiry {
    padding: 0 15px;
}
span.birth {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 25px;
}
input.sub-btn {
    margin-right: 0;
}

#inquiry span.wpcf7-list-item {
    display: block;
    margin-right: 20px;
}
    
/* アルバイト登録 */
.register {
    width: 100%;
    display: block;
    margin: 0 auto;
}
span.phone {
    display: block;
    width: auto;
}
    
/* 名前フリガナ */
span.name {
    display: flex;
    width: 70% !important;
    float: left;
    margin: 0 !important;
}
span.name-num {
    margin: 10px 0 0 0!important;
    display: block !important;
    width: 80% !important;
}
span.zip {
    display: flex;
    width: 100%;
}     
}

@media only screen and (max-width: 834px) {
    /* アルバイト登録 */
.register {
    width: 100%;
    display: block;
    margin: 0 auto;
}
    
/* 名前フリガナ */
span.name {
    display: flex;
    width: 50%;
    float: left;
    margin-right: 50px;
}
span.name-num {
    margin: 10px 0 0 0!important;
    display: block;
    width: 80%;
}
/* 郵便番号 */
span.zip {
    display: flex;
    width: 100%;
}
span.zip2 {
    display: flex;
    width: 100%;
}    
    
}