html {scroll-padding-top:150px;}
body {
	margin: 0;
	padding: 0;
	font-family: 'Zen Maru Gothic', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	line-height:180%;
	color: #222;
    overflow-x: hidden;
    
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    list-style:none;
	vertical-align: baseline;
    -webkit-appearance: none;
}
iframe { border: none;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd { box-sizing:border-box;}
img { border: none; vertical-align:bottom;}

a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}

#wrapper { position: relative;}
i.material-icons { vertical-align: middle;}
.pc {display:block;}
.pctb {display:block;}
.tb {display:none;}
.tabp {display:none;}
.sp {display:none;}
.inner { margin: auto; width: 90%; max-width:920px;}
@media only screen and (min-width:768px){
    a:hover img { opacity: 0.7; filter: alpha(opacity=70);}
}
@media only screen and (max-width:768px){
	body { min-width:100%; font-size:100%;}
	#header { width:100%;}
	#content{ width:100%;}
	#footer { width:100%;}
	#wrapper {}
	#base { width:100%;}
    .pc {display:none !important;}
    .pctb {display:block;}
    .tb {display:none;}
    .tbsp {display:none;}
    .sp {display:none !important;}
}
@media only screen and (max-width:468px){
    html {scroll-padding-top:100px;}
    .pc {display:none !important;}
    .pctb {display:none !important;}
    .tb {display:none !important;}
    .tbsp {display:block !important;}
    .sp {display:block !important;}
}



/*=============================================
  HEADER
=============================================*/
#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999999;}
#header .inner {
    position: relative; z-index: 999999;
    display: flex; justify-content: space-between;
    padding: 70px 0 40px;
    width: 94% !important; max-width: 1670px;
}
#header h1 { width:22%; max-width: 298px;}
#header h1 img { width: 100%; height: auto;}
@media only screen and (max-width:868px){
    #header .inner { padding: 40px 0;}
    #header h1 { width:220px;}
}
@media only screen and (max-width:768px){
    #header .inner { padding: 20px 0;}
}




/*=============================================
  CONTACT
=============================================*/
#content {
    padding:150px 0 0;
    background:url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg1-1.webp") repeat center center;
    background-attachment: fixed;
}
#content img { width: 100%; height: auto;}
#content .inner {
    margin: auto;
    padding: 100px 0;
    width: 80%; max-width: 1120px;
}
@media only screen and (min-width:768px){
}
@media only screen and (max-width:768px){
    #content .inner { padding: 60px 0;}
}
@media only screen and (max-width:468px){
    #content .inner { padding: 40px 0;}
}


.bg_w { background: #fff;}
.bg_gradation1 {
    background-image: linear-gradient(90deg, rgba(151,225,235,0.50), rgba(151,225,235,0.50));
}
.bg_gradation2 {
    background-image: linear-gradient(90deg, rgba(157,202,255,0.50), rgba(152,222,235,0.50));
}
.bg_gradation1 .bg_txt {
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg_txt1.png") no-repeat center top;
    background-size: 100% auto;
}
.bg_gradation2 .bg_txt {
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg_txt2.png") no-repeat center top;
    background-size: 100% auto;
}
.bg_img1 {
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg2_1.jpg") no-repeat;
    background-size:cover;
}
.bg_img2 {
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg2_2.jpg") no-repeat;
    background-size:cover;
}



#content .pan {
    display: flex; gap:10px;
    margin: 0 auto 40px;
    width: 90%; max-width: 1120px;
}
#content .pan a {color: #222; text-decoration: none;}
#content .mainimg { text-align: center;}
#content .mainimg img { margin: auto; width: 90%; height: auto; max-width: 1300px;}
@media only screen and (max-width:768px){
    #content .pan { display: none;}
}


#content .about {}
#content .about .gaiyou { margin-bottom: 100px;}
#content .about .gaiyou h2 { margin-bottom: 100px; text-align: center;}
#content .about .gaiyou h2 span { position: relative;}
#content .about .gaiyou h2 span::before {
    display: block; clear: both; content:"";
    position: absolute; left: 0; bottom:-10px;
    width: 100%; height: 20px;
    background: #FFF14B;
    transform: rotate(-1deg);
}
#content .about .gaiyou h2 small,
#content .about .gaiyou h2 b {position: relative; z-index: 9;}
#content .about .gaiyou h2 b { font-size: 35px;}
#content .about .gaiyou h2 small { margin-left: 20px; font-size: 20px;}
#content .about .gaiyou .txt {
    position: relative;
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    line-height: 270%;
}
#content .about .gaiyou .txt.illust1_1::before,
#content .about .gaiyou .txt.illust1_2::before {
    display: block; clear: both; content:"";
    position: absolute; right:0; bottom: 0;
    width: 100%; height: auto;
    background-size: 100% auto !important;
}
#content .about .gaiyou .txt.illust1_1::before {
    aspect-ratio: 360 / 343;
    max-width: 150px;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/illust1.webp") no-repeat;
}
#content .about .gaiyou .txt.illust1_2::before {
    aspect-ratio: 131 / 347;
    max-width: 65px;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/illust2.webp") no-repeat;
}
#content .about .program {
    position: relative;
    background: #fff;
    border: 4px solid #000000;
    border-radius: 40px;
}
#content .about .program h3 {
    position: absolute; top:-35px; left: 0; right: 0; z-index: 3;
    margin: auto;
    max-width: 295px;
    font-size: 22px;
    font-weight: 800;
    line-height: 57px;
    text-align: center;
    background: #fff;
    border: 4px solid #000000;
    border-radius: 40px;
}
#content .about .program_list {
    padding: 60px;
    background: #EAFCFF;
    border-bottom: 4px solid #000000;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
#content .about .program_list ul {
    margin: auto; max-width: 580px;
}
#content .about .program_list ul li {
    padding: 20px 0;
    font-weight: 800;
    border-bottom: 2px dashed #999;
}
#content .about .program_list ul li span { display: block; text-align: center;}
#content .about .schedule { padding: 60px;}
#content .about .schedule .box {
    display: flex; flex-wrap: wrap; gap:50px;
    margin: auto; max-width: 580px;
}
#content .about .schedule .box h4 {
    position: relative;
    display:flex; flex-direction: column; justify-content: center; align-items: center;
    width: 157px; height: auto; aspect-ratio: 1 / 1;
    border: 2px solid #000;
    border-radius: 120px;
}
#content .about .schedule .box .txt {
    width: calc(100% - 157px - 50px);
    font-size: 112.5%;
    font-weight: 800;
    line-height: 200%;
}
@media only screen and (max-width:768px){
    #content .about .gaiyou { margin-bottom: 100px;}
    #content .about .gaiyou h2 { margin-bottom: 20px;}
    #content .about .gaiyou h2 span::before { bottom:-10px; height: 20px;}
    #content .about .gaiyou h2 b { font-size: 30px;}
    #content .about .gaiyou h2 small { display: block; margin-left: 0; font-size:14px;}
    #content .about .gaiyou .txt {
        font-size: 100%;
        text-align: left;
        line-height: 200%;
    }
    #content .about .gaiyou .txt.illust1_1::before {
        bottom:-80px;
        max-width: 100px;
    }
    #content .about .gaiyou .txt.illust1_2::before {
        bottom:-80px;
        max-width: 35px;
    }
    #content .about .program {
        position: relative;
        background: #fff;
        border: 2px solid #000000;
        border-radius: 20px;
    }
    #content .about .program h3 {
        top:-25px;
        width: 70%;
        line-height: 40px;
        border: 2px solid #000000;
    }
    #content .about .program_list {
        padding: 30px;
        border-bottom: 2px solid #000000;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    #content .about .program_list ul li {
        border-bottom: 1px dashed #999;
    }
    #content .about .schedule { padding: 30px;}
    #content .about .schedule .box { flex-direction: column; gap:20px;}
    #content .about .schedule .box h4 {
        margin: auto;
    }
    #content .about .schedule .box .txt {
        width: 100%;
        font-size: 100%;
    }    
}
@media only screen and (max-width:468px){
}




#content .point .point_waku {
    position: relative;
    margin: auto;
    padding: 80px 60px 20px;
    max-width: 920px;
    background: #fff;
    border-radius: 40px;
}
#content .point h3 { margin-bottom: 20px;}
#content .point h3 span { position: relative;}
#content .point h3 span::before {
    display: block; clear: both; content:"";
    position: absolute; left: 0; bottom:-10px;
    width: 100%; height: 20px;
    background: #FFF14B;
    transform: rotate(-1deg);
}
#content .point h3 small,
#content .point h3 b {position: relative; z-index: 9;}
#content .point h3 small { font-size: 30px; font-weight: 800;}
#content .point h3 b { font-size: 48px; font-weight: 800;}
#content .point .point_list {
    margin: auto;
    max-width: 740px;
}
#content .point .box {
    position: relative;
    display: flex; flex-wrap: wrap; justify-content: flex-end; gap:30px;
    padding: 50px 0;
}
#content .point .box + .box { border-top:2px dashed #999;}
#content .point .box .pic {
    position: absolute; top: 0; bottom: 0; left: 0;
    margin: auto;
    width: 24%; height: auto; aspect-ratio: 364 / 340;
}
#content .point .box .txt { width: calc(100% - 24% - 30px);}
#content .point .box .txt .mid { margin-bottom: 20px; font-size: 20px; font-weight: 800;}
@media only screen and (max-width:768px){
    #content .point .point_waku {
        padding: 40px 30px 10px;
        max-width: 920px;
        border-radius: 20px;
    }
    #content .point h3 { margin-bottom:20px; text-align: center;}
    #content .point h3 span::before { bottom:-35px; height:15px;}
    #content .point h3 small { font-size:20px;}
    #content .point h3 b { display: block; font-size: 38px;}
    #content .point .box {
        flex-direction: column; justify-content: center; gap:20px;
        padding:40px 0;
    }
    #content .point .box .pic {
        position: static;
        margin: auto;
        width:70%;
    }
    #content .point .box .txt { width:100%;}
    #content .point .box .txt .mid { margin-bottom: 20px; font-size: 20px; font-weight: 800;}
}
@media only screen and (max-width:468px){
}



#content .member .inner {
    display: flex; flex-direction: column; gap:100px;
}
#content .member .toudan {
    position: relative;
    display: flex; flex-direction: column; gap:50px;
    padding: 60px;
    background: #fff;
    border: 4px solid #000000;
    border-radius: 40px;
}
#content .member .toudan::before {
    display: block; clear: both; content:"";
    position: absolute; left:-70px; bottom:-90px;
    width: 100%; height: auto; max-width: 180px; aspect-ratio: 367 / 351;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/illust3.webp") no-repeat;
    background-size: 100% auto;
}
#content .member .toudan h3 {
    position: absolute; top:-35px; left: 0; right: 0; z-index: 3;
    margin: auto;
    max-width: 295px;
    font-size: 22px;
    font-weight: 800;
    line-height: 57px;
    text-align: center;
    background: #fff;
    border: 4px solid #000000;
    border-radius: 40px;
}
#content .member .toudan_list {
    margin: auto;
    max-width: 900px;
    background:#F7F7F7;
}
#content .member .toudan_list dl {
    display: flex; flex-wrap: wrap; align-items: center; gap:0;
}
#content .member .toudan_list dt,
#content .member .toudan_list dd { padding: 20px; width: 50%;}
#content .member .toudan_list dt { text-align: center;}
#content .member .toudan_list dt small { color: #707070;}
#content .member .toudan_list dd p:nth-child(2) { text-align: right;} 
#content .member .toudan_list dd p:nth-child(2) a { color: #555;}
#content .member .shikai { display: flex; flex-wrap: wrap; gap:50px;}
#content .member .shikai .pic { width: 30%;}
#content .member .shikai .txt {
    display: flex; flex-direction: column; gap:40px;
    width: calc(100% - 30% - 50px);
}
#content .member .shikai .txt .mid { font-size: 112.5%; font-weight:800;}
#content .member .shikai .txt .namae { position: relative;}
#content .member .shikai .txt .namae span { position: relative;}
#content .member .shikai .txt .namae span::before {
    display: block; clear: both; content:"";
    position: absolute; left: 0; bottom: 0;
    width: 100%; height: 20px;
    background: #FFF14B;
    transform: rotate(-1deg);
}
#content .member .shikai .txt .namae b,
#content .member .shikai .txt .namae small { position: relative; z-index: 99;}
#content .member .shikai .txt .namae b { font-size: 40px; font-weight:800;}
#content .member .shikai .txt .namae small { font-size: 16px; font-weight:800; padding-left: 20px;}
#content .member .bana { display: flex; flex-direction: column; gap:40px;}
#content .member .bana .mid { margin: auto; max-width: 355px;}
@media only screen and (max-width:768px){
    #content .member .inner { gap:60px;}
    #content .member .toudan {
        gap:0;
        padding:0;
        border: 2px solid #000000;
        border-radius: 20px;
    }
    #content .member .toudan::before {
        left:-20px; bottom:-20px;
        max-width: 90px;
    }
    #content .member .toudan h3 {
        top:-25px;
        width: 70%;
        line-height: 40px;
        border: 2px solid #000000;
    }
    #content .member .toudan_list {
        display: flex; flex-direction: column; gap:60px;
        padding: 60px 20px 40px;
        border-top-left-radius:20px;
        border-top-right-radius:20px;
    }
    #content .member .toudan_list dl { flex-direction: column;}
    #content .member .toudan_list dt,
    #content .member .toudan_list dd { padding:0; width: 100%;}
    #content .member .toudan_list dt { margin-bottom: 10px; font-weight: 800;}
    #content .member .toudan_list dd p:nth-child(2) { margin-top: 10px; text-align: center;} 
    #content .member .shikai { flex-direction: column; gap:40px; padding:40px 20px 80px;}
    #content .member .shikai .pic { width: 100%;}
    #content .member .shikai .txt { gap:20px; width:100%;}
    #content .member .shikai .txt .mid,
    #content .member .shikai .txt .namae { text-align: center;}
    #content .member .shikai .txt .namae span::before { height: 10px;}
    #content .member .shikai .txt .namae b { font-size: 30px;}
    #content .member .shikai .txt .namae small { display: block; padding-left:0;}
    #content .member .bana { gap:20px;}
}
@media only screen and (max-width:468px){
    #content .member .inner { gap:40px;}
}



#content .yoyaku .inner { padding:100px 0 0;}
#content .yoyaku .comment { padding:35px; text-align: center; font-weight: bold;}
#content .yoyaku .comment h4 { font-size:22px; }
#content .yoyaku .comment p { color: #FF5F5F;}
@media only screen and (max-width:768px){
    #content .yoyaku .inner { padding:50px 0 0;}
}
@media only screen and (max-width:468px){
    #content .yoyaku .inner { padding:30px 0 0;}
}




/*=============================================
  FOOTER
=============================================*/
#footer {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 125%;
    color: #fff;
    background:#000;
}
#footer img { width: 100%; height: auto;}
#footer .cont1 .inner { max-width: 1120px; padding: 80px 0; display: flex; flex-wrap: wrap; align-items: center;}
#footer .cont2 .inner { max-width: 1320px; padding: 80px 0;}
#footer .cont1 {
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/bg3-1-scaled.webp") no-repeat;
    background-size:cover;
}
#footer .catch { width:77%; height: auto;}
#footer .day { width:22%; height: auto;}

#footer .tokusetu_site {
    padding: 0 5%;
    background: #126293;
}
#footer .tokusetu_site a {
    display: block;
    margin: auto; padding: 40px 50px 40px 0;
    max-width: 640px; 
    font-family: "M PLUS 1p", sans-serif;
    font-size: 28px;
    color: #fff;
    text-decoration:none;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/btn_arrow.png") no-repeat right center;
    background-size:40px auto;
}
#footer .tokusetu_site a:hover { opacity: 0.7;}
#footer .add {
    display: flex; flex-direction: column; gap:45px;
    padding-top: 40px;
    text-align: center;
}
#footer .organizer span:nth-child(1)::after { content:"：";}
#footer .logo { font-size: 40px;}
#footer .logo span { margin-left: 40px;}
#footer .contact {
    display: flex; justify-content: center;  align-items: flex-start; gap:0 20px;
}
#footer .contact span:nth-child(1) {
    width: 175px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
}
#footer .contact span:nth-child(2) {
    text-align: left;
}
#footer .bana {
    display: flex; gap:15px;
    margin: 40px auto 0;
    width: 100%; max-width: 917px;
}
#footer .bana p { width: 50%;}
#footer .bana p img { width: 100%; height: auto;}
@media only screen and (max-width:768px){
    #footer { font-size: 100%;}
    #footer .logo { font-size:30px;}
}
@media only screen and (max-width:468px){
    #footer { padding: 0 0 40px; font-size: 75%;}
    #footer .cont1 .inner { padding:20px 0;}
    #footer .cont2 .inner { padding:0;}
    #footer .logo { font-size:18px;}
    #footer .tokusetu_site { padding: 0 10%;}
    #footer .tokusetu_site a {
        padding: 20px 0;
        font-size: 18px;
        background-size:30px auto;
    }
    #footer .organizer { display: flex; flex-direction: column; gap:10px;}
    #footer .organizer span { display: block;}
    #footer .organizer span:nth-child(1) { font-weight: 700;}
    #footer .organizer span:nth-child(1)::after { display: none;}
    #footer .add { gap:25px;}
    #footer .add p { line-height: 160%;}
    #footer .logo span { display: block; margin-left:0;}
    #footer .contact { display: block; text-align: center;}
    #footer .contact span { display: block;}
    #footer .contact span:nth-child(1) { margin: 0 auto 10px; width: 100px; line-height: 35px;}
    #footer .contact span:nth-child(2) { text-align: center; line-height: 160%;}
    #footer .bana { margin-top:0;}
}



/*=============================================
  FIX NAV and TOPPAGE
=============================================*/
#fix_nav { position:fixed; bottom:0; left: 0; width: 100%; overflow: hidden; background: #fff; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);}
#fix_nav p { float: left; width: 50%; text-align: center;}
#fix_nav p a { display: block; text-align: center;}
#fix_nav p a:hover { opacity: 0.7;}
#fix_nav p a img { width:187px; height: auto;;}
#fix_nav p:nth-child(1) a { background: #005083;}
#fix_nav p:nth-child(2) a { background: #ed6c00;}
@media only screen and (min-width:800px){
    #fix_nav p a img { width: auto; height: 60px;}
}

/* page top */
#pagetop { position:fixed; bottom:80px; left: 0; right:0; margin:auto; width:45px; ;}
#pagetop img { width: 100%; height:auto; border-radius:45px;}

/* side bana */
#side_fix {
    position: fixed; top: 20%; right: 0;
    display: flex; flex-direction: column; align-items: flex-end;
}
#side_fix .box {
    display: flex;
    background:#F7F7F7;
    border: 3px solid #000;
    border-right:none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
}
#side_fix .box p span,
#side_fix .box p a {
    display: block;
    width: 90px; height: auto; aspect-ratio: 90 / 298;
}
#side_fix .box:nth-child(1) p span {
    text-indent: -9999px;
    background:#CEFFFB url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/side_fix1.png") no-repeat;
    background-size: 100% auto;
}
#side_fix .box:nth-child(1) p { cursor: pointer; position: relative; border-right: 3px solid #000;}
#side_fix .box:nth-child(1) p::before {
    display: block; clear: both; content:"";
    position: absolute; left: 0; right: 0; bottom:30px;
    margin: auto;
    width: 37px; height: auto; aspect-ratio: 1 / 1;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/accordion.png") no-repeat;
    background-size:auto 100%;
}
#side_fix .box:nth-child(1) p.active::before {
    background-position: right center;
}
#side_fix .box:nth-child(1) .come { position: relative; width: 0; overflow: hidden; transition: .3s;}
#side_fix .box:nth-child(1) p.active + .come { width:450px;}
#side_fix .box:nth-child(1) ul {
    display: flex; flex-direction: column; gap:20px;
    position: absolute; top:55px; left: 40px;
    width: 400px;
    font-size: 22px;
    font-weight: 800;
}
#side_fix .box:nth-child(1) ul li a,
#side_fix .box:nth-child(1) ul li span { display: block; padding-left: 20px;}
#side_fix .box:nth-child(1) ul li a { color: #000; text-decoration: none;}
#side_fix .box:nth-child(1) ul li a:hover {
    color: #126293;
    background: url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/side_fix_arrow.png") no-repeat left 8px;
    background-size: 10px auto;
}
#side_fix .box:nth-child(1) ul li span { color: #A8A8A8;}
#side_fix .box:nth-child(2) p a {
    text-indent: -9999px;
    background:#126293 url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/side_fix12.png") no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width:768px){
    #side_fix {top: 15%; right: 0;}
    #side_fix .box {
        border: 2px solid #000;
        border-right:none;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    #side_fix .box p span,
    #side_fix .box p a {width: 45px;}
    #side_fix .box:nth-child(1) p { border-right: 2px solid #000;}
    #side_fix .box:nth-child(1) p::before { bottom:10px; width:20px;}
    #side_fix .box:nth-child(1) p.active + .come { width:250px;}
    #side_fix .box:nth-child(1) ul {
        gap:0;
        position: absolute; top:15px; left: 20px;
        width: 220px;
        font-size: 14px;
    }
    #side_fix .box:nth-child(1) ul li a,
    #side_fix .box:nth-child(1) ul li span { padding-left: 10px;}
    #side_fix .box:nth-child(1) ul li a:hover { background-size: 5px auto;}
    #side_fix .box:nth-child(1) ul li span { color: #A8A8A8;}
    #side_fix .box:nth-child(2) p a {
        text-indent: -9999px;
        background:#126293 url("http://kochi-iju.jp/lp/kochi-job/realfair/wp-content/uploads/2026/05/side_fix12.png") no-repeat;
        background-size: 100% auto;
    }
}
