/*-------------------------
common
-------------------------*/

:root {
    --main-color: #ed6c00;
    --sub-color: #fff100;
    --dark-color: #4c4948;
    --iyotetsu-grade: linear-gradient(90deg,#f6ac2d 0%, #e94a08 100%);
    --bg-color: #fef2de;
    --tenshoku-color: #00a0ca;
    --tenshoku-bgcolor: #bbe2ef;
    --tenshoku-grade: linear-gradient(90deg,#83ccd2 0%, #00a0ca 100%);
    --haken-color: #e94753;
    --haken-bgcolor: #fbdbd5;
    --haken-grade: linear-gradient(90deg,#ef857d 0%, #e94753 100%);
    --kaigai-color: #54AA00;
    --kaigai-bgcolor: #D9EFC4;
    --attention-color: #e60039;
    --h1: 3rem;
    --h2: 2rem;
    --h3: 1.5rem;
    --h4: 1.25rem;
    --h5: 1.25rem;
    --h6: 1.125rem;
    --fs10: 0.625rem;
    --fs15: 1.25rem;
    --fs20: 1.625rem;
    --fs24: 2rem;
    --fs28: 2.25rem;
    --fs30: 2.5rem;
    --fs35: 3rem;
    --fs48: 4.125rem;
    --paragraph: 1rem;
    --note: 0.875rem;
    --small: 0.75rem;
    --notosans: 'Noto Sans JP', sans-serif;
    --googleicons: 'Material Symbols Outlined';
    --maxframe: 1640px;
}


/* base tag */
#footer-only-scope html {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
}
#footer-only-scope body {
    color: var(--dark-color);
}
#footer-only-scope a {
    color: unset;
    cursor: pointer;
    transition: linear .2s;
}
#footer-only-scope a:hover {
    opacity: .7;
}
#footer-only-scope a:active {
}
#footer-only-scope img {
	width: 100%;
    max-width: 100%;
	height: auto;
}
#footer-only-scope h1 {font-size: var(--h1);}
#footer-only-scope h2 {font-size: var(--h2);}
#footer-only-scope h3 {font-size: var(--h3);}
#footer-only-scope h4 {font-size: var(--h4);}
#footer-only-scope h5 {font-size: var(--h5);}
#footer-only-scope h6 {font-size: var(--h6);}

#footer-only-scope iframe {
    width: 100%;
}

/* Display Control */
#footer-only-scope .pc-only {
    display: none;
}
#footer-only-scope .tab-only {
    display: block;
}
#footer-only-scope .sp-only {
    display: block;
}
#footer-only-scope .sikaku {
    background: #F3F5F4;
    height: 200px;
}
#footer-only-scope .t_right { text-align: right !important; }
#footer-only-scope .t_left { text-align: left !important; }
#footer-only-scope .t_center { text-align:center; }
#footer-only-scope .clearfix::after {
   content: "";
   display: block;
   clear: both;
}
#footer-only-scope .clear { clear: both; }

#footer-only-scope .note {
    font-size: 1rem;
}
#footer-only-scope .note-red {
    font-size: 1rem;
    color: var(--attention-color);
}
#footer-only-scope .clr-orange {
	color: var(--main-color);
}
#footer-only-scope .itm-block {
    margin-top: 8px;
    display: block;
}

@media screen and (min-width: 768px) {
#footer-only-scope .note,
#footer-only-scope .note-red {
    font-size: 1.5rem;
}
#footer-only-scope img {
    width: auto;
  }
    .pc-only {
        display: inline-block;
    }
    .tab-only {
        display: none;
    }
    .sp-only {
        display: none;
    }
}

/* Attachable Class - padding and margin - */
#footer-only-scope .mt10 { margin-top:10px; }
#footer-only-scope .mt20 { margin-top:20px; }
#footer-only-scope .mt30 { margin-top:30px; }
#footer-only-scope .mt50 { margin-top:50px; }
#footer-only-scope .mb10 { margin-bottom:10px; }
#footer-only-scope .mb20 { margin-bottom:20px; }
#footer-only-scope .mb30 { margin-bottom:30px; }
#footer-only-scope .mb50 { margin-bottom:50px; }

/* Button Design */
#footer-only-scope .btn-linklist {
    font: 700 1.25rem/1 var(--notosans);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    width: 80%;
    padding: 16px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-color: var(--dark-color);
}
#footer-only-scope .btn-linklist span {
    vertical-align: middle;
    margin-left: -16px;
}
#footer-only-scope .btn-linklist span::after {
    font-family: var(--googleicons);
    content: '\e941';
    position: absolute;
    vertical-align: middle;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
#footer-only-scope .btn-linklist:hover {
    opacity: 1;
}
#footer-only-scope .btn-linklist:active span::after,
#footer-only-scope .btn-linklist:hover span::after {
    right: 16px;
    transition: ease .5s;
}
#footer-only-scope .btn-comfirm {
    font: 700 1.5rem / 1 var(--notosans);
    color: #FFF;
    padding: 24px;
    border-radius: 60px;
}
#footer-only-scope #haken .btn-comfirm {
    background-color: var(--haken-color);
}
#footer-only-scope #tenshoku .btn-comfirm {
    background-color: var(--tenshoku-color);
}
@media screen and (min-width: 768px) {
    #footer-only-scope .btn-linklist span {
        font-size: 1.5rem;
    }
    #footer-only-scope .btn-linklist span::after {
        right: 32px;
    }
    #footer-only-scope .btn-comfirm {
        font-size: 2.5rem;
        padding: 24px 64px;
    }
}

/* generic link button with arrow / text-background-color:no definition (haken / tenshoku) */
#footer-only-scope .link-button {
    max-width: 576px;
    font: 700 1.75rem / 1 var(--notosans);
    text-align: center;
    width: 80%;
    padding: 22px;
    margin: 0 auto;
    display: block;
    position: relative;
    letter-spacing: 0.2em;
}
#footer-only-scope .link-button span::after {
    font-family: var(--googleicons);
    content: '\e941';
    position: absolute;
    right: 32px;
}
#footer-only-scope .link-button:active span::after,
#footer-only-scope .link-button:hover span::after {
    right: 16px;
    transition: ease .5s;
}

/* Text Align */
#footer-only-scope .align-center {
    text-align: center;
}
#footer-only-scope .align-right {
    text-align: right;
}
#footer-only-scope .align-left {
    text-align: left;
}

/* Clearfix */
#footer-only-scope .clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* Job Icons */
#footer-only-scope .icn-new {
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    background-color: var(--attention-color);
    padding: 10px 7px;
    display: inline-block;
    border-radius: 5px;
}
#footer-only-scope .job-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}
#footer-only-scope .job-icons li {
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
}
#footer-only-scope .icn-pref {
    color: #FFF;
    padding: 6px 16px;
}
#footer-only-scope #haken .icn-pref {
    background-color: var(--haken-color);
}
#footer-only-scope #tenshoku .icn-pref {
    background-color: var(--tenshoku-color);
}
#footer-only-scope .icn-topicstype {
    font-size: 0.75rem;
    line-height: 1;
    padding: 10px 7px;
    border: solid 1px var(--dark-color);
}
#footer-only-scope .job-keyword {
    letter-spacing: -0.05rem;
    padding: 6px 12px;
    border: solid 1px;
}
#footer-only-scope #haken .job-keyword  {
    color: var(--haken-color);
    border-color: var(--haken-color);
}
#footer-only-scope #tenshoku .job-keyword  {
    color: var(--tenshoku-color);
    border-color: var(--tenshoku-color);
}